From be1cb87247b98d347e0924e89dc7fc8883102f51 Mon Sep 17 00:00:00 2001 From: Brais Moure Date: Tue, 26 Dec 2023 20:30:42 +0100 Subject: [PATCH] =?UTF-8?q?Retos=20de=20programaci=C3=B3n=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- --encoding=utf-8 | 1 + build.sh | 1 + code_challenges/code_challenges.py | 3 ++- code_challenges/pages/index.py | 14 +++++------ public/404.html | 4 ++-- public/404/index.html | 4 ++-- .../static/chunks/2103-01c2785681acb733.js | 1 + .../static/chunks/2683-5d3bbabf04c4fbfd.js | 1 + .../static/chunks/6880-b1b9cf31177a4757.js | 1 - .../static/chunks/9790-93aef6459b2a02d0.js | 1 - ...898d.js => ejercicios-7bbcc7cba8d77d55.js} | 2 +- .../chunks/pages/index-bde0d59a3787f1b3.js | 1 - .../chunks/pages/index-e492da7a653972d2.js | 1 + ...4eaeb.js => proyectos-b4cf8fac674d8ae9.js} | 2 +- ...aaf91d5.js => roadmap-5a96886900204e61.js} | 2 +- .../nprQCewHc-s9YQsVloQzp/_buildManifest.js | 1 + .../_ssgManifest.js | 0 .../pu6uf9OtK-XLQG82wysTK/_buildManifest.js | 1 - public/ejercicios/index.html | 4 ++-- public/index.html | 4 ++-- public/proyectos/index.html | 4 ++-- public/roadmap/index.html | 4 ++-- public/sitemap-0.xml | 8 +++---- public/vercel.json | 24 +++++++++++++++++++ requirements.txt | 1 - vercel.json | 24 +++++++++++++++++++ 26 files changed, 82 insertions(+), 32 deletions(-) create mode 100644 --encoding=utf-8 create mode 100644 public/_next/static/chunks/2103-01c2785681acb733.js create mode 100644 public/_next/static/chunks/2683-5d3bbabf04c4fbfd.js delete mode 100644 public/_next/static/chunks/6880-b1b9cf31177a4757.js delete mode 100644 public/_next/static/chunks/9790-93aef6459b2a02d0.js rename public/_next/static/chunks/pages/{ejercicios-4783d3bea037898d.js => ejercicios-7bbcc7cba8d77d55.js} (99%) delete mode 100644 public/_next/static/chunks/pages/index-bde0d59a3787f1b3.js create mode 100644 public/_next/static/chunks/pages/index-e492da7a653972d2.js rename public/_next/static/chunks/pages/{proyectos-09851d362dd4eaeb.js => proyectos-b4cf8fac674d8ae9.js} (99%) rename public/_next/static/chunks/pages/{roadmap-81a15411faaf91d5.js => roadmap-5a96886900204e61.js} (99%) create mode 100644 public/_next/static/nprQCewHc-s9YQsVloQzp/_buildManifest.js rename public/_next/static/{pu6uf9OtK-XLQG82wysTK => nprQCewHc-s9YQsVloQzp}/_ssgManifest.js (100%) delete mode 100644 public/_next/static/pu6uf9OtK-XLQG82wysTK/_buildManifest.js create mode 100644 public/vercel.json create mode 100644 vercel.json diff --git a/--encoding=utf-8 b/--encoding=utf-8 new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/--encoding=utf-8 @@ -0,0 +1 @@ + diff --git a/build.sh b/build.sh index b7581f61..f2d467f3 100644 --- a/build.sh +++ b/build.sh @@ -6,4 +6,5 @@ reflex export --frontend-only rm -rf public unzip frontend.zip -d public rm -f frontend.zip +cp vercel.json public/ deactivate \ No newline at end of file diff --git a/code_challenges/code_challenges.py b/code_challenges/code_challenges.py index 995d054c..5a4fadd1 100644 --- a/code_challenges/code_challenges.py +++ b/code_challenges/code_challenges.py @@ -24,7 +24,8 @@ ], ) -app.add_page(index) +# No es necesario con @rx.page +# app.add_page(index) # app.add_page(roadmap) # app.add_page(exercises) # app.add_page(projects) diff --git a/code_challenges/pages/index.py b/code_challenges/pages/index.py index a70879b7..65b2fe85 100644 --- a/code_challenges/pages/index.py +++ b/code_challenges/pages/index.py @@ -49,16 +49,16 @@ def index() -> rx.Component: return rx.box( utils.lang(), - # navbar(ROUTE), + navbar(ROUTE), rx.center( rx.vstack( header(), - # challenges(), - # featured_challenge( - # f"{Route.ROADMAP.value}#last", - # last_roadmap_challenge - # ), - # faq(FAQ_LIST), + challenges(), + featured_challenge( + f"{Route.ROADMAP.value}#last", + last_roadmap_challenge + ), + faq(FAQ_LIST), languages(ROUTE), footer(), spacing=Size.VERY_BIG.value, diff --git a/public/404.html b/public/404.html index cc73b39d..793d41b9 100644 --- a/public/404.html +++ b/public/404.html @@ -1,4 +1,4 @@ -404 - Not Found
\ No newline at end of file + ){outline:none;box-shadow:none;}select::-ms-expand{display:none;}:root,:host{--chakra-vh:100vh;}@supports (height: -webkit-fill-available){:root,:host{--chakra-vh:-webkit-fill-available;}}@supports (height: -moz-fill-available){:root,:host{--chakra-vh:-moz-fill-available;}}@supports (height: 100dvh){:root,:host{--chakra-vh:100dvh;}} \ No newline at end of file diff --git a/public/404/index.html b/public/404/index.html index cc73b39d..793d41b9 100644 --- a/public/404/index.html +++ b/public/404/index.html @@ -1,4 +1,4 @@ -404 - Not Found
\ No newline at end of file + ){outline:none;box-shadow:none;}select::-ms-expand{display:none;}:root,:host{--chakra-vh:100vh;}@supports (height: -webkit-fill-available){:root,:host{--chakra-vh:-webkit-fill-available;}}@supports (height: -moz-fill-available){:root,:host{--chakra-vh:-moz-fill-available;}}@supports (height: 100dvh){:root,:host{--chakra-vh:100dvh;}} \ No newline at end of file diff --git a/public/_next/static/chunks/2103-01c2785681acb733.js b/public/_next/static/chunks/2103-01c2785681acb733.js new file mode 100644 index 00000000..e9b9b722 --- /dev/null +++ b/public/_next/static/chunks/2103-01c2785681acb733.js @@ -0,0 +1 @@ +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2103],{97498:function(e,t){"use strict";var n,r;Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{PrefetchKind:function(){return n},ACTION_REFRESH:function(){return o},ACTION_NAVIGATE:function(){return i},ACTION_RESTORE:function(){return a},ACTION_SERVER_PATCH:function(){return l},ACTION_PREFETCH:function(){return s},ACTION_FAST_REFRESH:function(){return u},ACTION_SERVER_ACTION:function(){return c}});let o="refresh",i="navigate",a="restore",l="server-patch",s="prefetch",u="fast-refresh",c="server-action";(r=n||(n={})).AUTO="auto",r.FULL="full",r.TEMPORARY="temporary",("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},10030:function(e,t,n){"use strict";function getDomainLocale(e,t,n,r){return!1}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getDomainLocale",{enumerable:!0,get:function(){return getDomainLocale}}),n(22866),("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},65170:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return b}});let r=n(38754),o=r._(n(67294)),i=n(74450),a=n(92227),l=n(64364),s=n(10109),u=n(73607),c=n(11823),d=n(89031),f=n(40920),p=n(10030),m=n(77192),g=n(97498),h=new Set;function prefetch(e,t,n,r,o,i){if(!i&&!(0,a.isLocalURL)(t))return;if(!r.bypassPrefetchedCheck){let o=void 0!==r.locale?r.locale:"locale"in e?e.locale:void 0,i=t+"%"+n+"%"+o;if(h.has(i))return;h.add(i)}let l=i?e.prefetch(t,o):e.prefetch(t,n,r);Promise.resolve(l).catch(e=>{})}function isModifiedEvent(e){let t=e.currentTarget,n=t.getAttribute("target");return n&&"_self"!==n||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}function linkClicked(e,t,n,r,i,l,s,u,c,d){let{nodeName:f}=e.currentTarget,p="A"===f.toUpperCase();if(p&&(isModifiedEvent(e)||!c&&!(0,a.isLocalURL)(n)))return;e.preventDefault();let navigate=()=>{let e=null==s||s;"beforePopState"in t?t[i?"replace":"push"](n,r,{shallow:l,locale:u,scroll:e}):t[i?"replace":"push"](r||n,{forceOptimisticNavigation:!d,scroll:e})};c?o.default.startTransition(navigate):navigate()}function formatStringOrUrl(e){return"string"==typeof e?e:(0,l.formatUrl)(e)}let v=o.default.forwardRef(function(e,t){let n,r;let{href:a,as:l,children:h,prefetch:v=null,passHref:b,replace:y,shallow:x,scroll:w,locale:O,onClick:E,onMouseEnter:_,onTouchStart:S,legacyBehavior:C=!1,...P}=e;n=h,C&&("string"==typeof n||"number"==typeof n)&&(n=o.default.createElement("a",null,n));let k=o.default.useContext(c.RouterContext),N=o.default.useContext(d.AppRouterContext),M=null!=k?k:N,T=!k,j=!1!==v,D=null===v?g.PrefetchKind.AUTO:g.PrefetchKind.FULL,{href:I,as:R}=o.default.useMemo(()=>{if(!k){let e=formatStringOrUrl(a);return{href:e,as:l?formatStringOrUrl(l):e}}let[e,t]=(0,i.resolveHref)(k,a,!0);return{href:e,as:l?(0,i.resolveHref)(k,l):t||e}},[k,a,l]),A=o.default.useRef(I),L=o.default.useRef(R);C&&(r=o.default.Children.only(n));let B=C?r&&"object"==typeof r&&r.ref:t,[F,W,H]=(0,f.useIntersection)({rootMargin:"200px"}),V=o.default.useCallback(e=>{(L.current!==R||A.current!==I)&&(H(),L.current=R,A.current=I),F(e),B&&("function"==typeof B?B(e):"object"==typeof B&&(B.current=e))},[R,B,I,H,F]);o.default.useEffect(()=>{M&&W&&j&&prefetch(M,I,R,{locale:O},{kind:D},T)},[R,I,W,O,j,null==k?void 0:k.locale,M,T,D]);let U={ref:V,onClick(e){C||"function"!=typeof E||E(e),C&&r.props&&"function"==typeof r.props.onClick&&r.props.onClick(e),M&&!e.defaultPrevented&&linkClicked(e,M,I,R,y,x,w,O,T,j)},onMouseEnter(e){C||"function"!=typeof _||_(e),C&&r.props&&"function"==typeof r.props.onMouseEnter&&r.props.onMouseEnter(e),M&&(j||!T)&&prefetch(M,I,R,{locale:O,priority:!0,bypassPrefetchedCheck:!0},{kind:D},T)},onTouchStart(e){C||"function"!=typeof S||S(e),C&&r.props&&"function"==typeof r.props.onTouchStart&&r.props.onTouchStart(e),M&&(j||!T)&&prefetch(M,I,R,{locale:O,priority:!0,bypassPrefetchedCheck:!0},{kind:D},T)}};if((0,s.isAbsoluteUrl)(R))U.href=R;else if(!C||b||"a"===r.type&&!("href"in r.props)){let e=void 0!==O?O:null==k?void 0:k.locale,t=(null==k?void 0:k.isLocaleDomain)&&(0,p.getDomainLocale)(R,e,null==k?void 0:k.locales,null==k?void 0:k.domainLocales);U.href=t||(0,m.addBasePath)((0,u.addLocale)(R,e,null==k?void 0:k.defaultLocale))}return C?o.default.cloneElement(r,U):o.default.createElement("a",{...P,...U},n)}),b=v;("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},40920:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"useIntersection",{enumerable:!0,get:function(){return useIntersection}});let r=n(67294),o=n(63436),i="function"==typeof IntersectionObserver,a=new Map,l=[];function createObserver(e){let t;let n={root:e.root||null,margin:e.rootMargin||""},r=l.find(e=>e.root===n.root&&e.margin===n.margin);if(r&&(t=a.get(r)))return t;let o=new Map,i=new IntersectionObserver(e=>{e.forEach(e=>{let t=o.get(e.target),n=e.isIntersecting||e.intersectionRatio>0;t&&n&&t(n)})},e);return t={id:n,observer:i,elements:o},l.push(n),a.set(n,t),t}function observe(e,t,n){let{id:r,observer:o,elements:i}=createObserver(n);return i.set(e,t),o.observe(e),function(){if(i.delete(e),o.unobserve(e),0===i.size){o.disconnect(),a.delete(r);let e=l.findIndex(e=>e.root===r.root&&e.margin===r.margin);e>-1&&l.splice(e,1)}}}function useIntersection(e){let{rootRef:t,rootMargin:n,disabled:a}=e,l=a||!i,[s,u]=(0,r.useState)(!1),c=(0,r.useRef)(null),d=(0,r.useCallback)(e=>{c.current=e},[]);(0,r.useEffect)(()=>{if(i){if(l||s)return;let e=c.current;if(e&&e.tagName){let r=observe(e,e=>e&&u(e),{root:null==t?void 0:t.current,rootMargin:n});return r}}else if(!s){let e=(0,o.requestIdleCallback)(()=>u(!0));return()=>(0,o.cancelIdleCallback)(e)}},[l,n,t,s,c.current]);let f=(0,r.useCallback)(()=>{u(!1)},[]);return[d,s,f]}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},41664:function(e,t,n){e.exports=n(65170)},4298:function(e,t,n){e.exports=n(85354)},33951:function(e,t,n){"use strict";n.d(t,{XQ:function(){return mapResponsive}});var r=n(25432);function mapResponsive(e,t){return Array.isArray(e)?e.map(e=>null===e?null:t(e)):(0,r.Kn)(e)?Object.keys(e).reduce((n,r)=>(n[r]=t(e[r]),n),{}):null!=e?t(e):null}Object.freeze(["base","sm","md","lg","xl","2xl"])},29222:function(e,t,n){"use strict";n.d(t,{z:function(){return m}});var r=n(67294);function useButtonType(e){let[t,n]=(0,r.useState)(!e),o=(0,r.useCallback)(e=>{e&&n("BUTTON"===e.tagName)},[]);return{ref:o,type:t?"button":void 0}}var[o,i]=(0,n(55227).k)({strict:!1,name:"ButtonGroupContext"}),a=n(82504),l=n(25432),s=n(85893);function ButtonIcon(e){let{children:t,className:n,...o}=e,i=(0,r.isValidElement)(t)?(0,r.cloneElement)(t,{"aria-hidden":!0,focusable:!1}):t,u=(0,l.cx)("chakra-button__icon",n);return(0,s.jsx)(a.m.span,{display:"inline-flex",alignSelf:"center",flexShrink:0,...o,className:u,children:i})}ButtonIcon.displayName="ButtonIcon";var u=n(295);function ButtonSpinner(e){let{label:t,placement:n,spacing:o="0.5rem",children:i=(0,s.jsx)(u.$,{color:"currentColor",width:"1em",height:"1em"}),className:c,__css:d,...f}=e,p=(0,l.cx)("chakra-button__spinner",c),m="start"===n?"marginEnd":"marginStart",g=(0,r.useMemo)(()=>({display:"flex",alignItems:"center",position:t?"relative":"absolute",[m]:t?o:0,fontSize:"1em",lineHeight:"normal",...d}),[d,t,m,o]);return(0,s.jsx)(a.m.div,{className:p,...f,__css:g,children:i})}ButtonSpinner.displayName="ButtonSpinner";var c=n(81103),d=n(35059),f=n(91639),p=n(33179),m=(0,d.G)((e,t)=>{let n=i(),o=(0,f.mq)("Button",{...n,...e}),{isDisabled:u=null==n?void 0:n.isDisabled,isLoading:d,isActive:m,children:g,leftIcon:h,rightIcon:v,loadingText:b,iconSpacing:y="0.5rem",type:x,spinner:w,spinnerPlacement:O="start",className:E,as:_,...S}=(0,p.Lr)(e),C=(0,r.useMemo)(()=>{let e={...null==o?void 0:o._focus,zIndex:1};return{display:"inline-flex",appearance:"none",alignItems:"center",justifyContent:"center",userSelect:"none",position:"relative",whiteSpace:"nowrap",verticalAlign:"middle",outline:"none",...o,...!!n&&{_focus:e}}},[o,n]),{ref:P,type:k}=useButtonType(_),N={rightIcon:v,leftIcon:h,iconSpacing:y,children:g};return(0,s.jsxs)(a.m.button,{ref:(0,c.qq)(t,P),as:_,type:null!=x?x:k,"data-active":(0,l.PB)(m),"data-loading":(0,l.PB)(d),__css:C,className:(0,l.cx)("chakra-button",E),...S,disabled:u||d,children:[d&&"start"===O&&(0,s.jsx)(ButtonSpinner,{className:"chakra-button__spinner--start",label:b,placement:"start",spacing:y,children:w}),d?b||(0,s.jsx)(a.m.span,{opacity:0,children:(0,s.jsx)(ButtonContent,{...N})}):(0,s.jsx)(ButtonContent,{...N}),d&&"end"===O&&(0,s.jsx)(ButtonSpinner,{className:"chakra-button__spinner--end",label:b,placement:"end",spacing:y,children:w})]})});function ButtonContent(e){let{leftIcon:t,rightIcon:n,children:r,iconSpacing:o}=e;return(0,s.jsxs)(s.Fragment,{children:[t&&(0,s.jsx)(ButtonIcon,{marginEnd:o,children:t}),r,n&&(0,s.jsx)(ButtonIcon,{marginStart:o,children:n})]})}m.displayName="Button"},84416:function(e,t,n){"use strict";n.d(t,{E:function(){return u}});var r=n(35059),o=n(85893),i=(0,r.G)(function(e,t){let{htmlWidth:n,htmlHeight:r,alt:i,...a}=e;return(0,o.jsx)("img",{width:n,height:r,ref:t,alt:i,...a})});i.displayName="NativeImage";var a=n(26245),l=n(67294);function useImage(e){let{loading:t,src:n,srcSet:r,onLoad:o,onError:i,crossOrigin:s,sizes:u,ignoreFallback:c}=e,[d,f]=(0,l.useState)("pending");(0,l.useEffect)(()=>{f(n?"loading":"pending")},[n]);let p=(0,l.useRef)(),m=(0,l.useCallback)(()=>{if(!n)return;flush();let e=new Image;e.src=n,s&&(e.crossOrigin=s),r&&(e.srcset=r),u&&(e.sizes=u),t&&(e.loading=t),e.onload=e=>{flush(),f("loaded"),null==o||o(e)},e.onerror=e=>{flush(),f("failed"),null==i||i(e)},p.current=e},[n,s,r,u,o,i,t]),flush=()=>{p.current&&(p.current.onload=null,p.current.onerror=null,p.current=null)};return(0,a.G)(()=>{if(!c)return"loading"===d&&m(),()=>{flush()}},[d,m,c]),c?"loaded":d}var shouldShowFallbackImage=(e,t)=>"loaded"!==e&&"beforeLoadOrError"===t||"failed"===e&&"onError"===t,s=n(82504);function omit(e,t=[]){let n=Object.assign({},e);for(let e of t)e in n&&delete n[e];return n}var u=(0,r.G)(function(e,t){let{fallbackSrc:n,fallback:r,src:a,srcSet:l,align:u,fit:c,loading:d,ignoreFallback:f,crossOrigin:p,fallbackStrategy:m="beforeLoadOrError",referrerPolicy:g,...h}=e,v=null!=d||f||!(void 0!==n||void 0!==r),b=useImage({...e,crossOrigin:p,ignoreFallback:v}),y=shouldShowFallbackImage(b,m),x={ref:t,objectFit:c,objectPosition:u,...v?h:omit(h,["onError","onLoad"])};return y?r||(0,o.jsx)(s.m.img,{as:i,className:"chakra-image__placeholder",src:n,...x}):(0,o.jsx)(s.m.img,{as:i,src:a,srcSet:l,crossOrigin:p,loading:d,referrerPolicy:g,className:"chakra-image",...x})});u.displayName="Image"},7754:function(e,t,n){"use strict";n.d(t,{M:function(){return a}});var r=n(82504),o=n(35059),i=n(85893),a=(0,r.m)("div",{baseStyle:{display:"flex",alignItems:"center",justifyContent:"center"}});a.displayName="Center";var l={horizontal:{insetStart:"50%",transform:"translateX(-50%)"},vertical:{top:"50%",transform:"translateY(-50%)"},both:{insetStart:"50%",top:"50%",transform:"translate(-50%, -50%)"}};(0,o.G)(function(e,t){let{axis:n="both",...o}=e;return(0,i.jsx)(r.m.div,{ref:t,__css:l[n],...o,position:"absolute"})})},31708:function(e,t,n){"use strict";n.d(t,{r:function(){return a}});var r=n(35059),o=n(82504),i=n(85893),a=(0,r.G)(function(e,t){let{templateAreas:n,gap:r,rowGap:a,columnGap:l,column:s,row:u,autoFlow:c,autoRows:d,templateRows:f,autoColumns:p,templateColumns:m,...g}=e;return(0,i.jsx)(o.m.div,{ref:t,__css:{display:"grid",gridTemplateAreas:n,gridGap:r,gridRowGap:a,gridColumnGap:l,gridAutoColumns:p,gridColumn:s,gridRow:u,gridAutoFlow:c,gridAutoRows:d,gridTemplateRows:f,gridTemplateColumns:m},...g})});a.displayName="Grid"},23100:function(e,t,n){"use strict";n.d(t,{xu:function(){return a}});var r=n(82504),o=n(35059),i=n(85893),a=(0,r.m)("div");a.displayName="Box";var l=(0,o.G)(function(e,t){let{size:n,centerContent:r=!0,...o}=e;return(0,i.jsx)(a,{ref:t,boxSize:n,__css:{...r?{display:"flex",alignItems:"center",justifyContent:"center"}:{},flexShrink:0,flexGrow:0},...o})});l.displayName="Square",(0,o.G)(function(e,t){let{size:n,...r}=e;return(0,i.jsx)(l,{size:n,ref:t,borderRadius:"9999px",...r})}).displayName="Circle"},95034:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r=(0,n(82504).m)("div",{baseStyle:{flex:1,justifySelf:"stretch",alignSelf:"stretch"}});r.displayName="Spacer"},14418:function(e,t,n){"use strict";n.d(t,{X:function(){return u}});var r=n(35059),o=n(91639),i=n(33179),a=n(82504),l=n(25432),s=n(85893),u=(0,r.G)(function(e,t){let n=(0,o.mq)("Heading",e),{className:r,...u}=(0,i.Lr)(e);return(0,s.jsx)(a.m.h2,{ref:t,className:(0,l.cx)("chakra-heading",e.className),...u,__css:n})});u.displayName="Heading"},41689:function(e,t,n){"use strict";n.d(t,{C:function(){return u}});var r=n(35059),o=n(91639),i=n(33179),a=n(82504),l=n(25432),s=n(85893),u=(0,r.G)(function(e,t){let n=(0,o.mq)("Badge",e),{className:r,...u}=(0,i.Lr)(e);return(0,s.jsx)(a.m.span,{ref:t,className:(0,l.cx)("chakra-badge",e.className),...u,__css:{display:"inline-block",whiteSpace:"nowrap",verticalAlign:"middle",...n}})});u.displayName="Badge"},54641:function(e,t,n){"use strict";n.d(t,{U:function(){return a}});var r=n(7306),o=n(35059),i=n(85893),a=(0,o.G)((e,t)=>(0,i.jsx)(r.K,{align:"center",...e,direction:"row",ref:t}));a.displayName="HStack"},776:function(e,t,n){"use strict";n.d(t,{P:function(){return s}});var r=n(35059),o=n(82504),i=n(87052),a=n(33951),l=n(85893);function spanFn(e){return(0,a.XQ)(e,e=>"auto"===e?"auto":`span ${e}/span ${e}`)}var s=(0,r.G)(function(e,t){let{area:n,colSpan:r,colStart:a,colEnd:s,rowEnd:u,rowSpan:c,rowStart:d,...f}=e,p=(0,i.o)({gridArea:n,gridColumn:spanFn(r),gridRow:spanFn(c),gridColumnStart:a,gridColumnEnd:s,gridRowStart:d,gridRowEnd:u});return(0,l.jsx)(o.m.div,{ref:t,__css:p,...f})});s.displayName="GridItem"},91669:function(e,t,n){"use strict";n.d(t,{g:function(){return a}});var r=n(7306),o=n(35059),i=n(85893),a=(0,o.G)((e,t)=>(0,i.jsx)(r.K,{align:"center",...e,direction:"column",ref:t}));a.displayName="VStack"},7306:function(e,t,n){"use strict";n.d(t,{K:function(){return c}});var r=n(82504),o=n(85893),StackItem=e=>(0,o.jsx)(r.m.div,{className:"chakra-stack__item",...e,__css:{display:"inline-block",flex:"0 0 auto",minWidth:0,...e.__css}});StackItem.displayName="StackItem";var i=n(33951),a="& > *:not(style) ~ *:not(style)";function getStackStyles(e){let{spacing:t,direction:n}=e,r={column:{marginTop:t,marginEnd:0,marginBottom:0,marginStart:0},row:{marginTop:0,marginEnd:0,marginBottom:0,marginStart:t},"column-reverse":{marginTop:0,marginEnd:0,marginBottom:t,marginStart:0},"row-reverse":{marginTop:0,marginEnd:t,marginBottom:0,marginStart:0}};return{flexDirection:n,[a]:(0,i.XQ)(n,e=>r[e])}}function getDividerStyles(e){let{spacing:t,direction:n}=e,r={column:{my:t,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},"column-reverse":{my:t,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},row:{mx:t,my:0,borderLeftWidth:"1px",borderBottomWidth:0},"row-reverse":{mx:t,my:0,borderLeftWidth:"1px",borderBottomWidth:0}};return{"&":(0,i.XQ)(n,e=>r[e])}}var l=n(35059),s=n(25432),u=n(67294);function getValidChildren(e){return u.Children.toArray(e).filter(e=>(0,u.isValidElement)(e))}var c=(0,l.G)((e,t)=>{let{isInline:n,direction:i,align:l,justify:c,spacing:d="0.5rem",wrap:f,children:p,divider:m,className:g,shouldWrapChildren:h,...v}=e,b=n?"row":null!=i?i:"column",y=(0,u.useMemo)(()=>getStackStyles({direction:b,spacing:d}),[b,d]),x=(0,u.useMemo)(()=>getDividerStyles({spacing:d,direction:b}),[d,b]),w=!!m,O=!h&&!w,E=(0,u.useMemo)(()=>{let e=getValidChildren(p);return O?e:e.map((t,n)=>{let r=void 0!==t.key?t.key:n,i=n+1===e.length,a=(0,o.jsx)(StackItem,{children:t},r),l=h?a:t;if(!w)return l;let s=(0,u.cloneElement)(m,{__css:x});return(0,o.jsxs)(u.Fragment,{children:[l,i?null:s]},r)})},[m,x,w,O,h,p]),_=(0,s.cx)("chakra-stack",g);return(0,o.jsx)(r.m.div,{ref:t,display:"flex",alignItems:l,justifyContent:c,flexDirection:y.flexDirection,flexWrap:f,className:_,__css:w?{}:{[a]:y[a]},...v,children:E})});c.displayName="Stack"},33838:function(e,t,n){"use strict";n.d(t,{r:function(){return u}});var r=n(35059),o=n(91639),i=n(33179),a=n(82504),l=n(25432),s=n(85893),u=(0,r.G)(function(e,t){let n=(0,o.mq)("Link",e),{className:r,isExternal:u,...c}=(0,i.Lr)(e);return(0,s.jsx)(a.m.a,{target:u?"_blank":void 0,rel:u?"noopener":void 0,ref:t,className:(0,l.cx)("chakra-link",r),...c,__css:n})});u.displayName="Link"},70003:function(e,t,n){"use strict";n.d(t,{q:function(){return f}});var r=n(5284),o=n(90641),i=n(25432),a=n(82504),l=n(35059),s=n(17745),u=n(85893),c={enter:{visibility:"visible",opacity:1,scale:1,transition:{duration:.2,ease:[.4,0,.2,1]}},exit:{transitionEnd:{visibility:"hidden"},opacity:0,scale:.8,transition:{duration:.1,easings:"easeOut"}}},d=(0,a.m)(s.E.div),f=(0,l.G)(function(e,t){var n,l;let{rootProps:s,motionProps:f,...p}=e,{isOpen:m,onTransitionEnd:g,unstable__animationState:h}=(0,o.Xh)(),v=(0,o._l)(p,t),b=(0,o.Qh)(s),y=(0,r.x)();return(0,u.jsx)(a.m.div,{...b,__css:{zIndex:null!=(l=e.zIndex)?l:null==(n=y.list)?void 0:n.zIndex},children:(0,u.jsx)(d,{variants:c,initial:!1,animate:m?"enter":"exit",__css:{outline:0,...y.list},...f,className:(0,i.cx)("chakra-menu__menu-list",v.className),...v,onUpdate:g,onAnimationComplete:(0,i.PP)(h.onComplete,v.onAnimationComplete)})})});f.displayName="MenuList"},90641:function(e,t,n){"use strict";n.d(t,{wN:function(){return Q},Kb:function(){return et},H9:function(){return useMenu},zZ:function(){return useMenuButton},Xh:function(){return en},iX:function(){return useMenuItem},_l:function(){return useMenuList},Qh:function(){return useMenuPositioner}});var r,o,i,a,l,s,u=n(67294);function isPrintableCharacter(e){let{key:t}=e;return 1===t.length||t.length>1&&/[^a-zA-Z0-9]/.test(t)}function useShortcut(e={}){let{timeout:t=300,preventDefault:n=()=>!0}=e,[r,o]=(0,u.useState)([]),i=(0,u.useRef)(),flush=()=>{i.current&&(clearTimeout(i.current),i.current=null)},clearKeysAfterDelay=()=>{flush(),i.current=setTimeout(()=>{o([]),i.current=null},t)};return(0,u.useEffect)(()=>flush,[]),function(e){return t=>{if("Backspace"===t.key){let e=[...r];e.pop(),o(e);return}if(isPrintableCharacter(t)){let i=r.concat(t.key);n(t)&&(t.preventDefault(),t.stopPropagation()),o(i),e(i.join("")),clearKeysAfterDelay()}}}}function getNextItemFromSearch(e,t,n,r){if(null==t)return r;if(!r){let r=e.find(e=>n(e).toLowerCase().startsWith(t.toLowerCase()));return r}let o=e.filter(e=>n(e).toLowerCase().startsWith(t.toLowerCase()));if(o.length>0){let t;if(o.includes(r)){let e=o.indexOf(r);return(t=e+1)===o.length&&(t=0),o[t]}return t=e.indexOf(o[0]),e[t]}return r}function useEventListeners(){let e=(0,u.useRef)(new Map),t=e.current,n=(0,u.useCallback)((t,n,r,o)=>{e.current.set(r,{type:n,el:t,options:o}),t.addEventListener(n,r,o)},[]),r=(0,u.useCallback)((t,n,r,o)=>{t.removeEventListener(n,r,o),e.current.delete(r)},[]);return(0,u.useEffect)(()=>()=>{t.forEach((e,t)=>{r(e.el,e.type,t,e.options)})},[r,t]),{add:n,remove:r}}var c=n(25432),d=n(81103);function isValidElement(e){let t=e.target,{tagName:n,isContentEditable:r}=t;return"INPUT"!==n&&"TEXTAREA"!==n&&!0!==r}function useClickable(e={}){let{ref:t,isDisabled:n,isFocusable:r,clickOnEnter:o=!0,clickOnSpace:i=!0,onMouseDown:a,onMouseUp:l,onClick:s,onKeyDown:f,onKeyUp:p,tabIndex:m,onMouseOver:g,onMouseLeave:h,...v}=e,[b,y]=(0,u.useState)(!0),[x,w]=(0,u.useState)(!1),O=useEventListeners(),E=b?m:m||0,_=n&&!r,S=(0,u.useCallback)(e=>{if(n){e.stopPropagation(),e.preventDefault();return}let t=e.currentTarget;t.focus(),null==s||s(e)},[n,s]),C=(0,u.useCallback)(e=>{x&&isValidElement(e)&&(e.preventDefault(),e.stopPropagation(),w(!1),O.remove(document,"keyup",C,!1))},[x,O]),P=(0,u.useCallback)(e=>{if(null==f||f(e),n||e.defaultPrevented||e.metaKey||!isValidElement(e.nativeEvent)||b)return;let t=o&&"Enter"===e.key,r=i&&" "===e.key;if(r&&(e.preventDefault(),w(!0)),t){e.preventDefault();let t=e.currentTarget;t.click()}O.add(document,"keyup",C,!1)},[n,b,f,o,i,O,C]),k=(0,u.useCallback)(e=>{if(null==p||p(e),n||e.defaultPrevented||e.metaKey||!isValidElement(e.nativeEvent)||b)return;let t=i&&" "===e.key;if(t){e.preventDefault(),w(!1);let t=e.currentTarget;t.click()}},[i,b,n,p]),N=(0,u.useCallback)(e=>{0===e.button&&(w(!1),O.remove(document,"mouseup",N,!1))},[O]),M=(0,u.useCallback)(e=>{if(0!==e.button)return;if(n){e.stopPropagation(),e.preventDefault();return}b||w(!0);let t=e.currentTarget;t.focus({preventScroll:!0}),O.add(document,"mouseup",N,!1),null==a||a(e)},[n,b,a,O,N]),T=(0,u.useCallback)(e=>{0===e.button&&(b||w(!1),null==l||l(e))},[l,b]),j=(0,u.useCallback)(e=>{if(n){e.preventDefault();return}null==g||g(e)},[n,g]),D=(0,u.useCallback)(e=>{x&&(e.preventDefault(),w(!1)),null==h||h(e)},[x,h]),I=(0,d.lq)(t,e=>{e&&"BUTTON"!==e.tagName&&y(!1)});return b?{...v,ref:I,type:"button","aria-disabled":_?void 0:n,disabled:_,onClick:S,onMouseDown:a,onMouseUp:l,onKeyUp:p,onKeyDown:f,onMouseOver:g,onMouseLeave:h}:{...v,ref:I,role:"button","data-active":(0,c.PB)(x),"aria-disabled":n?"true":void 0,tabIndex:_?void 0:E,onClick:S,onMouseDown:M,onMouseUp:T,onKeyUp:k,onKeyDown:P,onMouseOver:j,onMouseLeave:D}}var f=Object.defineProperty,__defNormalProp=(e,t,n)=>t in e?f(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,__publicField=(e,t,n)=>(__defNormalProp(e,"symbol"!=typeof t?t+"":t,n),n);function sortNodes(e){return e.sort((e,t)=>{let n=e.compareDocumentPosition(t);if(n&Node.DOCUMENT_POSITION_FOLLOWING||n&Node.DOCUMENT_POSITION_CONTAINED_BY)return -1;if(n&Node.DOCUMENT_POSITION_PRECEDING||n&Node.DOCUMENT_POSITION_CONTAINS)return 1;if(!(n&Node.DOCUMENT_POSITION_DISCONNECTED)&&!(n&Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC))return 0;throw Error("Cannot sort the given nodes.")})}var isElement=e=>"object"==typeof e&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE;function getNextIndex(e,t,n){let r=e+1;return n&&r>=t&&(r=0),r}function getPrevIndex(e,t,n){let r=e-1;return n&&r<0&&(r=t),r}var p="undefined"!=typeof window?u.useLayoutEffect:u.useEffect,cast=e=>e,m=class{constructor(){__publicField(this,"descendants",new Map),__publicField(this,"register",e=>{if(null!=e)return isElement(e)?this.registerNode(e):t=>{this.registerNode(t,e)}}),__publicField(this,"unregister",e=>{this.descendants.delete(e);let t=sortNodes(Array.from(this.descendants.keys()));this.assignIndex(t)}),__publicField(this,"destroy",()=>{this.descendants.clear()}),__publicField(this,"assignIndex",e=>{this.descendants.forEach(t=>{let n=e.indexOf(t.node);t.index=n,t.node.dataset.index=t.index.toString()})}),__publicField(this,"count",()=>this.descendants.size),__publicField(this,"enabledCount",()=>this.enabledValues().length),__publicField(this,"values",()=>{let e=Array.from(this.descendants.values());return e.sort((e,t)=>e.index-t.index)}),__publicField(this,"enabledValues",()=>this.values().filter(e=>!e.disabled)),__publicField(this,"item",e=>{if(0!==this.count())return this.values()[e]}),__publicField(this,"enabledItem",e=>{if(0!==this.enabledCount())return this.enabledValues()[e]}),__publicField(this,"first",()=>this.item(0)),__publicField(this,"firstEnabled",()=>this.enabledItem(0)),__publicField(this,"last",()=>this.item(this.descendants.size-1)),__publicField(this,"lastEnabled",()=>{let e=this.enabledValues().length-1;return this.enabledItem(e)}),__publicField(this,"indexOf",e=>{var t,n;return e&&null!=(n=null==(t=this.descendants.get(e))?void 0:t.index)?n:-1}),__publicField(this,"enabledIndexOf",e=>null==e?-1:this.enabledValues().findIndex(t=>t.node.isSameNode(e))),__publicField(this,"next",(e,t=!0)=>{let n=getNextIndex(e,this.count(),t);return this.item(n)}),__publicField(this,"nextEnabled",(e,t=!0)=>{let n=this.item(e);if(!n)return;let r=this.enabledIndexOf(n.node),o=getNextIndex(r,this.enabledCount(),t);return this.enabledItem(o)}),__publicField(this,"prev",(e,t=!0)=>{let n=getPrevIndex(e,this.count()-1,t);return this.item(n)}),__publicField(this,"prevEnabled",(e,t=!0)=>{let n=this.item(e);if(!n)return;let r=this.enabledIndexOf(n.node),o=getPrevIndex(r,this.enabledCount()-1,t);return this.enabledItem(o)}),__publicField(this,"registerNode",(e,t)=>{if(!e||this.descendants.has(e))return;let n=Array.from(this.descendants.keys()).concat(e),r=sortNodes(n);(null==t?void 0:t.disabled)&&(t.disabled=!!t.disabled);let o={node:e,index:-1,...t};this.descendants.set(e,o),this.assignIndex(r)})}},g=n(55227);function useDescendants(){let e=(0,u.useRef)(new m);return p(()=>()=>e.current.destroy()),e.current}var[h,v]=(0,g.k)({name:"DescendantsProvider",errorMessage:"useDescendantsContext must be used within DescendantsProvider"});function useDescendant(e){let t=v(),[n,r]=(0,u.useState)(-1),o=(0,u.useRef)(null);p(()=>()=>{o.current&&t.unregister(o.current)},[]),p(()=>{if(!o.current)return;let e=Number(o.current.dataset.index);n==e||Number.isNaN(e)||r(e)});let i=e?cast(t.register(e)):cast(t.register);return{descendants:t,index:n,enabledIndex:t.enabledIndexOf(o.current),register:(0,d.lq)(i,o)}}function createDescendantContext(){let e=cast(h);return[e,()=>cast(v()),()=>useDescendants(),e=>useDescendant(e)]}var b=n(61735),y=n(59136),x=n(52366);function preventReturnFocus(e){let t=e.current;if(!t)return!1;let n=(0,b.vY)(t);return!(!n||t.contains(n))&&!!(0,y.Wq)(n)}function useFocusOnHide(e,t){let{shouldFocus:n,visible:r,focusRef:o}=t,i=n&&!r;(0,x.r)(()=>{let t;if(!i||preventReturnFocus(e))return;let n=(null==o?void 0:o.current)||e.current;if(n)return t=requestAnimationFrame(()=>{n.focus({preventScroll:!0})}),()=>{cancelAnimationFrame(t)}},[i,e,o])}var toVar=(e,t)=>({var:e,varRef:t?`var(${e}, ${t})`:`var(${e})`}),w={arrowShadowColor:toVar("--popper-arrow-shadow-color"),arrowSize:toVar("--popper-arrow-size","8px"),arrowSizeHalf:toVar("--popper-arrow-size-half"),arrowBg:toVar("--popper-arrow-bg"),transformOrigin:toVar("--popper-transform-origin"),arrowOffset:toVar("--popper-arrow-offset")};function getBoxShadow(e){return e.includes("top")?"1px 1px 0px 0 var(--popper-arrow-shadow-color)":e.includes("bottom")?"-1px -1px 0px 0 var(--popper-arrow-shadow-color)":e.includes("right")?"-1px 1px 0px 0 var(--popper-arrow-shadow-color)":e.includes("left")?"1px -1px 0px 0 var(--popper-arrow-shadow-color)":void 0}var O={top:"bottom center","top-start":"bottom left","top-end":"bottom right",bottom:"top center","bottom-start":"top left","bottom-end":"top right",left:"right center","left-start":"right top","left-end":"right bottom",right:"left center","right-start":"left top","right-end":"left bottom"},toTransformOrigin=e=>O[e],E={scroll:!0,resize:!0};function getEventListenerOptions(e){return"object"==typeof e?{enabled:!0,options:{...E,...e}}:{enabled:e,options:E}}var _={name:"matchWidth",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:({state:e})=>{e.styles.popper.width=`${e.rects.reference.width}px`},effect:({state:e})=>()=>{let t=e.elements.reference;e.elements.popper.style.width=`${t.offsetWidth}px`}},S={name:"transformOrigin",enabled:!0,phase:"write",fn:({state:e})=>{setTransformOrigin(e)},effect:({state:e})=>()=>{setTransformOrigin(e)}},setTransformOrigin=e=>{e.elements.popper.style.setProperty(w.transformOrigin.var,toTransformOrigin(e.placement))},C={name:"positionArrow",enabled:!0,phase:"afterWrite",fn:({state:e})=>{setArrowStyles(e)}},setArrowStyles=e=>{var t;if(!e.placement)return;let n=getArrowStyle(e.placement);if((null==(t=e.elements)?void 0:t.arrow)&&n){Object.assign(e.elements.arrow.style,{[n.property]:n.value,width:w.arrowSize.varRef,height:w.arrowSize.varRef,zIndex:-1});let t={[w.arrowSizeHalf.var]:`calc(${w.arrowSize.varRef} / 2 - 1px)`,[w.arrowOffset.var]:`calc(${w.arrowSizeHalf.varRef} * -1)`};for(let n in t)e.elements.arrow.style.setProperty(n,t[n])}},getArrowStyle=e=>e.startsWith("top")?{property:"bottom",value:w.arrowOffset.varRef}:e.startsWith("bottom")?{property:"top",value:w.arrowOffset.varRef}:e.startsWith("left")?{property:"right",value:w.arrowOffset.varRef}:e.startsWith("right")?{property:"left",value:w.arrowOffset.varRef}:void 0,P={name:"innerArrow",enabled:!0,phase:"main",requires:["arrow"],fn:({state:e})=>{setInnerArrowStyles(e)},effect:({state:e})=>()=>{setInnerArrowStyles(e)}},setInnerArrowStyles=e=>{if(!e.elements.arrow)return;let t=e.elements.arrow.querySelector("[data-popper-arrow-inner]");if(!t)return;let n=getBoxShadow(e.placement);n&&t.style.setProperty("--popper-arrow-default-shadow",n),Object.assign(t.style,{transform:"rotate(45deg)",background:w.arrowBg.varRef,top:0,left:0,width:"100%",height:"100%",position:"absolute",zIndex:"inherit",boxShadow:"var(--popper-arrow-shadow, var(--popper-arrow-default-shadow))"})},k={"start-start":{ltr:"left-start",rtl:"right-start"},"start-end":{ltr:"left-end",rtl:"right-end"},"end-start":{ltr:"right-start",rtl:"left-start"},"end-end":{ltr:"right-end",rtl:"left-end"},start:{ltr:"left",rtl:"right"},end:{ltr:"right",rtl:"left"}},N={"auto-start":"auto-end","auto-end":"auto-start","top-start":"top-end","top-end":"top-start","bottom-start":"bottom-end","bottom-end":"bottom-start"};function getPopperPlacement(e,t="ltr"){var n,r;let o=(null==(n=k[e])?void 0:n[t])||e;return"ltr"===t?o:null!=(r=N[e])?r:o}function getWindow(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function instanceOf_isElement(e){var t=getWindow(e).Element;return e instanceof t||e instanceof Element}function isHTMLElement(e){var t=getWindow(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function isShadowRoot(e){if("undefined"==typeof ShadowRoot)return!1;var t=getWindow(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var M=Math.max,T=Math.min,j=Math.round;function getUAString(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function isLayoutViewport(){return!/^((?!chrome|android).)*safari/i.test(getUAString())}function getBoundingClientRect(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var r=e.getBoundingClientRect(),o=1,i=1;t&&isHTMLElement(e)&&(o=e.offsetWidth>0&&j(r.width)/e.offsetWidth||1,i=e.offsetHeight>0&&j(r.height)/e.offsetHeight||1);var a=(instanceOf_isElement(e)?getWindow(e):window).visualViewport,l=!isLayoutViewport()&&n,s=(r.left+(l&&a?a.offsetLeft:0))/o,u=(r.top+(l&&a?a.offsetTop:0))/i,c=r.width/o,d=r.height/i;return{width:c,height:d,top:u,right:s+c,bottom:u+d,left:s,x:s,y:u}}function getWindowScroll(e){var t=getWindow(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function getHTMLElementScroll(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function getNodeScroll(e){return e!==getWindow(e)&&isHTMLElement(e)?getHTMLElementScroll(e):getWindowScroll(e)}function getNodeName(e){return e?(e.nodeName||"").toLowerCase():null}function getDocumentElement(e){return((instanceOf_isElement(e)?e.ownerDocument:e.document)||window.document).documentElement}function getWindowScrollBarX(e){return getBoundingClientRect(getDocumentElement(e)).left+getWindowScroll(e).scrollLeft}function getComputedStyle(e){return getWindow(e).getComputedStyle(e)}function isScrollParent(e){var t=getComputedStyle(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function isElementScaled(e){var t=e.getBoundingClientRect(),n=j(t.width)/e.offsetWidth||1,r=j(t.height)/e.offsetHeight||1;return 1!==n||1!==r}function getCompositeRect(e,t,n){void 0===n&&(n=!1);var r=isHTMLElement(t),o=isHTMLElement(t)&&isElementScaled(t),i=getDocumentElement(t),a=getBoundingClientRect(e,o,n),l={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(r||!r&&!n)&&(("body"!==getNodeName(t)||isScrollParent(i))&&(l=getNodeScroll(t)),isHTMLElement(t)?(s=getBoundingClientRect(t,!0),s.x+=t.clientLeft,s.y+=t.clientTop):i&&(s.x=getWindowScrollBarX(i))),{x:a.left+l.scrollLeft-s.x,y:a.top+l.scrollTop-s.y,width:a.width,height:a.height}}function getLayoutRect(e){var t=getBoundingClientRect(e),n=e.offsetWidth,r=e.offsetHeight;return 1>=Math.abs(t.width-n)&&(n=t.width),1>=Math.abs(t.height-r)&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function getParentNode(e){return"html"===getNodeName(e)?e:e.assignedSlot||e.parentNode||(isShadowRoot(e)?e.host:null)||getDocumentElement(e)}function getScrollParent(e){return["html","body","#document"].indexOf(getNodeName(e))>=0?e.ownerDocument.body:isHTMLElement(e)&&isScrollParent(e)?e:getScrollParent(getParentNode(e))}function listScrollParents(e,t){void 0===t&&(t=[]);var n,r=getScrollParent(e),o=r===(null==(n=e.ownerDocument)?void 0:n.body),i=getWindow(r),a=o?[i].concat(i.visualViewport||[],isScrollParent(r)?r:[]):r,l=t.concat(a);return o?l:l.concat(listScrollParents(getParentNode(a)))}function isTableElement(e){return["table","td","th"].indexOf(getNodeName(e))>=0}function getTrueOffsetParent(e){return isHTMLElement(e)&&"fixed"!==getComputedStyle(e).position?e.offsetParent:null}function getContainingBlock(e){var t=/firefox/i.test(getUAString());if(/Trident/i.test(getUAString())&&isHTMLElement(e)&&"fixed"===getComputedStyle(e).position)return null;var n=getParentNode(e);for(isShadowRoot(n)&&(n=n.host);isHTMLElement(n)&&0>["html","body"].indexOf(getNodeName(n));){var r=getComputedStyle(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}function getOffsetParent(e){for(var t=getWindow(e),n=getTrueOffsetParent(e);n&&isTableElement(n)&&"static"===getComputedStyle(n).position;)n=getTrueOffsetParent(n);return n&&("html"===getNodeName(n)||"body"===getNodeName(n)&&"static"===getComputedStyle(n).position)?t:n||getContainingBlock(e)||t}var D="bottom",I="right",R="left",A="auto",L=["top",D,I,R],B="start",F="viewport",W="popper",H=L.reduce(function(e,t){return e.concat([t+"-"+B,t+"-end"])},[]),V=[].concat(L,[A]).reduce(function(e,t){return e.concat([t,t+"-"+B,t+"-end"])},[]),U=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function order(e){var t=new Map,n=new Set,r=[];function sort(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach(function(e){if(!n.has(e)){var r=t.get(e);r&&sort(r)}}),r.push(e)}return e.forEach(function(e){t.set(e.name,e)}),e.forEach(function(e){n.has(e.name)||sort(e)}),r}function orderModifiers(e){var t=order(e);return U.reduce(function(e,n){return e.concat(t.filter(function(e){return e.phase===n}))},[])}function debounce(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function mergeByName(e){var t=e.reduce(function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e},{});return Object.keys(t).map(function(e){return t[e]})}var K={placement:"bottom",modifiers:[],strategy:"absolute"};function areValidElements(){for(var e=arguments.length,t=Array(e),n=0;n=0?"x":"y"}function computeOffsets(e){var t,n=e.reference,r=e.element,o=e.placement,i=o?getBasePlacement(o):null,a=o?getVariation(o):null,l=n.x+n.width/2-r.width/2,s=n.y+n.height/2-r.height/2;switch(i){case"top":t={x:l,y:n.y-r.height};break;case D:t={x:l,y:n.y+n.height};break;case I:t={x:n.x+n.width,y:s};break;case R:t={x:n.x-r.width,y:s};break;default:t={x:n.x,y:n.y}}var u=i?getMainAxisFromPlacement(i):null;if(null!=u){var c="y"===u?"height":"width";switch(a){case B:t[u]=t[u]-(n[c]/2-r[c]/2);break;case"end":t[u]=t[u]+(n[c]/2-r[c]/2)}}return t}var q={top:"auto",right:"auto",bottom:"auto",left:"auto"};function roundOffsetsByDPR(e,t){var n=e.x,r=e.y,o=t.devicePixelRatio||1;return{x:j(n*o)/o||0,y:j(r*o)/o||0}}function mapToStyles(e){var t,n,r=e.popper,o=e.popperRect,i=e.placement,a=e.variation,l=e.offsets,s=e.position,u=e.gpuAcceleration,c=e.adaptive,d=e.roundOffsets,f=e.isFixed,p=l.x,m=void 0===p?0:p,g=l.y,h=void 0===g?0:g,v="function"==typeof d?d({x:m,y:h}):{x:m,y:h};m=v.x,h=v.y;var b=l.hasOwnProperty("x"),y=l.hasOwnProperty("y"),x=R,w="top",O=window;if(c){var E=getOffsetParent(r),_="clientHeight",S="clientWidth";E===getWindow(r)&&"static"!==getComputedStyle(E=getDocumentElement(r)).position&&"absolute"===s&&(_="scrollHeight",S="scrollWidth"),("top"===i||(i===R||i===I)&&"end"===a)&&(w=D,h-=(f&&E===O&&O.visualViewport?O.visualViewport.height:E[_])-o.height,h*=u?1:-1),(i===R||("top"===i||i===D)&&"end"===a)&&(x=I,m-=(f&&E===O&&O.visualViewport?O.visualViewport.width:E[S])-o.width,m*=u?1:-1)}var C=Object.assign({position:s},c&&q),P=!0===d?roundOffsetsByDPR({x:m,y:h},getWindow(r)):{x:m,y:h};return(m=P.x,h=P.y,u)?Object.assign({},C,((n={})[w]=y?"0":"",n[x]=b?"0":"",n.transform=1>=(O.devicePixelRatio||1)?"translate("+m+"px, "+h+"px)":"translate3d("+m+"px, "+h+"px, 0)",n)):Object.assign({},C,((t={})[w]=y?h+"px":"",t[x]=b?m+"px":"",t.transform="",t))}function distanceAndSkiddingToXY(e,t,n){var r=getBasePlacement(e),o=[R,"top"].indexOf(r)>=0?-1:1,i="function"==typeof n?n(Object.assign({},t,{placement:e})):n,a=i[0],l=i[1];return a=a||0,l=(l||0)*o,[R,I].indexOf(r)>=0?{x:l,y:a}:{x:a,y:l}}var G={left:"right",right:"left",bottom:"top",top:"bottom"};function getOppositePlacement(e){return e.replace(/left|right|bottom|top/g,function(e){return G[e]})}var X={start:"end",end:"start"};function getOppositeVariationPlacement(e){return e.replace(/start|end/g,function(e){return X[e]})}function getViewportRect(e,t){var n=getWindow(e),r=getDocumentElement(e),o=n.visualViewport,i=r.clientWidth,a=r.clientHeight,l=0,s=0;if(o){i=o.width,a=o.height;var u=isLayoutViewport();(u||!u&&"fixed"===t)&&(l=o.offsetLeft,s=o.offsetTop)}return{width:i,height:a,x:l+getWindowScrollBarX(e),y:s}}function getDocumentRect(e){var t,n=getDocumentElement(e),r=getWindowScroll(e),o=null==(t=e.ownerDocument)?void 0:t.body,i=M(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=M(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-r.scrollLeft+getWindowScrollBarX(e),s=-r.scrollTop;return"rtl"===getComputedStyle(o||n).direction&&(l+=M(n.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:l,y:s}}function contains(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&isShadowRoot(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function rectToClientRect(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function getInnerBoundingClientRect(e,t){var n=getBoundingClientRect(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function getClientRectFromMixedType(e,t,n){return t===F?rectToClientRect(getViewportRect(e,n)):instanceOf_isElement(t)?getInnerBoundingClientRect(t,n):rectToClientRect(getDocumentRect(getDocumentElement(e)))}function getClippingParents(e){var t=listScrollParents(getParentNode(e)),n=["absolute","fixed"].indexOf(getComputedStyle(e).position)>=0&&isHTMLElement(e)?getOffsetParent(e):e;return instanceOf_isElement(n)?t.filter(function(e){return instanceOf_isElement(e)&&contains(e,n)&&"body"!==getNodeName(e)}):[]}function getClippingRect(e,t,n,r){var o=[].concat("clippingParents"===t?getClippingParents(e):[].concat(t),[n]),i=o[0],a=o.reduce(function(t,n){var o=getClientRectFromMixedType(e,n,r);return t.top=M(o.top,t.top),t.right=T(o.right,t.right),t.bottom=T(o.bottom,t.bottom),t.left=M(o.left,t.left),t},getClientRectFromMixedType(e,i,r));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function getFreshSideObject(){return{top:0,right:0,bottom:0,left:0}}function mergePaddingObject(e){return Object.assign({},getFreshSideObject(),e)}function expandToHashMap(e,t){return t.reduce(function(t,n){return t[n]=e,t},{})}function detectOverflow(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=void 0===r?e.placement:r,i=n.strategy,a=void 0===i?e.strategy:i,l=n.boundary,s=n.rootBoundary,u=n.elementContext,c=void 0===u?W:u,d=n.altBoundary,f=n.padding,p=void 0===f?0:f,m=mergePaddingObject("number"!=typeof p?p:expandToHashMap(p,L)),g=e.rects.popper,h=e.elements[void 0!==d&&d?c===W?"reference":W:c],v=getClippingRect(instanceOf_isElement(h)?h:h.contextElement||getDocumentElement(e.elements.popper),void 0===l?"clippingParents":l,void 0===s?F:s,a),b=getBoundingClientRect(e.elements.reference),y=computeOffsets({reference:b,element:g,strategy:"absolute",placement:o}),x=rectToClientRect(Object.assign({},g,y)),w=c===W?x:b,O={top:v.top-w.top+m.top,bottom:w.bottom-v.bottom+m.bottom,left:v.left-w.left+m.left,right:w.right-v.right+m.right},E=e.modifiersData.offset;if(c===W&&E){var _=E[o];Object.keys(O).forEach(function(e){var t=[I,D].indexOf(e)>=0?1:-1,n=["top",D].indexOf(e)>=0?"y":"x";O[e]+=_[n]*t})}return O}function computeAutoPlacement(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=n.boundary,i=n.rootBoundary,a=n.padding,l=n.flipVariations,s=n.allowedAutoPlacements,u=void 0===s?V:s,c=getVariation(r),d=c?l?H:H.filter(function(e){return getVariation(e)===c}):L,f=d.filter(function(e){return u.indexOf(e)>=0});0===f.length&&(f=d);var p=f.reduce(function(t,n){return t[n]=detectOverflow(e,{placement:n,boundary:o,rootBoundary:i,padding:a})[getBasePlacement(n)],t},{});return Object.keys(p).sort(function(e,t){return p[e]-p[t]})}function getExpandedFallbackPlacements(e){if(getBasePlacement(e)===A)return[];var t=getOppositePlacement(e);return[getOppositeVariationPlacement(e),t,getOppositeVariationPlacement(t)]}function getAltAxis(e){return"x"===e?"y":"x"}function within(e,t,n){return M(e,T(t,n))}function withinMaxClamp(e,t,n){var r=within(e,t,n);return r>n?n:r}function getSideOffsets(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function isAnySideFullyClipped(e){return["top",I,D,R].some(function(t){return e[t]>=0})}var Y=(r={defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,i=void 0===o||o,a=r.resize,l=void 0===a||a,s=getWindow(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&u.forEach(function(e){e.addEventListener("scroll",n.update,z)}),l&&s.addEventListener("resize",n.update,z),function(){i&&u.forEach(function(e){e.removeEventListener("scroll",n.update,z)}),l&&s.removeEventListener("resize",n.update,z)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=computeOffsets({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=n.adaptive,i=n.roundOffsets,a=void 0===i||i,l={placement:getBasePlacement(t.placement),variation:getVariation(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:void 0===r||r,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,mapToStyles(Object.assign({},l,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:void 0===o||o,roundOffsets:a})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,mapToStyles(Object.assign({},l,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},{name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},o=t.elements[e];isHTMLElement(o)&&getNodeName(o)&&(Object.assign(o.style,n),Object.keys(r).forEach(function(e){var t=r[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?"":t)}))})},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(e){var r=t.elements[e],o=t.attributes[e]||{},i=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce(function(e,t){return e[t]="",e},{});isHTMLElement(r)&&getNodeName(r)&&(Object.assign(r.style,i),Object.keys(o).forEach(function(e){r.removeAttribute(e)}))})}},requires:["computeStyles"]},{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.offset,i=void 0===o?[0,0]:o,a=V.reduce(function(e,n){return e[n]=distanceAndSkiddingToXY(n,t.rects,i),e},{}),l=a[t.placement],s=l.x,u=l.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=s,t.modifiersData.popperOffsets.y+=u),t.modifiersData[r]=a}},{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,i=void 0===o||o,a=n.altAxis,l=void 0===a||a,s=n.fallbackPlacements,u=n.padding,c=n.boundary,d=n.rootBoundary,f=n.altBoundary,p=n.flipVariations,m=void 0===p||p,g=n.allowedAutoPlacements,h=t.options.placement,v=getBasePlacement(h)===h,b=s||(v||!m?[getOppositePlacement(h)]:getExpandedFallbackPlacements(h)),y=[h].concat(b).reduce(function(e,n){return e.concat(getBasePlacement(n)===A?computeAutoPlacement(t,{placement:n,boundary:c,rootBoundary:d,padding:u,flipVariations:m,allowedAutoPlacements:g}):n)},[]),x=t.rects.reference,w=t.rects.popper,O=new Map,E=!0,_=y[0],S=0;S=0,M=N?"width":"height",T=detectOverflow(t,{placement:C,boundary:c,rootBoundary:d,altBoundary:f,padding:u}),j=N?k?I:R:k?D:"top";x[M]>w[M]&&(j=getOppositePlacement(j));var L=getOppositePlacement(j),F=[];if(i&&F.push(T[P]<=0),l&&F.push(T[j]<=0,T[L]<=0),F.every(function(e){return e})){_=C,E=!1;break}O.set(C,F)}if(E)for(var W=m?3:1,_loop=function(e){var t=y.find(function(t){var n=O.get(t);if(n)return n.slice(0,e).every(function(e){return e})});if(t)return _=t,"break"},H=W;H>0&&"break"!==_loop(H);H--);t.placement!==_&&(t.modifiersData[r]._skip=!0,t.placement=_,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,i=n.altAxis,a=n.boundary,l=n.rootBoundary,s=n.altBoundary,u=n.padding,c=n.tether,d=void 0===c||c,f=n.tetherOffset,p=void 0===f?0:f,m=detectOverflow(t,{boundary:a,rootBoundary:l,padding:u,altBoundary:s}),g=getBasePlacement(t.placement),h=getVariation(t.placement),v=!h,b=getMainAxisFromPlacement(g),y=getAltAxis(b),x=t.modifiersData.popperOffsets,w=t.rects.reference,O=t.rects.popper,E="function"==typeof p?p(Object.assign({},t.rects,{placement:t.placement})):p,_="number"==typeof E?{mainAxis:E,altAxis:E}:Object.assign({mainAxis:0,altAxis:0},E),S=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,C={x:0,y:0};if(x){if(void 0===o||o){var P,k="y"===b?"top":R,N="y"===b?D:I,j="y"===b?"height":"width",A=x[b],L=A+m[k],F=A-m[N],W=d?-O[j]/2:0,H=h===B?w[j]:O[j],V=h===B?-O[j]:-w[j],U=t.elements.arrow,K=d&&U?getLayoutRect(U):{width:0,height:0},z=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:getFreshSideObject(),q=z[k],G=z[N],X=within(0,w[j],K[j]),Y=v?w[j]/2-W-X-q-_.mainAxis:H-X-q-_.mainAxis,$=v?-w[j]/2+W+X+G+_.mainAxis:V+X+G+_.mainAxis,Q=t.elements.arrow&&getOffsetParent(t.elements.arrow),Z=Q?"y"===b?Q.clientTop||0:Q.clientLeft||0:0,J=null!=(P=null==S?void 0:S[b])?P:0,ee=A+Y-J-Z,et=A+$-J,en=within(d?T(L,ee):L,A,d?M(F,et):F);x[b]=en,C[b]=en-A}if(void 0!==i&&i){var er,eo="x"===b?"top":R,ei="x"===b?D:I,ea=x[y],el="y"===y?"height":"width",es=ea+m[eo],eu=ea-m[ei],ec=-1!==["top",R].indexOf(g),ed=null!=(er=null==S?void 0:S[y])?er:0,ef=ec?es:ea-w[el]-O[el]-ed+_.altAxis,ep=ec?ea+w[el]+O[el]-ed-_.altAxis:eu,em=d&&ec?withinMaxClamp(ef,ea,ep):within(d?ef:es,ea,d?ep:eu);x[y]=em,C[y]=em-ea}t.modifiersData[r]=C}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n,r=e.state,o=e.name,i=e.options,a=r.elements.arrow,l=r.modifiersData.popperOffsets,s=getBasePlacement(r.placement),u=getMainAxisFromPlacement(s),c=[R,I].indexOf(s)>=0?"height":"width";if(a&&l){var d=mergePaddingObject("number"!=typeof(t="function"==typeof(t=i.padding)?t(Object.assign({},r.rects,{placement:r.placement})):t)?t:expandToHashMap(t,L)),f=getLayoutRect(a),p="y"===u?"top":R,m="y"===u?D:I,g=r.rects.reference[c]+r.rects.reference[u]-l[u]-r.rects.popper[c],h=l[u]-r.rects.reference[u],v=getOffsetParent(a),b=v?"y"===u?v.clientHeight||0:v.clientWidth||0:0,y=d[p],x=b-f[c]-d[m],w=b/2-f[c]/2+(g/2-h/2),O=within(y,w,x);r.modifiersData[o]=((n={})[u]=O,n.centerOffset=O-w,n)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&contains(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,a=detectOverflow(t,{elementContext:"reference"}),l=detectOverflow(t,{altBoundary:!0}),s=getSideOffsets(a,r),u=getSideOffsets(l,o,i),c=isAnySideFullyClipped(s),d=isAnySideFullyClipped(u);t.modifiersData[n]={referenceClippingOffsets:s,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":d})}}]},a=void 0===(i=(o=r).defaultModifiers)?[]:i,s=void 0===(l=o.defaultOptions)?K:l,function(e,t,n){void 0===n&&(n=s);var r={placement:"bottom",orderedModifiers:[],options:Object.assign({},K,s),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},o=[],i=!1,l={state:r,setOptions:function(n){var o="function"==typeof n?n(r.options):n;cleanupModifierEffects(),r.options=Object.assign({},s,r.options,o),r.scrollParents={reference:instanceOf_isElement(e)?listScrollParents(e):e.contextElement?listScrollParents(e.contextElement):[],popper:listScrollParents(t)};var i=orderModifiers(mergeByName([].concat(a,r.options.modifiers)));return r.orderedModifiers=i.filter(function(e){return e.enabled}),runModifierEffects(),l.update()},forceUpdate:function(){if(!i){var e=r.elements,t=e.reference,n=e.popper;if(areValidElements(t,n)){r.rects={reference:getCompositeRect(t,getOffsetParent(n),"fixed"===r.options.strategy),popper:getLayoutRect(n)},r.reset=!1,r.placement=r.options.placement,r.orderedModifiers.forEach(function(e){return r.modifiersData[e.name]=Object.assign({},e.data)});for(var o=0;o{}),O=(0,u.useCallback)(()=>{var e;t&&h.current&&v.current&&(null==(e=x.current)||e.call(x),b.current=Y(h.current,v.current,{placement:y,modifiers:[P,C,S,{..._,enabled:!!m},{name:"eventListeners",...getEventListenerOptions(a)},{name:"arrow",options:{padding:i}},{name:"offset",options:{offset:null!=l?l:[0,s]}},{name:"flip",enabled:!!c,options:{padding:8}},{name:"preventOverflow",enabled:!!p,options:{boundary:f}},...null!=n?n:[]],strategy:o}),b.current.forceUpdate(),x.current=b.current.destroy)},[y,t,n,m,a,i,l,s,c,p,f,o]);(0,u.useEffect)(()=>()=>{var e;h.current||v.current||(null==(e=b.current)||e.destroy(),b.current=null)},[]);let E=(0,u.useCallback)(e=>{h.current=e,O()},[O]),k=(0,u.useCallback)((e={},t=null)=>({...e,ref:(0,d.lq)(E,t)}),[E]),N=(0,u.useCallback)(e=>{v.current=e,O()},[O]),M=(0,u.useCallback)((e={},t=null)=>({...e,ref:(0,d.lq)(N,t),style:{...e.style,position:o,minWidth:m?void 0:"max-content",inset:"0 auto auto 0"}}),[o,N,m]),T=(0,u.useCallback)((e={},t=null)=>{let{size:n,shadowColor:r,bg:o,style:i,...a}=e;return{...a,ref:t,"data-popper-arrow":"",style:chunk_7PJKT2BG_getArrowStyle(e)}},[]),j=(0,u.useCallback)((e={},t=null)=>({...e,ref:t,"data-popper-arrow-inner":""}),[]);return{update(){var e;null==(e=b.current)||e.update()},forceUpdate(){var e;null==(e=b.current)||e.forceUpdate()},transformOrigin:w.transformOrigin.varRef,referenceRef:E,popperRef:N,getPopperProps:M,getArrowProps:T,getArrowInnerProps:j,getReferenceProps:k}}function chunk_7PJKT2BG_getArrowStyle(e){let{size:t,shadowColor:n,bg:r,style:o}=e,i={...o,position:"absolute"};return t&&(i["--popper-arrow-size"]=t),n&&(i["--popper-arrow-shadow-color"]=n),r&&(i["--popper-arrow-bg"]=r),i}var $=n(35155);function useDisclosure(e={}){let{onClose:t,onOpen:n,isOpen:r,id:o}=e,i=(0,$.W)(n),a=(0,$.W)(t),[l,s]=(0,u.useState)(e.defaultIsOpen||!1),c=void 0!==r?r:l,d=void 0!==r,f=(0,u.useId)(),p=null!=o?o:`disclosure-${f}`,m=(0,u.useCallback)(()=>{d||s(!1),null==a||a()},[d,a]),g=(0,u.useCallback)(()=>{d||s(!0),null==i||i()},[d,i]),h=(0,u.useCallback)(()=>{c?m():g()},[c,g,m]);function getButtonProps(e={}){return{...e,"aria-expanded":c,"aria-controls":p,onClick(t){var n;null==(n=e.onClick)||n.call(e,t),h()}}}function getDisclosureProps(e={}){return{...e,hidden:!c,id:p}}return{isOpen:c,onOpen:g,onClose:m,onToggle:h,isControlled:d,getButtonProps,getDisclosureProps}}function useOutsideClick(e){let{ref:t,handler:n,enabled:r=!0}=e,o=(0,$.W)(n),i=(0,u.useRef)({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),a=i.current;(0,u.useEffect)(()=>{if(!r)return;let onPointerDown=e=>{isValidEvent(e,t)&&(a.isPointerDown=!0)},onMouseUp=e=>{if(a.ignoreEmulatedMouseEvents){a.ignoreEmulatedMouseEvents=!1;return}a.isPointerDown&&n&&isValidEvent(e,t)&&(a.isPointerDown=!1,o(e))},onTouchEnd=e=>{a.ignoreEmulatedMouseEvents=!0,n&&a.isPointerDown&&isValidEvent(e,t)&&(a.isPointerDown=!1,o(e))},e=getOwnerDocument(t.current);return e.addEventListener("mousedown",onPointerDown,!0),e.addEventListener("mouseup",onMouseUp,!0),e.addEventListener("touchstart",onPointerDown,!0),e.addEventListener("touchend",onTouchEnd,!0),()=>{e.removeEventListener("mousedown",onPointerDown,!0),e.removeEventListener("mouseup",onMouseUp,!0),e.removeEventListener("touchstart",onPointerDown,!0),e.removeEventListener("touchend",onTouchEnd,!0)}},[n,t,o,a,r])}function isValidEvent(e,t){var n;let r=e.target;if(r){let e=getOwnerDocument(r);if(!e.contains(r))return!1}return!(null==(n=t.current)?void 0:n.contains(r))}function getOwnerDocument(e){var t;return null!=(t=null==e?void 0:e.ownerDocument)?t:document}function dist_useEventListener(e,t,n,r){let o=(0,$.W)(n);return(0,u.useEffect)(()=>{let i="function"==typeof e?e():null!=e?e:document;if(n&&i)return i.addEventListener(t,o,r),()=>{i.removeEventListener(t,o,r)}},[t,e,r,o,n]),()=>{let n="function"==typeof e?e():null!=e?e:document;null==n||n.removeEventListener(t,o,r)}}function useAnimationState(e){let{isOpen:t,ref:n}=e,[r,o]=(0,u.useState)(t),[i,a]=(0,u.useState)(!1);(0,u.useEffect)(()=>{i||(o(t),a(!0))},[t,i,r]),dist_useEventListener(()=>n.current,"animationend",()=>{o(t)});let l=!t&&!r;return{present:!l,onComplete(){var e;let t=(0,b.kR)(n.current),r=new t.CustomEvent("animationend",{bubbles:!0});null==(e=n.current)||e.dispatchEvent(r)}}}function lazyDisclosure(e){let{wasSelected:t,enabled:n,isSelected:r,mode:o="unmount"}=e;return!n||!!r||"keepMounted"===o&&!!t}var[Q,Z,J,ee]=createDescendantContext(),[et,en]=(0,g.k)({strict:!1,name:"MenuContext"});function useIds(e,...t){let n=(0,u.useId)(),r=e||n;return(0,u.useMemo)(()=>t.map(e=>`${e}-${r}`),[r,t])}function chunk_HTMRKUKY_getOwnerDocument(e){var t;return null!=(t=null==e?void 0:e.ownerDocument)?t:document}function isActiveElement(e){let t=chunk_HTMRKUKY_getOwnerDocument(e);return t.activeElement===e}function useMenu(e={}){let{id:t,closeOnSelect:n=!0,closeOnBlur:r=!0,initialFocusRef:o,autoSelect:i=!0,isLazy:a,isOpen:l,defaultIsOpen:s,onClose:c,onOpen:d,placement:f="bottom-start",lazyBehavior:p="unmount",direction:m,computePositionOnMount:g=!1,...h}=e,v=(0,u.useRef)(null),b=(0,u.useRef)(null),y=J(),w=(0,u.useCallback)(()=>{requestAnimationFrame(()=>{var e;null==(e=v.current)||e.focus({preventScroll:!1})})},[]),O=(0,u.useCallback)(()=>{let e=setTimeout(()=>{var e;if(o)null==(e=o.current)||e.focus();else{let e=y.firstEnabled();e&&T(e.index)}});A.current.add(e)},[y,o]),E=(0,u.useCallback)(()=>{let e=setTimeout(()=>{let e=y.lastEnabled();e&&T(e.index)});A.current.add(e)},[y]),_=(0,u.useCallback)(()=>{null==d||d(),i?O():w()},[i,O,w,d]),{isOpen:S,onOpen:C,onClose:P,onToggle:k}=useDisclosure({isOpen:l,defaultIsOpen:s,onClose:c,onOpen:_});useOutsideClick({enabled:S&&r,ref:v,handler:e=>{var t;(null==(t=b.current)?void 0:t.contains(e.target))||P()}});let N=usePopper({...h,enabled:S||g,placement:f,direction:m}),[M,T]=(0,u.useState)(-1);(0,x.r)(()=>{S||T(-1)},[S]),useFocusOnHide(v,{focusRef:b,visible:S,shouldFocus:!0});let j=useAnimationState({isOpen:S,ref:v}),[D,I]=useIds(t,"menu-button","menu-list"),R=(0,u.useCallback)(()=>{C(),w()},[C,w]),A=(0,u.useRef)(new Set([]));useUnmountEffect(()=>{A.current.forEach(e=>clearTimeout(e)),A.current.clear()});let L=(0,u.useCallback)(()=>{C(),O()},[O,C]),B=(0,u.useCallback)(()=>{C(),E()},[C,E]),F=(0,u.useCallback)(()=>{var e,t;let n=chunk_HTMRKUKY_getOwnerDocument(v.current),r=null==(e=v.current)?void 0:e.contains(n.activeElement),o=S&&!r;if(!o)return;let i=null==(t=y.item(M))?void 0:t.node;null==i||i.focus()},[S,M,y]),W=(0,u.useRef)(null);return{openAndFocusMenu:R,openAndFocusFirstItem:L,openAndFocusLastItem:B,onTransitionEnd:F,unstable__animationState:j,descendants:y,popper:N,buttonId:D,menuId:I,forceUpdate:N.forceUpdate,orientation:"vertical",isOpen:S,onToggle:k,onOpen:C,onClose:P,menuRef:v,buttonRef:b,focusedIndex:M,closeOnSelect:n,closeOnBlur:r,autoSelect:i,setFocusedIndex:T,isLazy:a,lazyBehavior:p,initialFocusRef:o,rafId:W}}function useMenuButton(e={},t=null){let n=en(),{onToggle:r,popper:o,openAndFocusFirstItem:i,openAndFocusLastItem:a}=n,l=(0,u.useCallback)(e=>{let t=e.key,n={Enter:i,ArrowDown:i,ArrowUp:a}[t];n&&(e.preventDefault(),e.stopPropagation(),n(e))},[i,a]);return{...e,ref:(0,d.lq)(n.buttonRef,t,o.referenceRef),id:n.buttonId,"data-active":(0,c.PB)(n.isOpen),"aria-expanded":n.isOpen,"aria-haspopup":"menu","aria-controls":n.menuId,onClick:(0,c.v0)(e.onClick,r),onKeyDown:(0,c.v0)(e.onKeyDown,l)}}function isTargetMenuItem(e){var t;return chunk_HTMRKUKY_isHTMLElement(e)&&!!(null==(t=null==e?void 0:e.getAttribute("role"))?void 0:t.startsWith("menuitem"))}function useMenuList(e={},t=null){let n=en();if(!n)throw Error("useMenuContext: context is undefined. Seems you forgot to wrap component within ");let{focusedIndex:r,setFocusedIndex:o,menuRef:i,isOpen:a,onClose:l,menuId:s,isLazy:f,lazyBehavior:p,unstable__animationState:m}=n,g=Z(),h=useShortcut({preventDefault:e=>" "!==e.key&&isTargetMenuItem(e.target)}),v=(0,u.useCallback)(e=>{let t=e.key,n={Tab:e=>e.preventDefault(),Escape:l,ArrowDown:()=>{let e=g.nextEnabled(r);e&&o(e.index)},ArrowUp:()=>{let e=g.prevEnabled(r);e&&o(e.index)}}[t];if(n){e.preventDefault(),n(e);return}let i=h(e=>{let t=getNextItemFromSearch(g.values(),e,e=>{var t,n;return null!=(n=null==(t=null==e?void 0:e.node)?void 0:t.textContent)?n:""},g.item(r));if(t){let e=g.indexOf(t.node);o(e)}});isTargetMenuItem(e.target)&&i(e)},[g,r,h,l,o]),b=(0,u.useRef)(!1);a&&(b.current=!0);let y=lazyDisclosure({wasSelected:b.current,enabled:f,mode:p,isSelected:m.present});return{...e,ref:(0,d.lq)(i,t),children:y?e.children:null,tabIndex:-1,role:"menu",id:s,style:{...e.style,transformOrigin:"var(--popper-transform-origin)"},"aria-orientation":"vertical",onKeyDown:(0,c.v0)(e.onKeyDown,v)}}function useMenuPositioner(e={}){let{popper:t,isOpen:n}=en();return t.getPopperProps({...e,style:{visibility:n?"visible":"hidden",...e.style}})}function useMenuItem(e={},t=null){let{onMouseEnter:n,onMouseMove:r,onMouseLeave:o,onClick:i,onFocus:a,isDisabled:l,isFocusable:s,closeOnSelect:c,type:f,...p}=e,m=en(),{setFocusedIndex:g,focusedIndex:h,closeOnSelect:v,onClose:b,menuRef:y,isOpen:w,menuId:O,rafId:E}=m,_=(0,u.useRef)(null),S=`${O}-menuitem-${(0,u.useId)()}`,{index:C,register:P}=ee({disabled:l&&!s}),k=(0,u.useCallback)(e=>{null==n||n(e),l||g(C)},[g,C,l,n]),N=(0,u.useCallback)(e=>{null==r||r(e),_.current&&!isActiveElement(_.current)&&k(e)},[k,r]),M=(0,u.useCallback)(e=>{null==o||o(e),l||g(-1)},[g,l,o]),T=(0,u.useCallback)(e=>{null==i||i(e),isTargetMenuItem(e.currentTarget)&&(null!=c?c:v)&&b()},[b,i,v,c]),j=(0,u.useCallback)(e=>{null==a||a(e),g(C)},[g,a,C]),D=C===h,I=l&&!s;(0,x.r)(()=>{w&&(D&&!I&&_.current?(E.current&&cancelAnimationFrame(E.current),E.current=requestAnimationFrame(()=>{var e;null==(e=_.current)||e.focus(),E.current=null})):y.current&&!isActiveElement(y.current)&&y.current.focus({preventScroll:!0}))},[D,I,y,w]);let R=useClickable({onClick:T,onFocus:j,onMouseEnter:k,onMouseMove:N,onMouseLeave:M,ref:(0,d.lq)(P,_,t),isDisabled:l,isFocusable:s});return{...p,...R,type:null!=f?f:R.type,id:S,role:"menuitem",tabIndex:D?0:-1}}function chunk_HTMRKUKY_isHTMLElement(e){var t;if(!chunk_HTMRKUKY_isElement(e))return!1;let n=null!=(t=e.ownerDocument.defaultView)?t:window;return e instanceof n.HTMLElement}function chunk_HTMRKUKY_isElement(e){return null!=e&&"object"==typeof e&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function useUnmountEffect(e,t=[]){return(0,u.useEffect)(()=>()=>e(),t)}},36275:function(e,t,n){"use strict";n.d(t,{j:function(){return c}});var r=n(5284),o=n(90641),i=n(35059),a=n(82504),l=n(25432),s=n(85893),u=(0,i.G)((e,t)=>{let n=(0,r.x)();return(0,s.jsx)(a.m.button,{ref:t,...e,__css:{display:"inline-flex",appearance:"none",alignItems:"center",outline:0,...n.button}})}),c=(0,i.G)((e,t)=>{let{children:n,as:r,...i}=e,c=(0,o.zZ)(i,t),d=r||u;return(0,s.jsx)(d,{...c,className:(0,l.cx)("chakra-menu__menu-button",e.className),children:(0,s.jsx)(a.m.span,{__css:{pointerEvents:"none",flex:"1 1 auto",minW:0},children:e.children})})});c.displayName="MenuButton"},5284:function(e,t,n){"use strict";n.d(t,{v:function(){return Menu},x:function(){return f}});var r=n(90641),o=n(55227),i=n(91639),a=n(33179),l=n(75119),s=n(25432),u=n(67294),c=n(85893),[d,f]=(0,o.k)({name:"MenuStylesContext",errorMessage:"useMenuStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),Menu=e=>{let{children:t}=e,n=(0,i.jC)("Menu",e),o=(0,a.Lr)(e),{direction:f}=(0,l.F)(),{descendants:p,...m}=(0,r.H9)({...o,direction:f}),g=(0,u.useMemo)(()=>m,[m]),{isOpen:h,onClose:v,forceUpdate:b}=g;return(0,c.jsx)(r.wN,{value:p,children:(0,c.jsx)(r.Kb,{value:g,children:(0,c.jsx)(d,{value:n,children:(0,s.Pu)(t,{isOpen:h,onClose:v,forceUpdate:b})})})})};Menu.displayName="Menu"},1913:function(e,t,n){"use strict";n.d(t,{s:function(){return f}});var r=n(5284),o=n(35059),i=n(82504),a=n(85893),l=(0,o.G)((e,t)=>{let n=(0,r.x)();return(0,a.jsx)(i.m.span,{ref:t,...e,__css:n.command,className:"chakra-menu__command"})});l.displayName="MenuCommand";var s=n(67294),u=(0,o.G)((e,t)=>{let{type:n,...o}=e,l=(0,r.x)(),u=o.as||n?null!=n?n:void 0:"button",c=(0,s.useMemo)(()=>({textDecoration:"none",color:"inherit",userSelect:"none",display:"flex",width:"100%",alignItems:"center",textAlign:"start",flex:"0 0 auto",outline:0,...l.item}),[l.item]);return(0,a.jsx)(i.m.button,{ref:t,type:u,...o,__css:c})}),c=n(90641),d=n(25432),MenuIcon=e=>{let{className:t,children:n,...r}=e,o=s.Children.only(n),l=(0,s.isValidElement)(o)?(0,s.cloneElement)(o,{focusable:"false","aria-hidden":!0,className:(0,d.cx)("chakra-menu__icon",o.props.className)}):null,u=(0,d.cx)("chakra-menu__icon-wrapper",t);return(0,a.jsx)(i.m.span,{className:u,...r,__css:{display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:l})};MenuIcon.displayName="MenuIcon";var f=(0,o.G)((e,t)=>{let{icon:n,iconSpacing:r="0.75rem",command:o,commandSpacing:i="0.75rem",children:s,...f}=e,p=(0,c.iX)(f,t),m=n||o?(0,a.jsx)("span",{style:{pointerEvents:"none",flex:1},children:s}):s;return(0,a.jsxs)(u,{...p,className:(0,d.cx)("chakra-menu__menuitem",p.className),children:[n&&(0,a.jsx)(MenuIcon,{fontSize:"0.8em",marginEnd:r,children:n}),m,o&&(0,a.jsx)(l,{marginStart:i,children:o})]})});f.displayName="MenuItem"}}]); \ No newline at end of file diff --git a/public/_next/static/chunks/2683-5d3bbabf04c4fbfd.js b/public/_next/static/chunks/2683-5d3bbabf04c4fbfd.js new file mode 100644 index 00000000..3996e81a --- /dev/null +++ b/public/_next/static/chunks/2683-5d3bbabf04c4fbfd.js @@ -0,0 +1 @@ +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2683],{902:function(e,n,t){"use strict";var a=t(64836);n.Z=void 0;var r=a(t(52992)).default;n.Z=r},64400:function(e,n){"use strict";n.Z=void 0,n.Z={'code[class*="language-"]':{color:"#f8f8f2",background:"none",fontFamily:"Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",wordWrap:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none"},'pre[class*="language-"]':{color:"#f8f8f2",background:"#2b2b2b",fontFamily:"Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",wordWrap:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none",padding:"1em",margin:"0.5em 0",overflow:"auto",borderRadius:"0.3em"},':not(pre) > code[class*="language-"]':{background:"#2b2b2b",padding:"0.1em",borderRadius:"0.3em",whiteSpace:"normal"},comment:{color:"#d4d0ab"},prolog:{color:"#d4d0ab"},doctype:{color:"#d4d0ab"},cdata:{color:"#d4d0ab"},punctuation:{color:"#fefefe"},property:{color:"#ffa07a"},tag:{color:"#ffa07a"},constant:{color:"#ffa07a"},symbol:{color:"#ffa07a"},deleted:{color:"#ffa07a"},boolean:{color:"#00e0e0"},number:{color:"#00e0e0"},selector:{color:"#abe338"},"attr-name":{color:"#abe338"},string:{color:"#abe338"},char:{color:"#abe338"},builtin:{color:"#abe338"},inserted:{color:"#abe338"},operator:{color:"#00e0e0"},entity:{color:"#00e0e0",cursor:"help"},url:{color:"#00e0e0"},".language-css .token.string":{color:"#00e0e0"},".style .token.string":{color:"#00e0e0"},variable:{color:"#00e0e0"},atrule:{color:"#ffd700"},"attr-value":{color:"#ffd700"},function:{color:"#ffd700"},keyword:{color:"#00e0e0"},regex:{color:"#ffd700"},important:{color:"#ffd700",fontWeight:"bold"},bold:{fontWeight:"bold"},italic:{fontStyle:"italic"}}},7505:function(e,n,t){"use strict";function asyncGeneratorStep(e,n,t,a,r,c,o){try{var u=e[c](o),l=u.value}catch(e){t(e);return}u.done?n(l):Promise.resolve(l).then(a,r)}function _asyncToGenerator(e){return function(){var n=this,t=arguments;return new Promise(function(a,r){var c=e.apply(n,t);function _next(e){asyncGeneratorStep(c,a,r,_next,_throw,"next",e)}function _throw(e){asyncGeneratorStep(c,a,r,_next,_throw,"throw",e)}_next(void 0)})}}t.d(n,{Z:function(){return j}});var a,r,c,o,u,l,s,g=t(87462);function _classCallCheck(e,n){if(!(e instanceof n))throw TypeError("Cannot call a class as a function")}var d=t(83997);function _defineProperties(e,n){for(var t=0;t=0)&&Object.prototype.propertyIsEnumerable.call(e,t)&&(r[t]=e[t])}return r}function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,a=Array(n);t=4?[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]:void 0}var v={};function getClassNameCombinations(e){if(0===e.length||1===e.length)return e;var n=e.join(".");return v[n]||(v[n]=powerSetPermutations(e)),v[n]}function createStyleObject(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=arguments.length>2?arguments[2]:void 0;return getClassNameCombinations(e.filter(function(e){return"token"!==e})).reduce(function(e,n){return _objectSpread(_objectSpread({},e),t[n])},n)}function createChildren(e,n){var t=0;return function(a){return t+=1,a.map(function(a,r){return createElement({node:a,stylesheet:e,useInlineStyles:n,key:"code-segment-".concat(t,"-").concat(r)})})}}function createElement(e){var n=e.node,t=e.stylesheet,a=e.style,r=e.useInlineStyles,c=e.key,o=n.properties,u=n.type,l=n.tagName,s=n.value;if("text"===u)return s;if(l){var d,_=createChildren(t,r);if(r){var h=Object.keys(t).reduce(function(e,n){return n.split(".").forEach(function(n){e.includes(n)||e.push(n)}),e},[]),f=o.className&&o.className.includes("token")?["token"]:[],y=o.className&&f.concat(o.className.filter(function(e){return!h.includes(e)}));d=_objectSpread(_objectSpread({},o),{},{className:y.join(" ")||void 0,style:createStyleObject(o.className,Object.assign({},o.style,void 0===a?{}:a),t)})}else d=_objectSpread(_objectSpread({},o),{},{className:o.className.join(" ")});var p=_(n.children);return b.createElement(l,(0,g.Z)({key:c},d),p)}}var w=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"];function highlight_ownKeys(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);n&&(a=a.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,a)}return t}function highlight_objectSpread(e){for(var n=1;n1&&void 0!==arguments[1]?arguments[1]:[],t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],a=0;a2&&void 0!==arguments[2]?arguments[2]:[];return createLineElement({children:e,lineNumber:n,lineNumberStyle:u,largestLineNumber:o,showInlineLineNumbers:r,lineProps:t,className:c,showLineNumbers:a,wrapLongLines:l})}function createUnwrappedLine(e,n){if(a&&n&&r){var t=assembleLineNumberStyles(u,n,o);e.unshift(getInlineLineNumber(n,t))}return e}function createLine(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return n||a.length>0?createWrappedLine(e,t,a):createUnwrappedLine(e,t)}for(;h]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},e.languages.python["string-interpolation"].inside.interpolation.inside.rest=e.languages.python,e.languages.py=e.languages.python}e.exports=python,python.displayName="python",python.aliases=["py"]},64836:function(e){function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}e.exports=_interopRequireDefault,e.exports.__esModule=!0,e.exports.default=e.exports},17061:function(e,n,t){var a=t(18698).default;function _regeneratorRuntime(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e.exports=_regeneratorRuntime=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var n,t={},r=Object.prototype,c=r.hasOwnProperty,o=Object.defineProperty||function(e,n,t){e[n]=t.value},u="function"==typeof Symbol?Symbol:{},l=u.iterator||"@@iterator",s=u.asyncIterator||"@@asyncIterator",g=u.toStringTag||"@@toStringTag";function define(e,n,t){return Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}),e[n]}try{define({},"")}catch(e){define=function(e,n,t){return e[n]=t}}function wrap(e,n,t,a){var r=Object.create((n&&n.prototype instanceof Generator?n:Generator).prototype);return o(r,"_invoke",{value:makeInvokeMethod(e,t,new Context(a||[]))}),r}function tryCatch(e,n,t){try{return{type:"normal",arg:e.call(n,t)}}catch(e){return{type:"throw",arg:e}}}t.wrap=wrap;var d="suspendedStart",_="executing",h="completed",f={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var y={};define(y,l,function(){return this});var p=Object.getPrototypeOf,b=p&&p(p(values([])));b&&b!==r&&c.call(b,l)&&(y=b);var m=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(y);function defineIteratorMethods(e){["next","throw","return"].forEach(function(n){define(e,n,function(e){return this._invoke(n,e)})})}function AsyncIterator(e,n){var t;function invoke(t,r,o,u){var l=tryCatch(e[t],e,r);if("throw"!==l.type){var s=l.arg,g=s.value;return g&&"object"==a(g)&&c.call(g,"__await")?n.resolve(g.__await).then(function(e){invoke("next",e,o,u)},function(e){invoke("throw",e,o,u)}):n.resolve(g).then(function(e){s.value=e,o(s)},function(e){return invoke("throw",e,o,u)})}u(l.arg)}o(this,"_invoke",{value:function(e,a){function callInvokeWithMethodAndArg(){return new n(function(n,t){invoke(e,a,n,t)})}return t=t?t.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(e,t,a){var r=d;return function(c,o){if(r===_)throw Error("Generator is already running");if(r===h){if("throw"===c)throw o;return{value:n,done:!0}}for(a.method=c,a.arg=o;;){var u=a.delegate;if(u){var l=maybeInvokeDelegate(u,a);if(l){if(l===f)continue;return l}}if("next"===a.method)a.sent=a._sent=a.arg;else if("throw"===a.method){if(r===d)throw r=h,a.arg;a.dispatchException(a.arg)}else"return"===a.method&&a.abrupt("return",a.arg);r=_;var s=tryCatch(e,t,a);if("normal"===s.type){if(r=a.done?h:"suspendedYield",s.arg===f)continue;return{value:s.arg,done:a.done}}"throw"===s.type&&(r=h,a.method="throw",a.arg=s.arg)}}}function maybeInvokeDelegate(e,t){var a=t.method,r=e.iterator[a];if(r===n)return t.delegate=null,"throw"===a&&e.iterator.return&&(t.method="return",t.arg=n,maybeInvokeDelegate(e,t),"throw"===t.method)||"return"!==a&&(t.method="throw",t.arg=TypeError("The iterator does not provide a '"+a+"' method")),f;var c=tryCatch(r,e.iterator,t.arg);if("throw"===c.type)return t.method="throw",t.arg=c.arg,t.delegate=null,f;var o=c.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=n),t.delegate=null,f):o:(t.method="throw",t.arg=TypeError("iterator result is not an object"),t.delegate=null,f)}function pushTryEntry(e){var n={tryLoc:e[0]};1 in e&&(n.catchLoc=e[1]),2 in e&&(n.finallyLoc=e[2],n.afterLoc=e[3]),this.tryEntries.push(n)}function resetTryEntry(e){var n=e.completion||{};n.type="normal",delete n.arg,e.completion=n}function Context(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(pushTryEntry,this),this.reset(!0)}function values(e){if(e||""===e){var t=e[l];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function next(){for(;++r=0;--a){var r=this.tryEntries[a],o=r.completion;if("root"===r.tryLoc)return handle("end");if(r.tryLoc<=this.prev){var u=c.call(r,"catchLoc"),l=c.call(r,"finallyLoc");if(u&&l){if(this.prev=0;--t){var a=this.tryEntries[t];if(a.tryLoc<=this.prev&&c.call(a,"finallyLoc")&&this.prev=0;--n){var t=this.tryEntries[n];if(t.finallyLoc===e)return this.complete(t.completion,t.afterLoc),resetTryEntry(t),f}},catch:function(e){for(var n=this.tryEntries.length-1;n>=0;--n){var t=this.tryEntries[n];if(t.tryLoc===e){var a=t.completion;if("throw"===a.type){var r=a.arg;resetTryEntry(t)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,t,a){return this.delegate={iterator:values(e),resultName:t,nextLoc:a},"next"===this.method&&(this.arg=n),f}},t}e.exports=_regeneratorRuntime,e.exports.__esModule=!0,e.exports.default=e.exports},18698:function(e){function _typeof(n){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(n)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports},64687:function(e,n,t){var a=t(17061)();e.exports=a;try{regeneratorRuntime=a}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=a:Function("r","regeneratorRuntime = r")(a)}},39849:function(e,n,t){"use strict";t.d(n,{M:function(){return s}});var a=t(31708),r=t(35059),c=t(75119),o=t(34629),u=t(33951),l=t(85893),s=(0,r.G)(function(e,n){let{columns:t,spacingX:r,spacingY:o,spacing:u,minChildWidth:s,...g}=e,d=(0,c.F)(),_=s?widthToColumns(s,d):countToColumns(t);return(0,l.jsx)(a.r,{ref:n,gap:u,columnGap:r,rowGap:o,templateColumns:_,...g})});function toPx(e){return"number"==typeof e?`${e}px`:e}function widthToColumns(e,n){return(0,u.XQ)(e,e=>{let t=(0,o.LP)("sizes",e,toPx(e))(n);return null===e?null:`repeat(auto-fit, minmax(${t}, 1fr))`})}function countToColumns(e){return(0,u.XQ)(e,e=>null===e?null:`repeat(${e}, minmax(0, 1fr))`)}s.displayName="SimpleGrid"}}]); \ No newline at end of file diff --git a/public/_next/static/chunks/6880-b1b9cf31177a4757.js b/public/_next/static/chunks/6880-b1b9cf31177a4757.js deleted file mode 100644 index 28d68dd7..00000000 --- a/public/_next/static/chunks/6880-b1b9cf31177a4757.js +++ /dev/null @@ -1 +0,0 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6880],{97498:function(e,t){"use strict";var n,r;Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{PrefetchKind:function(){return n},ACTION_REFRESH:function(){return o},ACTION_NAVIGATE:function(){return l},ACTION_RESTORE:function(){return a},ACTION_SERVER_PATCH:function(){return i},ACTION_PREFETCH:function(){return u},ACTION_FAST_REFRESH:function(){return s},ACTION_SERVER_ACTION:function(){return c}});let o="refresh",l="navigate",a="restore",i="server-patch",u="prefetch",s="fast-refresh",c="server-action";(r=n||(n={})).AUTO="auto",r.FULL="full",r.TEMPORARY="temporary",("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},10030:function(e,t,n){"use strict";function getDomainLocale(e,t,n,r){return!1}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getDomainLocale",{enumerable:!0,get:function(){return getDomainLocale}}),n(22866),("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},65170:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return y}});let r=n(38754),o=r._(n(67294)),l=n(74450),a=n(92227),i=n(64364),u=n(10109),s=n(73607),c=n(11823),f=n(89031),d=n(40920),m=n(10030),p=n(77192),g=n(97498),h=new Set;function prefetch(e,t,n,r,o,l){if(!l&&!(0,a.isLocalURL)(t))return;if(!r.bypassPrefetchedCheck){let o=void 0!==r.locale?r.locale:"locale"in e?e.locale:void 0,l=t+"%"+n+"%"+o;if(h.has(l))return;h.add(l)}let i=l?e.prefetch(t,o):e.prefetch(t,n,r);Promise.resolve(i).catch(e=>{})}function isModifiedEvent(e){let t=e.currentTarget,n=t.getAttribute("target");return n&&"_self"!==n||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}function linkClicked(e,t,n,r,l,i,u,s,c,f){let{nodeName:d}=e.currentTarget,m="A"===d.toUpperCase();if(m&&(isModifiedEvent(e)||!c&&!(0,a.isLocalURL)(n)))return;e.preventDefault();let navigate=()=>{let e=null==u||u;"beforePopState"in t?t[l?"replace":"push"](n,r,{shallow:i,locale:s,scroll:e}):t[l?"replace":"push"](r||n,{forceOptimisticNavigation:!f,scroll:e})};c?o.default.startTransition(navigate):navigate()}function formatStringOrUrl(e){return"string"==typeof e?e:(0,i.formatUrl)(e)}let v=o.default.forwardRef(function(e,t){let n,r;let{href:a,as:i,children:h,prefetch:v=null,passHref:y,replace:b,shallow:x,scroll:_,locale:k,onClick:S,onMouseEnter:j,onTouchStart:C,legacyBehavior:E=!1,...O}=e;n=h,E&&("string"==typeof n||"number"==typeof n)&&(n=o.default.createElement("a",null,n));let I=o.default.useContext(c.RouterContext),N=o.default.useContext(f.AppRouterContext),B=null!=I?I:N,T=!I,M=!1!==v,L=null===v?g.PrefetchKind.AUTO:g.PrefetchKind.FULL,{href:P,as:R}=o.default.useMemo(()=>{if(!I){let e=formatStringOrUrl(a);return{href:e,as:i?formatStringOrUrl(i):e}}let[e,t]=(0,l.resolveHref)(I,a,!0);return{href:e,as:i?(0,l.resolveHref)(I,i):t||e}},[I,a,i]),A=o.default.useRef(P),w=o.default.useRef(R);E&&(r=o.default.Children.only(n));let G=E?r&&"object"==typeof r&&r.ref:t,[U,D,F]=(0,d.useIntersection)({rootMargin:"200px"}),K=o.default.useCallback(e=>{(w.current!==R||A.current!==P)&&(F(),w.current=R,A.current=P),U(e),G&&("function"==typeof G?G(e):"object"==typeof G&&(G.current=e))},[R,G,P,F,U]);o.default.useEffect(()=>{B&&D&&M&&prefetch(B,P,R,{locale:k},{kind:L},T)},[R,P,D,k,M,null==I?void 0:I.locale,B,T,L]);let W={ref:K,onClick(e){E||"function"!=typeof S||S(e),E&&r.props&&"function"==typeof r.props.onClick&&r.props.onClick(e),B&&!e.defaultPrevented&&linkClicked(e,B,P,R,b,x,_,k,T,M)},onMouseEnter(e){E||"function"!=typeof j||j(e),E&&r.props&&"function"==typeof r.props.onMouseEnter&&r.props.onMouseEnter(e),B&&(M||!T)&&prefetch(B,P,R,{locale:k,priority:!0,bypassPrefetchedCheck:!0},{kind:L},T)},onTouchStart(e){E||"function"!=typeof C||C(e),E&&r.props&&"function"==typeof r.props.onTouchStart&&r.props.onTouchStart(e),B&&(M||!T)&&prefetch(B,P,R,{locale:k,priority:!0,bypassPrefetchedCheck:!0},{kind:L},T)}};if((0,u.isAbsoluteUrl)(R))W.href=R;else if(!E||y||"a"===r.type&&!("href"in r.props)){let e=void 0!==k?k:null==I?void 0:I.locale,t=(null==I?void 0:I.isLocaleDomain)&&(0,m.getDomainLocale)(R,e,null==I?void 0:I.locales,null==I?void 0:I.domainLocales);W.href=t||(0,p.addBasePath)((0,s.addLocale)(R,e,null==I?void 0:I.defaultLocale))}return E?o.default.cloneElement(r,W):o.default.createElement("a",{...O,...W},n)}),y=v;("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},40920:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"useIntersection",{enumerable:!0,get:function(){return useIntersection}});let r=n(67294),o=n(63436),l="function"==typeof IntersectionObserver,a=new Map,i=[];function createObserver(e){let t;let n={root:e.root||null,margin:e.rootMargin||""},r=i.find(e=>e.root===n.root&&e.margin===n.margin);if(r&&(t=a.get(r)))return t;let o=new Map,l=new IntersectionObserver(e=>{e.forEach(e=>{let t=o.get(e.target),n=e.isIntersecting||e.intersectionRatio>0;t&&n&&t(n)})},e);return t={id:n,observer:l,elements:o},i.push(n),a.set(n,t),t}function observe(e,t,n){let{id:r,observer:o,elements:l}=createObserver(n);return l.set(e,t),o.observe(e),function(){if(l.delete(e),o.unobserve(e),0===l.size){o.disconnect(),a.delete(r);let e=i.findIndex(e=>e.root===r.root&&e.margin===r.margin);e>-1&&i.splice(e,1)}}}function useIntersection(e){let{rootRef:t,rootMargin:n,disabled:a}=e,i=a||!l,[u,s]=(0,r.useState)(!1),c=(0,r.useRef)(null),f=(0,r.useCallback)(e=>{c.current=e},[]);(0,r.useEffect)(()=>{if(l){if(i||u)return;let e=c.current;if(e&&e.tagName){let r=observe(e,e=>e&&s(e),{root:null==t?void 0:t.current,rootMargin:n});return r}}else if(!u){let e=(0,o.requestIdleCallback)(()=>s(!0));return()=>(0,o.cancelIdleCallback)(e)}},[i,n,t,u,c.current]);let d=(0,r.useCallback)(()=>{s(!1)},[]);return[f,u,d]}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},41664:function(e,t,n){e.exports=n(65170)},4298:function(e,t,n){e.exports=n(85354)},33951:function(e,t,n){"use strict";n.d(t,{XQ:function(){return mapResponsive}});var r=n(25432);function mapResponsive(e,t){return Array.isArray(e)?e.map(e=>null===e?null:t(e)):(0,r.Kn)(e)?Object.keys(e).reduce((n,r)=>(n[r]=t(e[r]),n),{}):null!=e?t(e):null}Object.freeze(["base","sm","md","lg","xl","2xl"])},29222:function(e,t,n){"use strict";n.d(t,{z:function(){return p}});var r=n(67294);function useButtonType(e){let[t,n]=(0,r.useState)(!e),o=(0,r.useCallback)(e=>{e&&n("BUTTON"===e.tagName)},[]);return{ref:o,type:t?"button":void 0}}var[o,l]=(0,n(55227).k)({strict:!1,name:"ButtonGroupContext"}),a=n(82504),i=n(25432),u=n(85893);function ButtonIcon(e){let{children:t,className:n,...o}=e,l=(0,r.isValidElement)(t)?(0,r.cloneElement)(t,{"aria-hidden":!0,focusable:!1}):t,s=(0,i.cx)("chakra-button__icon",n);return(0,u.jsx)(a.m.span,{display:"inline-flex",alignSelf:"center",flexShrink:0,...o,className:s,children:l})}ButtonIcon.displayName="ButtonIcon";var s=n(295);function ButtonSpinner(e){let{label:t,placement:n,spacing:o="0.5rem",children:l=(0,u.jsx)(s.$,{color:"currentColor",width:"1em",height:"1em"}),className:c,__css:f,...d}=e,m=(0,i.cx)("chakra-button__spinner",c),p="start"===n?"marginEnd":"marginStart",g=(0,r.useMemo)(()=>({display:"flex",alignItems:"center",position:t?"relative":"absolute",[p]:t?o:0,fontSize:"1em",lineHeight:"normal",...f}),[f,t,p,o]);return(0,u.jsx)(a.m.div,{className:m,...d,__css:g,children:l})}ButtonSpinner.displayName="ButtonSpinner";var c=n(81103),f=n(35059),d=n(91639),m=n(33179),p=(0,f.G)((e,t)=>{let n=l(),o=(0,d.mq)("Button",{...n,...e}),{isDisabled:s=null==n?void 0:n.isDisabled,isLoading:f,isActive:p,children:g,leftIcon:h,rightIcon:v,loadingText:y,iconSpacing:b="0.5rem",type:x,spinner:_,spinnerPlacement:k="start",className:S,as:j,...C}=(0,m.Lr)(e),E=(0,r.useMemo)(()=>{let e={...null==o?void 0:o._focus,zIndex:1};return{display:"inline-flex",appearance:"none",alignItems:"center",justifyContent:"center",userSelect:"none",position:"relative",whiteSpace:"nowrap",verticalAlign:"middle",outline:"none",...o,...!!n&&{_focus:e}}},[o,n]),{ref:O,type:I}=useButtonType(j),N={rightIcon:v,leftIcon:h,iconSpacing:b,children:g};return(0,u.jsxs)(a.m.button,{ref:(0,c.qq)(t,O),as:j,type:null!=x?x:I,"data-active":(0,i.PB)(p),"data-loading":(0,i.PB)(f),__css:E,className:(0,i.cx)("chakra-button",S),...C,disabled:s||f,children:[f&&"start"===k&&(0,u.jsx)(ButtonSpinner,{className:"chakra-button__spinner--start",label:y,placement:"start",spacing:b,children:_}),f?y||(0,u.jsx)(a.m.span,{opacity:0,children:(0,u.jsx)(ButtonContent,{...N})}):(0,u.jsx)(ButtonContent,{...N}),f&&"end"===k&&(0,u.jsx)(ButtonSpinner,{className:"chakra-button__spinner--end",label:y,placement:"end",spacing:b,children:_})]})});function ButtonContent(e){let{leftIcon:t,rightIcon:n,children:r,iconSpacing:o}=e;return(0,u.jsxs)(u.Fragment,{children:[t&&(0,u.jsx)(ButtonIcon,{marginEnd:o,children:t}),r,n&&(0,u.jsx)(ButtonIcon,{marginStart:o,children:n})]})}p.displayName="Button"},84416:function(e,t,n){"use strict";n.d(t,{E:function(){return s}});var r=n(35059),o=n(85893),l=(0,r.G)(function(e,t){let{htmlWidth:n,htmlHeight:r,alt:l,...a}=e;return(0,o.jsx)("img",{width:n,height:r,ref:t,alt:l,...a})});l.displayName="NativeImage";var a=n(26245),i=n(67294);function useImage(e){let{loading:t,src:n,srcSet:r,onLoad:o,onError:l,crossOrigin:u,sizes:s,ignoreFallback:c}=e,[f,d]=(0,i.useState)("pending");(0,i.useEffect)(()=>{d(n?"loading":"pending")},[n]);let m=(0,i.useRef)(),p=(0,i.useCallback)(()=>{if(!n)return;flush();let e=new Image;e.src=n,u&&(e.crossOrigin=u),r&&(e.srcset=r),s&&(e.sizes=s),t&&(e.loading=t),e.onload=e=>{flush(),d("loaded"),null==o||o(e)},e.onerror=e=>{flush(),d("failed"),null==l||l(e)},m.current=e},[n,u,r,s,o,l,t]),flush=()=>{m.current&&(m.current.onload=null,m.current.onerror=null,m.current=null)};return(0,a.G)(()=>{if(!c)return"loading"===f&&p(),()=>{flush()}},[f,p,c]),c?"loaded":f}var shouldShowFallbackImage=(e,t)=>"loaded"!==e&&"beforeLoadOrError"===t||"failed"===e&&"onError"===t,u=n(82504);function omit(e,t=[]){let n=Object.assign({},e);for(let e of t)e in n&&delete n[e];return n}var s=(0,r.G)(function(e,t){let{fallbackSrc:n,fallback:r,src:a,srcSet:i,align:s,fit:c,loading:f,ignoreFallback:d,crossOrigin:m,fallbackStrategy:p="beforeLoadOrError",referrerPolicy:g,...h}=e,v=null!=f||d||!(void 0!==n||void 0!==r),y=useImage({...e,crossOrigin:m,ignoreFallback:v}),b=shouldShowFallbackImage(y,p),x={ref:t,objectFit:c,objectPosition:s,...v?h:omit(h,["onError","onLoad"])};return b?r||(0,o.jsx)(u.m.img,{as:l,className:"chakra-image__placeholder",src:n,...x}):(0,o.jsx)(u.m.img,{as:l,src:a,srcSet:i,crossOrigin:m,loading:f,referrerPolicy:g,className:"chakra-image",...x})});s.displayName="Image"},7754:function(e,t,n){"use strict";n.d(t,{M:function(){return a}});var r=n(82504),o=n(35059),l=n(85893),a=(0,r.m)("div",{baseStyle:{display:"flex",alignItems:"center",justifyContent:"center"}});a.displayName="Center";var i={horizontal:{insetStart:"50%",transform:"translateX(-50%)"},vertical:{top:"50%",transform:"translateY(-50%)"},both:{insetStart:"50%",top:"50%",transform:"translate(-50%, -50%)"}};(0,o.G)(function(e,t){let{axis:n="both",...o}=e;return(0,l.jsx)(r.m.div,{ref:t,__css:i[n],...o,position:"absolute"})})},23100:function(e,t,n){"use strict";n.d(t,{xu:function(){return a}});var r=n(82504),o=n(35059),l=n(85893),a=(0,r.m)("div");a.displayName="Box";var i=(0,o.G)(function(e,t){let{size:n,centerContent:r=!0,...o}=e;return(0,l.jsx)(a,{ref:t,boxSize:n,__css:{...r?{display:"flex",alignItems:"center",justifyContent:"center"}:{},flexShrink:0,flexGrow:0},...o})});i.displayName="Square",(0,o.G)(function(e,t){let{size:n,...r}=e;return(0,l.jsx)(i,{size:n,ref:t,borderRadius:"9999px",...r})}).displayName="Circle"},95034:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r=(0,n(82504).m)("div",{baseStyle:{flex:1,justifySelf:"stretch",alignSelf:"stretch"}});r.displayName="Spacer"},54641:function(e,t,n){"use strict";n.d(t,{U:function(){return a}});var r=n(7306),o=n(35059),l=n(85893),a=(0,o.G)((e,t)=>(0,l.jsx)(r.K,{align:"center",...e,direction:"row",ref:t}));a.displayName="HStack"},91669:function(e,t,n){"use strict";n.d(t,{g:function(){return a}});var r=n(7306),o=n(35059),l=n(85893),a=(0,o.G)((e,t)=>(0,l.jsx)(r.K,{align:"center",...e,direction:"column",ref:t}));a.displayName="VStack"},7306:function(e,t,n){"use strict";n.d(t,{K:function(){return c}});var r=n(82504),o=n(85893),StackItem=e=>(0,o.jsx)(r.m.div,{className:"chakra-stack__item",...e,__css:{display:"inline-block",flex:"0 0 auto",minWidth:0,...e.__css}});StackItem.displayName="StackItem";var l=n(33951),a="& > *:not(style) ~ *:not(style)";function getStackStyles(e){let{spacing:t,direction:n}=e,r={column:{marginTop:t,marginEnd:0,marginBottom:0,marginStart:0},row:{marginTop:0,marginEnd:0,marginBottom:0,marginStart:t},"column-reverse":{marginTop:0,marginEnd:0,marginBottom:t,marginStart:0},"row-reverse":{marginTop:0,marginEnd:t,marginBottom:0,marginStart:0}};return{flexDirection:n,[a]:(0,l.XQ)(n,e=>r[e])}}function getDividerStyles(e){let{spacing:t,direction:n}=e,r={column:{my:t,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},"column-reverse":{my:t,mx:0,borderLeftWidth:0,borderBottomWidth:"1px"},row:{mx:t,my:0,borderLeftWidth:"1px",borderBottomWidth:0},"row-reverse":{mx:t,my:0,borderLeftWidth:"1px",borderBottomWidth:0}};return{"&":(0,l.XQ)(n,e=>r[e])}}var i=n(35059),u=n(25432),s=n(67294);function getValidChildren(e){return s.Children.toArray(e).filter(e=>(0,s.isValidElement)(e))}var c=(0,i.G)((e,t)=>{let{isInline:n,direction:l,align:i,justify:c,spacing:f="0.5rem",wrap:d,children:m,divider:p,className:g,shouldWrapChildren:h,...v}=e,y=n?"row":null!=l?l:"column",b=(0,s.useMemo)(()=>getStackStyles({direction:y,spacing:f}),[y,f]),x=(0,s.useMemo)(()=>getDividerStyles({spacing:f,direction:y}),[f,y]),_=!!p,k=!h&&!_,S=(0,s.useMemo)(()=>{let e=getValidChildren(m);return k?e:e.map((t,n)=>{let r=void 0!==t.key?t.key:n,l=n+1===e.length,a=(0,o.jsx)(StackItem,{children:t},r),i=h?a:t;if(!_)return i;let u=(0,s.cloneElement)(p,{__css:x});return(0,o.jsxs)(s.Fragment,{children:[i,l?null:u]},r)})},[p,x,_,k,h,m]),j=(0,u.cx)("chakra-stack",g);return(0,o.jsx)(r.m.div,{ref:t,display:"flex",alignItems:i,justifyContent:c,flexDirection:b.flexDirection,flexWrap:d,className:j,__css:_?{}:{[a]:b[a]},...v,children:S})});c.displayName="Stack"},33838:function(e,t,n){"use strict";n.d(t,{r:function(){return s}});var r=n(35059),o=n(91639),l=n(33179),a=n(82504),i=n(25432),u=n(85893),s=(0,r.G)(function(e,t){let n=(0,o.mq)("Link",e),{className:r,isExternal:s,...c}=(0,l.Lr)(e);return(0,u.jsx)(a.m.a,{target:s?"_blank":void 0,rel:s?"noopener":void 0,ref:t,className:(0,i.cx)("chakra-link",r),...c,__css:n})});s.displayName="Link"}}]); \ No newline at end of file diff --git a/public/_next/static/chunks/9790-93aef6459b2a02d0.js b/public/_next/static/chunks/9790-93aef6459b2a02d0.js deleted file mode 100644 index 9683ad80..00000000 --- a/public/_next/static/chunks/9790-93aef6459b2a02d0.js +++ /dev/null @@ -1 +0,0 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9790],{902:function(e,t,n){"use strict";var r=n(64836);t.Z=void 0;var a=r(n(52992)).default;t.Z=a},64400:function(e,t){"use strict";t.Z=void 0,t.Z={'code[class*="language-"]':{color:"#f8f8f2",background:"none",fontFamily:"Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",wordWrap:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none"},'pre[class*="language-"]':{color:"#f8f8f2",background:"#2b2b2b",fontFamily:"Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",textAlign:"left",whiteSpace:"pre",wordSpacing:"normal",wordBreak:"normal",wordWrap:"normal",lineHeight:"1.5",MozTabSize:"4",OTabSize:"4",tabSize:"4",WebkitHyphens:"none",MozHyphens:"none",msHyphens:"none",hyphens:"none",padding:"1em",margin:"0.5em 0",overflow:"auto",borderRadius:"0.3em"},':not(pre) > code[class*="language-"]':{background:"#2b2b2b",padding:"0.1em",borderRadius:"0.3em",whiteSpace:"normal"},comment:{color:"#d4d0ab"},prolog:{color:"#d4d0ab"},doctype:{color:"#d4d0ab"},cdata:{color:"#d4d0ab"},punctuation:{color:"#fefefe"},property:{color:"#ffa07a"},tag:{color:"#ffa07a"},constant:{color:"#ffa07a"},symbol:{color:"#ffa07a"},deleted:{color:"#ffa07a"},boolean:{color:"#00e0e0"},number:{color:"#00e0e0"},selector:{color:"#abe338"},"attr-name":{color:"#abe338"},string:{color:"#abe338"},char:{color:"#abe338"},builtin:{color:"#abe338"},inserted:{color:"#abe338"},operator:{color:"#00e0e0"},entity:{color:"#00e0e0",cursor:"help"},url:{color:"#00e0e0"},".language-css .token.string":{color:"#00e0e0"},".style .token.string":{color:"#00e0e0"},variable:{color:"#00e0e0"},atrule:{color:"#ffd700"},"attr-value":{color:"#ffd700"},function:{color:"#ffd700"},keyword:{color:"#00e0e0"},regex:{color:"#ffd700"},important:{color:"#ffd700",fontWeight:"bold"},bold:{fontWeight:"bold"},italic:{fontStyle:"italic"}}},7505:function(e,t,n){"use strict";function asyncGeneratorStep(e,t,n,r,a,o,c){try{var l=e[o](c),u=l.value}catch(e){n(e);return}l.done?t(u):Promise.resolve(u).then(r,a)}function _asyncToGenerator(e){return function(){var t=this,n=arguments;return new Promise(function(r,a){var o=e.apply(t,n);function _next(e){asyncGeneratorStep(o,r,a,_next,_throw,"next",e)}function _throw(e){asyncGeneratorStep(o,r,a,_next,_throw,"throw",e)}_next(void 0)})}}n.d(t,{Z:function(){return O}});var r,a,o,c,l,u,s,d=n(87462);function _classCallCheck(e,t){if(!(e instanceof t))throw TypeError("Cannot call a class as a function")}var f=n(83997);function _defineProperties(e,t){for(var n=0;n=0)&&Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n=4?[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]:void 0}var v={};function getClassNameCombinations(e){if(0===e.length||1===e.length)return e;var t=e.join(".");return v[t]||(v[t]=powerSetPermutations(e)),v[t]}function createStyleObject(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return getClassNameCombinations(e.filter(function(e){return"token"!==e})).reduce(function(e,t){return _objectSpread(_objectSpread({},e),n[t])},t)}function createChildren(e,t){var n=0;return function(r){return n+=1,r.map(function(r,a){return createElement({node:r,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(n,"-").concat(a)})})}}function createElement(e){var t=e.node,n=e.stylesheet,r=e.style,a=e.useInlineStyles,o=e.key,c=t.properties,l=t.type,u=t.tagName,s=t.value;if("text"===l)return s;if(u){var f,g=createChildren(n,a);if(a){var p=Object.keys(n).reduce(function(e,t){return t.split(".").forEach(function(t){e.includes(t)||e.push(t)}),e},[]),h=c.className&&c.className.includes("token")?["token"]:[],_=c.className&&h.concat(c.className.filter(function(e){return!p.includes(e)}));f=_objectSpread(_objectSpread({},c),{},{className:_.join(" ")||void 0,style:createStyleObject(c.className,Object.assign({},c.style,void 0===r?{}:r),n)})}else f=_objectSpread(_objectSpread({},c),{},{className:c.className.join(" ")});var y=g(t.children);return m.createElement(u,(0,d.Z)({key:o},f),y)}}var w=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"];function highlight_ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function highlight_objectSpread(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=0;r2&&void 0!==arguments[2]?arguments[2]:[];return createLineElement({children:e,lineNumber:t,lineNumberStyle:l,largestLineNumber:c,showInlineLineNumbers:a,lineProps:n,className:o,showLineNumbers:r,wrapLongLines:u})}function createUnwrappedLine(e,t){if(r&&t&&a){var n=assembleLineNumberStyles(l,t,c);e.unshift(getInlineLineNumber(t,n))}return e}function createLine(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t||r.length>0?createWrappedLine(e,n,r):createUnwrappedLine(e,n)}for(;p]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},e.languages.python["string-interpolation"].inside.interpolation.inside.rest=e.languages.python,e.languages.py=e.languages.python}e.exports=python,python.displayName="python",python.aliases=["py"]},64836:function(e){function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}e.exports=_interopRequireDefault,e.exports.__esModule=!0,e.exports.default=e.exports},17061:function(e,t,n){var r=n(18698).default;function _regeneratorRuntime(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e.exports=_regeneratorRuntime=function(){return n},e.exports.__esModule=!0,e.exports.default=e.exports;var t,n={},a=Object.prototype,o=a.hasOwnProperty,c=Object.defineProperty||function(e,t,n){e[t]=n.value},l="function"==typeof Symbol?Symbol:{},u=l.iterator||"@@iterator",s=l.asyncIterator||"@@asyncIterator",d=l.toStringTag||"@@toStringTag";function define(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{define({},"")}catch(e){define=function(e,t,n){return e[t]=n}}function wrap(e,t,n,r){var a=Object.create((t&&t.prototype instanceof Generator?t:Generator).prototype);return c(a,"_invoke",{value:makeInvokeMethod(e,n,new Context(r||[]))}),a}function tryCatch(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}n.wrap=wrap;var f="suspendedStart",g="executing",p="completed",h={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var _={};define(_,u,function(){return this});var y=Object.getPrototypeOf,m=y&&y(y(values([])));m&&m!==a&&o.call(m,u)&&(_=m);var b=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(_);function defineIteratorMethods(e){["next","throw","return"].forEach(function(t){define(e,t,function(e){return this._invoke(t,e)})})}function AsyncIterator(e,t){var n;function invoke(n,a,c,l){var u=tryCatch(e[n],e,a);if("throw"!==u.type){var s=u.arg,d=s.value;return d&&"object"==r(d)&&o.call(d,"__await")?t.resolve(d.__await).then(function(e){invoke("next",e,c,l)},function(e){invoke("throw",e,c,l)}):t.resolve(d).then(function(e){s.value=e,c(s)},function(e){return invoke("throw",e,c,l)})}l(u.arg)}c(this,"_invoke",{value:function(e,r){function callInvokeWithMethodAndArg(){return new t(function(t,n){invoke(e,r,t,n)})}return n=n?n.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(e,n,r){var a=f;return function(o,c){if(a===g)throw Error("Generator is already running");if(a===p){if("throw"===o)throw c;return{value:t,done:!0}}for(r.method=o,r.arg=c;;){var l=r.delegate;if(l){var u=maybeInvokeDelegate(l,r);if(u){if(u===h)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(a===f)throw a=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);a=g;var s=tryCatch(e,n,r);if("normal"===s.type){if(a=r.done?p:"suspendedYield",s.arg===h)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(a=p,r.method="throw",r.arg=s.arg)}}}function maybeInvokeDelegate(e,n){var r=n.method,a=e.iterator[r];if(a===t)return n.delegate=null,"throw"===r&&e.iterator.return&&(n.method="return",n.arg=t,maybeInvokeDelegate(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=TypeError("The iterator does not provide a '"+r+"' method")),h;var o=tryCatch(a,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,h;var c=o.arg;return c?c.done?(n[e.resultName]=c.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,h):c:(n.method="throw",n.arg=TypeError("iterator result is not an object"),n.delegate=null,h)}function pushTryEntry(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function resetTryEntry(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function Context(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(pushTryEntry,this),this.reset(!0)}function values(e){if(e||""===e){var n=e[u];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var a=-1,i=function next(){for(;++a=0;--r){var a=this.tryEntries[r],c=a.completion;if("root"===a.tryLoc)return handle("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(l&&u){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),resetTryEntry(n),h}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var a=r.arg;resetTryEntry(n)}return a}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:values(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),h}},n}e.exports=_regeneratorRuntime,e.exports.__esModule=!0,e.exports.default=e.exports},18698:function(e){function _typeof(t){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(t)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports},64687:function(e,t,n){var r=n(17061)();e.exports=r;try{regeneratorRuntime=r}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},31708:function(e,t,n){"use strict";n.d(t,{r:function(){return c}});var r=n(35059),a=n(82504),o=n(85893),c=(0,r.G)(function(e,t){let{templateAreas:n,gap:r,rowGap:c,columnGap:l,column:u,row:s,autoFlow:d,autoRows:f,templateRows:g,autoColumns:p,templateColumns:h,..._}=e;return(0,o.jsx)(a.m.div,{ref:t,__css:{display:"grid",gridTemplateAreas:n,gridGap:r,gridRowGap:c,gridColumnGap:l,gridAutoColumns:p,gridColumn:u,gridRow:s,gridAutoFlow:d,gridAutoRows:f,gridTemplateRows:g,gridTemplateColumns:h},..._})});c.displayName="Grid"},14418:function(e,t,n){"use strict";n.d(t,{X:function(){return s}});var r=n(35059),a=n(91639),o=n(33179),c=n(82504),l=n(25432),u=n(85893),s=(0,r.G)(function(e,t){let n=(0,a.mq)("Heading",e),{className:r,...s}=(0,o.Lr)(e);return(0,u.jsx)(c.m.h2,{ref:t,className:(0,l.cx)("chakra-heading",e.className),...s,__css:n})});s.displayName="Heading"},41689:function(e,t,n){"use strict";n.d(t,{C:function(){return s}});var r=n(35059),a=n(91639),o=n(33179),c=n(82504),l=n(25432),u=n(85893),s=(0,r.G)(function(e,t){let n=(0,a.mq)("Badge",e),{className:r,...s}=(0,o.Lr)(e);return(0,u.jsx)(c.m.span,{ref:t,className:(0,l.cx)("chakra-badge",e.className),...s,__css:{display:"inline-block",whiteSpace:"nowrap",verticalAlign:"middle",...n}})});s.displayName="Badge"},776:function(e,t,n){"use strict";n.d(t,{P:function(){return u}});var r=n(35059),a=n(82504),o=n(87052),c=n(33951),l=n(85893);function spanFn(e){return(0,c.XQ)(e,e=>"auto"===e?"auto":`span ${e}/span ${e}`)}var u=(0,r.G)(function(e,t){let{area:n,colSpan:r,colStart:c,colEnd:u,rowEnd:s,rowSpan:d,rowStart:f,...g}=e,p=(0,o.o)({gridArea:n,gridColumn:spanFn(r),gridRow:spanFn(d),gridColumnStart:c,gridColumnEnd:u,gridRowStart:f,gridRowEnd:s});return(0,l.jsx)(a.m.div,{ref:t,__css:p,...g})});u.displayName="GridItem"},39849:function(e,t,n){"use strict";n.d(t,{M:function(){return s}});var r=n(31708),a=n(35059),o=n(75119),c=n(34629),l=n(33951),u=n(85893),s=(0,a.G)(function(e,t){let{columns:n,spacingX:a,spacingY:c,spacing:l,minChildWidth:s,...d}=e,f=(0,o.F)(),g=s?widthToColumns(s,f):countToColumns(n);return(0,u.jsx)(r.r,{ref:t,gap:l,columnGap:a,rowGap:c,templateColumns:g,...d})});function toPx(e){return"number"==typeof e?`${e}px`:e}function widthToColumns(e,t){return(0,l.XQ)(e,e=>{let n=(0,c.LP)("sizes",e,toPx(e))(t);return null===e?null:`repeat(auto-fit, minmax(${n}, 1fr))`})}function countToColumns(e){return(0,l.XQ)(e,e=>null===e?null:`repeat(${e}, minmax(0, 1fr))`)}s.displayName="SimpleGrid"},70003:function(e,t,n){"use strict";n.d(t,{q:function(){return g}});var r=n(5284),a=n(90641),o=n(25432),c=n(82504),l=n(35059),u=n(17745),s=n(85893),d={enter:{visibility:"visible",opacity:1,scale:1,transition:{duration:.2,ease:[.4,0,.2,1]}},exit:{transitionEnd:{visibility:"hidden"},opacity:0,scale:.8,transition:{duration:.1,easings:"easeOut"}}},f=(0,c.m)(u.E.div),g=(0,l.G)(function(e,t){var n,l;let{rootProps:u,motionProps:g,...p}=e,{isOpen:h,onTransitionEnd:_,unstable__animationState:y}=(0,a.Xh)(),m=(0,a._l)(p,t),b=(0,a.Qh)(u),v=(0,r.x)();return(0,s.jsx)(c.m.div,{...b,__css:{zIndex:null!=(l=e.zIndex)?l:null==(n=v.list)?void 0:n.zIndex},children:(0,s.jsx)(f,{variants:d,initial:!1,animate:h?"enter":"exit",__css:{outline:0,...v.list},...g,className:(0,o.cx)("chakra-menu__menu-list",m.className),...m,onUpdate:_,onAnimationComplete:(0,o.PP)(y.onComplete,m.onAnimationComplete)})})});g.displayName="MenuList"},90641:function(e,t,n){"use strict";n.d(t,{wN:function(){return J},Kb:function(){return en},H9:function(){return useMenu},zZ:function(){return useMenuButton},Xh:function(){return er},iX:function(){return useMenuItem},_l:function(){return useMenuList},Qh:function(){return useMenuPositioner}});var r,a,o,c,l,u,s=n(67294);function isPrintableCharacter(e){let{key:t}=e;return 1===t.length||t.length>1&&/[^a-zA-Z0-9]/.test(t)}function useShortcut(e={}){let{timeout:t=300,preventDefault:n=()=>!0}=e,[r,a]=(0,s.useState)([]),o=(0,s.useRef)(),flush=()=>{o.current&&(clearTimeout(o.current),o.current=null)},clearKeysAfterDelay=()=>{flush(),o.current=setTimeout(()=>{a([]),o.current=null},t)};return(0,s.useEffect)(()=>flush,[]),function(e){return t=>{if("Backspace"===t.key){let e=[...r];e.pop(),a(e);return}if(isPrintableCharacter(t)){let o=r.concat(t.key);n(t)&&(t.preventDefault(),t.stopPropagation()),a(o),e(o.join("")),clearKeysAfterDelay()}}}}function getNextItemFromSearch(e,t,n,r){if(null==t)return r;if(!r){let r=e.find(e=>n(e).toLowerCase().startsWith(t.toLowerCase()));return r}let a=e.filter(e=>n(e).toLowerCase().startsWith(t.toLowerCase()));if(a.length>0){let t;if(a.includes(r)){let e=a.indexOf(r);return(t=e+1)===a.length&&(t=0),a[t]}return t=e.indexOf(a[0]),e[t]}return r}function useEventListeners(){let e=(0,s.useRef)(new Map),t=e.current,n=(0,s.useCallback)((t,n,r,a)=>{e.current.set(r,{type:n,el:t,options:a}),t.addEventListener(n,r,a)},[]),r=(0,s.useCallback)((t,n,r,a)=>{t.removeEventListener(n,r,a),e.current.delete(r)},[]);return(0,s.useEffect)(()=>()=>{t.forEach((e,t)=>{r(e.el,e.type,t,e.options)})},[r,t]),{add:n,remove:r}}var d=n(25432),f=n(81103);function isValidElement(e){let t=e.target,{tagName:n,isContentEditable:r}=t;return"INPUT"!==n&&"TEXTAREA"!==n&&!0!==r}function useClickable(e={}){let{ref:t,isDisabled:n,isFocusable:r,clickOnEnter:a=!0,clickOnSpace:o=!0,onMouseDown:c,onMouseUp:l,onClick:u,onKeyDown:g,onKeyUp:p,tabIndex:h,onMouseOver:_,onMouseLeave:y,...m}=e,[b,v]=(0,s.useState)(!0),[w,x]=(0,s.useState)(!1),O=useEventListeners(),E=b?h:h||0,S=n&&!r,k=(0,s.useCallback)(e=>{if(n){e.stopPropagation(),e.preventDefault();return}let t=e.currentTarget;t.focus(),null==u||u(e)},[n,u]),P=(0,s.useCallback)(e=>{w&&isValidElement(e)&&(e.preventDefault(),e.stopPropagation(),x(!1),O.remove(document,"keyup",P,!1))},[w,O]),j=(0,s.useCallback)(e=>{if(null==g||g(e),n||e.defaultPrevented||e.metaKey||!isValidElement(e.nativeEvent)||b)return;let t=a&&"Enter"===e.key,r=o&&" "===e.key;if(r&&(e.preventDefault(),x(!0)),t){e.preventDefault();let t=e.currentTarget;t.click()}O.add(document,"keyup",P,!1)},[n,b,g,a,o,O,P]),N=(0,s.useCallback)(e=>{if(null==p||p(e),n||e.defaultPrevented||e.metaKey||!isValidElement(e.nativeEvent)||b)return;let t=o&&" "===e.key;if(t){e.preventDefault(),x(!1);let t=e.currentTarget;t.click()}},[o,b,n,p]),C=(0,s.useCallback)(e=>{0===e.button&&(x(!1),O.remove(document,"mouseup",C,!1))},[O]),L=(0,s.useCallback)(e=>{if(0!==e.button)return;if(n){e.stopPropagation(),e.preventDefault();return}b||x(!0);let t=e.currentTarget;t.focus({preventScroll:!0}),O.add(document,"mouseup",C,!1),null==c||c(e)},[n,b,c,O,C]),T=(0,s.useCallback)(e=>{0===e.button&&(b||x(!1),null==l||l(e))},[l,b]),A=(0,s.useCallback)(e=>{if(n){e.preventDefault();return}null==_||_(e)},[n,_]),M=(0,s.useCallback)(e=>{w&&(e.preventDefault(),x(!1)),null==y||y(e)},[w,y]),R=(0,f.lq)(t,e=>{e&&"BUTTON"!==e.tagName&&v(!1)});return b?{...m,ref:R,type:"button","aria-disabled":S?void 0:n,disabled:S,onClick:k,onMouseDown:c,onMouseUp:l,onKeyUp:p,onKeyDown:g,onMouseOver:_,onMouseLeave:y}:{...m,ref:R,role:"button","data-active":(0,d.PB)(w),"aria-disabled":n?"true":void 0,tabIndex:S?void 0:E,onClick:k,onMouseDown:L,onMouseUp:T,onKeyUp:N,onKeyDown:j,onMouseOver:A,onMouseLeave:M}}var g=Object.defineProperty,__defNormalProp=(e,t,n)=>t in e?g(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,__publicField=(e,t,n)=>(__defNormalProp(e,"symbol"!=typeof t?t+"":t,n),n);function sortNodes(e){return e.sort((e,t)=>{let n=e.compareDocumentPosition(t);if(n&Node.DOCUMENT_POSITION_FOLLOWING||n&Node.DOCUMENT_POSITION_CONTAINED_BY)return -1;if(n&Node.DOCUMENT_POSITION_PRECEDING||n&Node.DOCUMENT_POSITION_CONTAINS)return 1;if(!(n&Node.DOCUMENT_POSITION_DISCONNECTED)&&!(n&Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC))return 0;throw Error("Cannot sort the given nodes.")})}var isElement=e=>"object"==typeof e&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE;function getNextIndex(e,t,n){let r=e+1;return n&&r>=t&&(r=0),r}function getPrevIndex(e,t,n){let r=e-1;return n&&r<0&&(r=t),r}var p="undefined"!=typeof window?s.useLayoutEffect:s.useEffect,cast=e=>e,h=class{constructor(){__publicField(this,"descendants",new Map),__publicField(this,"register",e=>{if(null!=e)return isElement(e)?this.registerNode(e):t=>{this.registerNode(t,e)}}),__publicField(this,"unregister",e=>{this.descendants.delete(e);let t=sortNodes(Array.from(this.descendants.keys()));this.assignIndex(t)}),__publicField(this,"destroy",()=>{this.descendants.clear()}),__publicField(this,"assignIndex",e=>{this.descendants.forEach(t=>{let n=e.indexOf(t.node);t.index=n,t.node.dataset.index=t.index.toString()})}),__publicField(this,"count",()=>this.descendants.size),__publicField(this,"enabledCount",()=>this.enabledValues().length),__publicField(this,"values",()=>{let e=Array.from(this.descendants.values());return e.sort((e,t)=>e.index-t.index)}),__publicField(this,"enabledValues",()=>this.values().filter(e=>!e.disabled)),__publicField(this,"item",e=>{if(0!==this.count())return this.values()[e]}),__publicField(this,"enabledItem",e=>{if(0!==this.enabledCount())return this.enabledValues()[e]}),__publicField(this,"first",()=>this.item(0)),__publicField(this,"firstEnabled",()=>this.enabledItem(0)),__publicField(this,"last",()=>this.item(this.descendants.size-1)),__publicField(this,"lastEnabled",()=>{let e=this.enabledValues().length-1;return this.enabledItem(e)}),__publicField(this,"indexOf",e=>{var t,n;return e&&null!=(n=null==(t=this.descendants.get(e))?void 0:t.index)?n:-1}),__publicField(this,"enabledIndexOf",e=>null==e?-1:this.enabledValues().findIndex(t=>t.node.isSameNode(e))),__publicField(this,"next",(e,t=!0)=>{let n=getNextIndex(e,this.count(),t);return this.item(n)}),__publicField(this,"nextEnabled",(e,t=!0)=>{let n=this.item(e);if(!n)return;let r=this.enabledIndexOf(n.node),a=getNextIndex(r,this.enabledCount(),t);return this.enabledItem(a)}),__publicField(this,"prev",(e,t=!0)=>{let n=getPrevIndex(e,this.count()-1,t);return this.item(n)}),__publicField(this,"prevEnabled",(e,t=!0)=>{let n=this.item(e);if(!n)return;let r=this.enabledIndexOf(n.node),a=getPrevIndex(r,this.enabledCount()-1,t);return this.enabledItem(a)}),__publicField(this,"registerNode",(e,t)=>{if(!e||this.descendants.has(e))return;let n=Array.from(this.descendants.keys()).concat(e),r=sortNodes(n);(null==t?void 0:t.disabled)&&(t.disabled=!!t.disabled);let a={node:e,index:-1,...t};this.descendants.set(e,a),this.assignIndex(r)})}},_=n(55227);function useDescendants(){let e=(0,s.useRef)(new h);return p(()=>()=>e.current.destroy()),e.current}var[y,m]=(0,_.k)({name:"DescendantsProvider",errorMessage:"useDescendantsContext must be used within DescendantsProvider"});function useDescendant(e){let t=m(),[n,r]=(0,s.useState)(-1),a=(0,s.useRef)(null);p(()=>()=>{a.current&&t.unregister(a.current)},[]),p(()=>{if(!a.current)return;let e=Number(a.current.dataset.index);n==e||Number.isNaN(e)||r(e)});let o=e?cast(t.register(e)):cast(t.register);return{descendants:t,index:n,enabledIndex:t.enabledIndexOf(a.current),register:(0,f.lq)(o,a)}}function createDescendantContext(){let e=cast(y);return[e,()=>cast(m()),()=>useDescendants(),e=>useDescendant(e)]}var b=n(61735),v=n(59136),w=n(52366);function preventReturnFocus(e){let t=e.current;if(!t)return!1;let n=(0,b.vY)(t);return!(!n||t.contains(n))&&!!(0,v.Wq)(n)}function useFocusOnHide(e,t){let{shouldFocus:n,visible:r,focusRef:a}=t,o=n&&!r;(0,w.r)(()=>{let t;if(!o||preventReturnFocus(e))return;let n=(null==a?void 0:a.current)||e.current;if(n)return t=requestAnimationFrame(()=>{n.focus({preventScroll:!0})}),()=>{cancelAnimationFrame(t)}},[o,e,a])}var toVar=(e,t)=>({var:e,varRef:t?`var(${e}, ${t})`:`var(${e})`}),x={arrowShadowColor:toVar("--popper-arrow-shadow-color"),arrowSize:toVar("--popper-arrow-size","8px"),arrowSizeHalf:toVar("--popper-arrow-size-half"),arrowBg:toVar("--popper-arrow-bg"),transformOrigin:toVar("--popper-transform-origin"),arrowOffset:toVar("--popper-arrow-offset")};function getBoxShadow(e){return e.includes("top")?"1px 1px 0px 0 var(--popper-arrow-shadow-color)":e.includes("bottom")?"-1px -1px 0px 0 var(--popper-arrow-shadow-color)":e.includes("right")?"-1px 1px 0px 0 var(--popper-arrow-shadow-color)":e.includes("left")?"1px -1px 0px 0 var(--popper-arrow-shadow-color)":void 0}var O={top:"bottom center","top-start":"bottom left","top-end":"bottom right",bottom:"top center","bottom-start":"top left","bottom-end":"top right",left:"right center","left-start":"right top","left-end":"right bottom",right:"left center","right-start":"left top","right-end":"left bottom"},toTransformOrigin=e=>O[e],E={scroll:!0,resize:!0};function getEventListenerOptions(e){return"object"==typeof e?{enabled:!0,options:{...E,...e}}:{enabled:e,options:E}}var S={name:"matchWidth",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:({state:e})=>{e.styles.popper.width=`${e.rects.reference.width}px`},effect:({state:e})=>()=>{let t=e.elements.reference;e.elements.popper.style.width=`${t.offsetWidth}px`}},k={name:"transformOrigin",enabled:!0,phase:"write",fn:({state:e})=>{setTransformOrigin(e)},effect:({state:e})=>()=>{setTransformOrigin(e)}},setTransformOrigin=e=>{e.elements.popper.style.setProperty(x.transformOrigin.var,toTransformOrigin(e.placement))},P={name:"positionArrow",enabled:!0,phase:"afterWrite",fn:({state:e})=>{setArrowStyles(e)}},setArrowStyles=e=>{var t;if(!e.placement)return;let n=getArrowStyle(e.placement);if((null==(t=e.elements)?void 0:t.arrow)&&n){Object.assign(e.elements.arrow.style,{[n.property]:n.value,width:x.arrowSize.varRef,height:x.arrowSize.varRef,zIndex:-1});let t={[x.arrowSizeHalf.var]:`calc(${x.arrowSize.varRef} / 2 - 1px)`,[x.arrowOffset.var]:`calc(${x.arrowSizeHalf.varRef} * -1)`};for(let n in t)e.elements.arrow.style.setProperty(n,t[n])}},getArrowStyle=e=>e.startsWith("top")?{property:"bottom",value:x.arrowOffset.varRef}:e.startsWith("bottom")?{property:"top",value:x.arrowOffset.varRef}:e.startsWith("left")?{property:"right",value:x.arrowOffset.varRef}:e.startsWith("right")?{property:"left",value:x.arrowOffset.varRef}:void 0,j={name:"innerArrow",enabled:!0,phase:"main",requires:["arrow"],fn:({state:e})=>{setInnerArrowStyles(e)},effect:({state:e})=>()=>{setInnerArrowStyles(e)}},setInnerArrowStyles=e=>{if(!e.elements.arrow)return;let t=e.elements.arrow.querySelector("[data-popper-arrow-inner]");if(!t)return;let n=getBoxShadow(e.placement);n&&t.style.setProperty("--popper-arrow-default-shadow",n),Object.assign(t.style,{transform:"rotate(45deg)",background:x.arrowBg.varRef,top:0,left:0,width:"100%",height:"100%",position:"absolute",zIndex:"inherit",boxShadow:"var(--popper-arrow-shadow, var(--popper-arrow-default-shadow))"})},N={"start-start":{ltr:"left-start",rtl:"right-start"},"start-end":{ltr:"left-end",rtl:"right-end"},"end-start":{ltr:"right-start",rtl:"left-start"},"end-end":{ltr:"right-end",rtl:"left-end"},start:{ltr:"left",rtl:"right"},end:{ltr:"right",rtl:"left"}},C={"auto-start":"auto-end","auto-end":"auto-start","top-start":"top-end","top-end":"top-start","bottom-start":"bottom-end","bottom-end":"bottom-start"};function getPopperPlacement(e,t="ltr"){var n,r;let a=(null==(n=N[e])?void 0:n[t])||e;return"ltr"===t?a:null!=(r=C[e])?r:a}function getWindow(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function instanceOf_isElement(e){var t=getWindow(e).Element;return e instanceof t||e instanceof Element}function isHTMLElement(e){var t=getWindow(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function isShadowRoot(e){if("undefined"==typeof ShadowRoot)return!1;var t=getWindow(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var L=Math.max,T=Math.min,A=Math.round;function getUAString(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function isLayoutViewport(){return!/^((?!chrome|android).)*safari/i.test(getUAString())}function getBoundingClientRect(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);var r=e.getBoundingClientRect(),a=1,o=1;t&&isHTMLElement(e)&&(a=e.offsetWidth>0&&A(r.width)/e.offsetWidth||1,o=e.offsetHeight>0&&A(r.height)/e.offsetHeight||1);var c=(instanceOf_isElement(e)?getWindow(e):window).visualViewport,l=!isLayoutViewport()&&n,u=(r.left+(l&&c?c.offsetLeft:0))/a,s=(r.top+(l&&c?c.offsetTop:0))/o,d=r.width/a,f=r.height/o;return{width:d,height:f,top:s,right:u+d,bottom:s+f,left:u,x:u,y:s}}function getWindowScroll(e){var t=getWindow(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function getHTMLElementScroll(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function getNodeScroll(e){return e!==getWindow(e)&&isHTMLElement(e)?getHTMLElementScroll(e):getWindowScroll(e)}function getNodeName(e){return e?(e.nodeName||"").toLowerCase():null}function getDocumentElement(e){return((instanceOf_isElement(e)?e.ownerDocument:e.document)||window.document).documentElement}function getWindowScrollBarX(e){return getBoundingClientRect(getDocumentElement(e)).left+getWindowScroll(e).scrollLeft}function getComputedStyle(e){return getWindow(e).getComputedStyle(e)}function isScrollParent(e){var t=getComputedStyle(e),n=t.overflow,r=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+a+r)}function isElementScaled(e){var t=e.getBoundingClientRect(),n=A(t.width)/e.offsetWidth||1,r=A(t.height)/e.offsetHeight||1;return 1!==n||1!==r}function getCompositeRect(e,t,n){void 0===n&&(n=!1);var r=isHTMLElement(t),a=isHTMLElement(t)&&isElementScaled(t),o=getDocumentElement(t),c=getBoundingClientRect(e,a,n),l={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(r||!r&&!n)&&(("body"!==getNodeName(t)||isScrollParent(o))&&(l=getNodeScroll(t)),isHTMLElement(t)?(u=getBoundingClientRect(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):o&&(u.x=getWindowScrollBarX(o))),{x:c.left+l.scrollLeft-u.x,y:c.top+l.scrollTop-u.y,width:c.width,height:c.height}}function getLayoutRect(e){var t=getBoundingClientRect(e),n=e.offsetWidth,r=e.offsetHeight;return 1>=Math.abs(t.width-n)&&(n=t.width),1>=Math.abs(t.height-r)&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function getParentNode(e){return"html"===getNodeName(e)?e:e.assignedSlot||e.parentNode||(isShadowRoot(e)?e.host:null)||getDocumentElement(e)}function getScrollParent(e){return["html","body","#document"].indexOf(getNodeName(e))>=0?e.ownerDocument.body:isHTMLElement(e)&&isScrollParent(e)?e:getScrollParent(getParentNode(e))}function listScrollParents(e,t){void 0===t&&(t=[]);var n,r=getScrollParent(e),a=r===(null==(n=e.ownerDocument)?void 0:n.body),o=getWindow(r),c=a?[o].concat(o.visualViewport||[],isScrollParent(r)?r:[]):r,l=t.concat(c);return a?l:l.concat(listScrollParents(getParentNode(c)))}function isTableElement(e){return["table","td","th"].indexOf(getNodeName(e))>=0}function getTrueOffsetParent(e){return isHTMLElement(e)&&"fixed"!==getComputedStyle(e).position?e.offsetParent:null}function getContainingBlock(e){var t=/firefox/i.test(getUAString());if(/Trident/i.test(getUAString())&&isHTMLElement(e)&&"fixed"===getComputedStyle(e).position)return null;var n=getParentNode(e);for(isShadowRoot(n)&&(n=n.host);isHTMLElement(n)&&0>["html","body"].indexOf(getNodeName(n));){var r=getComputedStyle(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}function getOffsetParent(e){for(var t=getWindow(e),n=getTrueOffsetParent(e);n&&isTableElement(n)&&"static"===getComputedStyle(n).position;)n=getTrueOffsetParent(n);return n&&("html"===getNodeName(n)||"body"===getNodeName(n)&&"static"===getComputedStyle(n).position)?t:n||getContainingBlock(e)||t}var M="bottom",R="right",I="left",D="auto",F=["top",M,R,I],H="start",W="viewport",G="popper",B=F.reduce(function(e,t){return e.concat([t+"-"+H,t+"-end"])},[]),q=[].concat(F,[D]).reduce(function(e,t){return e.concat([t,t+"-"+H,t+"-end"])},[]),V=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function order(e){var t=new Map,n=new Set,r=[];function sort(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach(function(e){if(!n.has(e)){var r=t.get(e);r&&sort(r)}}),r.push(e)}return e.forEach(function(e){t.set(e.name,e)}),e.forEach(function(e){n.has(e.name)||sort(e)}),r}function orderModifiers(e){var t=order(e);return V.reduce(function(e,n){return e.concat(t.filter(function(e){return e.phase===n}))},[])}function debounce(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function mergeByName(e){var t=e.reduce(function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e},{});return Object.keys(t).map(function(e){return t[e]})}var z={placement:"bottom",modifiers:[],strategy:"absolute"};function areValidElements(){for(var e=arguments.length,t=Array(e),n=0;n=0?"x":"y"}function computeOffsets(e){var t,n=e.reference,r=e.element,a=e.placement,o=a?getBasePlacement(a):null,c=a?getVariation(a):null,l=n.x+n.width/2-r.width/2,u=n.y+n.height/2-r.height/2;switch(o){case"top":t={x:l,y:n.y-r.height};break;case M:t={x:l,y:n.y+n.height};break;case R:t={x:n.x+n.width,y:u};break;case I:t={x:n.x-r.width,y:u};break;default:t={x:n.x,y:n.y}}var s=o?getMainAxisFromPlacement(o):null;if(null!=s){var d="y"===s?"height":"width";switch(c){case H:t[s]=t[s]-(n[d]/2-r[d]/2);break;case"end":t[s]=t[s]+(n[d]/2-r[d]/2)}}return t}var K={top:"auto",right:"auto",bottom:"auto",left:"auto"};function roundOffsetsByDPR(e,t){var n=e.x,r=e.y,a=t.devicePixelRatio||1;return{x:A(n*a)/a||0,y:A(r*a)/a||0}}function mapToStyles(e){var t,n,r=e.popper,a=e.popperRect,o=e.placement,c=e.variation,l=e.offsets,u=e.position,s=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,g=e.isFixed,p=l.x,h=void 0===p?0:p,_=l.y,y=void 0===_?0:_,m="function"==typeof f?f({x:h,y:y}):{x:h,y:y};h=m.x,y=m.y;var b=l.hasOwnProperty("x"),v=l.hasOwnProperty("y"),w=I,x="top",O=window;if(d){var E=getOffsetParent(r),S="clientHeight",k="clientWidth";E===getWindow(r)&&"static"!==getComputedStyle(E=getDocumentElement(r)).position&&"absolute"===u&&(S="scrollHeight",k="scrollWidth"),("top"===o||(o===I||o===R)&&"end"===c)&&(x=M,y-=(g&&E===O&&O.visualViewport?O.visualViewport.height:E[S])-a.height,y*=s?1:-1),(o===I||("top"===o||o===M)&&"end"===c)&&(w=R,h-=(g&&E===O&&O.visualViewport?O.visualViewport.width:E[k])-a.width,h*=s?1:-1)}var P=Object.assign({position:u},d&&K),j=!0===f?roundOffsetsByDPR({x:h,y:y},getWindow(r)):{x:h,y:y};return(h=j.x,y=j.y,s)?Object.assign({},P,((n={})[x]=v?"0":"",n[w]=b?"0":"",n.transform=1>=(O.devicePixelRatio||1)?"translate("+h+"px, "+y+"px)":"translate3d("+h+"px, "+y+"px, 0)",n)):Object.assign({},P,((t={})[x]=v?y+"px":"",t[w]=b?h+"px":"",t.transform="",t))}function distanceAndSkiddingToXY(e,t,n){var r=getBasePlacement(e),a=[I,"top"].indexOf(r)>=0?-1:1,o="function"==typeof n?n(Object.assign({},t,{placement:e})):n,c=o[0],l=o[1];return c=c||0,l=(l||0)*a,[I,R].indexOf(r)>=0?{x:l,y:c}:{x:c,y:l}}var Z={left:"right",right:"left",bottom:"top",top:"bottom"};function getOppositePlacement(e){return e.replace(/left|right|bottom|top/g,function(e){return Z[e]})}var $={start:"end",end:"start"};function getOppositeVariationPlacement(e){return e.replace(/start|end/g,function(e){return $[e]})}function getViewportRect(e,t){var n=getWindow(e),r=getDocumentElement(e),a=n.visualViewport,o=r.clientWidth,c=r.clientHeight,l=0,u=0;if(a){o=a.width,c=a.height;var s=isLayoutViewport();(s||!s&&"fixed"===t)&&(l=a.offsetLeft,u=a.offsetTop)}return{width:o,height:c,x:l+getWindowScrollBarX(e),y:u}}function getDocumentRect(e){var t,n=getDocumentElement(e),r=getWindowScroll(e),a=null==(t=e.ownerDocument)?void 0:t.body,o=L(n.scrollWidth,n.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),c=L(n.scrollHeight,n.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),l=-r.scrollLeft+getWindowScrollBarX(e),u=-r.scrollTop;return"rtl"===getComputedStyle(a||n).direction&&(l+=L(n.clientWidth,a?a.clientWidth:0)-o),{width:o,height:c,x:l,y:u}}function contains(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&isShadowRoot(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function rectToClientRect(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function getInnerBoundingClientRect(e,t){var n=getBoundingClientRect(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function getClientRectFromMixedType(e,t,n){return t===W?rectToClientRect(getViewportRect(e,n)):instanceOf_isElement(t)?getInnerBoundingClientRect(t,n):rectToClientRect(getDocumentRect(getDocumentElement(e)))}function getClippingParents(e){var t=listScrollParents(getParentNode(e)),n=["absolute","fixed"].indexOf(getComputedStyle(e).position)>=0&&isHTMLElement(e)?getOffsetParent(e):e;return instanceOf_isElement(n)?t.filter(function(e){return instanceOf_isElement(e)&&contains(e,n)&&"body"!==getNodeName(e)}):[]}function getClippingRect(e,t,n,r){var a=[].concat("clippingParents"===t?getClippingParents(e):[].concat(t),[n]),o=a[0],c=a.reduce(function(t,n){var a=getClientRectFromMixedType(e,n,r);return t.top=L(a.top,t.top),t.right=T(a.right,t.right),t.bottom=T(a.bottom,t.bottom),t.left=L(a.left,t.left),t},getClientRectFromMixedType(e,o,r));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}function getFreshSideObject(){return{top:0,right:0,bottom:0,left:0}}function mergePaddingObject(e){return Object.assign({},getFreshSideObject(),e)}function expandToHashMap(e,t){return t.reduce(function(t,n){return t[n]=e,t},{})}function detectOverflow(e,t){void 0===t&&(t={});var n=t,r=n.placement,a=void 0===r?e.placement:r,o=n.strategy,c=void 0===o?e.strategy:o,l=n.boundary,u=n.rootBoundary,s=n.elementContext,d=void 0===s?G:s,f=n.altBoundary,g=n.padding,p=void 0===g?0:g,h=mergePaddingObject("number"!=typeof p?p:expandToHashMap(p,F)),_=e.rects.popper,y=e.elements[void 0!==f&&f?d===G?"reference":G:d],m=getClippingRect(instanceOf_isElement(y)?y:y.contextElement||getDocumentElement(e.elements.popper),void 0===l?"clippingParents":l,void 0===u?W:u,c),b=getBoundingClientRect(e.elements.reference),v=computeOffsets({reference:b,element:_,strategy:"absolute",placement:a}),w=rectToClientRect(Object.assign({},_,v)),x=d===G?w:b,O={top:m.top-x.top+h.top,bottom:x.bottom-m.bottom+h.bottom,left:m.left-x.left+h.left,right:x.right-m.right+h.right},E=e.modifiersData.offset;if(d===G&&E){var S=E[a];Object.keys(O).forEach(function(e){var t=[R,M].indexOf(e)>=0?1:-1,n=["top",M].indexOf(e)>=0?"y":"x";O[e]+=S[n]*t})}return O}function computeAutoPlacement(e,t){void 0===t&&(t={});var n=t,r=n.placement,a=n.boundary,o=n.rootBoundary,c=n.padding,l=n.flipVariations,u=n.allowedAutoPlacements,s=void 0===u?q:u,d=getVariation(r),f=d?l?B:B.filter(function(e){return getVariation(e)===d}):F,g=f.filter(function(e){return s.indexOf(e)>=0});0===g.length&&(g=f);var p=g.reduce(function(t,n){return t[n]=detectOverflow(e,{placement:n,boundary:a,rootBoundary:o,padding:c})[getBasePlacement(n)],t},{});return Object.keys(p).sort(function(e,t){return p[e]-p[t]})}function getExpandedFallbackPlacements(e){if(getBasePlacement(e)===D)return[];var t=getOppositePlacement(e);return[getOppositeVariationPlacement(e),t,getOppositeVariationPlacement(t)]}function getAltAxis(e){return"x"===e?"y":"x"}function within(e,t,n){return L(e,T(t,n))}function withinMaxClamp(e,t,n){var r=within(e,t,n);return r>n?n:r}function getSideOffsets(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function isAnySideFullyClipped(e){return["top",R,M,I].some(function(t){return e[t]>=0})}var X=(r={defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,r=e.options,a=r.scroll,o=void 0===a||a,c=r.resize,l=void 0===c||c,u=getWindow(t.elements.popper),s=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&s.forEach(function(e){e.addEventListener("scroll",n.update,U)}),l&&u.addEventListener("resize",n.update,U),function(){o&&s.forEach(function(e){e.removeEventListener("scroll",n.update,U)}),l&&u.removeEventListener("resize",n.update,U)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=computeOffsets({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,a=n.adaptive,o=n.roundOffsets,c=void 0===o||o,l={placement:getBasePlacement(t.placement),variation:getVariation(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:void 0===r||r,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,mapToStyles(Object.assign({},l,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:void 0===a||a,roundOffsets:c})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,mapToStyles(Object.assign({},l,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},{name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},a=t.elements[e];isHTMLElement(a)&&getNodeName(a)&&(Object.assign(a.style,n),Object.keys(r).forEach(function(e){var t=r[e];!1===t?a.removeAttribute(e):a.setAttribute(e,!0===t?"":t)}))})},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(e){var r=t.elements[e],a=t.attributes[e]||{},o=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce(function(e,t){return e[t]="",e},{});isHTMLElement(r)&&getNodeName(r)&&(Object.assign(r.style,o),Object.keys(a).forEach(function(e){r.removeAttribute(e)}))})}},requires:["computeStyles"]},{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,a=n.offset,o=void 0===a?[0,0]:a,c=q.reduce(function(e,n){return e[n]=distanceAndSkiddingToXY(n,t.rects,o),e},{}),l=c[t.placement],u=l.x,s=l.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=s),t.modifiersData[r]=c}},{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var a=n.mainAxis,o=void 0===a||a,c=n.altAxis,l=void 0===c||c,u=n.fallbackPlacements,s=n.padding,d=n.boundary,f=n.rootBoundary,g=n.altBoundary,p=n.flipVariations,h=void 0===p||p,_=n.allowedAutoPlacements,y=t.options.placement,m=getBasePlacement(y)===y,b=u||(m||!h?[getOppositePlacement(y)]:getExpandedFallbackPlacements(y)),v=[y].concat(b).reduce(function(e,n){return e.concat(getBasePlacement(n)===D?computeAutoPlacement(t,{placement:n,boundary:d,rootBoundary:f,padding:s,flipVariations:h,allowedAutoPlacements:_}):n)},[]),w=t.rects.reference,x=t.rects.popper,O=new Map,E=!0,S=v[0],k=0;k=0,L=C?"width":"height",T=detectOverflow(t,{placement:P,boundary:d,rootBoundary:f,altBoundary:g,padding:s}),A=C?N?R:I:N?M:"top";w[L]>x[L]&&(A=getOppositePlacement(A));var F=getOppositePlacement(A),W=[];if(o&&W.push(T[j]<=0),l&&W.push(T[A]<=0,T[F]<=0),W.every(function(e){return e})){S=P,E=!1;break}O.set(P,W)}if(E)for(var G=h?3:1,_loop=function(e){var t=v.find(function(t){var n=O.get(t);if(n)return n.slice(0,e).every(function(e){return e})});if(t)return S=t,"break"},B=G;B>0&&"break"!==_loop(B);B--);t.placement!==S&&(t.modifiersData[r]._skip=!0,t.placement=S,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,a=n.mainAxis,o=n.altAxis,c=n.boundary,l=n.rootBoundary,u=n.altBoundary,s=n.padding,d=n.tether,f=void 0===d||d,g=n.tetherOffset,p=void 0===g?0:g,h=detectOverflow(t,{boundary:c,rootBoundary:l,padding:s,altBoundary:u}),_=getBasePlacement(t.placement),y=getVariation(t.placement),m=!y,b=getMainAxisFromPlacement(_),v=getAltAxis(b),w=t.modifiersData.popperOffsets,x=t.rects.reference,O=t.rects.popper,E="function"==typeof p?p(Object.assign({},t.rects,{placement:t.placement})):p,S="number"==typeof E?{mainAxis:E,altAxis:E}:Object.assign({mainAxis:0,altAxis:0},E),k=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,P={x:0,y:0};if(w){if(void 0===a||a){var j,N="y"===b?"top":I,C="y"===b?M:R,A="y"===b?"height":"width",D=w[b],F=D+h[N],W=D-h[C],G=f?-O[A]/2:0,B=y===H?x[A]:O[A],q=y===H?-O[A]:-x[A],V=t.elements.arrow,z=f&&V?getLayoutRect(V):{width:0,height:0},U=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:getFreshSideObject(),K=U[N],Z=U[C],$=within(0,x[A],z[A]),X=m?x[A]/2-G-$-K-S.mainAxis:B-$-K-S.mainAxis,Y=m?-x[A]/2+G+$+Z+S.mainAxis:q+$+Z+S.mainAxis,J=t.elements.arrow&&getOffsetParent(t.elements.arrow),Q=J?"y"===b?J.clientTop||0:J.clientLeft||0:0,ee=null!=(j=null==k?void 0:k[b])?j:0,et=D+X-ee-Q,en=D+Y-ee,er=within(f?T(F,et):F,D,f?L(W,en):W);w[b]=er,P[b]=er-D}if(void 0!==o&&o){var ea,eo="x"===b?"top":I,ei="x"===b?M:R,ec=w[v],el="y"===v?"height":"width",eu=ec+h[eo],es=ec-h[ei],ed=-1!==["top",I].indexOf(_),ef=null!=(ea=null==k?void 0:k[v])?ea:0,eg=ed?eu:ec-x[el]-O[el]-ef+S.altAxis,ep=ed?ec+x[el]+O[el]-ef-S.altAxis:es,eh=f&&ed?withinMaxClamp(eg,ec,ep):within(f?eg:eu,ec,f?ep:es);w[v]=eh,P[v]=eh-ec}t.modifiersData[r]=P}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n,r=e.state,a=e.name,o=e.options,c=r.elements.arrow,l=r.modifiersData.popperOffsets,u=getBasePlacement(r.placement),s=getMainAxisFromPlacement(u),d=[I,R].indexOf(u)>=0?"height":"width";if(c&&l){var f=mergePaddingObject("number"!=typeof(t="function"==typeof(t=o.padding)?t(Object.assign({},r.rects,{placement:r.placement})):t)?t:expandToHashMap(t,F)),g=getLayoutRect(c),p="y"===s?"top":I,h="y"===s?M:R,_=r.rects.reference[d]+r.rects.reference[s]-l[s]-r.rects.popper[d],y=l[s]-r.rects.reference[s],m=getOffsetParent(c),b=m?"y"===s?m.clientHeight||0:m.clientWidth||0:0,v=f[p],w=b-g[d]-f[h],x=b/2-g[d]/2+(_/2-y/2),O=within(v,x,w);r.modifiersData[a]=((n={})[s]=O,n.centerOffset=O-x,n)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&contains(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,a=t.rects.popper,o=t.modifiersData.preventOverflow,c=detectOverflow(t,{elementContext:"reference"}),l=detectOverflow(t,{altBoundary:!0}),u=getSideOffsets(c,r),s=getSideOffsets(l,a,o),d=isAnySideFullyClipped(u),f=isAnySideFullyClipped(s);t.modifiersData[n]={referenceClippingOffsets:u,popperEscapeOffsets:s,isReferenceHidden:d,hasPopperEscaped:f},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":f})}}]},c=void 0===(o=(a=r).defaultModifiers)?[]:o,u=void 0===(l=a.defaultOptions)?z:l,function(e,t,n){void 0===n&&(n=u);var r={placement:"bottom",orderedModifiers:[],options:Object.assign({},z,u),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},a=[],o=!1,l={state:r,setOptions:function(n){var a="function"==typeof n?n(r.options):n;cleanupModifierEffects(),r.options=Object.assign({},u,r.options,a),r.scrollParents={reference:instanceOf_isElement(e)?listScrollParents(e):e.contextElement?listScrollParents(e.contextElement):[],popper:listScrollParents(t)};var o=orderModifiers(mergeByName([].concat(c,r.options.modifiers)));return r.orderedModifiers=o.filter(function(e){return e.enabled}),runModifierEffects(),l.update()},forceUpdate:function(){if(!o){var e=r.elements,t=e.reference,n=e.popper;if(areValidElements(t,n)){r.rects={reference:getCompositeRect(t,getOffsetParent(n),"fixed"===r.options.strategy),popper:getLayoutRect(n)},r.reset=!1,r.placement=r.options.placement,r.orderedModifiers.forEach(function(e){return r.modifiersData[e.name]=Object.assign({},e.data)});for(var a=0;a{}),O=(0,s.useCallback)(()=>{var e;t&&y.current&&m.current&&(null==(e=w.current)||e.call(w),b.current=X(y.current,m.current,{placement:v,modifiers:[j,P,k,{...S,enabled:!!h},{name:"eventListeners",...getEventListenerOptions(c)},{name:"arrow",options:{padding:o}},{name:"offset",options:{offset:null!=l?l:[0,u]}},{name:"flip",enabled:!!d,options:{padding:8}},{name:"preventOverflow",enabled:!!p,options:{boundary:g}},...null!=n?n:[]],strategy:a}),b.current.forceUpdate(),w.current=b.current.destroy)},[v,t,n,h,c,o,l,u,d,p,g,a]);(0,s.useEffect)(()=>()=>{var e;y.current||m.current||(null==(e=b.current)||e.destroy(),b.current=null)},[]);let E=(0,s.useCallback)(e=>{y.current=e,O()},[O]),N=(0,s.useCallback)((e={},t=null)=>({...e,ref:(0,f.lq)(E,t)}),[E]),C=(0,s.useCallback)(e=>{m.current=e,O()},[O]),L=(0,s.useCallback)((e={},t=null)=>({...e,ref:(0,f.lq)(C,t),style:{...e.style,position:a,minWidth:h?void 0:"max-content",inset:"0 auto auto 0"}}),[a,C,h]),T=(0,s.useCallback)((e={},t=null)=>{let{size:n,shadowColor:r,bg:a,style:o,...c}=e;return{...c,ref:t,"data-popper-arrow":"",style:chunk_7PJKT2BG_getArrowStyle(e)}},[]),A=(0,s.useCallback)((e={},t=null)=>({...e,ref:t,"data-popper-arrow-inner":""}),[]);return{update(){var e;null==(e=b.current)||e.update()},forceUpdate(){var e;null==(e=b.current)||e.forceUpdate()},transformOrigin:x.transformOrigin.varRef,referenceRef:E,popperRef:C,getPopperProps:L,getArrowProps:T,getArrowInnerProps:A,getReferenceProps:N}}function chunk_7PJKT2BG_getArrowStyle(e){let{size:t,shadowColor:n,bg:r,style:a}=e,o={...a,position:"absolute"};return t&&(o["--popper-arrow-size"]=t),n&&(o["--popper-arrow-shadow-color"]=n),r&&(o["--popper-arrow-bg"]=r),o}var Y=n(35155);function useDisclosure(e={}){let{onClose:t,onOpen:n,isOpen:r,id:a}=e,o=(0,Y.W)(n),c=(0,Y.W)(t),[l,u]=(0,s.useState)(e.defaultIsOpen||!1),d=void 0!==r?r:l,f=void 0!==r,g=(0,s.useId)(),p=null!=a?a:`disclosure-${g}`,h=(0,s.useCallback)(()=>{f||u(!1),null==c||c()},[f,c]),_=(0,s.useCallback)(()=>{f||u(!0),null==o||o()},[f,o]),y=(0,s.useCallback)(()=>{d?h():_()},[d,_,h]);function getButtonProps(e={}){return{...e,"aria-expanded":d,"aria-controls":p,onClick(t){var n;null==(n=e.onClick)||n.call(e,t),y()}}}function getDisclosureProps(e={}){return{...e,hidden:!d,id:p}}return{isOpen:d,onOpen:_,onClose:h,onToggle:y,isControlled:f,getButtonProps,getDisclosureProps}}function useOutsideClick(e){let{ref:t,handler:n,enabled:r=!0}=e,a=(0,Y.W)(n),o=(0,s.useRef)({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),c=o.current;(0,s.useEffect)(()=>{if(!r)return;let onPointerDown=e=>{isValidEvent(e,t)&&(c.isPointerDown=!0)},onMouseUp=e=>{if(c.ignoreEmulatedMouseEvents){c.ignoreEmulatedMouseEvents=!1;return}c.isPointerDown&&n&&isValidEvent(e,t)&&(c.isPointerDown=!1,a(e))},onTouchEnd=e=>{c.ignoreEmulatedMouseEvents=!0,n&&c.isPointerDown&&isValidEvent(e,t)&&(c.isPointerDown=!1,a(e))},e=getOwnerDocument(t.current);return e.addEventListener("mousedown",onPointerDown,!0),e.addEventListener("mouseup",onMouseUp,!0),e.addEventListener("touchstart",onPointerDown,!0),e.addEventListener("touchend",onTouchEnd,!0),()=>{e.removeEventListener("mousedown",onPointerDown,!0),e.removeEventListener("mouseup",onMouseUp,!0),e.removeEventListener("touchstart",onPointerDown,!0),e.removeEventListener("touchend",onTouchEnd,!0)}},[n,t,a,c,r])}function isValidEvent(e,t){var n;let r=e.target;if(r){let e=getOwnerDocument(r);if(!e.contains(r))return!1}return!(null==(n=t.current)?void 0:n.contains(r))}function getOwnerDocument(e){var t;return null!=(t=null==e?void 0:e.ownerDocument)?t:document}function dist_useEventListener(e,t,n,r){let a=(0,Y.W)(n);return(0,s.useEffect)(()=>{let o="function"==typeof e?e():null!=e?e:document;if(n&&o)return o.addEventListener(t,a,r),()=>{o.removeEventListener(t,a,r)}},[t,e,r,a,n]),()=>{let n="function"==typeof e?e():null!=e?e:document;null==n||n.removeEventListener(t,a,r)}}function useAnimationState(e){let{isOpen:t,ref:n}=e,[r,a]=(0,s.useState)(t),[o,c]=(0,s.useState)(!1);(0,s.useEffect)(()=>{o||(a(t),c(!0))},[t,o,r]),dist_useEventListener(()=>n.current,"animationend",()=>{a(t)});let l=!t&&!r;return{present:!l,onComplete(){var e;let t=(0,b.kR)(n.current),r=new t.CustomEvent("animationend",{bubbles:!0});null==(e=n.current)||e.dispatchEvent(r)}}}function lazyDisclosure(e){let{wasSelected:t,enabled:n,isSelected:r,mode:a="unmount"}=e;return!n||!!r||"keepMounted"===a&&!!t}var[J,Q,ee,et]=createDescendantContext(),[en,er]=(0,_.k)({strict:!1,name:"MenuContext"});function useIds(e,...t){let n=(0,s.useId)(),r=e||n;return(0,s.useMemo)(()=>t.map(e=>`${e}-${r}`),[r,t])}function chunk_HTMRKUKY_getOwnerDocument(e){var t;return null!=(t=null==e?void 0:e.ownerDocument)?t:document}function isActiveElement(e){let t=chunk_HTMRKUKY_getOwnerDocument(e);return t.activeElement===e}function useMenu(e={}){let{id:t,closeOnSelect:n=!0,closeOnBlur:r=!0,initialFocusRef:a,autoSelect:o=!0,isLazy:c,isOpen:l,defaultIsOpen:u,onClose:d,onOpen:f,placement:g="bottom-start",lazyBehavior:p="unmount",direction:h,computePositionOnMount:_=!1,...y}=e,m=(0,s.useRef)(null),b=(0,s.useRef)(null),v=ee(),x=(0,s.useCallback)(()=>{requestAnimationFrame(()=>{var e;null==(e=m.current)||e.focus({preventScroll:!1})})},[]),O=(0,s.useCallback)(()=>{let e=setTimeout(()=>{var e;if(a)null==(e=a.current)||e.focus();else{let e=v.firstEnabled();e&&T(e.index)}});D.current.add(e)},[v,a]),E=(0,s.useCallback)(()=>{let e=setTimeout(()=>{let e=v.lastEnabled();e&&T(e.index)});D.current.add(e)},[v]),S=(0,s.useCallback)(()=>{null==f||f(),o?O():x()},[o,O,x,f]),{isOpen:k,onOpen:P,onClose:j,onToggle:N}=useDisclosure({isOpen:l,defaultIsOpen:u,onClose:d,onOpen:S});useOutsideClick({enabled:k&&r,ref:m,handler:e=>{var t;(null==(t=b.current)?void 0:t.contains(e.target))||j()}});let C=usePopper({...y,enabled:k||_,placement:g,direction:h}),[L,T]=(0,s.useState)(-1);(0,w.r)(()=>{k||T(-1)},[k]),useFocusOnHide(m,{focusRef:b,visible:k,shouldFocus:!0});let A=useAnimationState({isOpen:k,ref:m}),[M,R]=useIds(t,"menu-button","menu-list"),I=(0,s.useCallback)(()=>{P(),x()},[P,x]),D=(0,s.useRef)(new Set([]));useUnmountEffect(()=>{D.current.forEach(e=>clearTimeout(e)),D.current.clear()});let F=(0,s.useCallback)(()=>{P(),O()},[O,P]),H=(0,s.useCallback)(()=>{P(),E()},[P,E]),W=(0,s.useCallback)(()=>{var e,t;let n=chunk_HTMRKUKY_getOwnerDocument(m.current),r=null==(e=m.current)?void 0:e.contains(n.activeElement),a=k&&!r;if(!a)return;let o=null==(t=v.item(L))?void 0:t.node;null==o||o.focus()},[k,L,v]),G=(0,s.useRef)(null);return{openAndFocusMenu:I,openAndFocusFirstItem:F,openAndFocusLastItem:H,onTransitionEnd:W,unstable__animationState:A,descendants:v,popper:C,buttonId:M,menuId:R,forceUpdate:C.forceUpdate,orientation:"vertical",isOpen:k,onToggle:N,onOpen:P,onClose:j,menuRef:m,buttonRef:b,focusedIndex:L,closeOnSelect:n,closeOnBlur:r,autoSelect:o,setFocusedIndex:T,isLazy:c,lazyBehavior:p,initialFocusRef:a,rafId:G}}function useMenuButton(e={},t=null){let n=er(),{onToggle:r,popper:a,openAndFocusFirstItem:o,openAndFocusLastItem:c}=n,l=(0,s.useCallback)(e=>{let t=e.key,n={Enter:o,ArrowDown:o,ArrowUp:c}[t];n&&(e.preventDefault(),e.stopPropagation(),n(e))},[o,c]);return{...e,ref:(0,f.lq)(n.buttonRef,t,a.referenceRef),id:n.buttonId,"data-active":(0,d.PB)(n.isOpen),"aria-expanded":n.isOpen,"aria-haspopup":"menu","aria-controls":n.menuId,onClick:(0,d.v0)(e.onClick,r),onKeyDown:(0,d.v0)(e.onKeyDown,l)}}function isTargetMenuItem(e){var t;return chunk_HTMRKUKY_isHTMLElement(e)&&!!(null==(t=null==e?void 0:e.getAttribute("role"))?void 0:t.startsWith("menuitem"))}function useMenuList(e={},t=null){let n=er();if(!n)throw Error("useMenuContext: context is undefined. Seems you forgot to wrap component within ");let{focusedIndex:r,setFocusedIndex:a,menuRef:o,isOpen:c,onClose:l,menuId:u,isLazy:g,lazyBehavior:p,unstable__animationState:h}=n,_=Q(),y=useShortcut({preventDefault:e=>" "!==e.key&&isTargetMenuItem(e.target)}),m=(0,s.useCallback)(e=>{let t=e.key,n={Tab:e=>e.preventDefault(),Escape:l,ArrowDown:()=>{let e=_.nextEnabled(r);e&&a(e.index)},ArrowUp:()=>{let e=_.prevEnabled(r);e&&a(e.index)}}[t];if(n){e.preventDefault(),n(e);return}let o=y(e=>{let t=getNextItemFromSearch(_.values(),e,e=>{var t,n;return null!=(n=null==(t=null==e?void 0:e.node)?void 0:t.textContent)?n:""},_.item(r));if(t){let e=_.indexOf(t.node);a(e)}});isTargetMenuItem(e.target)&&o(e)},[_,r,y,l,a]),b=(0,s.useRef)(!1);c&&(b.current=!0);let v=lazyDisclosure({wasSelected:b.current,enabled:g,mode:p,isSelected:h.present});return{...e,ref:(0,f.lq)(o,t),children:v?e.children:null,tabIndex:-1,role:"menu",id:u,style:{...e.style,transformOrigin:"var(--popper-transform-origin)"},"aria-orientation":"vertical",onKeyDown:(0,d.v0)(e.onKeyDown,m)}}function useMenuPositioner(e={}){let{popper:t,isOpen:n}=er();return t.getPopperProps({...e,style:{visibility:n?"visible":"hidden",...e.style}})}function useMenuItem(e={},t=null){let{onMouseEnter:n,onMouseMove:r,onMouseLeave:a,onClick:o,onFocus:c,isDisabled:l,isFocusable:u,closeOnSelect:d,type:g,...p}=e,h=er(),{setFocusedIndex:_,focusedIndex:y,closeOnSelect:m,onClose:b,menuRef:v,isOpen:x,menuId:O,rafId:E}=h,S=(0,s.useRef)(null),k=`${O}-menuitem-${(0,s.useId)()}`,{index:P,register:j}=et({disabled:l&&!u}),N=(0,s.useCallback)(e=>{null==n||n(e),l||_(P)},[_,P,l,n]),C=(0,s.useCallback)(e=>{null==r||r(e),S.current&&!isActiveElement(S.current)&&N(e)},[N,r]),L=(0,s.useCallback)(e=>{null==a||a(e),l||_(-1)},[_,l,a]),T=(0,s.useCallback)(e=>{null==o||o(e),isTargetMenuItem(e.currentTarget)&&(null!=d?d:m)&&b()},[b,o,m,d]),A=(0,s.useCallback)(e=>{null==c||c(e),_(P)},[_,c,P]),M=P===y,R=l&&!u;(0,w.r)(()=>{x&&(M&&!R&&S.current?(E.current&&cancelAnimationFrame(E.current),E.current=requestAnimationFrame(()=>{var e;null==(e=S.current)||e.focus(),E.current=null})):v.current&&!isActiveElement(v.current)&&v.current.focus({preventScroll:!0}))},[M,R,v,x]);let I=useClickable({onClick:T,onFocus:A,onMouseEnter:N,onMouseMove:C,onMouseLeave:L,ref:(0,f.lq)(j,S,t),isDisabled:l,isFocusable:u});return{...p,...I,type:null!=g?g:I.type,id:k,role:"menuitem",tabIndex:M?0:-1}}function chunk_HTMRKUKY_isHTMLElement(e){var t;if(!chunk_HTMRKUKY_isElement(e))return!1;let n=null!=(t=e.ownerDocument.defaultView)?t:window;return e instanceof n.HTMLElement}function chunk_HTMRKUKY_isElement(e){return null!=e&&"object"==typeof e&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function useUnmountEffect(e,t=[]){return(0,s.useEffect)(()=>()=>e(),t)}},36275:function(e,t,n){"use strict";n.d(t,{j:function(){return d}});var r=n(5284),a=n(90641),o=n(35059),c=n(82504),l=n(25432),u=n(85893),s=(0,o.G)((e,t)=>{let n=(0,r.x)();return(0,u.jsx)(c.m.button,{ref:t,...e,__css:{display:"inline-flex",appearance:"none",alignItems:"center",outline:0,...n.button}})}),d=(0,o.G)((e,t)=>{let{children:n,as:r,...o}=e,d=(0,a.zZ)(o,t),f=r||s;return(0,u.jsx)(f,{...d,className:(0,l.cx)("chakra-menu__menu-button",e.className),children:(0,u.jsx)(c.m.span,{__css:{pointerEvents:"none",flex:"1 1 auto",minW:0},children:e.children})})});d.displayName="MenuButton"},5284:function(e,t,n){"use strict";n.d(t,{v:function(){return Menu},x:function(){return g}});var r=n(90641),a=n(55227),o=n(91639),c=n(33179),l=n(75119),u=n(25432),s=n(67294),d=n(85893),[f,g]=(0,a.k)({name:"MenuStylesContext",errorMessage:"useMenuStyles returned is 'undefined'. Seems you forgot to wrap the components in \"\" "}),Menu=e=>{let{children:t}=e,n=(0,o.jC)("Menu",e),a=(0,c.Lr)(e),{direction:g}=(0,l.F)(),{descendants:p,...h}=(0,r.H9)({...a,direction:g}),_=(0,s.useMemo)(()=>h,[h]),{isOpen:y,onClose:m,forceUpdate:b}=_;return(0,d.jsx)(r.wN,{value:p,children:(0,d.jsx)(r.Kb,{value:_,children:(0,d.jsx)(f,{value:n,children:(0,u.Pu)(t,{isOpen:y,onClose:m,forceUpdate:b})})})})};Menu.displayName="Menu"},1913:function(e,t,n){"use strict";n.d(t,{s:function(){return g}});var r=n(5284),a=n(35059),o=n(82504),c=n(85893),l=(0,a.G)((e,t)=>{let n=(0,r.x)();return(0,c.jsx)(o.m.span,{ref:t,...e,__css:n.command,className:"chakra-menu__command"})});l.displayName="MenuCommand";var u=n(67294),s=(0,a.G)((e,t)=>{let{type:n,...a}=e,l=(0,r.x)(),s=a.as||n?null!=n?n:void 0:"button",d=(0,u.useMemo)(()=>({textDecoration:"none",color:"inherit",userSelect:"none",display:"flex",width:"100%",alignItems:"center",textAlign:"start",flex:"0 0 auto",outline:0,...l.item}),[l.item]);return(0,c.jsx)(o.m.button,{ref:t,type:s,...a,__css:d})}),d=n(90641),f=n(25432),MenuIcon=e=>{let{className:t,children:n,...r}=e,a=u.Children.only(n),l=(0,u.isValidElement)(a)?(0,u.cloneElement)(a,{focusable:"false","aria-hidden":!0,className:(0,f.cx)("chakra-menu__icon",a.props.className)}):null,s=(0,f.cx)("chakra-menu__icon-wrapper",t);return(0,c.jsx)(o.m.span,{className:s,...r,__css:{display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:l})};MenuIcon.displayName="MenuIcon";var g=(0,a.G)((e,t)=>{let{icon:n,iconSpacing:r="0.75rem",command:a,commandSpacing:o="0.75rem",children:u,...g}=e,p=(0,d.iX)(g,t),h=n||a?(0,c.jsx)("span",{style:{pointerEvents:"none",flex:1},children:u}):u;return(0,c.jsxs)(s,{...p,className:(0,f.cx)("chakra-menu__menuitem",p.className),children:[n&&(0,c.jsx)(MenuIcon,{fontSize:"0.8em",marginEnd:r,children:n}),h,a&&(0,c.jsx)(l,{marginStart:o,children:a})]})});g.displayName="MenuItem"}}]); \ No newline at end of file diff --git a/public/_next/static/chunks/pages/ejercicios-4783d3bea037898d.js b/public/_next/static/chunks/pages/ejercicios-7bbcc7cba8d77d55.js similarity index 99% rename from public/_next/static/chunks/pages/ejercicios-4783d3bea037898d.js rename to public/_next/static/chunks/pages/ejercicios-7bbcc7cba8d77d55.js index fff3b6a2..7ce05d5f 100644 --- a/public/_next/static/chunks/pages/ejercicios-4783d3bea037898d.js +++ b/public/_next/static/chunks/pages/ejercicios-7bbcc7cba8d77d55.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4373],{10980:function(e,r,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/ejercicios",function(){return n(64491)}])},64491:function(e,r,n){"use strict";n.r(r),n.d(r,{default:function(){return Component}});var o=n(35944),t=n(67294),a=n(58595),i=n(23100),d=n(91669),c=n(54641),l=n(33838),h=n(88911),s=n(95034),m=n(41689),g=n(5284),x=n(36275),u=n(84416),F=n(70003),b=n(1913),Z=n(7754),p=n(29222),f=n(14418),v=n(31708),E=n(776),k=n(7306),A=n(39849),w=n(4298),C=n.n(w),S=n(41664),y=n.n(S);n(35202);var I=n(6608),B=n(7505),z=n(64400),X=n(902),R=n(9008),q=n.n(R);function Component(){let e=(0,t.useRef)(null);I.xL.ref_last=e;let r=(0,t.useRef)(null);return I.xL.ref_faq=r,(0,o.BX)(t.Fragment,{children:[(0,o.tZ)(a.g,{}),(0,o.BX)(i.xu,{children:[(0,o.tZ)(C(),{strategy:"afterInteractive",children:"document.documentElement.lang='es'"}),(0,o.tZ)(d.g,{sx:{bg:"#010408",position:"sticky",paddingX:"2em",paddingY:"1em",zIndex:"999",top:"0",width:"100%"},children:(0,o.BX)(c.U,{sx:{width:"100%"},children:[(0,o.tZ)(l.r,{as:y(),href:"/",sx:{textDecoration:"none",_hover:{}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(h.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"{"}),(0,o.tZ)(h.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Retos"}),(0,o.tZ)(h.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"de"}),(0,o.tZ)(h.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Programaci\xf3n"}),(0,o.tZ)(h.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"}"})]})}),(0,o.tZ)(s.L,{}),(0,o.tZ)(i.xu,{sx:{width:"100%",display:["none","block","block","block"]},children:(0,o.BX)(c.U,{spacing:"2em",children:[(0,o.tZ)(s.L,{}),(0,o.tZ)(l.r,{as:y(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,o.BX)(c.U,{spacing:"0.5em",children:[(0,o.tZ)(h.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,o.tZ)(i.xu,{sx:{paddingBottom:"0px !important"},children:(0,o.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})}),(0,o.tZ)(l.r,{as:y(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(182, 209, 98)"},children:"Ejercicios"})}),(0,o.tZ)(l.r,{as:y(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})]})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.BX)(g.v,{children:[(0,o.tZ)(x.j,{sx:{display:"flex"},children:(0,o.tZ)(u.E,{alt:"Icono del men\xfa de navegaci\xf3n",src:"/icons/menu.svg",sx:{height:"auto",width:"1.5em"}})}),(0,o.BX)(F.q,{sx:{background:"#010408",borderColor:"#0C1116",minWidth:"100px"},children:[(0,o.tZ)(b.s,{sx:{background:"transparent"},children:(0,o.tZ)(l.r,{as:y(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,o.BX)(c.U,{spacing:"0.5em",children:[(0,o.tZ)(h.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,o.tZ)(i.xu,{sx:{paddingBottom:"0px !important"},children:(0,o.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})})}),(0,o.tZ)(b.s,{sx:{background:"transparent"},children:(0,o.tZ)(l.r,{as:y(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(182, 209, 98)"},children:"Ejercicios"})})}),(0,o.tZ)(b.s,{sx:{background:"transparent"},children:(0,o.tZ)(l.r,{as:y(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})})]})]})})]})}),(0,o.tZ)(Z.M,{children:(0,o.BX)(d.g,{spacing:"4em",sx:{width:"100%"},children:[(0,o.tZ)(i.xu,{sx:{background:"url('/mosaic.png') repeat",backgroundSize:"120px 120px",width:"100%"},children:(0,o.tZ)(Z.M,{sx:{background:"linear-gradient(to bottom, rgb(0, 0, 0, 0) 20%, #0C1116 100%)"},children:(0,o.BX)(d.g,{spacing:"-0.3em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px",paddingY:"4em"},children:[(0,o.tZ)(h.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"{"}),(0,o.BX)(d.g,{alignItems:"start",spacing:"-0.3em",sx:{paddingLeft:"4em"},children:[(0,o.tZ)(h.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Retos"}),(0,o.tZ)(h.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(188, 154, 250)"},children:"de"}),(0,o.tZ)(h.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Programaci\xf3n"}),(0,o.tZ)(h.x,{datatext:"ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",fontWeight:"700",fontSize:["1.5em","2em"],color:"rgb(245, 184, 165)"},children:"ejercicios"})]}),(0,o.tZ)(h.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"}"}),(0,o.tZ)(l.r,{as:y(),href:"https://moure.dev",isExternal:!0,sx:{textAlign:"right",width:"100%",textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"by mouredev",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Comfortaa",fontWeight:"500",fontSize:["1.5em","2em"],color:"#FFFFFF"},children:"by mouredev"})}),(0,o.tZ)(Z.M,{sx:{width:"100%"},children:(0,o.BX)(d.g,{spacing:"2em",children:[(0,o.tZ)(h.x,{sx:{fontSize:["1.5em","2em"],fontWeight:"700",paddingTop:"2em",textAlign:"center"},children:"101 ejercicios para practicar l\xf3gica de programacion"}),(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.BX)(c.U,{spacing:"2em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "GitHub"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"GitHub"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "GitHub"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Discord"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Discord"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Discord"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Twitch"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Twitch"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Twitch"',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.BX)(c.U,{spacing:"2em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})})]})})]})})}),(0,o.BX)(d.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,o.BX)(d.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Mejora tus habilidades."}),(0,o.BX)(v.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,o.tZ)(E.P,{colSpan:1,rowSpan:1,children:(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Utiliza el lenguaje de programaci\xf3n que t\xfa quieras para resolver ejercicios que te ayudar\xe1n a mejorar tu forma de pensar y enfrentarte a retos de c\xf3digo."})}),(0,o.tZ)(E.P,{colSpan:1,rowSpan:1,children:(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Consulta correcciones de la comunidad en los repositorios de c\xf3digo de los diferentes retos. Se han dividido entre los resueltos en 2022 y 2023 (consulta su etiqueta)."})})]})]}),(0,o.tZ)(l.r,{as:y(),href:"/ejercicios#faq",isExternal:!1,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Preguntas frecuentes"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Preguntas frecuentes"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Preguntas frecuentes"',src:"/icons/light/arrow.svg",sx:{width:"1em",height:"1em"}})]})})})]}),(0,o.tZ)(i.xu,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(d.g,{spacing:"6em",children:[(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#0 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#1"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL FAMOSO "FIZZ BUZZ"'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre por consola (con un print) los\n * n\xfameros de 1 a 100 (ambos incluidos y con un salto de l\xednea entre\n * cada impresi\xf3n), sustituyendo los siguientes:\n * - M\xfaltiplos de 3 por la palabra "fizz".\n * - M\xfaltiplos de 5 por la palabra "buzz".\n * - M\xfaltiplos de 3 y de 5 a la vez por la palabra "fizzbuzz".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge0.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge0.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#1 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#2"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN ANAGRAMA?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que reciba dos palabras (String) y retorne\n * verdadero o falso (Bool) seg\xfan sean o no anagramas.\n * - Un Anagrama consiste en formar una palabra reordenando TODAS\n * las letras de otra palabra inicial.\n * - NO hace falta comprobar que ambas palabras existan.\n * - Dos palabras exactamente iguales no son anagrama.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge1.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge1.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#2 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#3"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA SUCESI\xd3N DE FIBONACCI"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que imprima los 50 primeros n\xfameros de la sucesi\xf3n\n * de Fibonacci empezando en 0.\n * - La serie Fibonacci se compone por una sucesi\xf3n de n\xfameros en\n * la que el siguiente siempre es la suma de los dos anteriores.\n * 0, 1, 1, 2, 3, 5, 8, 13...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge2.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge2.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#3 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#4"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN N\xdaMERO PRIMO?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que se encargue de comprobar si un n\xfamero es o no primo.\n * Hecho esto, imprime los n\xfameros primos entre 1 y 100.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge3.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge3.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#4 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#5"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xc1REA DE UN POL\xcdGONO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una \xfanica funci\xf3n (importante que s\xf3lo sea una) que sea capaz\n * de calcular y retornar el \xe1rea de un pol\xedgono.\n * - La funci\xf3n recibir\xe1 por par\xe1metro s\xf3lo UN pol\xedgono a la vez.\n * - Los pol\xedgonos soportados ser\xe1n Tri\xe1ngulo, Cuadrado y Rect\xe1ngulo.\n * - Imprime el c\xe1lculo del \xe1rea de un pol\xedgono de cada tipo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge4.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge4.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #1 al #5"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #1 al #5"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #1 al #5"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#5 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#6"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ASPECT RATIO DE UNA IMAGEN"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que se encargue de calcular el aspect ratio de una\n * imagen a partir de una url.\n * - Url de ejemplo:\n * https://raw.githubusercontent.com/mouredevmouredev/master/mouredev_github_profile.png\n * - Por ratio hacemos referencia por ejemplo a los "16:9" de una\n * imagen de 1920*1080px.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge5.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge5.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#6 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#7"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"INVIRTIENDO CADENAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que invierta el orden de una cadena de texto\n * sin usar funciones propias del lenguaje que lo hagan de forma autom\xe1tica.\n * - Si le pasamos "Hola mundo" nos retornar\xeda "odnum aloH"\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge6.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge6.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#7 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#8"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTANDO PALABRAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que cuente cuantas veces se repite cada palabra\n * y que muestre el recuento final de todas ellas.\n * - Los signos de puntuaci\xf3n no forman parte de la palabra.\n * - Una palabra es la misma aunque aparezca en may\xfasculas y min\xfasculas.\n * - No se pueden utilizar funciones propias del lenguaje que\n * lo resuelvan autom\xe1ticamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge7.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge7.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#8 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#9"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTANDO PALABRAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa se encargue de transformar un n\xfamero\n * decimal a binario sin utilizar funciones propias del lenguaje que lo hagan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge8.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge8.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#9 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#10"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"C\xd3DIGO MORSE"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que sea capaz de transformar texto natural a c\xf3digo\n * morse y viceversa.\n * - Debe detectar autom\xe1ticamente de qu\xe9 tipo se trata y realizar\n * la conversi\xf3n.\n * - En morse se soporta raya "—", punto ".", un espacio " " entre letras\n * o s\xedmbolos y dos espacios entre palabras " ".\n * - El alfabeto morse soportado ser\xe1 el mostrado en\n * https://es.wikipedia.org/wiki/C\xf3digo_morse.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge9.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge9.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#10 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#11"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESIONES EQUILIBRADAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que comprueba si los par\xe9ntesis, llaves y corchetes\n * de una expresi\xf3n est\xe1n equilibrados.\n * - Equilibrado significa que estos delimitadores se abren y cieran\n * en orden y de forma correcta.\n * - Par\xe9ntesis, llaves y corchetes son igual de prioritarios.\n * No hay uno m\xe1s importante que otro.\n * - Expresi\xf3n balanceada: { [ a * ( c + d ) ] - 5 }\n * - Expresi\xf3n no balanceada: { a * ( c + d ) ] - 5 }\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge10.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge10.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #6 al #11"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #6 al #11"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #6 al #11"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#11 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#12"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESIONES EQUILIBRADAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos cadenas como par\xe1metro (str1, str2)\n * e imprima otras dos cadenas como salida (out1, out2).\n * - out1 contendr\xe1 todos los caracteres presentes en la str1 pero NO\n * est\xe9n presentes en str2.\n * - out2 contendr\xe1 todos los caracteres presentes en la str2 pero NO\n * est\xe9n presentes en str1.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge11.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge11.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#12 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#13"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN PAL\xcdNDROMO?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que reciba un texto y retorne verdadero o\n * falso (Boolean) seg\xfan sean o no pal\xedndromos.\n * Un Pal\xedndromo es una palabra o expresi\xf3n que es igual si se lee\n * de izquierda a derecha que de derecha a izquierda.\n * NO se tienen en cuenta los espacios, signos de puntuaci\xf3n y tildes.\n * Ejemplo: Ana lleva al oso la avellana.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge12.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge12.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#13 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#14"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"FACTORIAL RECURSIVO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que calcule y retorne el factorial de un n\xfamero dado\n * de forma recursiva.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge13.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge13.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#14 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#15"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN N\xdaMERO DE ARMSTRONG?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que calcule si un n\xfamero dado es un n\xfamero de Armstrong\n * (o tambi\xe9n llamado narcisista).\n * Si no conoces qu\xe9 es un n\xfamero de Armstrong, debes buscar informaci\xf3n\n * al respecto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge14.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge14.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#15 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#16"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfCU\xc1NTOS D\xcdAS?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule y retorne cu\xe1ntos d\xedas hay entre dos cadenas\n * de texto que representen fechas.\n * - Una cadena de texto que representa una fecha tiene el formato "dd/MM/yyyy".\n * - La funci\xf3n recibir\xe1 dos String y retornar\xe1 un Int.\n * - La diferencia en d\xedas ser\xe1 absoluta (no importa el orden de las fechas).\n * - Si una de las dos cadenas de texto no representa una fecha correcta se\n * lanzar\xe1 una excepci\xf3n.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge15.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge15.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#16 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#17"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EN MAY\xdaSCULA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un String de cualquier tipo y se encargue de\n * poner en may\xfascula la primera letra de cada palabra.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge16.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge16.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#17 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#18"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CARRERA DE OBST\xc1CULOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que eval\xfae si un/a atleta ha superado correctamente una\n * carrera de obst\xe1culos.\n * - La funci\xf3n recibir\xe1 dos par\xe1metros:\n * - Un array que s\xf3lo puede contener String con las palabras\n * "run" o "jump"\n * - Un String que represente la pista y s\xf3lo puede contener "_" (suelo)\n * o "|" (valla)\n * - La funci\xf3n imprimir\xe1 c\xf3mo ha finalizado la carrera:\n * - Si el/a atleta hace "run" en "_" (suelo) y "jump" en "|" (valla)\n * ser\xe1 correcto y no variar\xe1 el s\xedmbolo de esa parte de la pista.\n * - Si hace "jump" en "_" (suelo), se variar\xe1 la pista por "x".\n * - Si hace "run" en "|" (valla), se variar\xe1 la pista por "/".\n * - La funci\xf3n retornar\xe1 un Boolean que indique si ha superado la carrera.\n * Para ello tiene que realizar la opci\xf3n correcta en cada tramo de la pista.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge17.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge17.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#18 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#19"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRES EN RAYA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que analice una matriz 3x3 compuesta por "X" y "O"\n * y retorne lo siguiente:\n * - "X" si han ganado las "X"\n * - "O" si han ganado los "O"\n * - "Empate" si ha habido un empate\n * - "Nulo" si la proporci\xf3n de "X", de "O", o de la matriz no es correcta.\n * O si han ganado los 2.\n * Nota: La matriz puede no estar totalmente cubierta.\n * Se podr\xeda representar con un vac\xedo "", por ejemplo.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge18.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge18.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#19 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#20"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR TIEMPO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba d\xedas, horas, minutos y segundos (como enteros)\n * y retorne su resultado en milisegundos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge19.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge19.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#20 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#21"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PARANDO EL TIEMPO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sume 2 n\xfameros y retorne su resultado pasados\n * unos segundos.\n * - Recibir\xe1 por par\xe1metros los 2 n\xfameros a sumar y los segundos que\n * debe tardar en finalizar su ejecuci\xf3n.\n * - Si el lenguaje lo soporta, deber\xe1 retornar el resultado de forma\n * as\xedncrona, es decir, sin detener la ejecuci\xf3n del programa principal.\n * Se podr\xeda ejecutar varias veces al mismo tiempo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge20.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge20.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #12 al #21"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #12 al #21"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #12 al #21"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#21 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#22"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CALCULADORA .TXT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Lee el fichero "Challenge21.txt" incluido en el proyecto, calcula su\n * resultado e impr\xedmelo.\n * - El .txt se corresponde con las entradas de una calculadora.\n * - Cada l\xednea tendr\xe1 un n\xfamero o una operaci\xf3n representada por un\n * s\xedmbolo (alternando ambos).\n * - Soporta n\xfameros enteros y decimales.\n * - Soporta las operaciones suma "+", resta "-", multiplicaci\xf3n "*"\n * y divisi\xf3n "/".\n * - El resultado se muestra al finalizar la lectura de la \xfaltima\n * l\xednea (si el .txt es correcto).\n * - Si el formato del .txt no es correcto, se indicar\xe1 que no se han\n * podido resolver las operaciones.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge21.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge21.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#22 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#23"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONJUNTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos array, un booleano y retorne un array.\n * - Si el booleano es verdadero buscar\xe1 y retornar\xe1 los elementos comunes\n * de los dos array.\n * - Si el booleano es falso buscar\xe1 y retornar\xe1 los elementos no comunes\n * de los dos array.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge22.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge22.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#23 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#24"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"M\xc1XIMO COM\xdaN DIVISOR Y M\xcdNIMO COM\xdaN M\xdaLTIPLO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea dos funciones, una que calcule el m\xe1ximo com\xfan divisor (MCD) y otra\n * que calcule el m\xednimo com\xfan m\xfaltiplo (mcm) de dos n\xfameros enteros.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge23.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge23.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#24 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#25"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ITERATION MASTER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Quiero contar del 1 al 100 de uno en uno (imprimiendo cada uno).\n * \xbfDe cu\xe1ntas maneras eres capaz de hacerlo?\n * Crea el c\xf3digo para cada una de ellas.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge24.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge24.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#25 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#26"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que calcule quien gana m\xe1s partidas al piedra,\n * papel, tijera.\n * - El resultado puede ser: "Player 1", "Player 2", "Tie" (empate)\n * - La funci\xf3n recibe un listado que contiene pares, representando cada jugada.\n * - El par puede contener combinaciones de "R" (piedra), "P" (papel)\n * o "S" (tijera).\n * - Ejemplo. Entrada: [("R","S"), ("S","R"), ("P","S")]. Resultado: "Player 2".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge25.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge25.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#26 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#27"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que dibuje un cuadrado o un tri\xe1ngulo con asteriscos "*".\n * - Indicaremos el tama\xf1o del lado y si la figura a dibujar es una u otra.\n * - EXTRA: \xbfEres capaz de dibujar m\xe1s figuras?\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge26.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge26.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#27 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#28"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VECTORES ORTOGONALES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que determine si dos vectores son ortogonales.\n * - Los dos array deben tener la misma longitud.\n * - Cada vector se podr\xeda representar como un array. Ejemplo: [1, -2]\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge27.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge27.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#28 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#29"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"M\xc1QUINA EXPENDEDORA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Simula el funcionamiento de una m\xe1quina expendedora creando una operaci\xf3n\n * que reciba dinero (array de monedas) y un n\xfamero que indique la selecci\xf3n\n * del producto.\n * - El programa retornar\xe1 el nombre del producto y un array con el dinero\n * de vuelta (con el menor n\xfamero de monedas).\n * - Si el dinero es insuficiente o el n\xfamero de producto no existe,\n * deber\xe1 indicarse con un mensaje y retornar todas las monedas.\n * - Si no hay dinero de vuelta, el array se retornar\xe1 vac\xedo.\n * - Para que resulte m\xe1s simple, trabajaremos en c\xe9ntimos con monedas\n * de 5, 10, 50, 100 y 200.\n * - Debemos controlar que las monedas enviadas est\xe9n dentro de las soportadas.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge28.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge28.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#29 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#30"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ORDENA LA LISTA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que ordene y retorne una matriz de n\xfameros.\n * - La funci\xf3n recibir\xe1 un listado (por ejemplo [2, 4, 6, 8, 9]) y un par\xe1metro\n * adicional "Asc" o "Desc" para indicar si debe ordenarse de menor a mayor\n * o de mayor a menor.\n * - No se pueden utilizar funciones propias del lenguaje que lo resuelvan\n * autom\xe1ticamente.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge29.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge29.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#30 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#31"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ORDENA LA LISTA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un texto y muestre cada palabra en una l\xednea,\n * formando un marco rectangular de asteriscos.\n * - \xbfQu\xe9 te parece el reto? Se ver\xeda as\xed:\n * **********\n * * \xbfQu\xe9 *\n * * te *\n * * parece *\n * * el *\n * * reto? *\n * **********\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge30.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge30.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #22 al #31"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #22 al #31"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #22 al #31"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#31 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#32"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"A\xd1OS BISIESTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que imprima los 30 pr\xf3ximos a\xf1os bisiestos\n * siguientes a uno dado.\n * - Utiliza el menor n\xfamero de l\xedneas para resolver el ejercicio.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge31.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge31.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#32 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#33"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SEGUNDO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un listado de n\xfameros, encuentra el SEGUNDO m\xe1s grande\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge32.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge32.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#33 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#34"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SEGUNDO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un funci\xf3n, que dado un a\xf1o, indique el elemento \n * y animal correspondiente en el ciclo sexagenario del zod\xedaco chino.\n * - Info: https://www.travelchinaguide.com/intro/astrology/60year-cycle.htm\n * - El ciclo sexagenario se corresponde con la combinaci\xf3n de los elementos\n * madera, fuego, tierra, metal, agua y los animales rata, buey, tigre,\n * conejo, drag\xf3n, serpiente, caballo, oveja, mono, gallo, perro, cerdo\n * (en este orden).\n * - Cada elemento se repite dos a\xf1os seguidos.\n * - El \xfaltimo ciclo sexagenario comenz\xf3 en 1984 (Madera Rata).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge33.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge33.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#34 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#35"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS N\xdaMEROS PERDIDOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un array de enteros ordenado y sin repetidos,\n * crea una funci\xf3n que calcule y retorne todos los que faltan entre\n * el mayor y el menor.\n * - Lanza un error si el array de entrada no es correcto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge34.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge34.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#35 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#36"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BATALLA POK\xc9MON"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que calcule el da\xf1o de un ataque durante\n * una batalla Pok\xe9mon.\n * - La f\xf3rmula ser\xe1 la siguiente: da\xf1o = 50 * (ataque / defensa) * efectividad\n * - Efectividad: x2 (s\xfaper efectivo), x1 (neutral), x0.5 (no es muy efectivo)\n * - S\xf3lo hay 4 tipos de Pok\xe9mon: Agua, Fuego, Planta y El\xe9ctrico \n * (buscar su efectividad)\n * - El programa recibe los siguientes par\xe1metros:\n * - Tipo del Pok\xe9mon atacante.\n * - Tipo del Pok\xe9mon defensor.\n * - Ataque: Entre 1 y 100.\n * - Defensa: Entre 1 y 100.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge35.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge35.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#36 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#37"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS ANILLOS DE PODER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1La Tierra Media est\xe1 en guerra! En ella luchar\xe1n razas leales\n * a Sauron contra otras bondadosas que no quieren que el mal reine\n * sobre sus tierras.\n * Cada raza tiene asociado un "valor" entre 1 y 5:\n * - Razas bondadosas: Pelosos (1), Sure\xf1os buenos (2), Enanos (3),\n * N\xfamen\xf3reanos (4), Elfos (5)\n * - Razas malvadas: Sure\xf1os malos (2), Orcos (2), Goblins (2),\n * Huargos (3), Trolls (5)\n * Crea un programa que calcule el resultado de la batalla entre\n * los 2 tipos de ej\xe9rcitos:\n * - El resultado puede ser que gane el bien, el mal, o exista un empate.\n * Dependiendo de la suma del valor del ej\xe9rcito y el n\xfamero de integrantes.\n * - Cada ej\xe9rcito puede estar compuesto por un n\xfamero de integrantes variable\n * de cada raza.\n * - Tienes total libertad para modelar los datos del ejercicio.\n * Ej: 1 Peloso pierde contra 1 Orco\n * 2 Pelosos empatan contra 1 Orco\n * 3 Pelosos ganan a 1 Orco\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge36.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge36.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#37 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#38"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS ANILLOS DE PODER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1Han anunciado un nuevo "The Legend of Zelda"!\n * Se llamar\xe1 "Tears of the Kingdom" y se lanzar\xe1 el 12 de mayo de 2023.\n * Pero, \xbfrecuerdas cu\xe1nto tiempo ha pasado entre los distintos\n * "The Legend of Zelda" de la historia?\n * Crea un programa que calcule cu\xe1ntos a\xf1os y d\xedas hay entre 2 juegos de Zelda\n * que t\xfa selecciones.\n * - Debes buscar cada uno de los t\xedtulos y su d\xeda de lanzamiento \n * (si no encuentras el d\xeda exacto puedes usar el mes, o incluso invent\xe1rtelo)\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge37.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge37.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#38 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#39"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BINARIO A DECIMAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa se encargue de transformar un n\xfamero binario\n * a decimal sin utilizar funciones propias del lenguaje que\n * lo hagan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge38.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge38.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#39 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#40"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TOP ALGORITMOS | QUICK SORT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Implementa uno de los algoritmos de ordenaci\xf3n m\xe1s famosos:\n * el "Quick Sort", creado por C.A.R. Hoare.\n * - Entender el funcionamiento de los algoritmos m\xe1s utilizados de la historia\n * Nos ayuda a mejorar nuestro conocimiento sobre ingenier\xeda de software.\n * Ded\xedcale tiempo a entenderlo, no \xfanicamente a copiar su implementaci\xf3n.\n * - Esta es una nueva serie de retos llamada "TOP ALGORITMOS",\n * donde trabajaremos y entenderemos los m\xe1s famosos de la historia.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge39.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge39.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#40 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#41"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRI\xc1NGULO DE PASCAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de dibujar el "Tri\xe1ngulo de Pascal"\n * indic\xe1ndole \xfanicamente el tama\xf1o del lado.\n *\n * - Aqu\xed puedes ver r\xe1pidamente c\xf3mo se calcula el tri\xe1ngulo:\n * https://commons.wikimedia.org/wiki/File:PascalTriangleAnimated2.gif\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge40.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge40.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #32 al #41"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #32 al #41"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #32 al #41"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#41 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#42"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA LEY DE OHM"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule el valor del par\xe1metro perdido\n * correspondiente a la ley de Ohm.\n * - Enviaremos a la funci\xf3n 2 de los 3 par\xe1metros (V, R, I), y retornar\xe1\n * el valor del tercero (redondeado a 2 decimales).\n * - Si los par\xe1metros son incorrectos o insuficientes, la funci\xf3n retornar\xe1\n * la cadena de texto "Invalid values".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge41.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge41.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#42 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#43"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR DE TEMPERATURA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que transforme grados Celsius en Fahrenheit\n * y viceversa.\n *\n * - Para que un dato de entrada sea correcto debe poseer un s\xedmbolo "\xb0"\n * y su unidad ("C" o "F").\n * - En caso contrario retornar\xe1 un error.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge42.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge42.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#43 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#44"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRUCO O TRATO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Este es un reto especial por Halloween.\n * Deberemos crear un programa al que le indiquemos si queremos realizar "Truco\n * o Trato" y un listado (array) de personas con las siguientes propiedades:\n * - Nombre de la ni\xf1a o ni\xf1o\n * - Edad\n * - Altura en cent\xedmetros\n *\n * Si las personas han pedido truco, el programa retornar\xe1 sustos (aleatorios)\n * siguiendo estos criterios:\n * - Un susto por cada 2 letras del nombre por persona\n * - Dos sustos por cada edad que sea un n\xfamero par\n * - Tres sustos por cada 100 cm de altura entre todas las personas\n * - Sustos: \uD83C\uDF83 \uD83D\uDC7B \uD83D\uDC80 \uD83D\uDD77 \uD83D\uDD78 \uD83E\uDD87\n *\n * Si las personas han pedido trato, el programa retornar\xe1 dulces (aleatorios)\n * siguiendo estos criterios:\n * - Un dulce por cada letra de nombre\n * - Un dulce por cada 3 a\xf1os cumplidos hasta un m\xe1ximo de 10 a\xf1os por persona\n * - Dos dulces por cada 50 cm de altura hasta un m\xe1ximo de 150 cm por persona\n * - Dulces: \uD83C\uDF70 \uD83C\uDF6C \uD83C\uDF61 \uD83C\uDF6D \uD83C\uDF6A \uD83C\uDF6B \uD83E\uDDC1 \uD83C\uDF69\n * - En caso contrario retornar\xe1 un error.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge43.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge43.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#44 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#45"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BUMERANES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que retorne el n\xfamero total de bumeranes de\n * un array de n\xfameros enteros e imprima cada uno de ellos.\n * - Un bumer\xe1n (b\xfameran, boomerang) es una secuencia formada por 3 n\xfameros\n * seguidos, en el que el primero y el \xfaltimo son iguales, y el segundo\n * es diferente. Por ejemplo [2, 1, 2].\n * - En el array [2, 1, 2, 3, 3, 4, 2, 4] hay 2 bumeranes ([2, 1, 2]\n * y [4, 2, 4]).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge44.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge44.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#45 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#46"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTENEDOR DE AGUA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un array de n\xfameros enteros positivos, donde cada uno\n * representa unidades de bloques apilados, debemos calcular cuantas unidades\n * de agua quedar\xe1n atrapadas entre ellos.\n *\n * - Ejemplo: Dado el array [4, 0, 3, 6, 1, 3].\n *\n * ⏹\n * ⏹\n * ⏹\uD83D\uDCA7\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹⏹⏹\n *\n * Representando bloque con ⏹︎ y agua con \uD83D\uDCA7, quedar\xe1n atrapadas 7 unidades\n * de agua. Suponemos que existe un suelo impermeable en la parte inferior\n * que retiene el agua.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge45.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge45.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#46 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#47"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfD\xd3NDE EST\xc1 EL ROBOT?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Calcula d\xf3nde estar\xe1 un robot (sus coordenadas finales) que se\n * encuentra en una cuadr\xedcula representada por los ejes "x" e "y".\n * - El robot comienza en la coordenada (0, 0).\n * - Para idicarle que se mueva, le enviamos un array formado por enteros\n * (positivos o negativos) que indican la secuencia de pasos a dar.\n * - Por ejemplo: [10, 5, -2] indica que primero se mueve 10 pasos, se detiene,\n * luego 5, se detiene, y finalmente 2.\n * El resultado en este caso ser\xeda (x: -5, y: 12)\n * - Si el n\xfamero de pasos es negativo, se desplazar\xeda en sentido contrario al\n * que est\xe1 mirando.\n * - Los primeros pasos los hace en el eje "y". Interpretamos que est\xe1 mirando\n * hacia la parte positiva del eje "y".\n * - El robot tiene un fallo en su programaci\xf3n: cada vez que finaliza una\n * secuencia de pasos gira 90 grados en el sentido contrario a las agujas\n * del reloj.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge46.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge46.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #42 al #47"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #42 al #47"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #42 al #47"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#47 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#48"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VOCAL M\xc1S COM\xdaN"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un funci\xf3n que reciba un texto y retorne la vocal que\n * m\xe1s veces se repita.\n * - Ten cuidado con algunos casos especiales.\n * - Si no hay vocales podr\xe1 devolver vac\xedo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge47.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge47.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#48 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#49"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CALENDARIO DE ADEVIENTO 2022"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xbfConoces el calendario de adviento de la comunidad (https://adviento.dev)?\n * 24 d\xedas, 24 regalos sorpresa relacionados con desarrollo de software,\n * ciencia y tecnolog\xeda desde el 1 de diciembre.\n *\n * Enunciado: Crea una funci\xf3n que reciba un objeto de tipo "Date" y retorne\n * lo siguiente:\n * - Si la fecha coincide con el calendario de aDEViento 2022: Retornar\xe1 el regalo\n * de ese d\xeda (a tu elecci\xf3n) y cu\xe1nto queda para que finalice el sorteo de ese d\xeda.\n * - Si la fecha es anterior: Cu\xe1nto queda para que comience el calendario.\n * - Si la fecha es posterior: Cu\xe1nto tiempo ha pasado desde que ha finalizado.\n *\n * Notas:\n * - Tenemos en cuenta que cada d\xeda del calendario comienza a medianoche 00:00:00\n * y finaliza a las 23:59:59.\n * - Debemos trabajar con fechas que tengan a\xf1o, mes, d\xeda, horas, minutos\n * y segundos.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge48.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge48.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#49 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#50"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL DETECTOR DE HANDLES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de detectar y retornar todos los\n * handles de un texto usando solamente Expresiones Regulares.\n * Debes crear una expresi\xf3n regular para cada caso:\n * - Handle usuario: Los que comienzan por "@"\n * - Handle hashtag: Los que comienzan por "#"\n * - Handle web: Los que comienzan por "www.", "http://", "https://"\n * y finalizan con un dominio (.com, .es...)\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge49.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge49.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#50 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#51"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ENCRIPTACI\xd3N DE KARACA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sea capaz de encriptar y desencriptar texto\n * utilizando el algoritmo de encriptaci\xf3n de Karaca\n * (debes buscar informaci\xf3n sobre \xe9l).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge50.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge50.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#51 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#52"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL RETO RANDOM"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea tu propio enunciado para que forme parte de los retos de 2023.\n * - Ten en cuenta que su dificultad debe ser asumible por la comunidad y seguir\n * un estilosemejante a los que hemos realizado durante el a\xf1o.\n * - Si quieres tambi\xe9n puedes proponer tu propia soluci\xf3n al reto\n * (en el lenguaje que quieras).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge51.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge51.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #48 al #52"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #48 al #52"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #48 al #52"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#0 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#53"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL FAMOSO "FIZZ BUZZ" (v2)'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre por consola (con un print) los\n * n\xfameros de 1 a 100 (ambos incluidos y con un salto de l\xednea entre\n * cada impresi\xf3n), sustituyendo los siguientes:\n * - M\xfaltiplos de 3 por la palabra "fizz".\n * - M\xfaltiplos de 5 por la palabra "buzz".\n * - M\xfaltiplos de 3 y de 5 a la vez por la palabra "fizzbuzz".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#1 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#54"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL "LENGUAJE HACKER"'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que reciba un texto y transforme lenguaje natural a\n * "lenguaje hacker" (conocido realmente como "leet" o "1337"). Este lenguaje\n * se caracteriza por sustituir caracteres alfanum\xe9ricos.\n * - Utiliza esta tabla (https://www.gamehouse.com/blog/leet-speak-cheat-sheet)\n * con el alfabeto y los n\xfameros en "leet".\n * (Usa la primera opci\xf3n de cada transformaci\xf3n. Por ejemplo "4" para la "a")\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#2 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#55"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL PARTIDO DE TENIS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre c\xf3mo transcurre un juego de tenis y qui\xe9n lo ha ganado.\n * El programa recibir\xe1 una secuencia formada por "P1" (Player 1) o "P2" (Player 2), seg\xfan quien\n * gane cada punto del juego.\n *\n * - Las puntuaciones de un juego son "Love" (cero), 15, 30, 40, "Deuce" (empate), ventaja.\n * - Ante la secuencia [P1, P1, P2, P2, P1, P2, P1, P1], el programa mostrar\xeda lo siguiente:\n * 15 - Love\n * 30 - Love\n * 30 - 15\n * 30 - 30\n * 40 - 30\n * Deuce\n * Ventaja P1\n * Ha ganado el P1\n * - Si quieres, puedes controlar errores en la entrada de datos.\n * - Consulta las reglas del juego si tienes dudas sobre el sistema de puntos.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#3 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#56"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL GENERADOR DE CONTRASE\xd1AS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que sea capaz de generar contrase\xf1as de forma aleatoria.\n * Podr\xe1s configurar generar contrase\xf1as con los siguientes par\xe1metros:\n * - Longitud: Entre 8 y 16.\n * - Con o sin letras may\xfasculas.\n * - Con o sin n\xfameros.\n * - Con o sin s\xedmbolos.\n * (Pudiendo combinar todos estos par\xe1metros entre ellos)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#4 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#57"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PRIMO, FIBONACCI Y PAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que, dado un n\xfamero, compruebe y muestre si es primo,\n * fibonacci y par.\n * Ejemplos:\n * - Con el n\xfamero 2, nos dir\xe1: "2 es primo, fibonacci y es par"\n * - Con el n\xfamero 7, nos dir\xe1: "7 es primo, no es fibonacci y es impar"\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#5 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#58"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xa1HOLA MUNDO!"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un !Hola Mundo! en todos los lenguajes de programaci\xf3n que puedas.\n * Seguro que hay alg\xfan lenguaje que te llama la atenci\xf3n y nunca has utilizado,\n * o quiz\xe1s quieres dar tus primeros pasos... \xa1Pues este es el momento!\n *\n * A ver qui\xe9n se atreve con uno de esos lenguajes que no solemos ver por ah\xed...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#6 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#59"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA, LAGARTO, SPOCK"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que calcule quien gana m\xe1s partidas al piedra,\n * papel, tijera, lagarto, spock.\n * - El resultado puede ser: "Player 1", "Player 2", "Tie" (empate)\n * - La funci\xf3n recibe un listado que contiene pares, representando cada jugada.\n * - El par puede contener combinaciones de "\uD83D\uDDFF" (piedra), "\uD83D\uDCC4" (papel),\n * "✂️" (tijera), "\uD83E\uDD8E" (lagarto) o "\uD83D\uDD96" (spock).\n * - Ejemplo. Entrada: [("\uD83D\uDDFF","✂️"), ("✂️","\uD83D\uDDFF"), ("\uD83D\uDCC4","✂️")]. Resultado: "Player 2".\n * - Debes buscar informaci\xf3n sobre c\xf3mo se juega con estas 5 posibilidades.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#7 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#60"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SOMBRERO SELECCIONADOR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que simule el comportamiento del sombrero selccionador del\n * universo m\xe1gico de Harry Potter.\n * - De ser posible realizar\xe1 5 preguntas (como m\xednimo) a trav\xe9s de la terminal.\n * - Cada pregunta tendr\xe1 4 respuestas posibles (tambi\xe9n a selecciona una a trav\xe9s de terminal).\n * - En funci\xf3n de las respuestas a las 5 preguntas deber\xe1s dise\xf1ar un algoritmo que\n * coloque al alumno en una de las 4 casas de Hogwarts:\n * (Gryffindor, Slytherin , Hufflepuff y Ravenclaw)\n * - Ten en cuenta los rasgos de cada casa para hacer las preguntas\n * y crear el algoritmo seleccionador:\n * Por ejemplo, en Slytherin se premia la ambici\xf3n y la astucia.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#8 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#61"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL GENERADOR PSEUDOALEATORIO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un generador de n\xfameros pseudoaleatorios entre 0 y 100.\n * - No puedes usar ninguna funci\xf3n "random" (o semejante) del\n * lenguaje de programaci\xf3n seleccionado.\n *\n * Es m\xe1s complicado de lo que parece...\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#9 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#62"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"HETEROGRAMA, ISOGRAMA Y PANGRAMA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea 3 funciones, cada una encargada de detectar si una cadena de\n * texto es un heterograma, un isograma o un pangrama.\n * - Debes buscar la definici\xf3n de cada uno de estos t\xe9rminos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#10 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#63"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA API (APPLICATION PROGRAMMING INTERFACE)"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Llamar a una API es una de las tareas m\xe1s comunes en programaci\xf3n.\n *\n * Implementa una llamada HTTP a una API (la que t\xfa quieras) y muestra su\n * resultado a trav\xe9s de la terminal. Por ejemplo: Pok\xe9mon, Marvel...\n *\n * Aqu\xed tienes un listado de posibles APIs:\n * https://github.com/public-apis/public-apis\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#11 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#64"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PAR\xc1METROS URL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Dada una URL con par\xe1metros, crea una funci\xf3n que obtenga sus valores.\n * No se pueden usar operaciones del lenguaje que realicen esta tarea directamente.\n *\n * Ejemplo: En la url https://retosdeprogramacion.com?year=2023&challenge=0\n * los par\xe1metros ser\xedan ["2023", "0"]\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#12 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#65"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VIERNES 13"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sea capaz de detectar si existe un viernes 13\n * en el mes y el a\xf1o indicados.\n * - La funci\xf3n recibir\xe1 el mes y el a\xf1o y retornar\xe1 verdadero o falso.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#13 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#66"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ADIVINA LA PALABRA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un peque\xf1o juego que consista en adivinar palabras en un n\xfamero m\xe1ximo de intentos:\n * - El juego comienza proponiendo una palabra aleatoria incompleta\n * - Por ejemplo "m_ur_d_v", y el n\xfamero de intentos que le quedan\n * - El usuario puede introducir \xfanicamente una letra o una palabra (de la misma longitud que\n * la palabra a adivinar)\n * - Si escribe una letra y acierta, se muestra esa letra en la palabra. Si falla, se resta\n * uno al n\xfamero de intentos\n * - Si escribe una resoluci\xf3n y acierta, finaliza el juego, en caso contrario, se resta uno\n * al n\xfamero de intentos\n * - Si el contador de intentos llega a 0, el jugador pierde\n * - La palabra debe ocultar de forma aleatoria letras, y nunca puede comenzar\n * ocultando m\xe1s del 60%\n * - Puedes utilizar las palabras que quieras y el n\xfamero de intentos que consideres\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#14 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#67"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"OCTAL Y HEXADECIMAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un n\xfamero decimal y lo trasforme a Octal\n * y Hexadecimal.\n * - No est\xe1 permitido usar funciones propias del lenguaje de programaci\xf3n que\n * realicen esas operaciones directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#15 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#68"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"AUREBESH"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de transformar Espa\xf1ol al lenguaje b\xe1sico\n * del universo Star Wars: el "Aurebesh".\n * - Puedes dejar sin transformar los caracteres que no existan en "Aurebesh".\n * - Tambi\xe9n tiene que ser capaz de traducir en sentido contrario.\n *\n * \xbfLo has conseguido? N\xf3mbrame en twitter.com/mouredev y escr\xedbeme algo en Aurebesh.\n *\n * \xa1Que la fuerza os acompa\xf1e!\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#16 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#69"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ESCALERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que dibuje una escalera seg\xfan su n\xfamero de escalones.\n * - Si el n\xfamero es positivo, ser\xe1 ascendente de izquiera a derecha.\n * - Si el n\xfamero es negativo, ser\xe1 descendente de izquiera a derecha.\n * - Si el n\xfamero es cero, se dibujar\xe1n dos guiones bajos (__).\n *\n * Ejemplo: 4\n * _\n * _|\n * _|\n * _|\n * _|\n *\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#17 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#70"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"GIT Y GITHUB"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1Estoy de celebraci\xf3n! He publicado mi primer libro:\n * "Git y GitHub desde cero"\n * - Papel: mouredev.com/libro-git\n * - eBook: mouredev.com/ebook-git\n *\n * \xbfSab\xedas que puedes leer informaci\xf3n de Git y GitHub desde la gran\n * mayor\xeda de lenguajes de programaci\xf3n?\n *\n * Crea un programa que lea los \xfaltimos 10 commits de este repositorio y muestre:\n * - Hash\n * - Autor\n * - Mensaje\n * - Fecha y hora\n *\n * Ejemplo de salida:\n * Commit 1 (el m\xe1s reciente) | 12345A | MoureDev | Este es un commit | 24/04/2023 21:00\n *\n * Se permite utilizar librer\xedas que nos faciliten esta tarea.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#18 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#71"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"WEB SCRAPING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * El d\xeda 128 del a\xf1o celebramos en la comunidad el "Hola Mundo day"\n * Vamos a hacer "web scraping" sobre su sitio web: https://holamundo.day\n *\n * Crea un programa que se conecte a la web del evento e imprima \xfanicamente la agenda de eventos\n * del d\xeda 8. Mostrando hora e informaci\xf3n de cada uno.\n * Ejemplo: "16:00 | Bienvenida"\n *\n * Se permite utilizar librer\xedas que nos faciliten esta tarea.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#19 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#72"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"AN\xc1LISIS DE TEXTO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que analice texto y obtenga:\n * - N\xfamero total de palabras.\n * - Longitud media de las palabras.\n * - N\xfamero de oraciones del texto (cada vez que aparecen un punto).\n * - Encuentre la palabra m\xe1s larga.\n *\n * Todo esto utilizando un \xfanico bucle.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#20 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#73"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA TRIFUERZA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1El nuevo "The Legend of Zelda: Tears of the Kingdom" ya est\xe1 disponible! \n *\n * Crea un programa que dibuje una Trifuerza de "Zelda"\n * formada por asteriscos.\n * - Debes indicarle el n\xfamero de filas de los tri\xe1ngulos con un entero positivo (n).\n * - Cada tri\xe1ngulo calcular\xe1 su fila mayor utilizando la f\xf3rmula 2n-1.\n *\n * Ejemplo: Trifuerza 2\n *\n * *\n * ***\n * * *\n * *** ***\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#21 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#74"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"N\xdaMEROS PRIMOS GEMELOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que encuentre y muestre todos los pares de n\xfameros primos\n * gemelos en un rango concreto.\n * El programa recibir\xe1 el rango m\xe1ximo como n\xfamero entero positivo.\n *\n * - Un par de n\xfameros primos se considera gemelo si la diferencia entre\n * ellos es exactamente 2. Por ejemplo (3, 5), (11, 13)\n *\n * - Ejemplo: Rango 14\n * (3, 5), (5, 7), (11, 13)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#22 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#75"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ESPIRAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que dibuje una espiral como la del ejemplo.\n * - \xdanicamente se indica de forma din\xe1mica el tama\xf1o del lado.\n * - S\xedmbolos permitidos: ═ ║ ╗ ╔ ╝ ╚\n *\n * Ejemplo espiral de lado 5 (5 filas y 5 columnas):\n * ════╗\n * ╔══╗║\n * ║╔╗║║\n * ║╚═╝║\n * ╚═══╝\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#23 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#76"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA BASE DE DATOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Realiza una conexi\xf3n desde el lenguaje que hayas seleccionado a la siguiente\n * base de datos MySQL:\n * - Host: mysql-5707.dinaserver.com\n * - Port: 3306\n * - User: mouredev_read\n * - Password: mouredev_pass\n * - Database: moure_test\n *\n * Una vez realices la conexi\xf3n, lanza la siguiente consulta e imprime el resultado:\n * - SELECT * FROM `challenges`\n *\n * Se pueden usar librer\xedas para realizar la l\xf3gica de conexi\xf3n a la base de datos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#24 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#77"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CIFRADO C\xc9SAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que realize el cifrado C\xe9sar de un texto y lo imprima.\n * Tambi\xe9n debe ser capaz de descifrarlo cuando as\xed se lo indiquemos.\n *\n * Te recomiendo que busques informaci\xf3n para conocer en profundidad c\xf3mo\n * realizar el cifrado. Esto tambi\xe9n forma parte del reto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#25 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#78"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL C\xd3DIGO KONAMI"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que detecte cuando el famoso "C\xf3digo Konami" se ha\n * introducido correctamente desde el teclado.\n * Si sucede esto, debe notificarse mostrando un mensaje en la terminal.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#26 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#79"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TESTING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea tres test sobre el reto 12: "Viernes 13".\n * - Puedes copiar una soluci\xf3n ya creada por otro usuario en\n * el lenguaje que est\xe9s utilizando.\n * - Debes emplear un mecanismo de ejecuci\xf3n de test que posea\n * el lenguaje de programaci\xf3n que hayas seleccionado.\n * - Los tres test deben de funcionar y comprobar\n * diferentes situaciones (a tu elecci\xf3n).\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#27 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#80"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CUENTA ATR\xc1S"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos par\xe1metros para crear una cuenta atr\xe1s.\n * - El primero, representa el n\xfamero en el que comienza la cuenta.\n * - El segundo, los segundos que tienen que transcurrir entre cada cuenta.\n * - S\xf3lo se aceptan n\xfameros enteros positivos.\n * - El programa finaliza al llegar a cero.\n * - Debes imprimir cada n\xfamero de la cuenta atr\xe1s.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#28 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#81"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESI\xd3N MATEM\xc1TICA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que reciba una expresi\xf3n matem\xe1tica (String)\n * y compruebe si es correcta. Retornar\xe1 true o false.\n * - Para que una expresi\xf3n matem\xe1tica sea correcta debe poseer\n * un n\xfamero, una operaci\xf3n y otro n\xfamero separados por espacios.\n * Tantos n\xfameros y operaciones como queramos.\n * - N\xfameros positivos, negativos, enteros o decimales.\n * - Operaciones soportadas: + - * / %\n *\n * Ejemplos:\n * "5 + 6 / 7 - 4" -> true\n * "5 a 6" -> false\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#29 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#82"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CAR\xc1CTER INFILTRADO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que reciba dos cadenas de texto casi iguales,\n * a excepci\xf3n de uno o varios caracteres.\n * La funci\xf3n debe encontrarlos y retornarlos en formato lista/array.\n * - Ambas cadenas de texto deben ser iguales en longitud.\n * - Las cadenas de texto son iguales elemento a elemento.\n * - No se pueden utilizar operaciones propias del lenguaje\n * que lo resuelvan directamente.\n *\n * Ejemplos:\n * - Me llamo mouredev / Me llemo mouredov -> ["e", "o"]\n * - Me llamo.Brais Moure / Me llamo brais moure -> [" ", "b", "m"]\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#30 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#83"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL TECLADO T9"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Los primeros dispositivos m\xf3viles ten\xedan un teclado llamado T9\n * con el que se pod\xeda escribir texto utilizando \xfanicamente su\n * teclado num\xe9rico (del 0 al 9).\n *\n * Crea una funci\xf3n que transforme las pulsaciones del T9 a su\n * representaci\xf3n con letras.\n * - Debes buscar cu\xe1l era su correspondencia original\n * - Cada bloque de pulsaciones va separado por un gui\xf3n.\n * - Si un bloque tiene m\xe1s de un n\xfamero, debe ser siempre el mismo.\n * - Ejemplo:\n * Entrada: 6-666-88-777-33-3-33-888\n * Salida: MOUREDEV\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#31 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#84"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL \xc1BACO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de leer el n\xfamero representado por el \xe1baco.\n * - El \xe1baco se representa por un array con 7 elementos.\n * - Cada elemento tendr\xe1 9 "O" (aunque habitualmente tiene 10 para realizar\n * operaciones) para las cuentas y una secuencia de "---" para el alambre.\n * - El primer elemento del array representa los millones, y el \xfaltimo las unidades.\n * - El n\xfamero en cada elemento se representa por las cuentas que est\xe1n a\n * la izquierda del alambre.\n *\n * Ejemplo de array y resultado:\n * ["O---OOOOOOOO",\n * "OOO---OOOOOO",\n * "---OOOOOOOOO",\n * "OO---OOOOOOO",\n * "OOOOOOO---OO",\n * "OOOOOOOOO---",\n * "---OOOOOOOOO"]\n *\n * Resultado: 1.302.790\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#32 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#85"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA COLUMNA DE EXCEL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule el n\xfamero de la columna de una hoja de Excel\n * teniendo en cuenta su nombre.\n * - Las columnas se designan por letras de la "A" a la "Z" de forma infinita.\n * - Ejemplos: A = 1, Z = 26, AA = 27, CA = 79.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#33 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#86"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TETRIS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa capaz de gestionar una pieza de Tetris.\n * - La pantalla de juego tiene 10 filas y 10 columnas representadas por s\xedmbolos \uD83D\uDD32\n * - La pieza de tetris a manejar ser\xe1 la siguiente (si quieres, puedes elegir otra):\n * \uD83D\uDD33\n * \uD83D\uDD33\uD83D\uDD33\uD83D\uDD33\n * - La pieza aparecer\xe1 por primera vez en la parte superior izquierda de la pantalla de juego.\n * \uD83D\uDD33\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD33\uD83D\uDD33\uD83D\uDD33\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * - Debes desarrollar una funci\xf3n capaz de desplazar y rotar la pieza en el tablero,\n * recibiendo una acci\xf3n cada vez que se llame, mostrando c\xf3mo se visualiza en\n * la pantalla de juego.\n * - Las acciones que se pueden aplicar a la pieza son: derecha, izquierda, abajo, rotar.\n * - Debes tener en cuenta los l\xedmites de la pantalla de juego.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#34 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#87"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TXT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa capaz de interactuar con un fichero TXT.\n * IMPORTANTE: El fichero TXT NO debe subirse como parte de la correcci\xf3n.\n * \xdanicamente el c\xf3digo.\n *\n * - Si no existe, debe crear un fichero llamado "text.txt".\n * - Desde el programa debes ser capaz de introducir texto por consola y guardarlo\n * en una nueva l\xednea cada vez que se pulse el bot\xf3n "Enter".\n * - Si el fichero existe, el programa tiene que dar la opci\xf3n de seguir escribiendo\n * a continuaci\xf3n o borrar su contenido y comenzar desde el principio.\n * - Si se selecciona continuar escribiendo, se tiene que mostrar por consola\n * el texto que ya posee el fichero. \n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#35 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#88"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PRIMEROS PASOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Como cada a\xf1o, el d\xeda 256 se celebra el "D\xeda de la Programaci\xf3n".\n * En nuestra comunidad siempre hacemos una gran fiesta donde repartirmos\n * 256 regalos para seguir aprendiendo programaci\xf3n:\n * https://diadelaprogramacion.com\n *\n * Para seguir ayudando, te propongo este reto:\n * Mostrar la sintaxis de los principales elementos de un lenguaje\n * en TODOS los lenguajes de programaci\xf3n que podamos. \xbfLlegaremos a 50?\n *\n * En un fichero, haz lo siguiente (si el lenguaje lo soporta),\n * y comenta cada bloque para identificar con qu\xe9 se corresponde:\n * - Haz un "Hola, mundo!"\n * - Crea variables de tipo String, num\xe9ricas (enteras y decimales)\n * y Booleanas (o cualquier tipo de dato primitivo).\n * - Crea una constante.\n * - Usa un if, else if y else.\n * - Crea estructuras como un array, lista, tupla, set y diccionario.\n * - Usa un for, foreach y un while.\n * - Crea diferentes funciones (con/sin par\xe1metros y con/sin retorno).\n * - Crea una clase.\n * - Muestra el control de excepciones.\n *\n * As\xed, cualquier persona podr\xe1 consultar r\xe1pidamente diferentes ejemplos\n * de sintaxis b\xe1sica de muchos lenguajes.\n *\n * \xa1Muchas gracias!\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#36 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#89"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PERMUTACIONES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que sea capaz de generar e imprimir todas las\n * permutaciones disponibles formadas por las letras de una palabra.\n * - Las palabras generadas no tienen por qu\xe9 existir.\n * - Deben usarse todas las letras en cada permutaci\xf3n.\n * - Ejemplo: sol, slo, ols, osl, los, lso\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#37 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#90"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"COLORES HEX Y RGB"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea las funciones capaces de transformar colores HEX\n * a RGB y viceversa.\n * Ejemplos:\n * RGB a HEX: r: 0, g: 0, b: 0 -> #000000\n * HEX a RGB: hex: #000000 -> (r: 0, g: 0, b: 0)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#38 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#91"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LAS SUMAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que encuentre todas las combinaciones de los n\xfameros\n * de una lista que suman el valor objetivo.\n * - La funci\xf3n recibir\xe1 una lista de n\xfameros enteros positivos\n * y un valor objetivo.\n * - Para obtener las combinaciones s\xf3lo se puede usar\n * una vez cada elemento de la lista (pero pueden existir\n * elementos repetidos en ella).\n * - Ejemplo: Lista = [1, 5, 3, 2], Objetivo = 6\n * Soluciones: [1, 5] y [1, 3, 2] (ambas combinaciones suman 6)\n * (Si no existen combinaciones, retornar una lista vac\xeda)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#39 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#92"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRIPLES PITAG\xd3RICOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que encuentre todos los triples pitag\xf3ricos\n * (ternas) menores o iguales a un n\xfamero dado.\n * - Debes buscar informaci\xf3n sobre qu\xe9 es un triple pitag\xf3rico.\n * - La funci\xf3n \xfanicamente recibe el n\xfamero m\xe1ximo que puede\n * aparecer en el triple.\n * - Ejemplo: Los triples menores o iguales a 10 est\xe1n\n * formados por (3, 4, 5) y (6, 8, 10).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#40 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#93"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TABLA DE MULTIPLICAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que sea capaz de solicitarte un n\xfamero y se\n * encargue de imprimir su tabla de multiplicar entre el 1 y el 10.\n * - Debe visualizarse qu\xe9 operaci\xf3n se realiza y su resultado.\n * Ej: 1 x 1 = 1\n * 1 x 2 = 2\n * 1 x 3 = 3\n * ...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#41 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#94"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CASA ENCANTADA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Este es un reto especial por Halloween.\n * Te encuentras explorando una mansi\xf3n abandonada llena de habitaciones.\n * En cada habitaci\xf3n tendr\xe1s que resolver un acertijo para poder avanzar a la siguiente.\n * Tu misi\xf3n es encontrar la habitaci\xf3n de los dulces.\n *\n * Se trata de implementar un juego interactivo de preguntas y respuestas por terminal.\n * (Tienes total libertad para ser creativo con los textos)\n *\n * - \uD83C\uDFF0 Casa: La mansi\xf3n se corresponde con una estructura cuadrada 4 x 4\n * que deber\xe1s modelar. Las habitaciones de puerta y dulces no tienen enigma.\n * (16 habitaciones, siendo una de entrada y otra donde est\xe1n los dulces)\n * Esta podr\xeda ser una representaci\xf3n:\n * \uD83D\uDEAA⬜️⬜️⬜️\n * ⬜️\uD83D\uDC7B⬜️⬜️\n * ⬜️⬜️⬜️\uD83D\uDC7B\n * ⬜️⬜️\uD83C\uDF6D⬜️\n * - ❓ Enigmas: Cada habitaci\xf3n propone un enigma aleatorio que deber\xe1s responder con texto.\n * Si no lo aciertas no podr\xe1s desplazarte.\n * - \uD83E\uDDED Movimiento: Si resuelves el enigma se te preguntar\xe1 a donde quieres desplazarte.\n * (Ejemplo: norte/sur/este/oeste. S\xf3lo deben proporcionarse las opciones posibles)\n * - \uD83C\uDF6D Salida: Sales de la casa si encuentras la habitaci\xf3n de los dulces.\n * - \uD83D\uDC7B (Bonus) Fantasmas: Existe un 10% de que en una habitaci\xf3n aparezca un fantasma y\n * tengas que responder dos preguntas para salir de ella.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#42 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#95"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PUNTO DE ENCUENTRO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que calcule el punto de encuentro de dos objetos en movimiento\n * en dos dimensiones.\n * - Cada objeto est\xe1 compuesto por una coordenada xy y una velocidad de desplazamiento\n * (vector de desplazamiento) por unidad de tiempo (tambi\xe9n en formato xy).\n * - La funci\xf3n recibir\xe1 las coordenadas de inicio de ambos objetos y sus velocidades.\n * - La funci\xf3n calcular\xe1 y mostrar\xe1 el punto en el que se encuentran y el tiempo que\n * tardarn en lograrlo.\n * - La funci\xf3n debe tener en cuenta que los objetos pueden no llegar a encontrarse.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"hhttps://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"hhttps://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#43 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#96"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"SIMULADOR DE CLIMA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que simule las condiciones clim\xe1ticas (temperatura y probabilidad de lluvia)\n * de un lugar ficticio al pasar un n\xfamero concreto de d\xedas seg\xfan estas reglas:\n * - La temperatura inicial y el % de probabilidad de lluvia lo define el usuario.\n * - Cada d\xeda que pasa:\n * - 10% de posibilidades de que la temperatura aumente o disminuya 2 grados.\n * - Si la temperatura supera los 25 grados, la probabilidad de lluvia al d\xeda\n * siguiente aumenta en un 20%.\n * - Si la temperatura baja de 5 grados, la probabilidad de lluvia al d\xeda\n * siguiente disminuya en un 20%.\n * - Si llueve (100%), la temperatura del d\xeda siguiente disminuye en 1 grado.\n * - La funci\xf3n recibe el n\xfamero de d\xedas de la predicci\xf3n y muestra la temperatura\n * y si llueve durante todos esos d\xedas.\n * - Tambi\xe9n mostrar\xe1 la temperatura m\xe1xima y m\xednima de ese periodo y cu\xe1ntos d\xedas va a llover.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#44 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#97"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ADIVINANZAS MATEM\xc1TICAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un juego interactivo por terminal en el que tendr\xe1s que adivinar\n * el resultado de diferentes operaciones matem\xe1ticas aleatorias\n * (suma, resta, multiplicaci\xf3n o divisi\xf3n de dos n\xfameros enteros).\n * - Tendr\xe1s 3 segundos para responder correctamente.\n * - El juego finaliza si no se logra responder en ese tiempo.\n * - Al finalizar el juego debes mostrar cu\xe1ntos c\xe1lculos has acertado.\n * - Cada 5 aciertos debes aumentar en uno el posible n\xfamero de cifras\n * de la operaci\xf3n (cada vez en un operando):\n * - Preguntas 1 a 5: X (entre 0 y 9) operaci\xf3n Y (entre 0 y 9)\n * - Preguntas 6 a 10: XX (entre 0 y 99) operaci\xf3n Y (entre 0 y 9)\n * - Preguntas 11 a 15: XX operaci\xf3n YY\n * - Preguntas 16 a 20: XXX (entre 0 y 999) operaci\xf3n YY\n * ..\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#45 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#98"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CALENDARIO DE ADEVIENTO 2023"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * \xbfConoces el calendario de aDEViento de la comunidad (https://adviento.dev)?\n * 24 d\xedas, 24 regalos sorpresa relacionados con desarrollo de software.\n * Desde el 1 al 24 de diciembre.\n *\n * Crea un programa que simule el mecanismo de participaci\xf3n:\n * - Mediante la terminal, el programa te preguntar\xe1 si quieres a\xf1adir y borrar\n * participantes, mostrarlos, lanzar el sorteo o salir.\n * - Si seleccionas a\xf1adir un participante, podr\xe1s escribir su nombre y pulsar enter.\n * - Si seleccionas a\xf1adir un participante, y este ya existe, avisar\xe1s de ello.\n * (Y no lo duplicar\xe1s)\n * - Si seleccionas mostrar los participantes, se listar\xe1n todos.\n * - Si seleccionas eliminar un participante, podr\xe1s escribir su nombre y pulsar enter.\n * (Avisando de si lo has eliminado o el nombre no existe)\n * - Si seleccionas realizar el sorteo, elegir\xe1s una persona al azar\n * y se eliminar\xe1 del listado.\n * - Si seleccionas salir, el programa finalizar\xe1.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#46 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#99"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CARRERA DE COCHES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que simule la competici\xf3n de dos coches en una pista.\n * - Los dos coches estar\xe1n representados por \uD83D\uDE99 y \uD83D\uDE97. Y la meta por \uD83C\uDFC1.\n * - Cada pista tendr\xe1 entre 1 y 3 \xe1rboles \uD83C\uDF32 colocados de forma aleatoria.\n * - Las dos pistas tendr\xe1n una longitud configurable de guiones bajos "_".\n * - Los coches comenzar\xe1n en la parte derecha de las pistas. Ejemplo:\n * \uD83C\uDFC1____\uD83C\uDF32_____\uD83D\uDE99\n * \uD83C\uDFC1_\uD83C\uDF32____\uD83C\uDF32___\uD83D\uDE97\n *\n * El juego se desarrolla por turnos de forma autom\xe1tica, y cada segundo\n * se realiza una acci\xf3n sobre los coches (movi\xe9ndose a la vez), hasta que\n * uno de ellos (o los dos a la vez) llega a la meta.\n * - Acciones:\n * - Avanzar entre 1 a 3 posiciones hacia la meta.\n * - Si al avanzar, el coche finaliza en la posici\xf3n de un \xe1rbol,\n * se muestra \uD83D\uDCA5 y no avanza durante un turno.\n * - Cada turno se imprimen las pistas y sus elementos.\n * - Cuando la carrera finalice, se muestra el coche ganador o el empate.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#47 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#100"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA PALABRA DE 100 PUNTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * La \xfaltima semana de 2021 comenzamos la actividad de retos de programaci\xf3n,\n * con la intenci\xf3n de resolver un ejercicio cada semana para mejorar\n * nuestra l\xf3gica... \xa1Hemos llegado al EJERCICIO 100! Gracias \uD83D\uDE4C\n *\n * Crea un programa que calcule los puntos de una palabra.\n * - Cada letra tiene un valor asignado. Por ejemplo, en el abecedario\n * espa\xf1ol de 27 letras, la A vale 1 y la Z 27.\n * - El programa muestra el valor de los puntos de cada palabra introducida.\n * - El programa finaliza si logras introducir una palabra de 100 puntos.\n * - Puedes usar la terminal para interactuar con el usuario y solicitarle\n * cada palabra.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{id:"last",ref:e,sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#48 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#101"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL RANKING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Todo llega a su fin... Este es el \xfaltimo reto de programaci\xf3n\n * semanal de 2023.\n *\n * Crea un programa que muestre un listado calculado en tiempo real\n * con todos los usuarios que han resuelto alg\xfan reto de programaci\xf3n\n * de este a\xf1o.\n * - El listado debe estar ordenado por el n\xfamero de ejercicios resueltos\n * por cada usuario (y mostrar ese contador al lado de su nombre).\n * - Tambi\xe9n se debe de mostrar el n\xfamero de usuarios que han participado\n * y el n\xfamero de correcciones enviadas.\n *\n * Much\xedsimas gracias por ayudar a crear este gran recurso\n * para la comunidad... \xa1Prep\xe1rate para 2024!\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(d.g,{spacing:"2em",children:[(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#0 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#1"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL FAMOSO "FIZZ BUZZ"'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre por consola (con un print) los\n * n\xfameros de 1 a 100 (ambos incluidos y con un salto de l\xednea entre\n * cada impresi\xf3n), sustituyendo los siguientes:\n * - M\xfaltiplos de 3 por la palabra "fizz".\n * - M\xfaltiplos de 5 por la palabra "buzz".\n * - M\xfaltiplos de 3 y de 5 a la vez por la palabra "fizzbuzz".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge0.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge0.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#1 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#2"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN ANAGRAMA?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que reciba dos palabras (String) y retorne\n * verdadero o falso (Bool) seg\xfan sean o no anagramas.\n * - Un Anagrama consiste en formar una palabra reordenando TODAS\n * las letras de otra palabra inicial.\n * - NO hace falta comprobar que ambas palabras existan.\n * - Dos palabras exactamente iguales no son anagrama.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge1.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge1.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#2 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#3"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA SUCESI\xd3N DE FIBONACCI"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que imprima los 50 primeros n\xfameros de la sucesi\xf3n\n * de Fibonacci empezando en 0.\n * - La serie Fibonacci se compone por una sucesi\xf3n de n\xfameros en\n * la que el siguiente siempre es la suma de los dos anteriores.\n * 0, 1, 1, 2, 3, 5, 8, 13...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge2.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge2.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#3 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#4"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN N\xdaMERO PRIMO?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que se encargue de comprobar si un n\xfamero es o no primo.\n * Hecho esto, imprime los n\xfameros primos entre 1 y 100.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge3.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge3.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#4 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#5"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xc1REA DE UN POL\xcdGONO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una \xfanica funci\xf3n (importante que s\xf3lo sea una) que sea capaz\n * de calcular y retornar el \xe1rea de un pol\xedgono.\n * - La funci\xf3n recibir\xe1 por par\xe1metro s\xf3lo UN pol\xedgono a la vez.\n * - Los pol\xedgonos soportados ser\xe1n Tri\xe1ngulo, Cuadrado y Rect\xe1ngulo.\n * - Imprime el c\xe1lculo del \xe1rea de un pol\xedgono de cada tipo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge4.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge4.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #1 al #5"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #1 al #5"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #1 al #5"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#5 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#6"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ASPECT RATIO DE UNA IMAGEN"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que se encargue de calcular el aspect ratio de una\n * imagen a partir de una url.\n * - Url de ejemplo:\n * https://raw.githubusercontent.com/mouredevmouredev/master/mouredev_github_profile.png\n * - Por ratio hacemos referencia por ejemplo a los "16:9" de una\n * imagen de 1920*1080px.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge5.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge5.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#6 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#7"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"INVIRTIENDO CADENAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que invierta el orden de una cadena de texto\n * sin usar funciones propias del lenguaje que lo hagan de forma autom\xe1tica.\n * - Si le pasamos "Hola mundo" nos retornar\xeda "odnum aloH"\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge6.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge6.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#7 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#8"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTANDO PALABRAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que cuente cuantas veces se repite cada palabra\n * y que muestre el recuento final de todas ellas.\n * - Los signos de puntuaci\xf3n no forman parte de la palabra.\n * - Una palabra es la misma aunque aparezca en may\xfasculas y min\xfasculas.\n * - No se pueden utilizar funciones propias del lenguaje que\n * lo resuelvan autom\xe1ticamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge7.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge7.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#8 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#9"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTANDO PALABRAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa se encargue de transformar un n\xfamero\n * decimal a binario sin utilizar funciones propias del lenguaje que lo hagan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge8.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge8.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#9 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#10"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"C\xd3DIGO MORSE"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que sea capaz de transformar texto natural a c\xf3digo\n * morse y viceversa.\n * - Debe detectar autom\xe1ticamente de qu\xe9 tipo se trata y realizar\n * la conversi\xf3n.\n * - En morse se soporta raya "—", punto ".", un espacio " " entre letras\n * o s\xedmbolos y dos espacios entre palabras " ".\n * - El alfabeto morse soportado ser\xe1 el mostrado en\n * https://es.wikipedia.org/wiki/C\xf3digo_morse.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge9.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge9.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#10 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#11"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESIONES EQUILIBRADAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que comprueba si los par\xe9ntesis, llaves y corchetes\n * de una expresi\xf3n est\xe1n equilibrados.\n * - Equilibrado significa que estos delimitadores se abren y cieran\n * en orden y de forma correcta.\n * - Par\xe9ntesis, llaves y corchetes son igual de prioritarios.\n * No hay uno m\xe1s importante que otro.\n * - Expresi\xf3n balanceada: { [ a * ( c + d ) ] - 5 }\n * - Expresi\xf3n no balanceada: { a * ( c + d ) ] - 5 }\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge10.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge10.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #6 al #11"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #6 al #11"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #6 al #11"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#11 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#12"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESIONES EQUILIBRADAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos cadenas como par\xe1metro (str1, str2)\n * e imprima otras dos cadenas como salida (out1, out2).\n * - out1 contendr\xe1 todos los caracteres presentes en la str1 pero NO\n * est\xe9n presentes en str2.\n * - out2 contendr\xe1 todos los caracteres presentes en la str2 pero NO\n * est\xe9n presentes en str1.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge11.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge11.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#12 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#13"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN PAL\xcdNDROMO?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que reciba un texto y retorne verdadero o\n * falso (Boolean) seg\xfan sean o no pal\xedndromos.\n * Un Pal\xedndromo es una palabra o expresi\xf3n que es igual si se lee\n * de izquierda a derecha que de derecha a izquierda.\n * NO se tienen en cuenta los espacios, signos de puntuaci\xf3n y tildes.\n * Ejemplo: Ana lleva al oso la avellana.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge12.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge12.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#13 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#14"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"FACTORIAL RECURSIVO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que calcule y retorne el factorial de un n\xfamero dado\n * de forma recursiva.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge13.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge13.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#14 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#15"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN N\xdaMERO DE ARMSTRONG?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que calcule si un n\xfamero dado es un n\xfamero de Armstrong\n * (o tambi\xe9n llamado narcisista).\n * Si no conoces qu\xe9 es un n\xfamero de Armstrong, debes buscar informaci\xf3n\n * al respecto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge14.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge14.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#15 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#16"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfCU\xc1NTOS D\xcdAS?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule y retorne cu\xe1ntos d\xedas hay entre dos cadenas\n * de texto que representen fechas.\n * - Una cadena de texto que representa una fecha tiene el formato "dd/MM/yyyy".\n * - La funci\xf3n recibir\xe1 dos String y retornar\xe1 un Int.\n * - La diferencia en d\xedas ser\xe1 absoluta (no importa el orden de las fechas).\n * - Si una de las dos cadenas de texto no representa una fecha correcta se\n * lanzar\xe1 una excepci\xf3n.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge15.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge15.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#16 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#17"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EN MAY\xdaSCULA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un String de cualquier tipo y se encargue de\n * poner en may\xfascula la primera letra de cada palabra.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge16.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge16.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#17 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#18"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CARRERA DE OBST\xc1CULOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que eval\xfae si un/a atleta ha superado correctamente una\n * carrera de obst\xe1culos.\n * - La funci\xf3n recibir\xe1 dos par\xe1metros:\n * - Un array que s\xf3lo puede contener String con las palabras\n * "run" o "jump"\n * - Un String que represente la pista y s\xf3lo puede contener "_" (suelo)\n * o "|" (valla)\n * - La funci\xf3n imprimir\xe1 c\xf3mo ha finalizado la carrera:\n * - Si el/a atleta hace "run" en "_" (suelo) y "jump" en "|" (valla)\n * ser\xe1 correcto y no variar\xe1 el s\xedmbolo de esa parte de la pista.\n * - Si hace "jump" en "_" (suelo), se variar\xe1 la pista por "x".\n * - Si hace "run" en "|" (valla), se variar\xe1 la pista por "/".\n * - La funci\xf3n retornar\xe1 un Boolean que indique si ha superado la carrera.\n * Para ello tiene que realizar la opci\xf3n correcta en cada tramo de la pista.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge17.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge17.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#18 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#19"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRES EN RAYA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que analice una matriz 3x3 compuesta por "X" y "O"\n * y retorne lo siguiente:\n * - "X" si han ganado las "X"\n * - "O" si han ganado los "O"\n * - "Empate" si ha habido un empate\n * - "Nulo" si la proporci\xf3n de "X", de "O", o de la matriz no es correcta.\n * O si han ganado los 2.\n * Nota: La matriz puede no estar totalmente cubierta.\n * Se podr\xeda representar con un vac\xedo "", por ejemplo.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge18.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge18.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#19 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#20"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR TIEMPO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba d\xedas, horas, minutos y segundos (como enteros)\n * y retorne su resultado en milisegundos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge19.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge19.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#20 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#21"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PARANDO EL TIEMPO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sume 2 n\xfameros y retorne su resultado pasados\n * unos segundos.\n * - Recibir\xe1 por par\xe1metros los 2 n\xfameros a sumar y los segundos que\n * debe tardar en finalizar su ejecuci\xf3n.\n * - Si el lenguaje lo soporta, deber\xe1 retornar el resultado de forma\n * as\xedncrona, es decir, sin detener la ejecuci\xf3n del programa principal.\n * Se podr\xeda ejecutar varias veces al mismo tiempo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge20.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge20.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #12 al #21"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #12 al #21"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #12 al #21"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#21 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#22"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CALCULADORA .TXT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Lee el fichero "Challenge21.txt" incluido en el proyecto, calcula su\n * resultado e impr\xedmelo.\n * - El .txt se corresponde con las entradas de una calculadora.\n * - Cada l\xednea tendr\xe1 un n\xfamero o una operaci\xf3n representada por un\n * s\xedmbolo (alternando ambos).\n * - Soporta n\xfameros enteros y decimales.\n * - Soporta las operaciones suma "+", resta "-", multiplicaci\xf3n "*"\n * y divisi\xf3n "/".\n * - El resultado se muestra al finalizar la lectura de la \xfaltima\n * l\xednea (si el .txt es correcto).\n * - Si el formato del .txt no es correcto, se indicar\xe1 que no se han\n * podido resolver las operaciones.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge21.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge21.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#22 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#23"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONJUNTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos array, un booleano y retorne un array.\n * - Si el booleano es verdadero buscar\xe1 y retornar\xe1 los elementos comunes\n * de los dos array.\n * - Si el booleano es falso buscar\xe1 y retornar\xe1 los elementos no comunes\n * de los dos array.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge22.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge22.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#23 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#24"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"M\xc1XIMO COM\xdaN DIVISOR Y M\xcdNIMO COM\xdaN M\xdaLTIPLO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea dos funciones, una que calcule el m\xe1ximo com\xfan divisor (MCD) y otra\n * que calcule el m\xednimo com\xfan m\xfaltiplo (mcm) de dos n\xfameros enteros.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge23.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge23.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#24 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#25"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ITERATION MASTER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Quiero contar del 1 al 100 de uno en uno (imprimiendo cada uno).\n * \xbfDe cu\xe1ntas maneras eres capaz de hacerlo?\n * Crea el c\xf3digo para cada una de ellas.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge24.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge24.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#25 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#26"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que calcule quien gana m\xe1s partidas al piedra,\n * papel, tijera.\n * - El resultado puede ser: "Player 1", "Player 2", "Tie" (empate)\n * - La funci\xf3n recibe un listado que contiene pares, representando cada jugada.\n * - El par puede contener combinaciones de "R" (piedra), "P" (papel)\n * o "S" (tijera).\n * - Ejemplo. Entrada: [("R","S"), ("S","R"), ("P","S")]. Resultado: "Player 2".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge25.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge25.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#26 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#27"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que dibuje un cuadrado o un tri\xe1ngulo con asteriscos "*".\n * - Indicaremos el tama\xf1o del lado y si la figura a dibujar es una u otra.\n * - EXTRA: \xbfEres capaz de dibujar m\xe1s figuras?\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge26.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge26.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#27 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#28"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VECTORES ORTOGONALES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que determine si dos vectores son ortogonales.\n * - Los dos array deben tener la misma longitud.\n * - Cada vector se podr\xeda representar como un array. Ejemplo: [1, -2]\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge27.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge27.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#28 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#29"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"M\xc1QUINA EXPENDEDORA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Simula el funcionamiento de una m\xe1quina expendedora creando una operaci\xf3n\n * que reciba dinero (array de monedas) y un n\xfamero que indique la selecci\xf3n\n * del producto.\n * - El programa retornar\xe1 el nombre del producto y un array con el dinero\n * de vuelta (con el menor n\xfamero de monedas).\n * - Si el dinero es insuficiente o el n\xfamero de producto no existe,\n * deber\xe1 indicarse con un mensaje y retornar todas las monedas.\n * - Si no hay dinero de vuelta, el array se retornar\xe1 vac\xedo.\n * - Para que resulte m\xe1s simple, trabajaremos en c\xe9ntimos con monedas\n * de 5, 10, 50, 100 y 200.\n * - Debemos controlar que las monedas enviadas est\xe9n dentro de las soportadas.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge28.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge28.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#29 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#30"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ORDENA LA LISTA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que ordene y retorne una matriz de n\xfameros.\n * - La funci\xf3n recibir\xe1 un listado (por ejemplo [2, 4, 6, 8, 9]) y un par\xe1metro\n * adicional "Asc" o "Desc" para indicar si debe ordenarse de menor a mayor\n * o de mayor a menor.\n * - No se pueden utilizar funciones propias del lenguaje que lo resuelvan\n * autom\xe1ticamente.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge29.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge29.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#30 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#31"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ORDENA LA LISTA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un texto y muestre cada palabra en una l\xednea,\n * formando un marco rectangular de asteriscos.\n * - \xbfQu\xe9 te parece el reto? Se ver\xeda as\xed:\n * **********\n * * \xbfQu\xe9 *\n * * te *\n * * parece *\n * * el *\n * * reto? *\n * **********\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge30.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge30.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #22 al #31"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #22 al #31"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #22 al #31"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#31 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#32"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"A\xd1OS BISIESTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que imprima los 30 pr\xf3ximos a\xf1os bisiestos\n * siguientes a uno dado.\n * - Utiliza el menor n\xfamero de l\xedneas para resolver el ejercicio.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge31.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge31.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#32 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#33"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SEGUNDO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un listado de n\xfameros, encuentra el SEGUNDO m\xe1s grande\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge32.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge32.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#33 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#34"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SEGUNDO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un funci\xf3n, que dado un a\xf1o, indique el elemento \n * y animal correspondiente en el ciclo sexagenario del zod\xedaco chino.\n * - Info: https://www.travelchinaguide.com/intro/astrology/60year-cycle.htm\n * - El ciclo sexagenario se corresponde con la combinaci\xf3n de los elementos\n * madera, fuego, tierra, metal, agua y los animales rata, buey, tigre,\n * conejo, drag\xf3n, serpiente, caballo, oveja, mono, gallo, perro, cerdo\n * (en este orden).\n * - Cada elemento se repite dos a\xf1os seguidos.\n * - El \xfaltimo ciclo sexagenario comenz\xf3 en 1984 (Madera Rata).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge33.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge33.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#34 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#35"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS N\xdaMEROS PERDIDOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un array de enteros ordenado y sin repetidos,\n * crea una funci\xf3n que calcule y retorne todos los que faltan entre\n * el mayor y el menor.\n * - Lanza un error si el array de entrada no es correcto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge34.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge34.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#35 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#36"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BATALLA POK\xc9MON"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que calcule el da\xf1o de un ataque durante\n * una batalla Pok\xe9mon.\n * - La f\xf3rmula ser\xe1 la siguiente: da\xf1o = 50 * (ataque / defensa) * efectividad\n * - Efectividad: x2 (s\xfaper efectivo), x1 (neutral), x0.5 (no es muy efectivo)\n * - S\xf3lo hay 4 tipos de Pok\xe9mon: Agua, Fuego, Planta y El\xe9ctrico \n * (buscar su efectividad)\n * - El programa recibe los siguientes par\xe1metros:\n * - Tipo del Pok\xe9mon atacante.\n * - Tipo del Pok\xe9mon defensor.\n * - Ataque: Entre 1 y 100.\n * - Defensa: Entre 1 y 100.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge35.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge35.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#36 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#37"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS ANILLOS DE PODER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1La Tierra Media est\xe1 en guerra! En ella luchar\xe1n razas leales\n * a Sauron contra otras bondadosas que no quieren que el mal reine\n * sobre sus tierras.\n * Cada raza tiene asociado un "valor" entre 1 y 5:\n * - Razas bondadosas: Pelosos (1), Sure\xf1os buenos (2), Enanos (3),\n * N\xfamen\xf3reanos (4), Elfos (5)\n * - Razas malvadas: Sure\xf1os malos (2), Orcos (2), Goblins (2),\n * Huargos (3), Trolls (5)\n * Crea un programa que calcule el resultado de la batalla entre\n * los 2 tipos de ej\xe9rcitos:\n * - El resultado puede ser que gane el bien, el mal, o exista un empate.\n * Dependiendo de la suma del valor del ej\xe9rcito y el n\xfamero de integrantes.\n * - Cada ej\xe9rcito puede estar compuesto por un n\xfamero de integrantes variable\n * de cada raza.\n * - Tienes total libertad para modelar los datos del ejercicio.\n * Ej: 1 Peloso pierde contra 1 Orco\n * 2 Pelosos empatan contra 1 Orco\n * 3 Pelosos ganan a 1 Orco\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge36.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge36.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#37 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#38"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS ANILLOS DE PODER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1Han anunciado un nuevo "The Legend of Zelda"!\n * Se llamar\xe1 "Tears of the Kingdom" y se lanzar\xe1 el 12 de mayo de 2023.\n * Pero, \xbfrecuerdas cu\xe1nto tiempo ha pasado entre los distintos\n * "The Legend of Zelda" de la historia?\n * Crea un programa que calcule cu\xe1ntos a\xf1os y d\xedas hay entre 2 juegos de Zelda\n * que t\xfa selecciones.\n * - Debes buscar cada uno de los t\xedtulos y su d\xeda de lanzamiento \n * (si no encuentras el d\xeda exacto puedes usar el mes, o incluso invent\xe1rtelo)\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge37.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge37.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#38 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#39"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BINARIO A DECIMAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa se encargue de transformar un n\xfamero binario\n * a decimal sin utilizar funciones propias del lenguaje que\n * lo hagan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge38.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge38.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#39 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#40"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TOP ALGORITMOS | QUICK SORT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Implementa uno de los algoritmos de ordenaci\xf3n m\xe1s famosos:\n * el "Quick Sort", creado por C.A.R. Hoare.\n * - Entender el funcionamiento de los algoritmos m\xe1s utilizados de la historia\n * Nos ayuda a mejorar nuestro conocimiento sobre ingenier\xeda de software.\n * Ded\xedcale tiempo a entenderlo, no \xfanicamente a copiar su implementaci\xf3n.\n * - Esta es una nueva serie de retos llamada "TOP ALGORITMOS",\n * donde trabajaremos y entenderemos los m\xe1s famosos de la historia.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge39.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge39.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#40 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#41"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRI\xc1NGULO DE PASCAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de dibujar el "Tri\xe1ngulo de Pascal"\n * indic\xe1ndole \xfanicamente el tama\xf1o del lado.\n *\n * - Aqu\xed puedes ver r\xe1pidamente c\xf3mo se calcula el tri\xe1ngulo:\n * https://commons.wikimedia.org/wiki/File:PascalTriangleAnimated2.gif\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge40.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge40.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #32 al #41"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #32 al #41"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #32 al #41"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#41 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#42"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA LEY DE OHM"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule el valor del par\xe1metro perdido\n * correspondiente a la ley de Ohm.\n * - Enviaremos a la funci\xf3n 2 de los 3 par\xe1metros (V, R, I), y retornar\xe1\n * el valor del tercero (redondeado a 2 decimales).\n * - Si los par\xe1metros son incorrectos o insuficientes, la funci\xf3n retornar\xe1\n * la cadena de texto "Invalid values".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge41.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge41.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#42 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#43"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR DE TEMPERATURA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que transforme grados Celsius en Fahrenheit\n * y viceversa.\n *\n * - Para que un dato de entrada sea correcto debe poseer un s\xedmbolo "\xb0"\n * y su unidad ("C" o "F").\n * - En caso contrario retornar\xe1 un error.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge42.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge42.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#43 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#44"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRUCO O TRATO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Este es un reto especial por Halloween.\n * Deberemos crear un programa al que le indiquemos si queremos realizar "Truco\n * o Trato" y un listado (array) de personas con las siguientes propiedades:\n * - Nombre de la ni\xf1a o ni\xf1o\n * - Edad\n * - Altura en cent\xedmetros\n *\n * Si las personas han pedido truco, el programa retornar\xe1 sustos (aleatorios)\n * siguiendo estos criterios:\n * - Un susto por cada 2 letras del nombre por persona\n * - Dos sustos por cada edad que sea un n\xfamero par\n * - Tres sustos por cada 100 cm de altura entre todas las personas\n * - Sustos: \uD83C\uDF83 \uD83D\uDC7B \uD83D\uDC80 \uD83D\uDD77 \uD83D\uDD78 \uD83E\uDD87\n *\n * Si las personas han pedido trato, el programa retornar\xe1 dulces (aleatorios)\n * siguiendo estos criterios:\n * - Un dulce por cada letra de nombre\n * - Un dulce por cada 3 a\xf1os cumplidos hasta un m\xe1ximo de 10 a\xf1os por persona\n * - Dos dulces por cada 50 cm de altura hasta un m\xe1ximo de 150 cm por persona\n * - Dulces: \uD83C\uDF70 \uD83C\uDF6C \uD83C\uDF61 \uD83C\uDF6D \uD83C\uDF6A \uD83C\uDF6B \uD83E\uDDC1 \uD83C\uDF69\n * - En caso contrario retornar\xe1 un error.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge43.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge43.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#44 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#45"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BUMERANES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que retorne el n\xfamero total de bumeranes de\n * un array de n\xfameros enteros e imprima cada uno de ellos.\n * - Un bumer\xe1n (b\xfameran, boomerang) es una secuencia formada por 3 n\xfameros\n * seguidos, en el que el primero y el \xfaltimo son iguales, y el segundo\n * es diferente. Por ejemplo [2, 1, 2].\n * - En el array [2, 1, 2, 3, 3, 4, 2, 4] hay 2 bumeranes ([2, 1, 2]\n * y [4, 2, 4]).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge44.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge44.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#45 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#46"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTENEDOR DE AGUA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un array de n\xfameros enteros positivos, donde cada uno\n * representa unidades de bloques apilados, debemos calcular cuantas unidades\n * de agua quedar\xe1n atrapadas entre ellos.\n *\n * - Ejemplo: Dado el array [4, 0, 3, 6, 1, 3].\n *\n * ⏹\n * ⏹\n * ⏹\uD83D\uDCA7\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹⏹⏹\n *\n * Representando bloque con ⏹︎ y agua con \uD83D\uDCA7, quedar\xe1n atrapadas 7 unidades\n * de agua. Suponemos que existe un suelo impermeable en la parte inferior\n * que retiene el agua.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge45.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge45.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#46 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#47"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfD\xd3NDE EST\xc1 EL ROBOT?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Calcula d\xf3nde estar\xe1 un robot (sus coordenadas finales) que se\n * encuentra en una cuadr\xedcula representada por los ejes "x" e "y".\n * - El robot comienza en la coordenada (0, 0).\n * - Para idicarle que se mueva, le enviamos un array formado por enteros\n * (positivos o negativos) que indican la secuencia de pasos a dar.\n * - Por ejemplo: [10, 5, -2] indica que primero se mueve 10 pasos, se detiene,\n * luego 5, se detiene, y finalmente 2.\n * El resultado en este caso ser\xeda (x: -5, y: 12)\n * - Si el n\xfamero de pasos es negativo, se desplazar\xeda en sentido contrario al\n * que est\xe1 mirando.\n * - Los primeros pasos los hace en el eje "y". Interpretamos que est\xe1 mirando\n * hacia la parte positiva del eje "y".\n * - El robot tiene un fallo en su programaci\xf3n: cada vez que finaliza una\n * secuencia de pasos gira 90 grados en el sentido contrario a las agujas\n * del reloj.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge46.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge46.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #42 al #47"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #42 al #47"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #42 al #47"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#47 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#48"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VOCAL M\xc1S COM\xdaN"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un funci\xf3n que reciba un texto y retorne la vocal que\n * m\xe1s veces se repita.\n * - Ten cuidado con algunos casos especiales.\n * - Si no hay vocales podr\xe1 devolver vac\xedo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge47.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge47.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#48 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#49"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CALENDARIO DE ADEVIENTO 2022"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xbfConoces el calendario de adviento de la comunidad (https://adviento.dev)?\n * 24 d\xedas, 24 regalos sorpresa relacionados con desarrollo de software,\n * ciencia y tecnolog\xeda desde el 1 de diciembre.\n *\n * Enunciado: Crea una funci\xf3n que reciba un objeto de tipo "Date" y retorne\n * lo siguiente:\n * - Si la fecha coincide con el calendario de aDEViento 2022: Retornar\xe1 el regalo\n * de ese d\xeda (a tu elecci\xf3n) y cu\xe1nto queda para que finalice el sorteo de ese d\xeda.\n * - Si la fecha es anterior: Cu\xe1nto queda para que comience el calendario.\n * - Si la fecha es posterior: Cu\xe1nto tiempo ha pasado desde que ha finalizado.\n *\n * Notas:\n * - Tenemos en cuenta que cada d\xeda del calendario comienza a medianoche 00:00:00\n * y finaliza a las 23:59:59.\n * - Debemos trabajar con fechas que tengan a\xf1o, mes, d\xeda, horas, minutos\n * y segundos.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge48.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge48.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#49 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#50"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL DETECTOR DE HANDLES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de detectar y retornar todos los\n * handles de un texto usando solamente Expresiones Regulares.\n * Debes crear una expresi\xf3n regular para cada caso:\n * - Handle usuario: Los que comienzan por "@"\n * - Handle hashtag: Los que comienzan por "#"\n * - Handle web: Los que comienzan por "www.", "http://", "https://"\n * y finalizan con un dominio (.com, .es...)\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge49.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge49.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#50 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#51"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ENCRIPTACI\xd3N DE KARACA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sea capaz de encriptar y desencriptar texto\n * utilizando el algoritmo de encriptaci\xf3n de Karaca\n * (debes buscar informaci\xf3n sobre \xe9l).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge50.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge50.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#51 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#52"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL RETO RANDOM"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea tu propio enunciado para que forme parte de los retos de 2023.\n * - Ten en cuenta que su dificultad debe ser asumible por la comunidad y seguir\n * un estilosemejante a los que hemos realizado durante el a\xf1o.\n * - Si quieres tambi\xe9n puedes proponer tu propia soluci\xf3n al reto\n * (en el lenguaje que quieras).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge51.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge51.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #48 al #52"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #48 al #52"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #48 al #52"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#0 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#53"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL FAMOSO "FIZZ BUZZ" (v2)'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre por consola (con un print) los\n * n\xfameros de 1 a 100 (ambos incluidos y con un salto de l\xednea entre\n * cada impresi\xf3n), sustituyendo los siguientes:\n * - M\xfaltiplos de 3 por la palabra "fizz".\n * - M\xfaltiplos de 5 por la palabra "buzz".\n * - M\xfaltiplos de 3 y de 5 a la vez por la palabra "fizzbuzz".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#1 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#54"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL "LENGUAJE HACKER"'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que reciba un texto y transforme lenguaje natural a\n * "lenguaje hacker" (conocido realmente como "leet" o "1337"). Este lenguaje\n * se caracteriza por sustituir caracteres alfanum\xe9ricos.\n * - Utiliza esta tabla (https://www.gamehouse.com/blog/leet-speak-cheat-sheet)\n * con el alfabeto y los n\xfameros en "leet".\n * (Usa la primera opci\xf3n de cada transformaci\xf3n. Por ejemplo "4" para la "a")\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#2 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#55"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL PARTIDO DE TENIS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre c\xf3mo transcurre un juego de tenis y qui\xe9n lo ha ganado.\n * El programa recibir\xe1 una secuencia formada por "P1" (Player 1) o "P2" (Player 2), seg\xfan quien\n * gane cada punto del juego.\n *\n * - Las puntuaciones de un juego son "Love" (cero), 15, 30, 40, "Deuce" (empate), ventaja.\n * - Ante la secuencia [P1, P1, P2, P2, P1, P2, P1, P1], el programa mostrar\xeda lo siguiente:\n * 15 - Love\n * 30 - Love\n * 30 - 15\n * 30 - 30\n * 40 - 30\n * Deuce\n * Ventaja P1\n * Ha ganado el P1\n * - Si quieres, puedes controlar errores en la entrada de datos.\n * - Consulta las reglas del juego si tienes dudas sobre el sistema de puntos.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#3 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#56"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL GENERADOR DE CONTRASE\xd1AS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que sea capaz de generar contrase\xf1as de forma aleatoria.\n * Podr\xe1s configurar generar contrase\xf1as con los siguientes par\xe1metros:\n * - Longitud: Entre 8 y 16.\n * - Con o sin letras may\xfasculas.\n * - Con o sin n\xfameros.\n * - Con o sin s\xedmbolos.\n * (Pudiendo combinar todos estos par\xe1metros entre ellos)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#4 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#57"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PRIMO, FIBONACCI Y PAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que, dado un n\xfamero, compruebe y muestre si es primo,\n * fibonacci y par.\n * Ejemplos:\n * - Con el n\xfamero 2, nos dir\xe1: "2 es primo, fibonacci y es par"\n * - Con el n\xfamero 7, nos dir\xe1: "7 es primo, no es fibonacci y es impar"\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#5 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#58"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xa1HOLA MUNDO!"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un !Hola Mundo! en todos los lenguajes de programaci\xf3n que puedas.\n * Seguro que hay alg\xfan lenguaje que te llama la atenci\xf3n y nunca has utilizado,\n * o quiz\xe1s quieres dar tus primeros pasos... \xa1Pues este es el momento!\n *\n * A ver qui\xe9n se atreve con uno de esos lenguajes que no solemos ver por ah\xed...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#6 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#59"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA, LAGARTO, SPOCK"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que calcule quien gana m\xe1s partidas al piedra,\n * papel, tijera, lagarto, spock.\n * - El resultado puede ser: "Player 1", "Player 2", "Tie" (empate)\n * - La funci\xf3n recibe un listado que contiene pares, representando cada jugada.\n * - El par puede contener combinaciones de "\uD83D\uDDFF" (piedra), "\uD83D\uDCC4" (papel),\n * "✂️" (tijera), "\uD83E\uDD8E" (lagarto) o "\uD83D\uDD96" (spock).\n * - Ejemplo. Entrada: [("\uD83D\uDDFF","✂️"), ("✂️","\uD83D\uDDFF"), ("\uD83D\uDCC4","✂️")]. Resultado: "Player 2".\n * - Debes buscar informaci\xf3n sobre c\xf3mo se juega con estas 5 posibilidades.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#7 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#60"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SOMBRERO SELECCIONADOR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que simule el comportamiento del sombrero selccionador del\n * universo m\xe1gico de Harry Potter.\n * - De ser posible realizar\xe1 5 preguntas (como m\xednimo) a trav\xe9s de la terminal.\n * - Cada pregunta tendr\xe1 4 respuestas posibles (tambi\xe9n a selecciona una a trav\xe9s de terminal).\n * - En funci\xf3n de las respuestas a las 5 preguntas deber\xe1s dise\xf1ar un algoritmo que\n * coloque al alumno en una de las 4 casas de Hogwarts:\n * (Gryffindor, Slytherin , Hufflepuff y Ravenclaw)\n * - Ten en cuenta los rasgos de cada casa para hacer las preguntas\n * y crear el algoritmo seleccionador:\n * Por ejemplo, en Slytherin se premia la ambici\xf3n y la astucia.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#8 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#61"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL GENERADOR PSEUDOALEATORIO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un generador de n\xfameros pseudoaleatorios entre 0 y 100.\n * - No puedes usar ninguna funci\xf3n "random" (o semejante) del\n * lenguaje de programaci\xf3n seleccionado.\n *\n * Es m\xe1s complicado de lo que parece...\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#9 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#62"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"HETEROGRAMA, ISOGRAMA Y PANGRAMA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea 3 funciones, cada una encargada de detectar si una cadena de\n * texto es un heterograma, un isograma o un pangrama.\n * - Debes buscar la definici\xf3n de cada uno de estos t\xe9rminos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#10 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#63"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA API (APPLICATION PROGRAMMING INTERFACE)"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Llamar a una API es una de las tareas m\xe1s comunes en programaci\xf3n.\n *\n * Implementa una llamada HTTP a una API (la que t\xfa quieras) y muestra su\n * resultado a trav\xe9s de la terminal. Por ejemplo: Pok\xe9mon, Marvel...\n *\n * Aqu\xed tienes un listado de posibles APIs:\n * https://github.com/public-apis/public-apis\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#11 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#64"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PAR\xc1METROS URL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Dada una URL con par\xe1metros, crea una funci\xf3n que obtenga sus valores.\n * No se pueden usar operaciones del lenguaje que realicen esta tarea directamente.\n *\n * Ejemplo: En la url https://retosdeprogramacion.com?year=2023&challenge=0\n * los par\xe1metros ser\xedan ["2023", "0"]\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#12 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#65"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VIERNES 13"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sea capaz de detectar si existe un viernes 13\n * en el mes y el a\xf1o indicados.\n * - La funci\xf3n recibir\xe1 el mes y el a\xf1o y retornar\xe1 verdadero o falso.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#13 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#66"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ADIVINA LA PALABRA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un peque\xf1o juego que consista en adivinar palabras en un n\xfamero m\xe1ximo de intentos:\n * - El juego comienza proponiendo una palabra aleatoria incompleta\n * - Por ejemplo "m_ur_d_v", y el n\xfamero de intentos que le quedan\n * - El usuario puede introducir \xfanicamente una letra o una palabra (de la misma longitud que\n * la palabra a adivinar)\n * - Si escribe una letra y acierta, se muestra esa letra en la palabra. Si falla, se resta\n * uno al n\xfamero de intentos\n * - Si escribe una resoluci\xf3n y acierta, finaliza el juego, en caso contrario, se resta uno\n * al n\xfamero de intentos\n * - Si el contador de intentos llega a 0, el jugador pierde\n * - La palabra debe ocultar de forma aleatoria letras, y nunca puede comenzar\n * ocultando m\xe1s del 60%\n * - Puedes utilizar las palabras que quieras y el n\xfamero de intentos que consideres\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#14 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#67"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"OCTAL Y HEXADECIMAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un n\xfamero decimal y lo trasforme a Octal\n * y Hexadecimal.\n * - No est\xe1 permitido usar funciones propias del lenguaje de programaci\xf3n que\n * realicen esas operaciones directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#15 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#68"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"AUREBESH"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de transformar Espa\xf1ol al lenguaje b\xe1sico\n * del universo Star Wars: el "Aurebesh".\n * - Puedes dejar sin transformar los caracteres que no existan en "Aurebesh".\n * - Tambi\xe9n tiene que ser capaz de traducir en sentido contrario.\n *\n * \xbfLo has conseguido? N\xf3mbrame en twitter.com/mouredev y escr\xedbeme algo en Aurebesh.\n *\n * \xa1Que la fuerza os acompa\xf1e!\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#16 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#69"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ESCALERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que dibuje una escalera seg\xfan su n\xfamero de escalones.\n * - Si el n\xfamero es positivo, ser\xe1 ascendente de izquiera a derecha.\n * - Si el n\xfamero es negativo, ser\xe1 descendente de izquiera a derecha.\n * - Si el n\xfamero es cero, se dibujar\xe1n dos guiones bajos (__).\n *\n * Ejemplo: 4\n * _\n * _|\n * _|\n * _|\n * _|\n *\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#17 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#70"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"GIT Y GITHUB"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1Estoy de celebraci\xf3n! He publicado mi primer libro:\n * "Git y GitHub desde cero"\n * - Papel: mouredev.com/libro-git\n * - eBook: mouredev.com/ebook-git\n *\n * \xbfSab\xedas que puedes leer informaci\xf3n de Git y GitHub desde la gran\n * mayor\xeda de lenguajes de programaci\xf3n?\n *\n * Crea un programa que lea los \xfaltimos 10 commits de este repositorio y muestre:\n * - Hash\n * - Autor\n * - Mensaje\n * - Fecha y hora\n *\n * Ejemplo de salida:\n * Commit 1 (el m\xe1s reciente) | 12345A | MoureDev | Este es un commit | 24/04/2023 21:00\n *\n * Se permite utilizar librer\xedas que nos faciliten esta tarea.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#18 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#71"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"WEB SCRAPING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * El d\xeda 128 del a\xf1o celebramos en la comunidad el "Hola Mundo day"\n * Vamos a hacer "web scraping" sobre su sitio web: https://holamundo.day\n *\n * Crea un programa que se conecte a la web del evento e imprima \xfanicamente la agenda de eventos\n * del d\xeda 8. Mostrando hora e informaci\xf3n de cada uno.\n * Ejemplo: "16:00 | Bienvenida"\n *\n * Se permite utilizar librer\xedas que nos faciliten esta tarea.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#19 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#72"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"AN\xc1LISIS DE TEXTO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que analice texto y obtenga:\n * - N\xfamero total de palabras.\n * - Longitud media de las palabras.\n * - N\xfamero de oraciones del texto (cada vez que aparecen un punto).\n * - Encuentre la palabra m\xe1s larga.\n *\n * Todo esto utilizando un \xfanico bucle.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#20 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#73"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA TRIFUERZA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1El nuevo "The Legend of Zelda: Tears of the Kingdom" ya est\xe1 disponible! \n *\n * Crea un programa que dibuje una Trifuerza de "Zelda"\n * formada por asteriscos.\n * - Debes indicarle el n\xfamero de filas de los tri\xe1ngulos con un entero positivo (n).\n * - Cada tri\xe1ngulo calcular\xe1 su fila mayor utilizando la f\xf3rmula 2n-1.\n *\n * Ejemplo: Trifuerza 2\n *\n * *\n * ***\n * * *\n * *** ***\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#21 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#74"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"N\xdaMEROS PRIMOS GEMELOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que encuentre y muestre todos los pares de n\xfameros primos\n * gemelos en un rango concreto.\n * El programa recibir\xe1 el rango m\xe1ximo como n\xfamero entero positivo.\n *\n * - Un par de n\xfameros primos se considera gemelo si la diferencia entre\n * ellos es exactamente 2. Por ejemplo (3, 5), (11, 13)\n *\n * - Ejemplo: Rango 14\n * (3, 5), (5, 7), (11, 13)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#22 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#75"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ESPIRAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que dibuje una espiral como la del ejemplo.\n * - \xdanicamente se indica de forma din\xe1mica el tama\xf1o del lado.\n * - S\xedmbolos permitidos: ═ ║ ╗ ╔ ╝ ╚\n *\n * Ejemplo espiral de lado 5 (5 filas y 5 columnas):\n * ════╗\n * ╔══╗║\n * ║╔╗║║\n * ║╚═╝║\n * ╚═══╝\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#23 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#76"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA BASE DE DATOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Realiza una conexi\xf3n desde el lenguaje que hayas seleccionado a la siguiente\n * base de datos MySQL:\n * - Host: mysql-5707.dinaserver.com\n * - Port: 3306\n * - User: mouredev_read\n * - Password: mouredev_pass\n * - Database: moure_test\n *\n * Una vez realices la conexi\xf3n, lanza la siguiente consulta e imprime el resultado:\n * - SELECT * FROM `challenges`\n *\n * Se pueden usar librer\xedas para realizar la l\xf3gica de conexi\xf3n a la base de datos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#24 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#77"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CIFRADO C\xc9SAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que realize el cifrado C\xe9sar de un texto y lo imprima.\n * Tambi\xe9n debe ser capaz de descifrarlo cuando as\xed se lo indiquemos.\n *\n * Te recomiendo que busques informaci\xf3n para conocer en profundidad c\xf3mo\n * realizar el cifrado. Esto tambi\xe9n forma parte del reto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#25 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#78"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL C\xd3DIGO KONAMI"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que detecte cuando el famoso "C\xf3digo Konami" se ha\n * introducido correctamente desde el teclado.\n * Si sucede esto, debe notificarse mostrando un mensaje en la terminal.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#26 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#79"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TESTING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea tres test sobre el reto 12: "Viernes 13".\n * - Puedes copiar una soluci\xf3n ya creada por otro usuario en\n * el lenguaje que est\xe9s utilizando.\n * - Debes emplear un mecanismo de ejecuci\xf3n de test que posea\n * el lenguaje de programaci\xf3n que hayas seleccionado.\n * - Los tres test deben de funcionar y comprobar\n * diferentes situaciones (a tu elecci\xf3n).\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#27 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#80"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CUENTA ATR\xc1S"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos par\xe1metros para crear una cuenta atr\xe1s.\n * - El primero, representa el n\xfamero en el que comienza la cuenta.\n * - El segundo, los segundos que tienen que transcurrir entre cada cuenta.\n * - S\xf3lo se aceptan n\xfameros enteros positivos.\n * - El programa finaliza al llegar a cero.\n * - Debes imprimir cada n\xfamero de la cuenta atr\xe1s.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#28 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#81"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESI\xd3N MATEM\xc1TICA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que reciba una expresi\xf3n matem\xe1tica (String)\n * y compruebe si es correcta. Retornar\xe1 true o false.\n * - Para que una expresi\xf3n matem\xe1tica sea correcta debe poseer\n * un n\xfamero, una operaci\xf3n y otro n\xfamero separados por espacios.\n * Tantos n\xfameros y operaciones como queramos.\n * - N\xfameros positivos, negativos, enteros o decimales.\n * - Operaciones soportadas: + - * / %\n *\n * Ejemplos:\n * "5 + 6 / 7 - 4" -> true\n * "5 a 6" -> false\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#29 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#82"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CAR\xc1CTER INFILTRADO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que reciba dos cadenas de texto casi iguales,\n * a excepci\xf3n de uno o varios caracteres.\n * La funci\xf3n debe encontrarlos y retornarlos en formato lista/array.\n * - Ambas cadenas de texto deben ser iguales en longitud.\n * - Las cadenas de texto son iguales elemento a elemento.\n * - No se pueden utilizar operaciones propias del lenguaje\n * que lo resuelvan directamente.\n *\n * Ejemplos:\n * - Me llamo mouredev / Me llemo mouredov -> ["e", "o"]\n * - Me llamo.Brais Moure / Me llamo brais moure -> [" ", "b", "m"]\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#30 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#83"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL TECLADO T9"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Los primeros dispositivos m\xf3viles ten\xedan un teclado llamado T9\n * con el que se pod\xeda escribir texto utilizando \xfanicamente su\n * teclado num\xe9rico (del 0 al 9).\n *\n * Crea una funci\xf3n que transforme las pulsaciones del T9 a su\n * representaci\xf3n con letras.\n * - Debes buscar cu\xe1l era su correspondencia original\n * - Cada bloque de pulsaciones va separado por un gui\xf3n.\n * - Si un bloque tiene m\xe1s de un n\xfamero, debe ser siempre el mismo.\n * - Ejemplo:\n * Entrada: 6-666-88-777-33-3-33-888\n * Salida: MOUREDEV\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#31 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#84"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL \xc1BACO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de leer el n\xfamero representado por el \xe1baco.\n * - El \xe1baco se representa por un array con 7 elementos.\n * - Cada elemento tendr\xe1 9 "O" (aunque habitualmente tiene 10 para realizar\n * operaciones) para las cuentas y una secuencia de "---" para el alambre.\n * - El primer elemento del array representa los millones, y el \xfaltimo las unidades.\n * - El n\xfamero en cada elemento se representa por las cuentas que est\xe1n a\n * la izquierda del alambre.\n *\n * Ejemplo de array y resultado:\n * ["O---OOOOOOOO",\n * "OOO---OOOOOO",\n * "---OOOOOOOOO",\n * "OO---OOOOOOO",\n * "OOOOOOO---OO",\n * "OOOOOOOOO---",\n * "---OOOOOOOOO"]\n *\n * Resultado: 1.302.790\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#32 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#85"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA COLUMNA DE EXCEL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule el n\xfamero de la columna de una hoja de Excel\n * teniendo en cuenta su nombre.\n * - Las columnas se designan por letras de la "A" a la "Z" de forma infinita.\n * - Ejemplos: A = 1, Z = 26, AA = 27, CA = 79.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#33 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#86"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TETRIS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa capaz de gestionar una pieza de Tetris.\n * - La pantalla de juego tiene 10 filas y 10 columnas representadas por s\xedmbolos \uD83D\uDD32\n * - La pieza de tetris a manejar ser\xe1 la siguiente (si quieres, puedes elegir otra):\n * \uD83D\uDD33\n * \uD83D\uDD33\uD83D\uDD33\uD83D\uDD33\n * - La pieza aparecer\xe1 por primera vez en la parte superior izquierda de la pantalla de juego.\n * \uD83D\uDD33\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD33\uD83D\uDD33\uD83D\uDD33\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * - Debes desarrollar una funci\xf3n capaz de desplazar y rotar la pieza en el tablero,\n * recibiendo una acci\xf3n cada vez que se llame, mostrando c\xf3mo se visualiza en\n * la pantalla de juego.\n * - Las acciones que se pueden aplicar a la pieza son: derecha, izquierda, abajo, rotar.\n * - Debes tener en cuenta los l\xedmites de la pantalla de juego.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#34 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#87"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TXT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa capaz de interactuar con un fichero TXT.\n * IMPORTANTE: El fichero TXT NO debe subirse como parte de la correcci\xf3n.\n * \xdanicamente el c\xf3digo.\n *\n * - Si no existe, debe crear un fichero llamado "text.txt".\n * - Desde el programa debes ser capaz de introducir texto por consola y guardarlo\n * en una nueva l\xednea cada vez que se pulse el bot\xf3n "Enter".\n * - Si el fichero existe, el programa tiene que dar la opci\xf3n de seguir escribiendo\n * a continuaci\xf3n o borrar su contenido y comenzar desde el principio.\n * - Si se selecciona continuar escribiendo, se tiene que mostrar por consola\n * el texto que ya posee el fichero. \n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#35 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#88"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PRIMEROS PASOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Como cada a\xf1o, el d\xeda 256 se celebra el "D\xeda de la Programaci\xf3n".\n * En nuestra comunidad siempre hacemos una gran fiesta donde repartirmos\n * 256 regalos para seguir aprendiendo programaci\xf3n:\n * https://diadelaprogramacion.com\n *\n * Para seguir ayudando, te propongo este reto:\n * Mostrar la sintaxis de los principales elementos de un lenguaje\n * en TODOS los lenguajes de programaci\xf3n que podamos. \xbfLlegaremos a 50?\n *\n * En un fichero, haz lo siguiente (si el lenguaje lo soporta),\n * y comenta cada bloque para identificar con qu\xe9 se corresponde:\n * - Haz un "Hola, mundo!"\n * - Crea variables de tipo String, num\xe9ricas (enteras y decimales)\n * y Booleanas (o cualquier tipo de dato primitivo).\n * - Crea una constante.\n * - Usa un if, else if y else.\n * - Crea estructuras como un array, lista, tupla, set y diccionario.\n * - Usa un for, foreach y un while.\n * - Crea diferentes funciones (con/sin par\xe1metros y con/sin retorno).\n * - Crea una clase.\n * - Muestra el control de excepciones.\n *\n * As\xed, cualquier persona podr\xe1 consultar r\xe1pidamente diferentes ejemplos\n * de sintaxis b\xe1sica de muchos lenguajes.\n *\n * \xa1Muchas gracias!\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#36 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#89"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PERMUTACIONES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que sea capaz de generar e imprimir todas las\n * permutaciones disponibles formadas por las letras de una palabra.\n * - Las palabras generadas no tienen por qu\xe9 existir.\n * - Deben usarse todas las letras en cada permutaci\xf3n.\n * - Ejemplo: sol, slo, ols, osl, los, lso\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#37 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#90"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"COLORES HEX Y RGB"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea las funciones capaces de transformar colores HEX\n * a RGB y viceversa.\n * Ejemplos:\n * RGB a HEX: r: 0, g: 0, b: 0 -> #000000\n * HEX a RGB: hex: #000000 -> (r: 0, g: 0, b: 0)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#38 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#91"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LAS SUMAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que encuentre todas las combinaciones de los n\xfameros\n * de una lista que suman el valor objetivo.\n * - La funci\xf3n recibir\xe1 una lista de n\xfameros enteros positivos\n * y un valor objetivo.\n * - Para obtener las combinaciones s\xf3lo se puede usar\n * una vez cada elemento de la lista (pero pueden existir\n * elementos repetidos en ella).\n * - Ejemplo: Lista = [1, 5, 3, 2], Objetivo = 6\n * Soluciones: [1, 5] y [1, 3, 2] (ambas combinaciones suman 6)\n * (Si no existen combinaciones, retornar una lista vac\xeda)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#39 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#92"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRIPLES PITAG\xd3RICOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que encuentre todos los triples pitag\xf3ricos\n * (ternas) menores o iguales a un n\xfamero dado.\n * - Debes buscar informaci\xf3n sobre qu\xe9 es un triple pitag\xf3rico.\n * - La funci\xf3n \xfanicamente recibe el n\xfamero m\xe1ximo que puede\n * aparecer en el triple.\n * - Ejemplo: Los triples menores o iguales a 10 est\xe1n\n * formados por (3, 4, 5) y (6, 8, 10).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#40 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#93"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TABLA DE MULTIPLICAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que sea capaz de solicitarte un n\xfamero y se\n * encargue de imprimir su tabla de multiplicar entre el 1 y el 10.\n * - Debe visualizarse qu\xe9 operaci\xf3n se realiza y su resultado.\n * Ej: 1 x 1 = 1\n * 1 x 2 = 2\n * 1 x 3 = 3\n * ...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#41 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#94"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CASA ENCANTADA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Este es un reto especial por Halloween.\n * Te encuentras explorando una mansi\xf3n abandonada llena de habitaciones.\n * En cada habitaci\xf3n tendr\xe1s que resolver un acertijo para poder avanzar a la siguiente.\n * Tu misi\xf3n es encontrar la habitaci\xf3n de los dulces.\n *\n * Se trata de implementar un juego interactivo de preguntas y respuestas por terminal.\n * (Tienes total libertad para ser creativo con los textos)\n *\n * - \uD83C\uDFF0 Casa: La mansi\xf3n se corresponde con una estructura cuadrada 4 x 4\n * que deber\xe1s modelar. Las habitaciones de puerta y dulces no tienen enigma.\n * (16 habitaciones, siendo una de entrada y otra donde est\xe1n los dulces)\n * Esta podr\xeda ser una representaci\xf3n:\n * \uD83D\uDEAA⬜️⬜️⬜️\n * ⬜️\uD83D\uDC7B⬜️⬜️\n * ⬜️⬜️⬜️\uD83D\uDC7B\n * ⬜️⬜️\uD83C\uDF6D⬜️\n * - ❓ Enigmas: Cada habitaci\xf3n propone un enigma aleatorio que deber\xe1s responder con texto.\n * Si no lo aciertas no podr\xe1s desplazarte.\n * - \uD83E\uDDED Movimiento: Si resuelves el enigma se te preguntar\xe1 a donde quieres desplazarte.\n * (Ejemplo: norte/sur/este/oeste. S\xf3lo deben proporcionarse las opciones posibles)\n * - \uD83C\uDF6D Salida: Sales de la casa si encuentras la habitaci\xf3n de los dulces.\n * - \uD83D\uDC7B (Bonus) Fantasmas: Existe un 10% de que en una habitaci\xf3n aparezca un fantasma y\n * tengas que responder dos preguntas para salir de ella.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#42 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#95"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PUNTO DE ENCUENTRO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que calcule el punto de encuentro de dos objetos en movimiento\n * en dos dimensiones.\n * - Cada objeto est\xe1 compuesto por una coordenada xy y una velocidad de desplazamiento\n * (vector de desplazamiento) por unidad de tiempo (tambi\xe9n en formato xy).\n * - La funci\xf3n recibir\xe1 las coordenadas de inicio de ambos objetos y sus velocidades.\n * - La funci\xf3n calcular\xe1 y mostrar\xe1 el punto en el que se encuentran y el tiempo que\n * tardarn en lograrlo.\n * - La funci\xf3n debe tener en cuenta que los objetos pueden no llegar a encontrarse.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"hhttps://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"hhttps://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#43 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#96"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"SIMULADOR DE CLIMA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que simule las condiciones clim\xe1ticas (temperatura y probabilidad de lluvia)\n * de un lugar ficticio al pasar un n\xfamero concreto de d\xedas seg\xfan estas reglas:\n * - La temperatura inicial y el % de probabilidad de lluvia lo define el usuario.\n * - Cada d\xeda que pasa:\n * - 10% de posibilidades de que la temperatura aumente o disminuya 2 grados.\n * - Si la temperatura supera los 25 grados, la probabilidad de lluvia al d\xeda\n * siguiente aumenta en un 20%.\n * - Si la temperatura baja de 5 grados, la probabilidad de lluvia al d\xeda\n * siguiente disminuya en un 20%.\n * - Si llueve (100%), la temperatura del d\xeda siguiente disminuye en 1 grado.\n * - La funci\xf3n recibe el n\xfamero de d\xedas de la predicci\xf3n y muestra la temperatura\n * y si llueve durante todos esos d\xedas.\n * - Tambi\xe9n mostrar\xe1 la temperatura m\xe1xima y m\xednima de ese periodo y cu\xe1ntos d\xedas va a llover.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#44 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#97"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ADIVINANZAS MATEM\xc1TICAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un juego interactivo por terminal en el que tendr\xe1s que adivinar\n * el resultado de diferentes operaciones matem\xe1ticas aleatorias\n * (suma, resta, multiplicaci\xf3n o divisi\xf3n de dos n\xfameros enteros).\n * - Tendr\xe1s 3 segundos para responder correctamente.\n * - El juego finaliza si no se logra responder en ese tiempo.\n * - Al finalizar el juego debes mostrar cu\xe1ntos c\xe1lculos has acertado.\n * - Cada 5 aciertos debes aumentar en uno el posible n\xfamero de cifras\n * de la operaci\xf3n (cada vez en un operando):\n * - Preguntas 1 a 5: X (entre 0 y 9) operaci\xf3n Y (entre 0 y 9)\n * - Preguntas 6 a 10: XX (entre 0 y 99) operaci\xf3n Y (entre 0 y 9)\n * - Preguntas 11 a 15: XX operaci\xf3n YY\n * - Preguntas 16 a 20: XXX (entre 0 y 999) operaci\xf3n YY\n * ..\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#45 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#98"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CALENDARIO DE ADEVIENTO 2023"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * \xbfConoces el calendario de aDEViento de la comunidad (https://adviento.dev)?\n * 24 d\xedas, 24 regalos sorpresa relacionados con desarrollo de software.\n * Desde el 1 al 24 de diciembre.\n *\n * Crea un programa que simule el mecanismo de participaci\xf3n:\n * - Mediante la terminal, el programa te preguntar\xe1 si quieres a\xf1adir y borrar\n * participantes, mostrarlos, lanzar el sorteo o salir.\n * - Si seleccionas a\xf1adir un participante, podr\xe1s escribir su nombre y pulsar enter.\n * - Si seleccionas a\xf1adir un participante, y este ya existe, avisar\xe1s de ello.\n * (Y no lo duplicar\xe1s)\n * - Si seleccionas mostrar los participantes, se listar\xe1n todos.\n * - Si seleccionas eliminar un participante, podr\xe1s escribir su nombre y pulsar enter.\n * (Avisando de si lo has eliminado o el nombre no existe)\n * - Si seleccionas realizar el sorteo, elegir\xe1s una persona al azar\n * y se eliminar\xe1 del listado.\n * - Si seleccionas salir, el programa finalizar\xe1.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#46 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#99"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CARRERA DE COCHES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que simule la competici\xf3n de dos coches en una pista.\n * - Los dos coches estar\xe1n representados por \uD83D\uDE99 y \uD83D\uDE97. Y la meta por \uD83C\uDFC1.\n * - Cada pista tendr\xe1 entre 1 y 3 \xe1rboles \uD83C\uDF32 colocados de forma aleatoria.\n * - Las dos pistas tendr\xe1n una longitud configurable de guiones bajos "_".\n * - Los coches comenzar\xe1n en la parte derecha de las pistas. Ejemplo:\n * \uD83C\uDFC1____\uD83C\uDF32_____\uD83D\uDE99\n * \uD83C\uDFC1_\uD83C\uDF32____\uD83C\uDF32___\uD83D\uDE97\n *\n * El juego se desarrolla por turnos de forma autom\xe1tica, y cada segundo\n * se realiza una acci\xf3n sobre los coches (movi\xe9ndose a la vez), hasta que\n * uno de ellos (o los dos a la vez) llega a la meta.\n * - Acciones:\n * - Avanzar entre 1 a 3 posiciones hacia la meta.\n * - Si al avanzar, el coche finaliza en la posici\xf3n de un \xe1rbol,\n * se muestra \uD83D\uDCA5 y no avanza durante un turno.\n * - Cada turno se imprimen las pistas y sus elementos.\n * - Cuando la carrera finalice, se muestra el coche ganador o el empate.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#47 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#100"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA PALABRA DE 100 PUNTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * La \xfaltima semana de 2021 comenzamos la actividad de retos de programaci\xf3n,\n * con la intenci\xf3n de resolver un ejercicio cada semana para mejorar\n * nuestra l\xf3gica... \xa1Hemos llegado al EJERCICIO 100! Gracias \uD83D\uDE4C\n *\n * Crea un programa que calcule los puntos de una palabra.\n * - Cada letra tiene un valor asignado. Por ejemplo, en el abecedario\n * espa\xf1ol de 27 letras, la A vale 1 y la Z 27.\n * - El programa muestra el valor de los puntos de cada palabra introducida.\n * - El programa finaliza si logras introducir una palabra de 100 puntos.\n * - Puedes usar la terminal para interactuar con el usuario y solicitarle\n * cada palabra.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#48 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#101"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL RANKING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Todo llega a su fin... Este es el \xfaltimo reto de programaci\xf3n\n * semanal de 2023.\n *\n * Crea un programa que muestre un listado calculado en tiempo real\n * con todos los usuarios que han resuelto alg\xfan reto de programaci\xf3n\n * de este a\xf1o.\n * - El listado debe estar ordenado por el n\xfamero de ejercicios resueltos\n * por cada usuario (y mostrar ese contador al lado de su nombre).\n * - Tambi\xe9n se debe de mostrar el n\xfamero de usuarios que han participado\n * y el n\xfamero de correcciones enviadas.\n *\n * Much\xedsimas gracias por ayudar a crear este gran recurso\n * para la comunidad... \xa1Prep\xe1rate para 2024!\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]})]})})})}),(0,o.tZ)(d.g,{id:"faq",ref:r,sx:{background:"#010408",paddingY:"4em",width:"100%"},children:(0,o.BX)(d.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Preguntas frecuentes"}),(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.BX)(v.r,{sx:{gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(3, 1fr)",children:[(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo puedo participar en los retos?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"A parte de poder consultar la correcci\xf3n de los retos, tambi\xe9n puedes enviar tus propias soluciones al repositorio. Consulta las instrucciones de participaci\xf3n en cada uno de los repositorios de GitHub correspondientes."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo utilizar cualquier lenguaje de programaci\xf3n?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Lo bueno de los retos de l\xf3gica es que su principal valor es ense\xf1arnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programaci\xf3n."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfSe van a a\xf1adir m\xe1s ejercicios al listado?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:'Por el momento, este listado se corresponde con los ejercicios l\xf3gicos resueltos en 2022 y 2023. Para consultar los retos l\xf3gicos de 2024 debes de visitar la secci\xf3n llamada "roadmap de retos", ya que son ligeramente diferentes.'})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfQu\xe9 diferencia hay entre los retos de 2022 y 2023?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"La principal diferencia es la manera de aportar tu propia correcci\xf3n (consulta las instrucciones del repositorio). Tambi\xe9n ha variado el lenguaje con el que se aporta la correcci\xf3n principal, pero no es algo relevante en l\xf3gica."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfExiste alg\xfan orden para resolver los ejercicios?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada reto es independiente del resto y posee una etiqueta con su dificultad estimada (F\xe1cil, Medio o Dif\xedcil). De esta manera podr\xe1s identificar los retos que mejor se adapten a tus habilidades y subir de nivel gradualmente."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si mi correcci\xf3n no se parece a la soluci\xf3n?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la soluci\xf3n s\xf3lo es una posible opci\xf3n. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando."})]})]})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.BX)(v.r,{sx:{gap:"3em"},children:[(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo puedo participar en los retos?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"A parte de poder consultar la correcci\xf3n de los retos, tambi\xe9n puedes enviar tus propias soluciones al repositorio. Consulta las instrucciones de participaci\xf3n en cada uno de los repositorios de GitHub correspondientes."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo utilizar cualquier lenguaje de programaci\xf3n?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Lo bueno de los retos de l\xf3gica es que su principal valor es ense\xf1arnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programaci\xf3n."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfSe van a a\xf1adir m\xe1s ejercicios al listado?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:'Por el momento, este listado se corresponde con los ejercicios l\xf3gicos resueltos en 2022 y 2023. Para consultar los retos l\xf3gicos de 2024 debes de visitar la secci\xf3n llamada "roadmap de retos", ya que son ligeramente diferentes.'})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfQu\xe9 diferencia hay entre los retos de 2022 y 2023?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"La principal diferencia es la manera de aportar tu propia correcci\xf3n (consulta las instrucciones del repositorio). Tambi\xe9n ha variado el lenguaje con el que se aporta la correcci\xf3n principal, pero no es algo relevante en l\xf3gica."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfExiste alg\xfan orden para resolver los ejercicios?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada reto es independiente del resto y posee una etiqueta con su dificultad estimada (F\xe1cil, Medio o Dif\xedcil). De esta manera podr\xe1s identificar los retos que mejor se adapten a tus habilidades y subir de nivel gradualmente."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si mi correcci\xf3n no se parece a la soluci\xf3n?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la soluci\xf3n s\xf3lo es una posible opci\xf3n. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando."})]})]})})]})}),(0,o.BX)(d.g,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,o.BX)(d.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Sigue practicando"}),(0,o.BX)(v.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,o.tZ)(E.P,{colSpan:1,rowSpan:1,children:(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})}),(0,o.tZ)(E.P,{colSpan:1,rowSpan:1,children:(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})})]})]}),(0,o.BX)(A.M,{columns:[1,1,1,2],spacing:"2em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{children:(0,o.tZ)(l.r,{as:y(),href:"/roadmap",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,o.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Nuevo 2024"})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.BX)(c.U,{sx:{width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap de retos"}),(0,o.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,o.tZ)(t.Fragment,{})})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{children:(0,o.tZ)(l.r,{as:y(),href:"/ejercicios",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,o.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.BX)(c.U,{sx:{width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"rgb(182, 209, 98)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Ejercicios l\xf3gicos"}),(0,o.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,o.tZ)(t.Fragment,{})})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{children:(0,o.tZ)(l.r,{as:y(),href:"/proyectos",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,o.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.BX)(c.U,{sx:{width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"rgb(241, 225, 112)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Proyectos completos"}),(0,o.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,o.tZ)(t.Fragment,{})})]})})})}):(0,o.tZ)(t.Fragment,{})})]})]}),(0,o.BX)(d.g,{spacing:"3em",sx:{width:"100%"},children:[(0,o.tZ)(l.r,{as:y(),href:"https://x.com/intent/tweet?text=101%20ejercicios%20para%20practicar%20tu%20l\xf3gica%20de%20programaci\xf3n%20con%20cualquier%20lenguaje.%20Gratis,%20a%20tu%20ritmo%20y%20en%20comunidad.%0A%0ADescubre&url=retosdeprogramacion.com/ejercicios&via=mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Compartir en"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Compartir en"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Compartir en"',src:"/icons/light/x.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(i.xu,{className:"marquee",children:(0,o.BX)(i.xu,{children:[(0,o.BX)(h.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,o.tZ)(h.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,o.tZ)(h.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,o.tZ)(h.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,o.tZ)(h.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,o.tZ)(h.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,o.tZ)(h.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,o.tZ)(h.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,o.tZ)(h.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,o.tZ)(h.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,o.tZ)(h.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,o.tZ)(h.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,o.tZ)(h.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,o.tZ)(h.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,o.tZ)(h.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,o.tZ)(h.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,o.tZ)(h.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,o.tZ)(h.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,o.tZ)(h.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,o.tZ)(h.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,o.tZ)(h.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,o.tZ)(h.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,o.tZ)(h.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,o.tZ)(h.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,o.tZ)(h.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,o.tZ)(h.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,o.tZ)(h.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,o.tZ)(h.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,o.tZ)(h.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,o.tZ)(h.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,o.tZ)(h.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,o.tZ)(h.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]}),(0,o.BX)(h.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,o.tZ)(h.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,o.tZ)(h.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,o.tZ)(h.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,o.tZ)(h.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,o.tZ)(h.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,o.tZ)(h.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,o.tZ)(h.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,o.tZ)(h.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,o.tZ)(h.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,o.tZ)(h.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,o.tZ)(h.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,o.tZ)(h.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,o.tZ)(h.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,o.tZ)(h.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,o.tZ)(h.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,o.tZ)(h.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,o.tZ)(h.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,o.tZ)(h.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,o.tZ)(h.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,o.tZ)(h.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,o.tZ)(h.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,o.tZ)(h.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,o.tZ)(h.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,o.tZ)(h.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,o.tZ)(h.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,o.tZ)(h.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,o.tZ)(h.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,o.tZ)(h.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,o.tZ)(h.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,o.tZ)(h.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,o.tZ)(h.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]})]})})]}),(0,o.BX)(k.K,{direction:["column","column","row","row"],sx:{borderTop:"1px solid #010408",padding:"2em",width:"100%"},children:[(0,o.BX)(c.U,{spacing:"1em",children:[(0,o.tZ)(u.E,{alt:'Logotipo de MoureDev. Una "eme" entre llaves.',src:"/logo.png",sx:{height:"2em",width:"2em"}}),(0,o.tZ)(l.r,{as:y(),href:"https://moure.dev",isExternal:!0,sx:{fontFamily:"Monaspace Neon",textDecoration:"none",_hover:{}},children:(0,o.BX)(i.xu,{children:["Creado con \uD83E\uDD0D (y gracias a ti) por ",(0,o.tZ)(h.x,{as:"span",sx:{color:"rgb(130, 210, 207)"},children:"MoureDev by Brais Moure"}),"."]})})]}),(0,o.tZ)(s.L,{}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-web",isExternal:!0,sx:{textAlign:"end",textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{sx:{fontFamily:"Monaspace Krypton",color:"#8A939E"},children:"\xa9 2022-2023. v3.0."})})]})]})})]}),(0,o.BX)(q(),{children:[(0,o.tZ)("title",{children:"Ejercicios de Programaci\xf3n | by MoureDev"}),(0,o.tZ)("meta",{content:"101 ejercicios para practicar tu l\xf3gica de programaci\xf3n con cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"description"}),(0,o.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_exercises.jpg",property:"og:image"}),(0,o.tZ)("meta",{content:"Ejercicios de Programaci\xf3n | by MoureDev",name:"og:title"}),(0,o.tZ)("meta",{content:"101 ejercicios para practicar tu l\xf3gica de programaci\xf3n con cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"og:description"}),(0,o.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_exercises.jpg",name:"og:image"})]})]})}B.Z.registerLanguage("python",X.Z)},58595:function(e,r,n){"use strict";n.d(r,{g:function(){return Fragment_fd0e7cb8f9fb4669a6805377d925fba0}});var o=n(35944),t=n(67294),a=n(60687),i=n(6608),d=n(92752),c=n(31963),l=n(74616),h=n(44504),s=n(73793),m=n(88911);function Fragment_fd0e7cb8f9fb4669a6805377d925fba0(){let[e,r]=(0,t.useContext)(a.DR);return(0,o.tZ)(t.Fragment,{children:(0,i.oA)(null!==r)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(d.u_,{isOpen:null!==r,children:(0,o.tZ)(c.Z,{children:(0,o.BX)(l.h,{children:[(0,o.tZ)(h.x,{children:"Connection Error"}),(0,o.tZ)(s.f,{children:(0,o.BX)(m.x,{children:["Cannot connect to server: ",null!==r?r.message:"",". Check if server is reachable at ",(0,i.e9)().href]})})]})})})}):(0,o.tZ)(t.Fragment,{})})}n(35202)}},function(e){e.O(0,[3741,6880,9790,9774,2888,179],function(){return e(e.s=10980)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4373],{10980:function(e,r,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/ejercicios",function(){return n(64491)}])},64491:function(e,r,n){"use strict";n.r(r),n.d(r,{default:function(){return Component}});var o=n(35944),t=n(67294),a=n(58595),i=n(23100),d=n(91669),c=n(54641),l=n(33838),h=n(88911),s=n(95034),m=n(41689),g=n(5284),x=n(36275),u=n(84416),F=n(70003),b=n(1913),Z=n(7754),p=n(29222),f=n(14418),v=n(31708),E=n(776),k=n(7306),A=n(39849),w=n(4298),C=n.n(w),S=n(41664),y=n.n(S);n(35202);var I=n(6608),B=n(7505),z=n(64400),X=n(902),R=n(9008),q=n.n(R);function Component(){let e=(0,t.useRef)(null);I.xL.ref_last=e;let r=(0,t.useRef)(null);return I.xL.ref_faq=r,(0,o.BX)(t.Fragment,{children:[(0,o.tZ)(a.g,{}),(0,o.BX)(i.xu,{children:[(0,o.tZ)(C(),{strategy:"afterInteractive",children:"document.documentElement.lang='es'"}),(0,o.tZ)(d.g,{sx:{bg:"#010408",position:"sticky",paddingX:"2em",paddingY:"1em",zIndex:"999",top:"0",width:"100%"},children:(0,o.BX)(c.U,{sx:{width:"100%"},children:[(0,o.tZ)(l.r,{as:y(),href:"/",sx:{textDecoration:"none",_hover:{}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(h.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"{"}),(0,o.tZ)(h.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Retos"}),(0,o.tZ)(h.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"de"}),(0,o.tZ)(h.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Programaci\xf3n"}),(0,o.tZ)(h.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"}"})]})}),(0,o.tZ)(s.L,{}),(0,o.tZ)(i.xu,{sx:{width:"100%",display:["none","block","block","block"]},children:(0,o.BX)(c.U,{spacing:"2em",children:[(0,o.tZ)(s.L,{}),(0,o.tZ)(l.r,{as:y(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,o.BX)(c.U,{spacing:"0.5em",children:[(0,o.tZ)(h.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,o.tZ)(i.xu,{sx:{paddingBottom:"0px !important"},children:(0,o.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})}),(0,o.tZ)(l.r,{as:y(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(182, 209, 98)"},children:"Ejercicios"})}),(0,o.tZ)(l.r,{as:y(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})]})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.BX)(g.v,{children:[(0,o.tZ)(x.j,{sx:{display:"flex"},children:(0,o.tZ)(u.E,{alt:"Icono del men\xfa de navegaci\xf3n",src:"/icons/menu.svg",sx:{height:"auto",width:"1.5em"}})}),(0,o.BX)(F.q,{sx:{background:"#010408",borderColor:"#0C1116",minWidth:"100px"},children:[(0,o.tZ)(b.s,{sx:{background:"transparent"},children:(0,o.tZ)(l.r,{as:y(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,o.BX)(c.U,{spacing:"0.5em",children:[(0,o.tZ)(h.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,o.tZ)(i.xu,{sx:{paddingBottom:"0px !important"},children:(0,o.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})})}),(0,o.tZ)(b.s,{sx:{background:"transparent"},children:(0,o.tZ)(l.r,{as:y(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(182, 209, 98)"},children:"Ejercicios"})})}),(0,o.tZ)(b.s,{sx:{background:"transparent"},children:(0,o.tZ)(l.r,{as:y(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})})]})]})})]})}),(0,o.tZ)(Z.M,{children:(0,o.BX)(d.g,{spacing:"4em",sx:{width:"100%"},children:[(0,o.tZ)(i.xu,{sx:{background:"url('/mosaic.png') repeat",backgroundSize:"120px 120px",width:"100%"},children:(0,o.tZ)(Z.M,{sx:{background:"linear-gradient(to bottom, rgb(0, 0, 0, 0) 20%, #0C1116 100%)"},children:(0,o.BX)(d.g,{spacing:"-0.3em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px",paddingY:"4em"},children:[(0,o.tZ)(h.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"{"}),(0,o.BX)(d.g,{alignItems:"start",spacing:"-0.3em",sx:{paddingLeft:"4em"},children:[(0,o.tZ)(h.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Retos"}),(0,o.tZ)(h.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(188, 154, 250)"},children:"de"}),(0,o.tZ)(h.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Programaci\xf3n"}),(0,o.tZ)(h.x,{datatext:"ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",fontWeight:"700",fontSize:["1.5em","2em"],color:"rgb(245, 184, 165)"},children:"ejercicios"})]}),(0,o.tZ)(h.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"}"}),(0,o.tZ)(l.r,{as:y(),href:"https://moure.dev",isExternal:!0,sx:{textAlign:"right",width:"100%",textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{datatext:"by mouredev",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Comfortaa",fontWeight:"500",fontSize:["1.5em","2em"],color:"#FFFFFF"},children:"by mouredev"})}),(0,o.tZ)(Z.M,{sx:{width:"100%"},children:(0,o.BX)(d.g,{spacing:"2em",children:[(0,o.tZ)(h.x,{sx:{fontSize:["1.5em","2em"],fontWeight:"700",paddingTop:"2em",textAlign:"center"},children:"101 ejercicios para practicar l\xf3gica de programacion"}),(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.BX)(c.U,{spacing:"2em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "GitHub"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"GitHub"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "GitHub"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Discord"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Discord"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Discord"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Twitch"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Twitch"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Twitch"',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.BX)(c.U,{spacing:"2em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})})]})})]})})}),(0,o.BX)(d.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,o.BX)(d.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Mejora tus habilidades."}),(0,o.BX)(v.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,o.tZ)(E.P,{colSpan:1,rowSpan:1,children:(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Utiliza el lenguaje de programaci\xf3n que t\xfa quieras para resolver ejercicios que te ayudar\xe1n a mejorar tu forma de pensar y enfrentarte a retos de c\xf3digo."})}),(0,o.tZ)(E.P,{colSpan:1,rowSpan:1,children:(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Consulta correcciones de la comunidad en los repositorios de c\xf3digo de los diferentes retos. Se han dividido entre los resueltos en 2022 y 2023 (consulta su etiqueta)."})})]})]}),(0,o.tZ)(l.r,{as:y(),href:"/ejercicios#faq",isExternal:!1,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Preguntas frecuentes"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Preguntas frecuentes"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Preguntas frecuentes"',src:"/icons/light/arrow.svg",sx:{width:"1em",height:"1em"}})]})})})]}),(0,o.tZ)(i.xu,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(d.g,{spacing:"6em",children:[(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#0 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#1"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL FAMOSO "FIZZ BUZZ"'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre por consola (con un print) los\n * n\xfameros de 1 a 100 (ambos incluidos y con un salto de l\xednea entre\n * cada impresi\xf3n), sustituyendo los siguientes:\n * - M\xfaltiplos de 3 por la palabra "fizz".\n * - M\xfaltiplos de 5 por la palabra "buzz".\n * - M\xfaltiplos de 3 y de 5 a la vez por la palabra "fizzbuzz".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge0.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge0.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#1 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#2"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN ANAGRAMA?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que reciba dos palabras (String) y retorne\n * verdadero o falso (Bool) seg\xfan sean o no anagramas.\n * - Un Anagrama consiste en formar una palabra reordenando TODAS\n * las letras de otra palabra inicial.\n * - NO hace falta comprobar que ambas palabras existan.\n * - Dos palabras exactamente iguales no son anagrama.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge1.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge1.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#2 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#3"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA SUCESI\xd3N DE FIBONACCI"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que imprima los 50 primeros n\xfameros de la sucesi\xf3n\n * de Fibonacci empezando en 0.\n * - La serie Fibonacci se compone por una sucesi\xf3n de n\xfameros en\n * la que el siguiente siempre es la suma de los dos anteriores.\n * 0, 1, 1, 2, 3, 5, 8, 13...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge2.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge2.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#3 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#4"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN N\xdaMERO PRIMO?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que se encargue de comprobar si un n\xfamero es o no primo.\n * Hecho esto, imprime los n\xfameros primos entre 1 y 100.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge3.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge3.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#4 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#5"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xc1REA DE UN POL\xcdGONO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una \xfanica funci\xf3n (importante que s\xf3lo sea una) que sea capaz\n * de calcular y retornar el \xe1rea de un pol\xedgono.\n * - La funci\xf3n recibir\xe1 por par\xe1metro s\xf3lo UN pol\xedgono a la vez.\n * - Los pol\xedgonos soportados ser\xe1n Tri\xe1ngulo, Cuadrado y Rect\xe1ngulo.\n * - Imprime el c\xe1lculo del \xe1rea de un pol\xedgono de cada tipo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge4.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge4.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #1 al #5"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #1 al #5"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #1 al #5"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#5 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#6"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ASPECT RATIO DE UNA IMAGEN"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que se encargue de calcular el aspect ratio de una\n * imagen a partir de una url.\n * - Url de ejemplo:\n * https://raw.githubusercontent.com/mouredevmouredev/master/mouredev_github_profile.png\n * - Por ratio hacemos referencia por ejemplo a los "16:9" de una\n * imagen de 1920*1080px.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge5.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge5.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#6 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#7"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"INVIRTIENDO CADENAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que invierta el orden de una cadena de texto\n * sin usar funciones propias del lenguaje que lo hagan de forma autom\xe1tica.\n * - Si le pasamos "Hola mundo" nos retornar\xeda "odnum aloH"\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge6.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge6.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#7 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#8"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTANDO PALABRAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que cuente cuantas veces se repite cada palabra\n * y que muestre el recuento final de todas ellas.\n * - Los signos de puntuaci\xf3n no forman parte de la palabra.\n * - Una palabra es la misma aunque aparezca en may\xfasculas y min\xfasculas.\n * - No se pueden utilizar funciones propias del lenguaje que\n * lo resuelvan autom\xe1ticamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge7.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge7.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#8 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#9"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTANDO PALABRAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa se encargue de transformar un n\xfamero\n * decimal a binario sin utilizar funciones propias del lenguaje que lo hagan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge8.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge8.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#9 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#10"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"C\xd3DIGO MORSE"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que sea capaz de transformar texto natural a c\xf3digo\n * morse y viceversa.\n * - Debe detectar autom\xe1ticamente de qu\xe9 tipo se trata y realizar\n * la conversi\xf3n.\n * - En morse se soporta raya "—", punto ".", un espacio " " entre letras\n * o s\xedmbolos y dos espacios entre palabras " ".\n * - El alfabeto morse soportado ser\xe1 el mostrado en\n * https://es.wikipedia.org/wiki/C\xf3digo_morse.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge9.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge9.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#10 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#11"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESIONES EQUILIBRADAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que comprueba si los par\xe9ntesis, llaves y corchetes\n * de una expresi\xf3n est\xe1n equilibrados.\n * - Equilibrado significa que estos delimitadores se abren y cieran\n * en orden y de forma correcta.\n * - Par\xe9ntesis, llaves y corchetes son igual de prioritarios.\n * No hay uno m\xe1s importante que otro.\n * - Expresi\xf3n balanceada: { [ a * ( c + d ) ] - 5 }\n * - Expresi\xf3n no balanceada: { a * ( c + d ) ] - 5 }\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge10.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge10.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #6 al #11"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #6 al #11"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #6 al #11"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#11 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#12"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESIONES EQUILIBRADAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos cadenas como par\xe1metro (str1, str2)\n * e imprima otras dos cadenas como salida (out1, out2).\n * - out1 contendr\xe1 todos los caracteres presentes en la str1 pero NO\n * est\xe9n presentes en str2.\n * - out2 contendr\xe1 todos los caracteres presentes en la str2 pero NO\n * est\xe9n presentes en str1.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge11.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge11.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#12 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#13"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN PAL\xcdNDROMO?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que reciba un texto y retorne verdadero o\n * falso (Boolean) seg\xfan sean o no pal\xedndromos.\n * Un Pal\xedndromo es una palabra o expresi\xf3n que es igual si se lee\n * de izquierda a derecha que de derecha a izquierda.\n * NO se tienen en cuenta los espacios, signos de puntuaci\xf3n y tildes.\n * Ejemplo: Ana lleva al oso la avellana.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge12.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge12.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#13 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#14"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"FACTORIAL RECURSIVO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que calcule y retorne el factorial de un n\xfamero dado\n * de forma recursiva.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge13.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge13.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#14 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#15"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN N\xdaMERO DE ARMSTRONG?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que calcule si un n\xfamero dado es un n\xfamero de Armstrong\n * (o tambi\xe9n llamado narcisista).\n * Si no conoces qu\xe9 es un n\xfamero de Armstrong, debes buscar informaci\xf3n\n * al respecto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge14.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge14.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#15 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#16"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfCU\xc1NTOS D\xcdAS?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule y retorne cu\xe1ntos d\xedas hay entre dos cadenas\n * de texto que representen fechas.\n * - Una cadena de texto que representa una fecha tiene el formato "dd/MM/yyyy".\n * - La funci\xf3n recibir\xe1 dos String y retornar\xe1 un Int.\n * - La diferencia en d\xedas ser\xe1 absoluta (no importa el orden de las fechas).\n * - Si una de las dos cadenas de texto no representa una fecha correcta se\n * lanzar\xe1 una excepci\xf3n.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge15.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge15.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#16 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#17"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EN MAY\xdaSCULA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un String de cualquier tipo y se encargue de\n * poner en may\xfascula la primera letra de cada palabra.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge16.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge16.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#17 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#18"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CARRERA DE OBST\xc1CULOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que eval\xfae si un/a atleta ha superado correctamente una\n * carrera de obst\xe1culos.\n * - La funci\xf3n recibir\xe1 dos par\xe1metros:\n * - Un array que s\xf3lo puede contener String con las palabras\n * "run" o "jump"\n * - Un String que represente la pista y s\xf3lo puede contener "_" (suelo)\n * o "|" (valla)\n * - La funci\xf3n imprimir\xe1 c\xf3mo ha finalizado la carrera:\n * - Si el/a atleta hace "run" en "_" (suelo) y "jump" en "|" (valla)\n * ser\xe1 correcto y no variar\xe1 el s\xedmbolo de esa parte de la pista.\n * - Si hace "jump" en "_" (suelo), se variar\xe1 la pista por "x".\n * - Si hace "run" en "|" (valla), se variar\xe1 la pista por "/".\n * - La funci\xf3n retornar\xe1 un Boolean que indique si ha superado la carrera.\n * Para ello tiene que realizar la opci\xf3n correcta en cada tramo de la pista.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge17.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge17.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#18 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#19"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRES EN RAYA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que analice una matriz 3x3 compuesta por "X" y "O"\n * y retorne lo siguiente:\n * - "X" si han ganado las "X"\n * - "O" si han ganado los "O"\n * - "Empate" si ha habido un empate\n * - "Nulo" si la proporci\xf3n de "X", de "O", o de la matriz no es correcta.\n * O si han ganado los 2.\n * Nota: La matriz puede no estar totalmente cubierta.\n * Se podr\xeda representar con un vac\xedo "", por ejemplo.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge18.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge18.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#19 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#20"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR TIEMPO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba d\xedas, horas, minutos y segundos (como enteros)\n * y retorne su resultado en milisegundos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge19.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge19.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#20 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#21"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PARANDO EL TIEMPO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sume 2 n\xfameros y retorne su resultado pasados\n * unos segundos.\n * - Recibir\xe1 por par\xe1metros los 2 n\xfameros a sumar y los segundos que\n * debe tardar en finalizar su ejecuci\xf3n.\n * - Si el lenguaje lo soporta, deber\xe1 retornar el resultado de forma\n * as\xedncrona, es decir, sin detener la ejecuci\xf3n del programa principal.\n * Se podr\xeda ejecutar varias veces al mismo tiempo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge20.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge20.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #12 al #21"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #12 al #21"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #12 al #21"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#21 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#22"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CALCULADORA .TXT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Lee el fichero "Challenge21.txt" incluido en el proyecto, calcula su\n * resultado e impr\xedmelo.\n * - El .txt se corresponde con las entradas de una calculadora.\n * - Cada l\xednea tendr\xe1 un n\xfamero o una operaci\xf3n representada por un\n * s\xedmbolo (alternando ambos).\n * - Soporta n\xfameros enteros y decimales.\n * - Soporta las operaciones suma "+", resta "-", multiplicaci\xf3n "*"\n * y divisi\xf3n "/".\n * - El resultado se muestra al finalizar la lectura de la \xfaltima\n * l\xednea (si el .txt es correcto).\n * - Si el formato del .txt no es correcto, se indicar\xe1 que no se han\n * podido resolver las operaciones.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge21.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge21.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#22 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#23"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONJUNTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos array, un booleano y retorne un array.\n * - Si el booleano es verdadero buscar\xe1 y retornar\xe1 los elementos comunes\n * de los dos array.\n * - Si el booleano es falso buscar\xe1 y retornar\xe1 los elementos no comunes\n * de los dos array.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge22.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge22.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#23 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#24"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"M\xc1XIMO COM\xdaN DIVISOR Y M\xcdNIMO COM\xdaN M\xdaLTIPLO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea dos funciones, una que calcule el m\xe1ximo com\xfan divisor (MCD) y otra\n * que calcule el m\xednimo com\xfan m\xfaltiplo (mcm) de dos n\xfameros enteros.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge23.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge23.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#24 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#25"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ITERATION MASTER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Quiero contar del 1 al 100 de uno en uno (imprimiendo cada uno).\n * \xbfDe cu\xe1ntas maneras eres capaz de hacerlo?\n * Crea el c\xf3digo para cada una de ellas.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge24.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge24.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#25 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#26"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que calcule quien gana m\xe1s partidas al piedra,\n * papel, tijera.\n * - El resultado puede ser: "Player 1", "Player 2", "Tie" (empate)\n * - La funci\xf3n recibe un listado que contiene pares, representando cada jugada.\n * - El par puede contener combinaciones de "R" (piedra), "P" (papel)\n * o "S" (tijera).\n * - Ejemplo. Entrada: [("R","S"), ("S","R"), ("P","S")]. Resultado: "Player 2".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge25.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge25.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#26 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#27"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que dibuje un cuadrado o un tri\xe1ngulo con asteriscos "*".\n * - Indicaremos el tama\xf1o del lado y si la figura a dibujar es una u otra.\n * - EXTRA: \xbfEres capaz de dibujar m\xe1s figuras?\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge26.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge26.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#27 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#28"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VECTORES ORTOGONALES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que determine si dos vectores son ortogonales.\n * - Los dos array deben tener la misma longitud.\n * - Cada vector se podr\xeda representar como un array. Ejemplo: [1, -2]\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge27.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge27.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#28 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#29"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"M\xc1QUINA EXPENDEDORA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Simula el funcionamiento de una m\xe1quina expendedora creando una operaci\xf3n\n * que reciba dinero (array de monedas) y un n\xfamero que indique la selecci\xf3n\n * del producto.\n * - El programa retornar\xe1 el nombre del producto y un array con el dinero\n * de vuelta (con el menor n\xfamero de monedas).\n * - Si el dinero es insuficiente o el n\xfamero de producto no existe,\n * deber\xe1 indicarse con un mensaje y retornar todas las monedas.\n * - Si no hay dinero de vuelta, el array se retornar\xe1 vac\xedo.\n * - Para que resulte m\xe1s simple, trabajaremos en c\xe9ntimos con monedas\n * de 5, 10, 50, 100 y 200.\n * - Debemos controlar que las monedas enviadas est\xe9n dentro de las soportadas.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge28.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge28.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#29 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#30"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ORDENA LA LISTA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que ordene y retorne una matriz de n\xfameros.\n * - La funci\xf3n recibir\xe1 un listado (por ejemplo [2, 4, 6, 8, 9]) y un par\xe1metro\n * adicional "Asc" o "Desc" para indicar si debe ordenarse de menor a mayor\n * o de mayor a menor.\n * - No se pueden utilizar funciones propias del lenguaje que lo resuelvan\n * autom\xe1ticamente.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge29.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge29.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#30 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#31"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ORDENA LA LISTA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un texto y muestre cada palabra en una l\xednea,\n * formando un marco rectangular de asteriscos.\n * - \xbfQu\xe9 te parece el reto? Se ver\xeda as\xed:\n * **********\n * * \xbfQu\xe9 *\n * * te *\n * * parece *\n * * el *\n * * reto? *\n * **********\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge30.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge30.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #22 al #31"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #22 al #31"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #22 al #31"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#31 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#32"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"A\xd1OS BISIESTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que imprima los 30 pr\xf3ximos a\xf1os bisiestos\n * siguientes a uno dado.\n * - Utiliza el menor n\xfamero de l\xedneas para resolver el ejercicio.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge31.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge31.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#32 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#33"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SEGUNDO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un listado de n\xfameros, encuentra el SEGUNDO m\xe1s grande\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge32.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge32.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#33 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#34"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SEGUNDO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un funci\xf3n, que dado un a\xf1o, indique el elemento \n * y animal correspondiente en el ciclo sexagenario del zod\xedaco chino.\n * - Info: https://www.travelchinaguide.com/intro/astrology/60year-cycle.htm\n * - El ciclo sexagenario se corresponde con la combinaci\xf3n de los elementos\n * madera, fuego, tierra, metal, agua y los animales rata, buey, tigre,\n * conejo, drag\xf3n, serpiente, caballo, oveja, mono, gallo, perro, cerdo\n * (en este orden).\n * - Cada elemento se repite dos a\xf1os seguidos.\n * - El \xfaltimo ciclo sexagenario comenz\xf3 en 1984 (Madera Rata).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge33.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge33.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#34 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#35"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS N\xdaMEROS PERDIDOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un array de enteros ordenado y sin repetidos,\n * crea una funci\xf3n que calcule y retorne todos los que faltan entre\n * el mayor y el menor.\n * - Lanza un error si el array de entrada no es correcto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge34.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge34.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#35 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#36"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BATALLA POK\xc9MON"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que calcule el da\xf1o de un ataque durante\n * una batalla Pok\xe9mon.\n * - La f\xf3rmula ser\xe1 la siguiente: da\xf1o = 50 * (ataque / defensa) * efectividad\n * - Efectividad: x2 (s\xfaper efectivo), x1 (neutral), x0.5 (no es muy efectivo)\n * - S\xf3lo hay 4 tipos de Pok\xe9mon: Agua, Fuego, Planta y El\xe9ctrico \n * (buscar su efectividad)\n * - El programa recibe los siguientes par\xe1metros:\n * - Tipo del Pok\xe9mon atacante.\n * - Tipo del Pok\xe9mon defensor.\n * - Ataque: Entre 1 y 100.\n * - Defensa: Entre 1 y 100.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge35.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge35.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#36 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#37"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS ANILLOS DE PODER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1La Tierra Media est\xe1 en guerra! En ella luchar\xe1n razas leales\n * a Sauron contra otras bondadosas que no quieren que el mal reine\n * sobre sus tierras.\n * Cada raza tiene asociado un "valor" entre 1 y 5:\n * - Razas bondadosas: Pelosos (1), Sure\xf1os buenos (2), Enanos (3),\n * N\xfamen\xf3reanos (4), Elfos (5)\n * - Razas malvadas: Sure\xf1os malos (2), Orcos (2), Goblins (2),\n * Huargos (3), Trolls (5)\n * Crea un programa que calcule el resultado de la batalla entre\n * los 2 tipos de ej\xe9rcitos:\n * - El resultado puede ser que gane el bien, el mal, o exista un empate.\n * Dependiendo de la suma del valor del ej\xe9rcito y el n\xfamero de integrantes.\n * - Cada ej\xe9rcito puede estar compuesto por un n\xfamero de integrantes variable\n * de cada raza.\n * - Tienes total libertad para modelar los datos del ejercicio.\n * Ej: 1 Peloso pierde contra 1 Orco\n * 2 Pelosos empatan contra 1 Orco\n * 3 Pelosos ganan a 1 Orco\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge36.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge36.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#37 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#38"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS ANILLOS DE PODER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1Han anunciado un nuevo "The Legend of Zelda"!\n * Se llamar\xe1 "Tears of the Kingdom" y se lanzar\xe1 el 12 de mayo de 2023.\n * Pero, \xbfrecuerdas cu\xe1nto tiempo ha pasado entre los distintos\n * "The Legend of Zelda" de la historia?\n * Crea un programa que calcule cu\xe1ntos a\xf1os y d\xedas hay entre 2 juegos de Zelda\n * que t\xfa selecciones.\n * - Debes buscar cada uno de los t\xedtulos y su d\xeda de lanzamiento \n * (si no encuentras el d\xeda exacto puedes usar el mes, o incluso invent\xe1rtelo)\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge37.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge37.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#38 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#39"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BINARIO A DECIMAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa se encargue de transformar un n\xfamero binario\n * a decimal sin utilizar funciones propias del lenguaje que\n * lo hagan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge38.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge38.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#39 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#40"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TOP ALGORITMOS | QUICK SORT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Implementa uno de los algoritmos de ordenaci\xf3n m\xe1s famosos:\n * el "Quick Sort", creado por C.A.R. Hoare.\n * - Entender el funcionamiento de los algoritmos m\xe1s utilizados de la historia\n * Nos ayuda a mejorar nuestro conocimiento sobre ingenier\xeda de software.\n * Ded\xedcale tiempo a entenderlo, no \xfanicamente a copiar su implementaci\xf3n.\n * - Esta es una nueva serie de retos llamada "TOP ALGORITMOS",\n * donde trabajaremos y entenderemos los m\xe1s famosos de la historia.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge39.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge39.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#40 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#41"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRI\xc1NGULO DE PASCAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de dibujar el "Tri\xe1ngulo de Pascal"\n * indic\xe1ndole \xfanicamente el tama\xf1o del lado.\n *\n * - Aqu\xed puedes ver r\xe1pidamente c\xf3mo se calcula el tri\xe1ngulo:\n * https://commons.wikimedia.org/wiki/File:PascalTriangleAnimated2.gif\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge40.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge40.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #32 al #41"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #32 al #41"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #32 al #41"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#41 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#42"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA LEY DE OHM"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule el valor del par\xe1metro perdido\n * correspondiente a la ley de Ohm.\n * - Enviaremos a la funci\xf3n 2 de los 3 par\xe1metros (V, R, I), y retornar\xe1\n * el valor del tercero (redondeado a 2 decimales).\n * - Si los par\xe1metros son incorrectos o insuficientes, la funci\xf3n retornar\xe1\n * la cadena de texto "Invalid values".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge41.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge41.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#42 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#43"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR DE TEMPERATURA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que transforme grados Celsius en Fahrenheit\n * y viceversa.\n *\n * - Para que un dato de entrada sea correcto debe poseer un s\xedmbolo "\xb0"\n * y su unidad ("C" o "F").\n * - En caso contrario retornar\xe1 un error.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge42.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge42.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#43 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#44"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRUCO O TRATO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Este es un reto especial por Halloween.\n * Deberemos crear un programa al que le indiquemos si queremos realizar "Truco\n * o Trato" y un listado (array) de personas con las siguientes propiedades:\n * - Nombre de la ni\xf1a o ni\xf1o\n * - Edad\n * - Altura en cent\xedmetros\n *\n * Si las personas han pedido truco, el programa retornar\xe1 sustos (aleatorios)\n * siguiendo estos criterios:\n * - Un susto por cada 2 letras del nombre por persona\n * - Dos sustos por cada edad que sea un n\xfamero par\n * - Tres sustos por cada 100 cm de altura entre todas las personas\n * - Sustos: \uD83C\uDF83 \uD83D\uDC7B \uD83D\uDC80 \uD83D\uDD77 \uD83D\uDD78 \uD83E\uDD87\n *\n * Si las personas han pedido trato, el programa retornar\xe1 dulces (aleatorios)\n * siguiendo estos criterios:\n * - Un dulce por cada letra de nombre\n * - Un dulce por cada 3 a\xf1os cumplidos hasta un m\xe1ximo de 10 a\xf1os por persona\n * - Dos dulces por cada 50 cm de altura hasta un m\xe1ximo de 150 cm por persona\n * - Dulces: \uD83C\uDF70 \uD83C\uDF6C \uD83C\uDF61 \uD83C\uDF6D \uD83C\uDF6A \uD83C\uDF6B \uD83E\uDDC1 \uD83C\uDF69\n * - En caso contrario retornar\xe1 un error.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge43.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge43.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#44 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#45"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BUMERANES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que retorne el n\xfamero total de bumeranes de\n * un array de n\xfameros enteros e imprima cada uno de ellos.\n * - Un bumer\xe1n (b\xfameran, boomerang) es una secuencia formada por 3 n\xfameros\n * seguidos, en el que el primero y el \xfaltimo son iguales, y el segundo\n * es diferente. Por ejemplo [2, 1, 2].\n * - En el array [2, 1, 2, 3, 3, 4, 2, 4] hay 2 bumeranes ([2, 1, 2]\n * y [4, 2, 4]).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge44.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge44.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#45 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#46"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTENEDOR DE AGUA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un array de n\xfameros enteros positivos, donde cada uno\n * representa unidades de bloques apilados, debemos calcular cuantas unidades\n * de agua quedar\xe1n atrapadas entre ellos.\n *\n * - Ejemplo: Dado el array [4, 0, 3, 6, 1, 3].\n *\n * ⏹\n * ⏹\n * ⏹\uD83D\uDCA7\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹⏹⏹\n *\n * Representando bloque con ⏹︎ y agua con \uD83D\uDCA7, quedar\xe1n atrapadas 7 unidades\n * de agua. Suponemos que existe un suelo impermeable en la parte inferior\n * que retiene el agua.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge45.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge45.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#46 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#47"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfD\xd3NDE EST\xc1 EL ROBOT?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Calcula d\xf3nde estar\xe1 un robot (sus coordenadas finales) que se\n * encuentra en una cuadr\xedcula representada por los ejes "x" e "y".\n * - El robot comienza en la coordenada (0, 0).\n * - Para idicarle que se mueva, le enviamos un array formado por enteros\n * (positivos o negativos) que indican la secuencia de pasos a dar.\n * - Por ejemplo: [10, 5, -2] indica que primero se mueve 10 pasos, se detiene,\n * luego 5, se detiene, y finalmente 2.\n * El resultado en este caso ser\xeda (x: -5, y: 12)\n * - Si el n\xfamero de pasos es negativo, se desplazar\xeda en sentido contrario al\n * que est\xe1 mirando.\n * - Los primeros pasos los hace en el eje "y". Interpretamos que est\xe1 mirando\n * hacia la parte positiva del eje "y".\n * - El robot tiene un fallo en su programaci\xf3n: cada vez que finaliza una\n * secuencia de pasos gira 90 grados en el sentido contrario a las agujas\n * del reloj.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge46.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge46.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #42 al #47"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #42 al #47"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #42 al #47"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#47 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#48"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VOCAL M\xc1S COM\xdaN"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un funci\xf3n que reciba un texto y retorne la vocal que\n * m\xe1s veces se repita.\n * - Ten cuidado con algunos casos especiales.\n * - Si no hay vocales podr\xe1 devolver vac\xedo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge47.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge47.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#48 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#49"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CALENDARIO DE ADEVIENTO 2022"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xbfConoces el calendario de adviento de la comunidad (https://adviento.dev)?\n * 24 d\xedas, 24 regalos sorpresa relacionados con desarrollo de software,\n * ciencia y tecnolog\xeda desde el 1 de diciembre.\n *\n * Enunciado: Crea una funci\xf3n que reciba un objeto de tipo "Date" y retorne\n * lo siguiente:\n * - Si la fecha coincide con el calendario de aDEViento 2022: Retornar\xe1 el regalo\n * de ese d\xeda (a tu elecci\xf3n) y cu\xe1nto queda para que finalice el sorteo de ese d\xeda.\n * - Si la fecha es anterior: Cu\xe1nto queda para que comience el calendario.\n * - Si la fecha es posterior: Cu\xe1nto tiempo ha pasado desde que ha finalizado.\n *\n * Notas:\n * - Tenemos en cuenta que cada d\xeda del calendario comienza a medianoche 00:00:00\n * y finaliza a las 23:59:59.\n * - Debemos trabajar con fechas que tengan a\xf1o, mes, d\xeda, horas, minutos\n * y segundos.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge48.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge48.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#49 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#50"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL DETECTOR DE HANDLES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de detectar y retornar todos los\n * handles de un texto usando solamente Expresiones Regulares.\n * Debes crear una expresi\xf3n regular para cada caso:\n * - Handle usuario: Los que comienzan por "@"\n * - Handle hashtag: Los que comienzan por "#"\n * - Handle web: Los que comienzan por "www.", "http://", "https://"\n * y finalizan con un dominio (.com, .es...)\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge49.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge49.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#50 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#51"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ENCRIPTACI\xd3N DE KARACA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sea capaz de encriptar y desencriptar texto\n * utilizando el algoritmo de encriptaci\xf3n de Karaca\n * (debes buscar informaci\xf3n sobre \xe9l).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge50.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge50.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#51 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#52"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL RETO RANDOM"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea tu propio enunciado para que forme parte de los retos de 2023.\n * - Ten en cuenta que su dificultad debe ser asumible por la comunidad y seguir\n * un estilosemejante a los que hemos realizado durante el a\xf1o.\n * - Si quieres tambi\xe9n puedes proponer tu propia soluci\xf3n al reto\n * (en el lenguaje que quieras).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge51.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge51.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #48 al #52"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #48 al #52"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #48 al #52"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#0 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#53"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL FAMOSO "FIZZ BUZZ" (v2)'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre por consola (con un print) los\n * n\xfameros de 1 a 100 (ambos incluidos y con un salto de l\xednea entre\n * cada impresi\xf3n), sustituyendo los siguientes:\n * - M\xfaltiplos de 3 por la palabra "fizz".\n * - M\xfaltiplos de 5 por la palabra "buzz".\n * - M\xfaltiplos de 3 y de 5 a la vez por la palabra "fizzbuzz".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#1 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#54"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL "LENGUAJE HACKER"'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que reciba un texto y transforme lenguaje natural a\n * "lenguaje hacker" (conocido realmente como "leet" o "1337"). Este lenguaje\n * se caracteriza por sustituir caracteres alfanum\xe9ricos.\n * - Utiliza esta tabla (https://www.gamehouse.com/blog/leet-speak-cheat-sheet)\n * con el alfabeto y los n\xfameros en "leet".\n * (Usa la primera opci\xf3n de cada transformaci\xf3n. Por ejemplo "4" para la "a")\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#2 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#55"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL PARTIDO DE TENIS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre c\xf3mo transcurre un juego de tenis y qui\xe9n lo ha ganado.\n * El programa recibir\xe1 una secuencia formada por "P1" (Player 1) o "P2" (Player 2), seg\xfan quien\n * gane cada punto del juego.\n *\n * - Las puntuaciones de un juego son "Love" (cero), 15, 30, 40, "Deuce" (empate), ventaja.\n * - Ante la secuencia [P1, P1, P2, P2, P1, P2, P1, P1], el programa mostrar\xeda lo siguiente:\n * 15 - Love\n * 30 - Love\n * 30 - 15\n * 30 - 30\n * 40 - 30\n * Deuce\n * Ventaja P1\n * Ha ganado el P1\n * - Si quieres, puedes controlar errores en la entrada de datos.\n * - Consulta las reglas del juego si tienes dudas sobre el sistema de puntos.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#3 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#56"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL GENERADOR DE CONTRASE\xd1AS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que sea capaz de generar contrase\xf1as de forma aleatoria.\n * Podr\xe1s configurar generar contrase\xf1as con los siguientes par\xe1metros:\n * - Longitud: Entre 8 y 16.\n * - Con o sin letras may\xfasculas.\n * - Con o sin n\xfameros.\n * - Con o sin s\xedmbolos.\n * (Pudiendo combinar todos estos par\xe1metros entre ellos)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#4 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#57"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PRIMO, FIBONACCI Y PAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que, dado un n\xfamero, compruebe y muestre si es primo,\n * fibonacci y par.\n * Ejemplos:\n * - Con el n\xfamero 2, nos dir\xe1: "2 es primo, fibonacci y es par"\n * - Con el n\xfamero 7, nos dir\xe1: "7 es primo, no es fibonacci y es impar"\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#5 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#58"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xa1HOLA MUNDO!"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un !Hola Mundo! en todos los lenguajes de programaci\xf3n que puedas.\n * Seguro que hay alg\xfan lenguaje que te llama la atenci\xf3n y nunca has utilizado,\n * o quiz\xe1s quieres dar tus primeros pasos... \xa1Pues este es el momento!\n *\n * A ver qui\xe9n se atreve con uno de esos lenguajes que no solemos ver por ah\xed...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#6 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#59"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA, LAGARTO, SPOCK"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que calcule quien gana m\xe1s partidas al piedra,\n * papel, tijera, lagarto, spock.\n * - El resultado puede ser: "Player 1", "Player 2", "Tie" (empate)\n * - La funci\xf3n recibe un listado que contiene pares, representando cada jugada.\n * - El par puede contener combinaciones de "\uD83D\uDDFF" (piedra), "\uD83D\uDCC4" (papel),\n * "✂️" (tijera), "\uD83E\uDD8E" (lagarto) o "\uD83D\uDD96" (spock).\n * - Ejemplo. Entrada: [("\uD83D\uDDFF","✂️"), ("✂️","\uD83D\uDDFF"), ("\uD83D\uDCC4","✂️")]. Resultado: "Player 2".\n * - Debes buscar informaci\xf3n sobre c\xf3mo se juega con estas 5 posibilidades.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#7 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#60"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SOMBRERO SELECCIONADOR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que simule el comportamiento del sombrero selccionador del\n * universo m\xe1gico de Harry Potter.\n * - De ser posible realizar\xe1 5 preguntas (como m\xednimo) a trav\xe9s de la terminal.\n * - Cada pregunta tendr\xe1 4 respuestas posibles (tambi\xe9n a selecciona una a trav\xe9s de terminal).\n * - En funci\xf3n de las respuestas a las 5 preguntas deber\xe1s dise\xf1ar un algoritmo que\n * coloque al alumno en una de las 4 casas de Hogwarts:\n * (Gryffindor, Slytherin , Hufflepuff y Ravenclaw)\n * - Ten en cuenta los rasgos de cada casa para hacer las preguntas\n * y crear el algoritmo seleccionador:\n * Por ejemplo, en Slytherin se premia la ambici\xf3n y la astucia.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#8 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#61"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL GENERADOR PSEUDOALEATORIO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un generador de n\xfameros pseudoaleatorios entre 0 y 100.\n * - No puedes usar ninguna funci\xf3n "random" (o semejante) del\n * lenguaje de programaci\xf3n seleccionado.\n *\n * Es m\xe1s complicado de lo que parece...\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#9 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#62"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"HETEROGRAMA, ISOGRAMA Y PANGRAMA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea 3 funciones, cada una encargada de detectar si una cadena de\n * texto es un heterograma, un isograma o un pangrama.\n * - Debes buscar la definici\xf3n de cada uno de estos t\xe9rminos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#10 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#63"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA API (APPLICATION PROGRAMMING INTERFACE)"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Llamar a una API es una de las tareas m\xe1s comunes en programaci\xf3n.\n *\n * Implementa una llamada HTTP a una API (la que t\xfa quieras) y muestra su\n * resultado a trav\xe9s de la terminal. Por ejemplo: Pok\xe9mon, Marvel...\n *\n * Aqu\xed tienes un listado de posibles APIs:\n * https://github.com/public-apis/public-apis\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#11 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#64"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PAR\xc1METROS URL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Dada una URL con par\xe1metros, crea una funci\xf3n que obtenga sus valores.\n * No se pueden usar operaciones del lenguaje que realicen esta tarea directamente.\n *\n * Ejemplo: En la url https://retosdeprogramacion.com?year=2023&challenge=0\n * los par\xe1metros ser\xedan ["2023", "0"]\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#12 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#65"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VIERNES 13"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sea capaz de detectar si existe un viernes 13\n * en el mes y el a\xf1o indicados.\n * - La funci\xf3n recibir\xe1 el mes y el a\xf1o y retornar\xe1 verdadero o falso.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#13 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#66"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ADIVINA LA PALABRA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un peque\xf1o juego que consista en adivinar palabras en un n\xfamero m\xe1ximo de intentos:\n * - El juego comienza proponiendo una palabra aleatoria incompleta\n * - Por ejemplo "m_ur_d_v", y el n\xfamero de intentos que le quedan\n * - El usuario puede introducir \xfanicamente una letra o una palabra (de la misma longitud que\n * la palabra a adivinar)\n * - Si escribe una letra y acierta, se muestra esa letra en la palabra. Si falla, se resta\n * uno al n\xfamero de intentos\n * - Si escribe una resoluci\xf3n y acierta, finaliza el juego, en caso contrario, se resta uno\n * al n\xfamero de intentos\n * - Si el contador de intentos llega a 0, el jugador pierde\n * - La palabra debe ocultar de forma aleatoria letras, y nunca puede comenzar\n * ocultando m\xe1s del 60%\n * - Puedes utilizar las palabras que quieras y el n\xfamero de intentos que consideres\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#14 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#67"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"OCTAL Y HEXADECIMAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un n\xfamero decimal y lo trasforme a Octal\n * y Hexadecimal.\n * - No est\xe1 permitido usar funciones propias del lenguaje de programaci\xf3n que\n * realicen esas operaciones directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#15 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#68"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"AUREBESH"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de transformar Espa\xf1ol al lenguaje b\xe1sico\n * del universo Star Wars: el "Aurebesh".\n * - Puedes dejar sin transformar los caracteres que no existan en "Aurebesh".\n * - Tambi\xe9n tiene que ser capaz de traducir en sentido contrario.\n *\n * \xbfLo has conseguido? N\xf3mbrame en twitter.com/mouredev y escr\xedbeme algo en Aurebesh.\n *\n * \xa1Que la fuerza os acompa\xf1e!\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#16 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#69"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ESCALERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que dibuje una escalera seg\xfan su n\xfamero de escalones.\n * - Si el n\xfamero es positivo, ser\xe1 ascendente de izquiera a derecha.\n * - Si el n\xfamero es negativo, ser\xe1 descendente de izquiera a derecha.\n * - Si el n\xfamero es cero, se dibujar\xe1n dos guiones bajos (__).\n *\n * Ejemplo: 4\n * _\n * _|\n * _|\n * _|\n * _|\n *\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#17 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#70"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"GIT Y GITHUB"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1Estoy de celebraci\xf3n! He publicado mi primer libro:\n * "Git y GitHub desde cero"\n * - Papel: mouredev.com/libro-git\n * - eBook: mouredev.com/ebook-git\n *\n * \xbfSab\xedas que puedes leer informaci\xf3n de Git y GitHub desde la gran\n * mayor\xeda de lenguajes de programaci\xf3n?\n *\n * Crea un programa que lea los \xfaltimos 10 commits de este repositorio y muestre:\n * - Hash\n * - Autor\n * - Mensaje\n * - Fecha y hora\n *\n * Ejemplo de salida:\n * Commit 1 (el m\xe1s reciente) | 12345A | MoureDev | Este es un commit | 24/04/2023 21:00\n *\n * Se permite utilizar librer\xedas que nos faciliten esta tarea.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#18 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#71"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"WEB SCRAPING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * El d\xeda 128 del a\xf1o celebramos en la comunidad el "Hola Mundo day"\n * Vamos a hacer "web scraping" sobre su sitio web: https://holamundo.day\n *\n * Crea un programa que se conecte a la web del evento e imprima \xfanicamente la agenda de eventos\n * del d\xeda 8. Mostrando hora e informaci\xf3n de cada uno.\n * Ejemplo: "16:00 | Bienvenida"\n *\n * Se permite utilizar librer\xedas que nos faciliten esta tarea.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#19 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#72"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"AN\xc1LISIS DE TEXTO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que analice texto y obtenga:\n * - N\xfamero total de palabras.\n * - Longitud media de las palabras.\n * - N\xfamero de oraciones del texto (cada vez que aparecen un punto).\n * - Encuentre la palabra m\xe1s larga.\n *\n * Todo esto utilizando un \xfanico bucle.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#20 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#73"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA TRIFUERZA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1El nuevo "The Legend of Zelda: Tears of the Kingdom" ya est\xe1 disponible! \n *\n * Crea un programa que dibuje una Trifuerza de "Zelda"\n * formada por asteriscos.\n * - Debes indicarle el n\xfamero de filas de los tri\xe1ngulos con un entero positivo (n).\n * - Cada tri\xe1ngulo calcular\xe1 su fila mayor utilizando la f\xf3rmula 2n-1.\n *\n * Ejemplo: Trifuerza 2\n *\n * *\n * ***\n * * *\n * *** ***\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#21 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#74"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"N\xdaMEROS PRIMOS GEMELOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que encuentre y muestre todos los pares de n\xfameros primos\n * gemelos en un rango concreto.\n * El programa recibir\xe1 el rango m\xe1ximo como n\xfamero entero positivo.\n *\n * - Un par de n\xfameros primos se considera gemelo si la diferencia entre\n * ellos es exactamente 2. Por ejemplo (3, 5), (11, 13)\n *\n * - Ejemplo: Rango 14\n * (3, 5), (5, 7), (11, 13)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#22 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#75"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ESPIRAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que dibuje una espiral como la del ejemplo.\n * - \xdanicamente se indica de forma din\xe1mica el tama\xf1o del lado.\n * - S\xedmbolos permitidos: ═ ║ ╗ ╔ ╝ ╚\n *\n * Ejemplo espiral de lado 5 (5 filas y 5 columnas):\n * ════╗\n * ╔══╗║\n * ║╔╗║║\n * ║╚═╝║\n * ╚═══╝\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#23 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#76"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA BASE DE DATOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Realiza una conexi\xf3n desde el lenguaje que hayas seleccionado a la siguiente\n * base de datos MySQL:\n * - Host: mysql-5707.dinaserver.com\n * - Port: 3306\n * - User: mouredev_read\n * - Password: mouredev_pass\n * - Database: moure_test\n *\n * Una vez realices la conexi\xf3n, lanza la siguiente consulta e imprime el resultado:\n * - SELECT * FROM `challenges`\n *\n * Se pueden usar librer\xedas para realizar la l\xf3gica de conexi\xf3n a la base de datos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#24 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#77"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CIFRADO C\xc9SAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que realize el cifrado C\xe9sar de un texto y lo imprima.\n * Tambi\xe9n debe ser capaz de descifrarlo cuando as\xed se lo indiquemos.\n *\n * Te recomiendo que busques informaci\xf3n para conocer en profundidad c\xf3mo\n * realizar el cifrado. Esto tambi\xe9n forma parte del reto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#25 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#78"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL C\xd3DIGO KONAMI"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que detecte cuando el famoso "C\xf3digo Konami" se ha\n * introducido correctamente desde el teclado.\n * Si sucede esto, debe notificarse mostrando un mensaje en la terminal.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#26 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#79"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TESTING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea tres test sobre el reto 12: "Viernes 13".\n * - Puedes copiar una soluci\xf3n ya creada por otro usuario en\n * el lenguaje que est\xe9s utilizando.\n * - Debes emplear un mecanismo de ejecuci\xf3n de test que posea\n * el lenguaje de programaci\xf3n que hayas seleccionado.\n * - Los tres test deben de funcionar y comprobar\n * diferentes situaciones (a tu elecci\xf3n).\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#27 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#80"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CUENTA ATR\xc1S"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos par\xe1metros para crear una cuenta atr\xe1s.\n * - El primero, representa el n\xfamero en el que comienza la cuenta.\n * - El segundo, los segundos que tienen que transcurrir entre cada cuenta.\n * - S\xf3lo se aceptan n\xfameros enteros positivos.\n * - El programa finaliza al llegar a cero.\n * - Debes imprimir cada n\xfamero de la cuenta atr\xe1s.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#28 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#81"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESI\xd3N MATEM\xc1TICA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que reciba una expresi\xf3n matem\xe1tica (String)\n * y compruebe si es correcta. Retornar\xe1 true o false.\n * - Para que una expresi\xf3n matem\xe1tica sea correcta debe poseer\n * un n\xfamero, una operaci\xf3n y otro n\xfamero separados por espacios.\n * Tantos n\xfameros y operaciones como queramos.\n * - N\xfameros positivos, negativos, enteros o decimales.\n * - Operaciones soportadas: + - * / %\n *\n * Ejemplos:\n * "5 + 6 / 7 - 4" -> true\n * "5 a 6" -> false\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#29 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#82"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CAR\xc1CTER INFILTRADO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que reciba dos cadenas de texto casi iguales,\n * a excepci\xf3n de uno o varios caracteres.\n * La funci\xf3n debe encontrarlos y retornarlos en formato lista/array.\n * - Ambas cadenas de texto deben ser iguales en longitud.\n * - Las cadenas de texto son iguales elemento a elemento.\n * - No se pueden utilizar operaciones propias del lenguaje\n * que lo resuelvan directamente.\n *\n * Ejemplos:\n * - Me llamo mouredev / Me llemo mouredov -> ["e", "o"]\n * - Me llamo.Brais Moure / Me llamo brais moure -> [" ", "b", "m"]\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#30 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#83"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL TECLADO T9"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Los primeros dispositivos m\xf3viles ten\xedan un teclado llamado T9\n * con el que se pod\xeda escribir texto utilizando \xfanicamente su\n * teclado num\xe9rico (del 0 al 9).\n *\n * Crea una funci\xf3n que transforme las pulsaciones del T9 a su\n * representaci\xf3n con letras.\n * - Debes buscar cu\xe1l era su correspondencia original\n * - Cada bloque de pulsaciones va separado por un gui\xf3n.\n * - Si un bloque tiene m\xe1s de un n\xfamero, debe ser siempre el mismo.\n * - Ejemplo:\n * Entrada: 6-666-88-777-33-3-33-888\n * Salida: MOUREDEV\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#31 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#84"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL \xc1BACO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de leer el n\xfamero representado por el \xe1baco.\n * - El \xe1baco se representa por un array con 7 elementos.\n * - Cada elemento tendr\xe1 9 "O" (aunque habitualmente tiene 10 para realizar\n * operaciones) para las cuentas y una secuencia de "---" para el alambre.\n * - El primer elemento del array representa los millones, y el \xfaltimo las unidades.\n * - El n\xfamero en cada elemento se representa por las cuentas que est\xe1n a\n * la izquierda del alambre.\n *\n * Ejemplo de array y resultado:\n * ["O---OOOOOOOO",\n * "OOO---OOOOOO",\n * "---OOOOOOOOO",\n * "OO---OOOOOOO",\n * "OOOOOOO---OO",\n * "OOOOOOOOO---",\n * "---OOOOOOOOO"]\n *\n * Resultado: 1.302.790\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#32 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#85"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA COLUMNA DE EXCEL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule el n\xfamero de la columna de una hoja de Excel\n * teniendo en cuenta su nombre.\n * - Las columnas se designan por letras de la "A" a la "Z" de forma infinita.\n * - Ejemplos: A = 1, Z = 26, AA = 27, CA = 79.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#33 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#86"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TETRIS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa capaz de gestionar una pieza de Tetris.\n * - La pantalla de juego tiene 10 filas y 10 columnas representadas por s\xedmbolos \uD83D\uDD32\n * - La pieza de tetris a manejar ser\xe1 la siguiente (si quieres, puedes elegir otra):\n * \uD83D\uDD33\n * \uD83D\uDD33\uD83D\uDD33\uD83D\uDD33\n * - La pieza aparecer\xe1 por primera vez en la parte superior izquierda de la pantalla de juego.\n * \uD83D\uDD33\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD33\uD83D\uDD33\uD83D\uDD33\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * - Debes desarrollar una funci\xf3n capaz de desplazar y rotar la pieza en el tablero,\n * recibiendo una acci\xf3n cada vez que se llame, mostrando c\xf3mo se visualiza en\n * la pantalla de juego.\n * - Las acciones que se pueden aplicar a la pieza son: derecha, izquierda, abajo, rotar.\n * - Debes tener en cuenta los l\xedmites de la pantalla de juego.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#34 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#87"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TXT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa capaz de interactuar con un fichero TXT.\n * IMPORTANTE: El fichero TXT NO debe subirse como parte de la correcci\xf3n.\n * \xdanicamente el c\xf3digo.\n *\n * - Si no existe, debe crear un fichero llamado "text.txt".\n * - Desde el programa debes ser capaz de introducir texto por consola y guardarlo\n * en una nueva l\xednea cada vez que se pulse el bot\xf3n "Enter".\n * - Si el fichero existe, el programa tiene que dar la opci\xf3n de seguir escribiendo\n * a continuaci\xf3n o borrar su contenido y comenzar desde el principio.\n * - Si se selecciona continuar escribiendo, se tiene que mostrar por consola\n * el texto que ya posee el fichero. \n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#35 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#88"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PRIMEROS PASOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Como cada a\xf1o, el d\xeda 256 se celebra el "D\xeda de la Programaci\xf3n".\n * En nuestra comunidad siempre hacemos una gran fiesta donde repartirmos\n * 256 regalos para seguir aprendiendo programaci\xf3n:\n * https://diadelaprogramacion.com\n *\n * Para seguir ayudando, te propongo este reto:\n * Mostrar la sintaxis de los principales elementos de un lenguaje\n * en TODOS los lenguajes de programaci\xf3n que podamos. \xbfLlegaremos a 50?\n *\n * En un fichero, haz lo siguiente (si el lenguaje lo soporta),\n * y comenta cada bloque para identificar con qu\xe9 se corresponde:\n * - Haz un "Hola, mundo!"\n * - Crea variables de tipo String, num\xe9ricas (enteras y decimales)\n * y Booleanas (o cualquier tipo de dato primitivo).\n * - Crea una constante.\n * - Usa un if, else if y else.\n * - Crea estructuras como un array, lista, tupla, set y diccionario.\n * - Usa un for, foreach y un while.\n * - Crea diferentes funciones (con/sin par\xe1metros y con/sin retorno).\n * - Crea una clase.\n * - Muestra el control de excepciones.\n *\n * As\xed, cualquier persona podr\xe1 consultar r\xe1pidamente diferentes ejemplos\n * de sintaxis b\xe1sica de muchos lenguajes.\n *\n * \xa1Muchas gracias!\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#36 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#89"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PERMUTACIONES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que sea capaz de generar e imprimir todas las\n * permutaciones disponibles formadas por las letras de una palabra.\n * - Las palabras generadas no tienen por qu\xe9 existir.\n * - Deben usarse todas las letras en cada permutaci\xf3n.\n * - Ejemplo: sol, slo, ols, osl, los, lso\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#37 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#90"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"COLORES HEX Y RGB"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea las funciones capaces de transformar colores HEX\n * a RGB y viceversa.\n * Ejemplos:\n * RGB a HEX: r: 0, g: 0, b: 0 -> #000000\n * HEX a RGB: hex: #000000 -> (r: 0, g: 0, b: 0)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#38 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#91"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LAS SUMAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que encuentre todas las combinaciones de los n\xfameros\n * de una lista que suman el valor objetivo.\n * - La funci\xf3n recibir\xe1 una lista de n\xfameros enteros positivos\n * y un valor objetivo.\n * - Para obtener las combinaciones s\xf3lo se puede usar\n * una vez cada elemento de la lista (pero pueden existir\n * elementos repetidos en ella).\n * - Ejemplo: Lista = [1, 5, 3, 2], Objetivo = 6\n * Soluciones: [1, 5] y [1, 3, 2] (ambas combinaciones suman 6)\n * (Si no existen combinaciones, retornar una lista vac\xeda)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#39 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#92"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRIPLES PITAG\xd3RICOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que encuentre todos los triples pitag\xf3ricos\n * (ternas) menores o iguales a un n\xfamero dado.\n * - Debes buscar informaci\xf3n sobre qu\xe9 es un triple pitag\xf3rico.\n * - La funci\xf3n \xfanicamente recibe el n\xfamero m\xe1ximo que puede\n * aparecer en el triple.\n * - Ejemplo: Los triples menores o iguales a 10 est\xe1n\n * formados por (3, 4, 5) y (6, 8, 10).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#40 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#93"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TABLA DE MULTIPLICAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que sea capaz de solicitarte un n\xfamero y se\n * encargue de imprimir su tabla de multiplicar entre el 1 y el 10.\n * - Debe visualizarse qu\xe9 operaci\xf3n se realiza y su resultado.\n * Ej: 1 x 1 = 1\n * 1 x 2 = 2\n * 1 x 3 = 3\n * ...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#41 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#94"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CASA ENCANTADA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Este es un reto especial por Halloween.\n * Te encuentras explorando una mansi\xf3n abandonada llena de habitaciones.\n * En cada habitaci\xf3n tendr\xe1s que resolver un acertijo para poder avanzar a la siguiente.\n * Tu misi\xf3n es encontrar la habitaci\xf3n de los dulces.\n *\n * Se trata de implementar un juego interactivo de preguntas y respuestas por terminal.\n * (Tienes total libertad para ser creativo con los textos)\n *\n * - \uD83C\uDFF0 Casa: La mansi\xf3n se corresponde con una estructura cuadrada 4 x 4\n * que deber\xe1s modelar. Las habitaciones de puerta y dulces no tienen enigma.\n * (16 habitaciones, siendo una de entrada y otra donde est\xe1n los dulces)\n * Esta podr\xeda ser una representaci\xf3n:\n * \uD83D\uDEAA⬜️⬜️⬜️\n * ⬜️\uD83D\uDC7B⬜️⬜️\n * ⬜️⬜️⬜️\uD83D\uDC7B\n * ⬜️⬜️\uD83C\uDF6D⬜️\n * - ❓ Enigmas: Cada habitaci\xf3n propone un enigma aleatorio que deber\xe1s responder con texto.\n * Si no lo aciertas no podr\xe1s desplazarte.\n * - \uD83E\uDDED Movimiento: Si resuelves el enigma se te preguntar\xe1 a donde quieres desplazarte.\n * (Ejemplo: norte/sur/este/oeste. S\xf3lo deben proporcionarse las opciones posibles)\n * - \uD83C\uDF6D Salida: Sales de la casa si encuentras la habitaci\xf3n de los dulces.\n * - \uD83D\uDC7B (Bonus) Fantasmas: Existe un 10% de que en una habitaci\xf3n aparezca un fantasma y\n * tengas que responder dos preguntas para salir de ella.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#42 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#95"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PUNTO DE ENCUENTRO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que calcule el punto de encuentro de dos objetos en movimiento\n * en dos dimensiones.\n * - Cada objeto est\xe1 compuesto por una coordenada xy y una velocidad de desplazamiento\n * (vector de desplazamiento) por unidad de tiempo (tambi\xe9n en formato xy).\n * - La funci\xf3n recibir\xe1 las coordenadas de inicio de ambos objetos y sus velocidades.\n * - La funci\xf3n calcular\xe1 y mostrar\xe1 el punto en el que se encuentran y el tiempo que\n * tardarn en lograrlo.\n * - La funci\xf3n debe tener en cuenta que los objetos pueden no llegar a encontrarse.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"hhttps://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"hhttps://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#43 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#96"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"SIMULADOR DE CLIMA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que simule las condiciones clim\xe1ticas (temperatura y probabilidad de lluvia)\n * de un lugar ficticio al pasar un n\xfamero concreto de d\xedas seg\xfan estas reglas:\n * - La temperatura inicial y el % de probabilidad de lluvia lo define el usuario.\n * - Cada d\xeda que pasa:\n * - 10% de posibilidades de que la temperatura aumente o disminuya 2 grados.\n * - Si la temperatura supera los 25 grados, la probabilidad de lluvia al d\xeda\n * siguiente aumenta en un 20%.\n * - Si la temperatura baja de 5 grados, la probabilidad de lluvia al d\xeda\n * siguiente disminuya en un 20%.\n * - Si llueve (100%), la temperatura del d\xeda siguiente disminuye en 1 grado.\n * - La funci\xf3n recibe el n\xfamero de d\xedas de la predicci\xf3n y muestra la temperatura\n * y si llueve durante todos esos d\xedas.\n * - Tambi\xe9n mostrar\xe1 la temperatura m\xe1xima y m\xednima de ese periodo y cu\xe1ntos d\xedas va a llover.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#44 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#97"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ADIVINANZAS MATEM\xc1TICAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un juego interactivo por terminal en el que tendr\xe1s que adivinar\n * el resultado de diferentes operaciones matem\xe1ticas aleatorias\n * (suma, resta, multiplicaci\xf3n o divisi\xf3n de dos n\xfameros enteros).\n * - Tendr\xe1s 3 segundos para responder correctamente.\n * - El juego finaliza si no se logra responder en ese tiempo.\n * - Al finalizar el juego debes mostrar cu\xe1ntos c\xe1lculos has acertado.\n * - Cada 5 aciertos debes aumentar en uno el posible n\xfamero de cifras\n * de la operaci\xf3n (cada vez en un operando):\n * - Preguntas 1 a 5: X (entre 0 y 9) operaci\xf3n Y (entre 0 y 9)\n * - Preguntas 6 a 10: XX (entre 0 y 99) operaci\xf3n Y (entre 0 y 9)\n * - Preguntas 11 a 15: XX operaci\xf3n YY\n * - Preguntas 16 a 20: XXX (entre 0 y 999) operaci\xf3n YY\n * ..\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#45 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#98"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CALENDARIO DE ADEVIENTO 2023"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * \xbfConoces el calendario de aDEViento de la comunidad (https://adviento.dev)?\n * 24 d\xedas, 24 regalos sorpresa relacionados con desarrollo de software.\n * Desde el 1 al 24 de diciembre.\n *\n * Crea un programa que simule el mecanismo de participaci\xf3n:\n * - Mediante la terminal, el programa te preguntar\xe1 si quieres a\xf1adir y borrar\n * participantes, mostrarlos, lanzar el sorteo o salir.\n * - Si seleccionas a\xf1adir un participante, podr\xe1s escribir su nombre y pulsar enter.\n * - Si seleccionas a\xf1adir un participante, y este ya existe, avisar\xe1s de ello.\n * (Y no lo duplicar\xe1s)\n * - Si seleccionas mostrar los participantes, se listar\xe1n todos.\n * - Si seleccionas eliminar un participante, podr\xe1s escribir su nombre y pulsar enter.\n * (Avisando de si lo has eliminado o el nombre no existe)\n * - Si seleccionas realizar el sorteo, elegir\xe1s una persona al azar\n * y se eliminar\xe1 del listado.\n * - Si seleccionas salir, el programa finalizar\xe1.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#46 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#99"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CARRERA DE COCHES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que simule la competici\xf3n de dos coches en una pista.\n * - Los dos coches estar\xe1n representados por \uD83D\uDE99 y \uD83D\uDE97. Y la meta por \uD83C\uDFC1.\n * - Cada pista tendr\xe1 entre 1 y 3 \xe1rboles \uD83C\uDF32 colocados de forma aleatoria.\n * - Las dos pistas tendr\xe1n una longitud configurable de guiones bajos "_".\n * - Los coches comenzar\xe1n en la parte derecha de las pistas. Ejemplo:\n * \uD83C\uDFC1____\uD83C\uDF32_____\uD83D\uDE99\n * \uD83C\uDFC1_\uD83C\uDF32____\uD83C\uDF32___\uD83D\uDE97\n *\n * El juego se desarrolla por turnos de forma autom\xe1tica, y cada segundo\n * se realiza una acci\xf3n sobre los coches (movi\xe9ndose a la vez), hasta que\n * uno de ellos (o los dos a la vez) llega a la meta.\n * - Acciones:\n * - Avanzar entre 1 a 3 posiciones hacia la meta.\n * - Si al avanzar, el coche finaliza en la posici\xf3n de un \xe1rbol,\n * se muestra \uD83D\uDCA5 y no avanza durante un turno.\n * - Cada turno se imprimen las pistas y sus elementos.\n * - Cuando la carrera finalice, se muestra el coche ganador o el empate.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#47 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#100"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA PALABRA DE 100 PUNTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * La \xfaltima semana de 2021 comenzamos la actividad de retos de programaci\xf3n,\n * con la intenci\xf3n de resolver un ejercicio cada semana para mejorar\n * nuestra l\xf3gica... \xa1Hemos llegado al EJERCICIO 100! Gracias \uD83D\uDE4C\n *\n * Crea un programa que calcule los puntos de una palabra.\n * - Cada letra tiene un valor asignado. Por ejemplo, en el abecedario\n * espa\xf1ol de 27 letras, la A vale 1 y la Z 27.\n * - El programa muestra el valor de los puntos de cada palabra introducida.\n * - El programa finaliza si logras introducir una palabra de 100 puntos.\n * - Puedes usar la terminal para interactuar con el usuario y solicitarle\n * cada palabra.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{id:"last",ref:e,sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#48 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#101"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL RANKING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Todo llega a su fin... Este es el \xfaltimo reto de programaci\xf3n\n * semanal de 2023.\n *\n * Crea un programa que muestre un listado calculado en tiempo real\n * con todos los usuarios que han resuelto alg\xfan reto de programaci\xf3n\n * de este a\xf1o.\n * - El listado debe estar ordenado por el n\xfamero de ejercicios resueltos\n * por cada usuario (y mostrar ese contador al lado de su nombre).\n * - Tambi\xe9n se debe de mostrar el n\xfamero de usuarios que han participado\n * y el n\xfamero de correcciones enviadas.\n *\n * Much\xedsimas gracias por ayudar a crear este gran recurso\n * para la comunidad... \xa1Prep\xe1rate para 2024!\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(d.g,{spacing:"2em",children:[(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#0 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#1"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL FAMOSO "FIZZ BUZZ"'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre por consola (con un print) los\n * n\xfameros de 1 a 100 (ambos incluidos y con un salto de l\xednea entre\n * cada impresi\xf3n), sustituyendo los siguientes:\n * - M\xfaltiplos de 3 por la palabra "fizz".\n * - M\xfaltiplos de 5 por la palabra "buzz".\n * - M\xfaltiplos de 3 y de 5 a la vez por la palabra "fizzbuzz".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge0.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge0.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#1 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#2"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN ANAGRAMA?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que reciba dos palabras (String) y retorne\n * verdadero o falso (Bool) seg\xfan sean o no anagramas.\n * - Un Anagrama consiste en formar una palabra reordenando TODAS\n * las letras de otra palabra inicial.\n * - NO hace falta comprobar que ambas palabras existan.\n * - Dos palabras exactamente iguales no son anagrama.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge1.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge1.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#2 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#3"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA SUCESI\xd3N DE FIBONACCI"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que imprima los 50 primeros n\xfameros de la sucesi\xf3n\n * de Fibonacci empezando en 0.\n * - La serie Fibonacci se compone por una sucesi\xf3n de n\xfameros en\n * la que el siguiente siempre es la suma de los dos anteriores.\n * 0, 1, 1, 2, 3, 5, 8, 13...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge2.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge2.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#3 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#4"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN N\xdaMERO PRIMO?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que se encargue de comprobar si un n\xfamero es o no primo.\n * Hecho esto, imprime los n\xfameros primos entre 1 y 100.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge3.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge3.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#4 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#5"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xc1REA DE UN POL\xcdGONO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una \xfanica funci\xf3n (importante que s\xf3lo sea una) que sea capaz\n * de calcular y retornar el \xe1rea de un pol\xedgono.\n * - La funci\xf3n recibir\xe1 por par\xe1metro s\xf3lo UN pol\xedgono a la vez.\n * - Los pol\xedgonos soportados ser\xe1n Tri\xe1ngulo, Cuadrado y Rect\xe1ngulo.\n * - Imprime el c\xe1lculo del \xe1rea de un pol\xedgono de cada tipo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge4.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge4.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=ydH_B5KuqGs",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #1 al #5"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #1 al #5"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #1 al #5"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#5 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#6"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ASPECT RATIO DE UNA IMAGEN"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que se encargue de calcular el aspect ratio de una\n * imagen a partir de una url.\n * - Url de ejemplo:\n * https://raw.githubusercontent.com/mouredevmouredev/master/mouredev_github_profile.png\n * - Por ratio hacemos referencia por ejemplo a los "16:9" de una\n * imagen de 1920*1080px.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge5.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge5.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#6 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#7"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"INVIRTIENDO CADENAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que invierta el orden de una cadena de texto\n * sin usar funciones propias del lenguaje que lo hagan de forma autom\xe1tica.\n * - Si le pasamos "Hola mundo" nos retornar\xeda "odnum aloH"\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge6.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge6.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#7 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#8"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTANDO PALABRAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que cuente cuantas veces se repite cada palabra\n * y que muestre el recuento final de todas ellas.\n * - Los signos de puntuaci\xf3n no forman parte de la palabra.\n * - Una palabra es la misma aunque aparezca en may\xfasculas y min\xfasculas.\n * - No se pueden utilizar funciones propias del lenguaje que\n * lo resuelvan autom\xe1ticamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge7.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge7.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#8 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#9"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTANDO PALABRAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa se encargue de transformar un n\xfamero\n * decimal a binario sin utilizar funciones propias del lenguaje que lo hagan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge8.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge8.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#9 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#10"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"C\xd3DIGO MORSE"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que sea capaz de transformar texto natural a c\xf3digo\n * morse y viceversa.\n * - Debe detectar autom\xe1ticamente de qu\xe9 tipo se trata y realizar\n * la conversi\xf3n.\n * - En morse se soporta raya "—", punto ".", un espacio " " entre letras\n * o s\xedmbolos y dos espacios entre palabras " ".\n * - El alfabeto morse soportado ser\xe1 el mostrado en\n * https://es.wikipedia.org/wiki/C\xf3digo_morse.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge9.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge9.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#10 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#11"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESIONES EQUILIBRADAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que comprueba si los par\xe9ntesis, llaves y corchetes\n * de una expresi\xf3n est\xe1n equilibrados.\n * - Equilibrado significa que estos delimitadores se abren y cieran\n * en orden y de forma correcta.\n * - Par\xe9ntesis, llaves y corchetes son igual de prioritarios.\n * No hay uno m\xe1s importante que otro.\n * - Expresi\xf3n balanceada: { [ a * ( c + d ) ] - 5 }\n * - Expresi\xf3n no balanceada: { a * ( c + d ) ] - 5 }\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge10.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge10.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=Y_Gej0lbfD0",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #6 al #11"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #6 al #11"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #6 al #11"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#11 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#12"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESIONES EQUILIBRADAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos cadenas como par\xe1metro (str1, str2)\n * e imprima otras dos cadenas como salida (out1, out2).\n * - out1 contendr\xe1 todos los caracteres presentes en la str1 pero NO\n * est\xe9n presentes en str2.\n * - out2 contendr\xe1 todos los caracteres presentes en la str2 pero NO\n * est\xe9n presentes en str1.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge11.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge11.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#12 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#13"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN PAL\xcdNDROMO?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que reciba un texto y retorne verdadero o\n * falso (Boolean) seg\xfan sean o no pal\xedndromos.\n * Un Pal\xedndromo es una palabra o expresi\xf3n que es igual si se lee\n * de izquierda a derecha que de derecha a izquierda.\n * NO se tienen en cuenta los espacios, signos de puntuaci\xf3n y tildes.\n * Ejemplo: Ana lleva al oso la avellana.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge12.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge12.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#13 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#14"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"FACTORIAL RECURSIVO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que calcule y retorne el factorial de un n\xfamero dado\n * de forma recursiva.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge13.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge13.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#14 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#15"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfES UN N\xdaMERO DE ARMSTRONG?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe una funci\xf3n que calcule si un n\xfamero dado es un n\xfamero de Armstrong\n * (o tambi\xe9n llamado narcisista).\n * Si no conoces qu\xe9 es un n\xfamero de Armstrong, debes buscar informaci\xf3n\n * al respecto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge14.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge14.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#15 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#16"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfCU\xc1NTOS D\xcdAS?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule y retorne cu\xe1ntos d\xedas hay entre dos cadenas\n * de texto que representen fechas.\n * - Una cadena de texto que representa una fecha tiene el formato "dd/MM/yyyy".\n * - La funci\xf3n recibir\xe1 dos String y retornar\xe1 un Int.\n * - La diferencia en d\xedas ser\xe1 absoluta (no importa el orden de las fechas).\n * - Si una de las dos cadenas de texto no representa una fecha correcta se\n * lanzar\xe1 una excepci\xf3n.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge15.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge15.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#16 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#17"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EN MAY\xdaSCULA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un String de cualquier tipo y se encargue de\n * poner en may\xfascula la primera letra de cada palabra.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge16.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge16.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#17 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#18"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CARRERA DE OBST\xc1CULOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que eval\xfae si un/a atleta ha superado correctamente una\n * carrera de obst\xe1culos.\n * - La funci\xf3n recibir\xe1 dos par\xe1metros:\n * - Un array que s\xf3lo puede contener String con las palabras\n * "run" o "jump"\n * - Un String que represente la pista y s\xf3lo puede contener "_" (suelo)\n * o "|" (valla)\n * - La funci\xf3n imprimir\xe1 c\xf3mo ha finalizado la carrera:\n * - Si el/a atleta hace "run" en "_" (suelo) y "jump" en "|" (valla)\n * ser\xe1 correcto y no variar\xe1 el s\xedmbolo de esa parte de la pista.\n * - Si hace "jump" en "_" (suelo), se variar\xe1 la pista por "x".\n * - Si hace "run" en "|" (valla), se variar\xe1 la pista por "/".\n * - La funci\xf3n retornar\xe1 un Boolean que indique si ha superado la carrera.\n * Para ello tiene que realizar la opci\xf3n correcta en cada tramo de la pista.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge17.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge17.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#18 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#19"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRES EN RAYA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que analice una matriz 3x3 compuesta por "X" y "O"\n * y retorne lo siguiente:\n * - "X" si han ganado las "X"\n * - "O" si han ganado los "O"\n * - "Empate" si ha habido un empate\n * - "Nulo" si la proporci\xf3n de "X", de "O", o de la matriz no es correcta.\n * O si han ganado los 2.\n * Nota: La matriz puede no estar totalmente cubierta.\n * Se podr\xeda representar con un vac\xedo "", por ejemplo.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge18.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge18.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#19 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#20"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR TIEMPO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba d\xedas, horas, minutos y segundos (como enteros)\n * y retorne su resultado en milisegundos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge19.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge19.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#20 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#21"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PARANDO EL TIEMPO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sume 2 n\xfameros y retorne su resultado pasados\n * unos segundos.\n * - Recibir\xe1 por par\xe1metros los 2 n\xfameros a sumar y los segundos que\n * debe tardar en finalizar su ejecuci\xf3n.\n * - Si el lenguaje lo soporta, deber\xe1 retornar el resultado de forma\n * as\xedncrona, es decir, sin detener la ejecuci\xf3n del programa principal.\n * Se podr\xeda ejecutar varias veces al mismo tiempo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge20.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge20.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=YPdhP60Tt08",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #12 al #21"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #12 al #21"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #12 al #21"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#21 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#22"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CALCULADORA .TXT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Lee el fichero "Challenge21.txt" incluido en el proyecto, calcula su\n * resultado e impr\xedmelo.\n * - El .txt se corresponde con las entradas de una calculadora.\n * - Cada l\xednea tendr\xe1 un n\xfamero o una operaci\xf3n representada por un\n * s\xedmbolo (alternando ambos).\n * - Soporta n\xfameros enteros y decimales.\n * - Soporta las operaciones suma "+", resta "-", multiplicaci\xf3n "*"\n * y divisi\xf3n "/".\n * - El resultado se muestra al finalizar la lectura de la \xfaltima\n * l\xednea (si el .txt es correcto).\n * - Si el formato del .txt no es correcto, se indicar\xe1 que no se han\n * podido resolver las operaciones.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge21.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge21.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#22 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#23"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONJUNTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos array, un booleano y retorne un array.\n * - Si el booleano es verdadero buscar\xe1 y retornar\xe1 los elementos comunes\n * de los dos array.\n * - Si el booleano es falso buscar\xe1 y retornar\xe1 los elementos no comunes\n * de los dos array.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge22.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge22.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#23 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#24"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"M\xc1XIMO COM\xdaN DIVISOR Y M\xcdNIMO COM\xdaN M\xdaLTIPLO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea dos funciones, una que calcule el m\xe1ximo com\xfan divisor (MCD) y otra\n * que calcule el m\xednimo com\xfan m\xfaltiplo (mcm) de dos n\xfameros enteros.\n * - No se pueden utilizar operaciones del lenguaje que\n * lo resuelvan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge23.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge23.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#24 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#25"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ITERATION MASTER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Quiero contar del 1 al 100 de uno en uno (imprimiendo cada uno).\n * \xbfDe cu\xe1ntas maneras eres capaz de hacerlo?\n * Crea el c\xf3digo para cada una de ellas.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge24.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge24.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#25 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#26"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que calcule quien gana m\xe1s partidas al piedra,\n * papel, tijera.\n * - El resultado puede ser: "Player 1", "Player 2", "Tie" (empate)\n * - La funci\xf3n recibe un listado que contiene pares, representando cada jugada.\n * - El par puede contener combinaciones de "R" (piedra), "P" (papel)\n * o "S" (tijera).\n * - Ejemplo. Entrada: [("R","S"), ("S","R"), ("P","S")]. Resultado: "Player 2".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge25.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge25.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#26 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#27"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que dibuje un cuadrado o un tri\xe1ngulo con asteriscos "*".\n * - Indicaremos el tama\xf1o del lado y si la figura a dibujar es una u otra.\n * - EXTRA: \xbfEres capaz de dibujar m\xe1s figuras?\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge26.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge26.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#27 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#28"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VECTORES ORTOGONALES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que determine si dos vectores son ortogonales.\n * - Los dos array deben tener la misma longitud.\n * - Cada vector se podr\xeda representar como un array. Ejemplo: [1, -2]\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge27.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge27.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#28 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#29"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"M\xc1QUINA EXPENDEDORA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Simula el funcionamiento de una m\xe1quina expendedora creando una operaci\xf3n\n * que reciba dinero (array de monedas) y un n\xfamero que indique la selecci\xf3n\n * del producto.\n * - El programa retornar\xe1 el nombre del producto y un array con el dinero\n * de vuelta (con el menor n\xfamero de monedas).\n * - Si el dinero es insuficiente o el n\xfamero de producto no existe,\n * deber\xe1 indicarse con un mensaje y retornar todas las monedas.\n * - Si no hay dinero de vuelta, el array se retornar\xe1 vac\xedo.\n * - Para que resulte m\xe1s simple, trabajaremos en c\xe9ntimos con monedas\n * de 5, 10, 50, 100 y 200.\n * - Debemos controlar que las monedas enviadas est\xe9n dentro de las soportadas.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge28.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge28.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#29 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#30"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ORDENA LA LISTA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que ordene y retorne una matriz de n\xfameros.\n * - La funci\xf3n recibir\xe1 un listado (por ejemplo [2, 4, 6, 8, 9]) y un par\xe1metro\n * adicional "Asc" o "Desc" para indicar si debe ordenarse de menor a mayor\n * o de mayor a menor.\n * - No se pueden utilizar funciones propias del lenguaje que lo resuelvan\n * autom\xe1ticamente.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge29.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge29.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#30 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#31"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ORDENA LA LISTA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un texto y muestre cada palabra en una l\xednea,\n * formando un marco rectangular de asteriscos.\n * - \xbfQu\xe9 te parece el reto? Se ver\xeda as\xed:\n * **********\n * * \xbfQu\xe9 *\n * * te *\n * * parece *\n * * el *\n * * reto? *\n * **********\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge30.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge30.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOB_4le7718",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #22 al #31"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #22 al #31"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #22 al #31"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#31 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#32"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"A\xd1OS BISIESTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que imprima los 30 pr\xf3ximos a\xf1os bisiestos\n * siguientes a uno dado.\n * - Utiliza el menor n\xfamero de l\xedneas para resolver el ejercicio.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge31.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge31.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#32 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#33"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SEGUNDO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un listado de n\xfameros, encuentra el SEGUNDO m\xe1s grande\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge32.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge32.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#33 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#34"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SEGUNDO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un funci\xf3n, que dado un a\xf1o, indique el elemento \n * y animal correspondiente en el ciclo sexagenario del zod\xedaco chino.\n * - Info: https://www.travelchinaguide.com/intro/astrology/60year-cycle.htm\n * - El ciclo sexagenario se corresponde con la combinaci\xf3n de los elementos\n * madera, fuego, tierra, metal, agua y los animales rata, buey, tigre,\n * conejo, drag\xf3n, serpiente, caballo, oveja, mono, gallo, perro, cerdo\n * (en este orden).\n * - Cada elemento se repite dos a\xf1os seguidos.\n * - El \xfaltimo ciclo sexagenario comenz\xf3 en 1984 (Madera Rata).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge33.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge33.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#34 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#35"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS N\xdaMEROS PERDIDOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un array de enteros ordenado y sin repetidos,\n * crea una funci\xf3n que calcule y retorne todos los que faltan entre\n * el mayor y el menor.\n * - Lanza un error si el array de entrada no es correcto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge34.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge34.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#35 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#36"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BATALLA POK\xc9MON"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que calcule el da\xf1o de un ataque durante\n * una batalla Pok\xe9mon.\n * - La f\xf3rmula ser\xe1 la siguiente: da\xf1o = 50 * (ataque / defensa) * efectividad\n * - Efectividad: x2 (s\xfaper efectivo), x1 (neutral), x0.5 (no es muy efectivo)\n * - S\xf3lo hay 4 tipos de Pok\xe9mon: Agua, Fuego, Planta y El\xe9ctrico \n * (buscar su efectividad)\n * - El programa recibe los siguientes par\xe1metros:\n * - Tipo del Pok\xe9mon atacante.\n * - Tipo del Pok\xe9mon defensor.\n * - Ataque: Entre 1 y 100.\n * - Defensa: Entre 1 y 100.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge35.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge35.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#36 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#37"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS ANILLOS DE PODER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1La Tierra Media est\xe1 en guerra! En ella luchar\xe1n razas leales\n * a Sauron contra otras bondadosas que no quieren que el mal reine\n * sobre sus tierras.\n * Cada raza tiene asociado un "valor" entre 1 y 5:\n * - Razas bondadosas: Pelosos (1), Sure\xf1os buenos (2), Enanos (3),\n * N\xfamen\xf3reanos (4), Elfos (5)\n * - Razas malvadas: Sure\xf1os malos (2), Orcos (2), Goblins (2),\n * Huargos (3), Trolls (5)\n * Crea un programa que calcule el resultado de la batalla entre\n * los 2 tipos de ej\xe9rcitos:\n * - El resultado puede ser que gane el bien, el mal, o exista un empate.\n * Dependiendo de la suma del valor del ej\xe9rcito y el n\xfamero de integrantes.\n * - Cada ej\xe9rcito puede estar compuesto por un n\xfamero de integrantes variable\n * de cada raza.\n * - Tienes total libertad para modelar los datos del ejercicio.\n * Ej: 1 Peloso pierde contra 1 Orco\n * 2 Pelosos empatan contra 1 Orco\n * 3 Pelosos ganan a 1 Orco\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge36.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge36.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#37 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#38"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LOS ANILLOS DE PODER"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1Han anunciado un nuevo "The Legend of Zelda"!\n * Se llamar\xe1 "Tears of the Kingdom" y se lanzar\xe1 el 12 de mayo de 2023.\n * Pero, \xbfrecuerdas cu\xe1nto tiempo ha pasado entre los distintos\n * "The Legend of Zelda" de la historia?\n * Crea un programa que calcule cu\xe1ntos a\xf1os y d\xedas hay entre 2 juegos de Zelda\n * que t\xfa selecciones.\n * - Debes buscar cada uno de los t\xedtulos y su d\xeda de lanzamiento \n * (si no encuentras el d\xeda exacto puedes usar el mes, o incluso invent\xe1rtelo)\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge37.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge37.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#38 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#39"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BINARIO A DECIMAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa se encargue de transformar un n\xfamero binario\n * a decimal sin utilizar funciones propias del lenguaje que\n * lo hagan directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge38.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge38.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#39 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#40"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TOP ALGORITMOS | QUICK SORT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Implementa uno de los algoritmos de ordenaci\xf3n m\xe1s famosos:\n * el "Quick Sort", creado por C.A.R. Hoare.\n * - Entender el funcionamiento de los algoritmos m\xe1s utilizados de la historia\n * Nos ayuda a mejorar nuestro conocimiento sobre ingenier\xeda de software.\n * Ded\xedcale tiempo a entenderlo, no \xfanicamente a copiar su implementaci\xf3n.\n * - Esta es una nueva serie de retos llamada "TOP ALGORITMOS",\n * donde trabajaremos y entenderemos los m\xe1s famosos de la historia.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge39.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge39.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#40 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#41"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRI\xc1NGULO DE PASCAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de dibujar el "Tri\xe1ngulo de Pascal"\n * indic\xe1ndole \xfanicamente el tama\xf1o del lado.\n *\n * - Aqu\xed puedes ver r\xe1pidamente c\xf3mo se calcula el tri\xe1ngulo:\n * https://commons.wikimedia.org/wiki/File:PascalTriangleAnimated2.gif\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge40.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge40.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8-IOU3Qlgws",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #32 al #41"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #32 al #41"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #32 al #41"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#41 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#42"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA LEY DE OHM"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule el valor del par\xe1metro perdido\n * correspondiente a la ley de Ohm.\n * - Enviaremos a la funci\xf3n 2 de los 3 par\xe1metros (V, R, I), y retornar\xe1\n * el valor del tercero (redondeado a 2 decimales).\n * - Si los par\xe1metros son incorrectos o insuficientes, la funci\xf3n retornar\xe1\n * la cadena de texto "Invalid values".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge41.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge41.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#42 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#43"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR DE TEMPERATURA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que transforme grados Celsius en Fahrenheit\n * y viceversa.\n *\n * - Para que un dato de entrada sea correcto debe poseer un s\xedmbolo "\xb0"\n * y su unidad ("C" o "F").\n * - En caso contrario retornar\xe1 un error.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge42.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge42.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#43 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#44"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRUCO O TRATO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Este es un reto especial por Halloween.\n * Deberemos crear un programa al que le indiquemos si queremos realizar "Truco\n * o Trato" y un listado (array) de personas con las siguientes propiedades:\n * - Nombre de la ni\xf1a o ni\xf1o\n * - Edad\n * - Altura en cent\xedmetros\n *\n * Si las personas han pedido truco, el programa retornar\xe1 sustos (aleatorios)\n * siguiendo estos criterios:\n * - Un susto por cada 2 letras del nombre por persona\n * - Dos sustos por cada edad que sea un n\xfamero par\n * - Tres sustos por cada 100 cm de altura entre todas las personas\n * - Sustos: \uD83C\uDF83 \uD83D\uDC7B \uD83D\uDC80 \uD83D\uDD77 \uD83D\uDD78 \uD83E\uDD87\n *\n * Si las personas han pedido trato, el programa retornar\xe1 dulces (aleatorios)\n * siguiendo estos criterios:\n * - Un dulce por cada letra de nombre\n * - Un dulce por cada 3 a\xf1os cumplidos hasta un m\xe1ximo de 10 a\xf1os por persona\n * - Dos dulces por cada 50 cm de altura hasta un m\xe1ximo de 150 cm por persona\n * - Dulces: \uD83C\uDF70 \uD83C\uDF6C \uD83C\uDF61 \uD83C\uDF6D \uD83C\uDF6A \uD83C\uDF6B \uD83E\uDDC1 \uD83C\uDF69\n * - En caso contrario retornar\xe1 un error.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge43.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge43.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#44 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#45"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BUMERANES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que retorne el n\xfamero total de bumeranes de\n * un array de n\xfameros enteros e imprima cada uno de ellos.\n * - Un bumer\xe1n (b\xfameran, boomerang) es una secuencia formada por 3 n\xfameros\n * seguidos, en el que el primero y el \xfaltimo son iguales, y el segundo\n * es diferente. Por ejemplo [2, 1, 2].\n * - En el array [2, 1, 2, 3, 3, 4, 2, 4] hay 2 bumeranes ([2, 1, 2]\n * y [4, 2, 4]).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge44.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge44.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#45 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#46"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONTENEDOR DE AGUA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Dado un array de n\xfameros enteros positivos, donde cada uno\n * representa unidades de bloques apilados, debemos calcular cuantas unidades\n * de agua quedar\xe1n atrapadas entre ellos.\n *\n * - Ejemplo: Dado el array [4, 0, 3, 6, 1, 3].\n *\n * ⏹\n * ⏹\n * ⏹\uD83D\uDCA7\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹\uD83D\uDCA7⏹\n * ⏹\uD83D\uDCA7⏹⏹⏹⏹\n *\n * Representando bloque con ⏹︎ y agua con \uD83D\uDCA7, quedar\xe1n atrapadas 7 unidades\n * de agua. Suponemos que existe un suelo impermeable en la parte inferior\n * que retiene el agua.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge45.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge45.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#46 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#47"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xbfD\xd3NDE EST\xc1 EL ROBOT?"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Calcula d\xf3nde estar\xe1 un robot (sus coordenadas finales) que se\n * encuentra en una cuadr\xedcula representada por los ejes "x" e "y".\n * - El robot comienza en la coordenada (0, 0).\n * - Para idicarle que se mueva, le enviamos un array formado por enteros\n * (positivos o negativos) que indican la secuencia de pasos a dar.\n * - Por ejemplo: [10, 5, -2] indica que primero se mueve 10 pasos, se detiene,\n * luego 5, se detiene, y finalmente 2.\n * El resultado en este caso ser\xeda (x: -5, y: 12)\n * - Si el n\xfamero de pasos es negativo, se desplazar\xeda en sentido contrario al\n * que est\xe1 mirando.\n * - Los primeros pasos los hace en el eje "y". Interpretamos que est\xe1 mirando\n * hacia la parte positiva del eje "y".\n * - El robot tiene un fallo en su programaci\xf3n: cada vez que finaliza una\n * secuencia de pasos gira 90 grados en el sentido contrario a las agujas\n * del reloj.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge46.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge46.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=LpnVqgonptI",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #42 al #47"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #42 al #47"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #42 al #47"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#47 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#48"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VOCAL M\xc1S COM\xdaN"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un funci\xf3n que reciba un texto y retorne la vocal que\n * m\xe1s veces se repita.\n * - Ten cuidado con algunos casos especiales.\n * - Si no hay vocales podr\xe1 devolver vac\xedo.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge47.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge47.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#48 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#49"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CALENDARIO DE ADEVIENTO 2022"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xbfConoces el calendario de adviento de la comunidad (https://adviento.dev)?\n * 24 d\xedas, 24 regalos sorpresa relacionados con desarrollo de software,\n * ciencia y tecnolog\xeda desde el 1 de diciembre.\n *\n * Enunciado: Crea una funci\xf3n que reciba un objeto de tipo "Date" y retorne\n * lo siguiente:\n * - Si la fecha coincide con el calendario de aDEViento 2022: Retornar\xe1 el regalo\n * de ese d\xeda (a tu elecci\xf3n) y cu\xe1nto queda para que finalice el sorteo de ese d\xeda.\n * - Si la fecha es anterior: Cu\xe1nto queda para que comience el calendario.\n * - Si la fecha es posterior: Cu\xe1nto tiempo ha pasado desde que ha finalizado.\n *\n * Notas:\n * - Tenemos en cuenta que cada d\xeda del calendario comienza a medianoche 00:00:00\n * y finaliza a las 23:59:59.\n * - Debemos trabajar con fechas que tengan a\xf1o, mes, d\xeda, horas, minutos\n * y segundos.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge48.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge48.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#49 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#50"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL DETECTOR DE HANDLES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de detectar y retornar todos los\n * handles de un texto usando solamente Expresiones Regulares.\n * Debes crear una expresi\xf3n regular para cada caso:\n * - Handle usuario: Los que comienzan por "@"\n * - Handle hashtag: Los que comienzan por "#"\n * - Handle web: Los que comienzan por "www.", "http://", "https://"\n * y finalizan con un dominio (.com, .es...)\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge49.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge49.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#50 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#51"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ENCRIPTACI\xd3N DE KARACA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sea capaz de encriptar y desencriptar texto\n * utilizando el algoritmo de encriptaci\xf3n de Karaca\n * (debes buscar informaci\xf3n sobre \xe9l).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge50.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge50.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#51 2022"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#52"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL RETO RANDOM"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea tu propio enunciado para que forme parte de los retos de 2023.\n * - Ten en cuenta que su dificultad debe ser asumible por la comunidad y seguir\n * un estilosemejante a los que hemos realizado durante el a\xf1o.\n * - Si quieres tambi\xe9n puedes proponer tu propia soluci\xf3n al reto\n * (en el lenguaje que quieras).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge51.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/Weekly-Challenge-2022-Kotlin/blob/main/app/src/main/java/com/mouredev/weeklychallenge2022/Challenge51.kt",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #48 al #52"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Correcci\xf3n #48 al #52"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Correcci\xf3n #48 al #52"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#0 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#53"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL FAMOSO "FIZZ BUZZ" (v2)'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre por consola (con un print) los\n * n\xfameros de 1 a 100 (ambos incluidos y con un salto de l\xednea entre\n * cada impresi\xf3n), sustituyendo los siguientes:\n * - M\xfaltiplos de 3 por la palabra "fizz".\n * - M\xfaltiplos de 5 por la palabra "buzz".\n * - M\xfaltiplos de 3 y de 5 a la vez por la palabra "fizzbuzz".\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%230%20-%20EL%20FAMOSO%20FIZZ%20BUZZ%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=nOrqQcHUhxc",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#1 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#54"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'EL "LENGUAJE HACKER"'})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que reciba un texto y transforme lenguaje natural a\n * "lenguaje hacker" (conocido realmente como "leet" o "1337"). Este lenguaje\n * se caracteriza por sustituir caracteres alfanum\xe9ricos.\n * - Utiliza esta tabla (https://www.gamehouse.com/blog/leet-speak-cheat-sheet)\n * con el alfabeto y los n\xfameros en "leet".\n * (Usa la primera opci\xf3n de cada transformaci\xf3n. Por ejemplo "4" para la "a")\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%231%20-%20EL%20LENGUAJE%20HACKER%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EIxlo_SVUss",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#2 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#55"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL PARTIDO DE TENIS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que muestre c\xf3mo transcurre un juego de tenis y qui\xe9n lo ha ganado.\n * El programa recibir\xe1 una secuencia formada por "P1" (Player 1) o "P2" (Player 2), seg\xfan quien\n * gane cada punto del juego.\n *\n * - Las puntuaciones de un juego son "Love" (cero), 15, 30, 40, "Deuce" (empate), ventaja.\n * - Ante la secuencia [P1, P1, P2, P2, P1, P2, P1, P1], el programa mostrar\xeda lo siguiente:\n * 15 - Love\n * 30 - Love\n * 30 - 15\n * 30 - 30\n * 40 - 30\n * Deuce\n * Ventaja P1\n * Ha ganado el P1\n * - Si quieres, puedes controlar errores en la entrada de datos.\n * - Consulta las reglas del juego si tienes dudas sobre el sistema de puntos.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%232%20-%20EL%20PARTIDO%20DE%20TENIS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=-WW4iRmgXuk",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#3 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#56"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL GENERADOR DE CONTRASE\xd1AS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un programa que sea capaz de generar contrase\xf1as de forma aleatoria.\n * Podr\xe1s configurar generar contrase\xf1as con los siguientes par\xe1metros:\n * - Longitud: Entre 8 y 16.\n * - Con o sin letras may\xfasculas.\n * - Con o sin n\xfameros.\n * - Con o sin s\xedmbolos.\n * (Pudiendo combinar todos estos par\xe1metros entre ellos)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%233%20-%20EL%20GENERADOR%20DE%20CONTRASE%C3%91AS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=4PA0fioCscw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#4 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#57"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PRIMO, FIBONACCI Y PAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Escribe un programa que, dado un n\xfamero, compruebe y muestre si es primo,\n * fibonacci y par.\n * Ejemplos:\n * - Con el n\xfamero 2, nos dir\xe1: "2 es primo, fibonacci y es par"\n * - Con el n\xfamero 7, nos dir\xe1: "7 es primo, no es fibonacci y es impar"\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%234%20-%20PRIMO%2C%20FIBONACCI%20Y%20PAR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=eY6_1voBPpo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#5 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#58"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xa1HOLA MUNDO!"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Escribe un !Hola Mundo! en todos los lenguajes de programaci\xf3n que puedas.\n * Seguro que hay alg\xfan lenguaje que te llama la atenci\xf3n y nunca has utilizado,\n * o quiz\xe1s quieres dar tus primeros pasos... \xa1Pues este es el momento!\n *\n * A ver qui\xe9n se atreve con uno de esos lenguajes que no solemos ver por ah\xed...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%235%20-%20HOLA%20MUNDO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=g1LNG5i_5BY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#6 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#59"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PIEDRA, PAPEL, TIJERA, LAGARTO, SPOCK"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que calcule quien gana m\xe1s partidas al piedra,\n * papel, tijera, lagarto, spock.\n * - El resultado puede ser: "Player 1", "Player 2", "Tie" (empate)\n * - La funci\xf3n recibe un listado que contiene pares, representando cada jugada.\n * - El par puede contener combinaciones de "\uD83D\uDDFF" (piedra), "\uD83D\uDCC4" (papel),\n * "✂️" (tijera), "\uD83E\uDD8E" (lagarto) o "\uD83D\uDD96" (spock).\n * - Ejemplo. Entrada: [("\uD83D\uDDFF","✂️"), ("✂️","\uD83D\uDDFF"), ("\uD83D\uDCC4","✂️")]. Resultado: "Player 2".\n * - Debes buscar informaci\xf3n sobre c\xf3mo se juega con estas 5 posibilidades.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%236%20-%20PIEDRA%2C%20PAPEL%2C%20TIJERA%2C%20LAGARTO%2C%20SPOCK%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=JC4muXe60Pw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#7 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#60"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL SOMBRERO SELECCIONADOR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que simule el comportamiento del sombrero selccionador del\n * universo m\xe1gico de Harry Potter.\n * - De ser posible realizar\xe1 5 preguntas (como m\xednimo) a trav\xe9s de la terminal.\n * - Cada pregunta tendr\xe1 4 respuestas posibles (tambi\xe9n a selecciona una a trav\xe9s de terminal).\n * - En funci\xf3n de las respuestas a las 5 preguntas deber\xe1s dise\xf1ar un algoritmo que\n * coloque al alumno en una de las 4 casas de Hogwarts:\n * (Gryffindor, Slytherin , Hufflepuff y Ravenclaw)\n * - Ten en cuenta los rasgos de cada casa para hacer las preguntas\n * y crear el algoritmo seleccionador:\n * Por ejemplo, en Slytherin se premia la ambici\xf3n y la astucia.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%237%20-%20EL%20SOMBRERO%20SELECCIONADOR%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=8TETRI2CQbg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#8 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#61"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL GENERADOR PSEUDOALEATORIO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un generador de n\xfameros pseudoaleatorios entre 0 y 100.\n * - No puedes usar ninguna funci\xf3n "random" (o semejante) del\n * lenguaje de programaci\xf3n seleccionado.\n *\n * Es m\xe1s complicado de lo que parece...\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%238%20-%20EL%20GENERADOR%20PSEUDOALEATORIO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=sMCSE5qupQo",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#9 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#62"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"HETEROGRAMA, ISOGRAMA Y PANGRAMA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea 3 funciones, cada una encargada de detectar si una cadena de\n * texto es un heterograma, un isograma o un pangrama.\n * - Debes buscar la definici\xf3n de cada uno de estos t\xe9rminos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%239%20-%20HETEROGRAMA%2C%20ISOGRAMA%20Y%20PANGRAMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hkWsjk0VG7c",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#10 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#63"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA API (APPLICATION PROGRAMMING INTERFACE)"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Llamar a una API es una de las tareas m\xe1s comunes en programaci\xf3n.\n *\n * Implementa una llamada HTTP a una API (la que t\xfa quieras) y muestra su\n * resultado a trav\xe9s de la terminal. Por ejemplo: Pok\xe9mon, Marvel...\n *\n * Aqu\xed tienes un listado de posibles APIs:\n * https://github.com/public-apis/public-apis\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2310%20-%20LA%20API%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=AGWWns_KHP8",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#11 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#64"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PAR\xc1METROS URL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Dada una URL con par\xe1metros, crea una funci\xf3n que obtenga sus valores.\n * No se pueden usar operaciones del lenguaje que realicen esta tarea directamente.\n *\n * Ejemplo: En la url https://retosdeprogramacion.com?year=2023&challenge=0\n * los par\xe1metros ser\xedan ["2023", "0"]\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2311%20-%20URL%20PARAMS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=hUX46tEpc2A",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#12 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#65"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"VIERNES 13"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que sea capaz de detectar si existe un viernes 13\n * en el mes y el a\xf1o indicados.\n * - La funci\xf3n recibir\xe1 el mes y el a\xf1o y retornar\xe1 verdadero o falso.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2312%20-%20VIERNES%2013%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=UBDO-z5rYfg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#13 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#66"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ADIVINA LA PALABRA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un peque\xf1o juego que consista en adivinar palabras en un n\xfamero m\xe1ximo de intentos:\n * - El juego comienza proponiendo una palabra aleatoria incompleta\n * - Por ejemplo "m_ur_d_v", y el n\xfamero de intentos que le quedan\n * - El usuario puede introducir \xfanicamente una letra o una palabra (de la misma longitud que\n * la palabra a adivinar)\n * - Si escribe una letra y acierta, se muestra esa letra en la palabra. Si falla, se resta\n * uno al n\xfamero de intentos\n * - Si escribe una resoluci\xf3n y acierta, finaliza el juego, en caso contrario, se resta uno\n * al n\xfamero de intentos\n * - Si el contador de intentos llega a 0, el jugador pierde\n * - La palabra debe ocultar de forma aleatoria letras, y nunca puede comenzar\n * ocultando m\xe1s del 60%\n * - Puedes utilizar las palabras que quieras y el n\xfamero de intentos que consideres\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2313%20-%20ADIVINA%20LA%20PALABRA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=t5UHiXcYD8Y",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#14 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#67"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"OCTAL Y HEXADECIMAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba un n\xfamero decimal y lo trasforme a Octal\n * y Hexadecimal.\n * - No est\xe1 permitido usar funciones propias del lenguaje de programaci\xf3n que\n * realicen esas operaciones directamente.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2314%20-%20OCTAL%20Y%20HEXADECIMAL%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=T8qY1nUCHkM",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#15 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#68"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"AUREBESH"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de transformar Espa\xf1ol al lenguaje b\xe1sico\n * del universo Star Wars: el "Aurebesh".\n * - Puedes dejar sin transformar los caracteres que no existan en "Aurebesh".\n * - Tambi\xe9n tiene que ser capaz de traducir en sentido contrario.\n *\n * \xbfLo has conseguido? N\xf3mbrame en twitter.com/mouredev y escr\xedbeme algo en Aurebesh.\n *\n * \xa1Que la fuerza os acompa\xf1e!\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2315%20-%20AUREBESH%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#16 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#69"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ESCALERA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que dibuje una escalera seg\xfan su n\xfamero de escalones.\n * - Si el n\xfamero es positivo, ser\xe1 ascendente de izquiera a derecha.\n * - Si el n\xfamero es negativo, ser\xe1 descendente de izquiera a derecha.\n * - Si el n\xfamero es cero, se dibujar\xe1n dos guiones bajos (__).\n *\n * Ejemplo: 4\n * _\n * _|\n * _|\n * _|\n * _|\n *\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2316%20-%20LA%20ESCALERA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#17 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#70"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"GIT Y GITHUB"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1Estoy de celebraci\xf3n! He publicado mi primer libro:\n * "Git y GitHub desde cero"\n * - Papel: mouredev.com/libro-git\n * - eBook: mouredev.com/ebook-git\n *\n * \xbfSab\xedas que puedes leer informaci\xf3n de Git y GitHub desde la gran\n * mayor\xeda de lenguajes de programaci\xf3n?\n *\n * Crea un programa que lea los \xfaltimos 10 commits de este repositorio y muestre:\n * - Hash\n * - Autor\n * - Mensaje\n * - Fecha y hora\n *\n * Ejemplo de salida:\n * Commit 1 (el m\xe1s reciente) | 12345A | MoureDev | Este es un commit | 24/04/2023 21:00\n *\n * Se permite utilizar librer\xedas que nos faciliten esta tarea.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2317%20-%20GIT%20Y%20GITHUB%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#18 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#71"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"WEB SCRAPING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * El d\xeda 128 del a\xf1o celebramos en la comunidad el "Hola Mundo day"\n * Vamos a hacer "web scraping" sobre su sitio web: https://holamundo.day\n *\n * Crea un programa que se conecte a la web del evento e imprima \xfanicamente la agenda de eventos\n * del d\xeda 8. Mostrando hora e informaci\xf3n de cada uno.\n * Ejemplo: "16:00 | Bienvenida"\n *\n * Se permite utilizar librer\xedas que nos faciliten esta tarea.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2318%20-%20WEB%20SCRAPING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#19 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#72"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"AN\xc1LISIS DE TEXTO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que analice texto y obtenga:\n * - N\xfamero total de palabras.\n * - Longitud media de las palabras.\n * - N\xfamero de oraciones del texto (cada vez que aparecen un punto).\n * - Encuentre la palabra m\xe1s larga.\n *\n * Todo esto utilizando un \xfanico bucle.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2319%20-%20AN%C3%81LISIS%20DE%20TEXTO%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#20 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#73"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA TRIFUERZA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * \xa1El nuevo "The Legend of Zelda: Tears of the Kingdom" ya est\xe1 disponible! \n *\n * Crea un programa que dibuje una Trifuerza de "Zelda"\n * formada por asteriscos.\n * - Debes indicarle el n\xfamero de filas de los tri\xe1ngulos con un entero positivo (n).\n * - Cada tri\xe1ngulo calcular\xe1 su fila mayor utilizando la f\xf3rmula 2n-1.\n *\n * Ejemplo: Trifuerza 2\n *\n * *\n * ***\n * * *\n * *** ***\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2320%20-%20LA%20TRIFUERZA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#21 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#74"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"N\xdaMEROS PRIMOS GEMELOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que encuentre y muestre todos los pares de n\xfameros primos\n * gemelos en un rango concreto.\n * El programa recibir\xe1 el rango m\xe1ximo como n\xfamero entero positivo.\n *\n * - Un par de n\xfameros primos se considera gemelo si la diferencia entre\n * ellos es exactamente 2. Por ejemplo (3, 5), (11, 13)\n *\n * - Ejemplo: Rango 14\n * (3, 5), (5, 7), (11, 13)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2321%20-%20N%C3%9AMEROS%20PRIMOS%20GEMELOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#22 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#75"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ESPIRAL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que dibuje una espiral como la del ejemplo.\n * - \xdanicamente se indica de forma din\xe1mica el tama\xf1o del lado.\n * - S\xedmbolos permitidos: ═ ║ ╗ ╔ ╝ ╚\n *\n * Ejemplo espiral de lado 5 (5 filas y 5 columnas):\n * ════╗\n * ╔══╗║\n * ║╔╗║║\n * ║╚═╝║\n * ╚═══╝\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2322%20-%20LA%20ESPIRAL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#23 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#76"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA BASE DE DATOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Realiza una conexi\xf3n desde el lenguaje que hayas seleccionado a la siguiente\n * base de datos MySQL:\n * - Host: mysql-5707.dinaserver.com\n * - Port: 3306\n * - User: mouredev_read\n * - Password: mouredev_pass\n * - Database: moure_test\n *\n * Una vez realices la conexi\xf3n, lanza la siguiente consulta e imprime el resultado:\n * - SELECT * FROM `challenges`\n *\n * Se pueden usar librer\xedas para realizar la l\xf3gica de conexi\xf3n a la base de datos.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2323%20-%20LA%20BASE%20DE%20DATOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#24 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#77"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CIFRADO C\xc9SAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que realize el cifrado C\xe9sar de un texto y lo imprima.\n * Tambi\xe9n debe ser capaz de descifrarlo cuando as\xed se lo indiquemos.\n *\n * Te recomiendo que busques informaci\xf3n para conocer en profundidad c\xf3mo\n * realizar el cifrado. Esto tambi\xe9n forma parte del reto.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2324%20-%20CIFRADO%20C%C3%89SAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#25 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#78"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL C\xd3DIGO KONAMI"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que detecte cuando el famoso "C\xf3digo Konami" se ha\n * introducido correctamente desde el teclado.\n * Si sucede esto, debe notificarse mostrando un mensaje en la terminal.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2325%20-%20EL%20C%C3%93DIGO%20KONAMI%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#26 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#79"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TESTING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea tres test sobre el reto 12: "Viernes 13".\n * - Puedes copiar una soluci\xf3n ya creada por otro usuario en\n * el lenguaje que est\xe9s utilizando.\n * - Debes emplear un mecanismo de ejecuci\xf3n de test que posea\n * el lenguaje de programaci\xf3n que hayas seleccionado.\n * - Los tres test deben de funcionar y comprobar\n * diferentes situaciones (a tu elecci\xf3n).\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2326%20-%20TESTING%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#27 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#80"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CUENTA ATR\xc1S"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que reciba dos par\xe1metros para crear una cuenta atr\xe1s.\n * - El primero, representa el n\xfamero en el que comienza la cuenta.\n * - El segundo, los segundos que tienen que transcurrir entre cada cuenta.\n * - S\xf3lo se aceptan n\xfameros enteros positivos.\n * - El programa finaliza al llegar a cero.\n * - Debes imprimir cada n\xfamero de la cuenta atr\xe1s.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2327%20-%20CUENTA%20ATR%C3%81S%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#28 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#81"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EXPRESI\xd3N MATEM\xc1TICA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que reciba una expresi\xf3n matem\xe1tica (String)\n * y compruebe si es correcta. Retornar\xe1 true o false.\n * - Para que una expresi\xf3n matem\xe1tica sea correcta debe poseer\n * un n\xfamero, una operaci\xf3n y otro n\xfamero separados por espacios.\n * Tantos n\xfameros y operaciones como queramos.\n * - N\xfameros positivos, negativos, enteros o decimales.\n * - Operaciones soportadas: + - * / %\n *\n * Ejemplos:\n * "5 + 6 / 7 - 4" -> true\n * "5 a 6" -> false\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2328%20-%20EXPRESI%C3%93N%20MATEM%C3%81TICA%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#29 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#82"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CAR\xc1CTER INFILTRADO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que reciba dos cadenas de texto casi iguales,\n * a excepci\xf3n de uno o varios caracteres.\n * La funci\xf3n debe encontrarlos y retornarlos en formato lista/array.\n * - Ambas cadenas de texto deben ser iguales en longitud.\n * - Las cadenas de texto son iguales elemento a elemento.\n * - No se pueden utilizar operaciones propias del lenguaje\n * que lo resuelvan directamente.\n *\n * Ejemplos:\n * - Me llamo mouredev / Me llemo mouredov -> ["e", "o"]\n * - Me llamo.Brais Moure / Me llamo brais moure -> [" ", "b", "m"]\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2329%20-%20EL%20CAR%C3%81CTER%20INFILTRADO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#30 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#83"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL TECLADO T9"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Los primeros dispositivos m\xf3viles ten\xedan un teclado llamado T9\n * con el que se pod\xeda escribir texto utilizando \xfanicamente su\n * teclado num\xe9rico (del 0 al 9).\n *\n * Crea una funci\xf3n que transforme las pulsaciones del T9 a su\n * representaci\xf3n con letras.\n * - Debes buscar cu\xe1l era su correspondencia original\n * - Cada bloque de pulsaciones va separado por un gui\xf3n.\n * - Si un bloque tiene m\xe1s de un n\xfamero, debe ser siempre el mismo.\n * - Ejemplo:\n * Entrada: 6-666-88-777-33-3-33-888\n * Salida: MOUREDEV\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2330%20-%20EL%20TECLADO%20T9%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#31 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#84"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL \xc1BACO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que sea capaz de leer el n\xfamero representado por el \xe1baco.\n * - El \xe1baco se representa por un array con 7 elementos.\n * - Cada elemento tendr\xe1 9 "O" (aunque habitualmente tiene 10 para realizar\n * operaciones) para las cuentas y una secuencia de "---" para el alambre.\n * - El primer elemento del array representa los millones, y el \xfaltimo las unidades.\n * - El n\xfamero en cada elemento se representa por las cuentas que est\xe1n a\n * la izquierda del alambre.\n *\n * Ejemplo de array y resultado:\n * ["O---OOOOOOOO",\n * "OOO---OOOOOO",\n * "---OOOOOOOOO",\n * "OO---OOOOOOO",\n * "OOOOOOO---OO",\n * "OOOOOOOOO---",\n * "---OOOOOOOOO"]\n *\n * Resultado: 1.302.790\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2331%20-%20EL%20%C3%81BACO%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#32 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#85"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA COLUMNA DE EXCEL"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea una funci\xf3n que calcule el n\xfamero de la columna de una hoja de Excel\n * teniendo en cuenta su nombre.\n * - Las columnas se designan por letras de la "A" a la "Z" de forma infinita.\n * - Ejemplos: A = 1, Z = 26, AA = 27, CA = 79.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2332%20-%20LA%20COLUMNA%20DE%20EXCEL%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#33 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#86"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TETRIS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa capaz de gestionar una pieza de Tetris.\n * - La pantalla de juego tiene 10 filas y 10 columnas representadas por s\xedmbolos \uD83D\uDD32\n * - La pieza de tetris a manejar ser\xe1 la siguiente (si quieres, puedes elegir otra):\n * \uD83D\uDD33\n * \uD83D\uDD33\uD83D\uDD33\uD83D\uDD33\n * - La pieza aparecer\xe1 por primera vez en la parte superior izquierda de la pantalla de juego.\n * \uD83D\uDD33\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD33\uD83D\uDD33\uD83D\uDD33\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * \uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\uD83D\uDD32\n * - Debes desarrollar una funci\xf3n capaz de desplazar y rotar la pieza en el tablero,\n * recibiendo una acci\xf3n cada vez que se llame, mostrando c\xf3mo se visualiza en\n * la pantalla de juego.\n * - Las acciones que se pueden aplicar a la pieza son: derecha, izquierda, abajo, rotar.\n * - Debes tener en cuenta los l\xedmites de la pantalla de juego.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2333%20-%20TETRIS%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=3UCZltG8iCY",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#34 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#87"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TXT"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa capaz de interactuar con un fichero TXT.\n * IMPORTANTE: El fichero TXT NO debe subirse como parte de la correcci\xf3n.\n * \xdanicamente el c\xf3digo.\n *\n * - Si no existe, debe crear un fichero llamado "text.txt".\n * - Desde el programa debes ser capaz de introducir texto por consola y guardarlo\n * en una nueva l\xednea cada vez que se pulse el bot\xf3n "Enter".\n * - Si el fichero existe, el programa tiene que dar la opci\xf3n de seguir escribiendo\n * a continuaci\xf3n o borrar su contenido y comenzar desde el principio.\n * - Si se selecciona continuar escribiendo, se tiene que mostrar por consola\n * el texto que ya posee el fichero. \n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2334%20-%20EL%20TXT%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#35 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#88"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PRIMEROS PASOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Como cada a\xf1o, el d\xeda 256 se celebra el "D\xeda de la Programaci\xf3n".\n * En nuestra comunidad siempre hacemos una gran fiesta donde repartirmos\n * 256 regalos para seguir aprendiendo programaci\xf3n:\n * https://diadelaprogramacion.com\n *\n * Para seguir ayudando, te propongo este reto:\n * Mostrar la sintaxis de los principales elementos de un lenguaje\n * en TODOS los lenguajes de programaci\xf3n que podamos. \xbfLlegaremos a 50?\n *\n * En un fichero, haz lo siguiente (si el lenguaje lo soporta),\n * y comenta cada bloque para identificar con qu\xe9 se corresponde:\n * - Haz un "Hola, mundo!"\n * - Crea variables de tipo String, num\xe9ricas (enteras y decimales)\n * y Booleanas (o cualquier tipo de dato primitivo).\n * - Crea una constante.\n * - Usa un if, else if y else.\n * - Crea estructuras como un array, lista, tupla, set y diccionario.\n * - Usa un for, foreach y un while.\n * - Crea diferentes funciones (con/sin par\xe1metros y con/sin retorno).\n * - Crea una clase.\n * - Muestra el control de excepciones.\n *\n * As\xed, cualquier persona podr\xe1 consultar r\xe1pidamente diferentes ejemplos\n * de sintaxis b\xe1sica de muchos lenguajes.\n *\n * \xa1Muchas gracias!\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2335%20-%20PRIMEROS%20PASOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#36 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#89"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PERMUTACIONES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que sea capaz de generar e imprimir todas las\n * permutaciones disponibles formadas por las letras de una palabra.\n * - Las palabras generadas no tienen por qu\xe9 existir.\n * - Deben usarse todas las letras en cada permutaci\xf3n.\n * - Ejemplo: sol, slo, ols, osl, los, lso\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2336%20-%20PERMUTACIONES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#37 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#90"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"COLORES HEX Y RGB"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea las funciones capaces de transformar colores HEX\n * a RGB y viceversa.\n * Ejemplos:\n * RGB a HEX: r: 0, g: 0, b: 0 -> #000000\n * HEX a RGB: hex: #000000 -> (r: 0, g: 0, b: 0)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2337%20-%20COLORES%20HEX%20Y%20RGB%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#38 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#91"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LAS SUMAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que encuentre todas las combinaciones de los n\xfameros\n * de una lista que suman el valor objetivo.\n * - La funci\xf3n recibir\xe1 una lista de n\xfameros enteros positivos\n * y un valor objetivo.\n * - Para obtener las combinaciones s\xf3lo se puede usar\n * una vez cada elemento de la lista (pero pueden existir\n * elementos repetidos en ella).\n * - Ejemplo: Lista = [1, 5, 3, 2], Objetivo = 6\n * Soluciones: [1, 5] y [1, 3, 2] (ambas combinaciones suman 6)\n * (Si no existen combinaciones, retornar una lista vac\xeda)\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2338%20-%20LAS%20SUMAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=G0ga_YVQOaw",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#39 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#92"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TRIPLES PITAG\xd3RICOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que encuentre todos los triples pitag\xf3ricos\n * (ternas) menores o iguales a un n\xfamero dado.\n * - Debes buscar informaci\xf3n sobre qu\xe9 es un triple pitag\xf3rico.\n * - La funci\xf3n \xfanicamente recibe el n\xfamero m\xe1ximo que puede\n * aparecer en el triple.\n * - Ejemplo: Los triples menores o iguales a 10 est\xe1n\n * formados por (3, 4, 5) y (6, 8, 10).\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2339%20-%20TRIPLES%20PITAG%C3%93RICOS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#40 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#93"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"TABLA DE MULTIPLICAR"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un programa que sea capaz de solicitarte un n\xfamero y se\n * encargue de imprimir su tabla de multiplicar entre el 1 y el 10.\n * - Debe visualizarse qu\xe9 operaci\xf3n se realiza y su resultado.\n * Ej: 1 x 1 = 1\n * 1 x 2 = 2\n * 1 x 3 = 3\n * ...\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2340%20-%20TABLA%20DE%20MULTIPLICAR%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#41 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#94"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CASA ENCANTADA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Este es un reto especial por Halloween.\n * Te encuentras explorando una mansi\xf3n abandonada llena de habitaciones.\n * En cada habitaci\xf3n tendr\xe1s que resolver un acertijo para poder avanzar a la siguiente.\n * Tu misi\xf3n es encontrar la habitaci\xf3n de los dulces.\n *\n * Se trata de implementar un juego interactivo de preguntas y respuestas por terminal.\n * (Tienes total libertad para ser creativo con los textos)\n *\n * - \uD83C\uDFF0 Casa: La mansi\xf3n se corresponde con una estructura cuadrada 4 x 4\n * que deber\xe1s modelar. Las habitaciones de puerta y dulces no tienen enigma.\n * (16 habitaciones, siendo una de entrada y otra donde est\xe1n los dulces)\n * Esta podr\xeda ser una representaci\xf3n:\n * \uD83D\uDEAA⬜️⬜️⬜️\n * ⬜️\uD83D\uDC7B⬜️⬜️\n * ⬜️⬜️⬜️\uD83D\uDC7B\n * ⬜️⬜️\uD83C\uDF6D⬜️\n * - ❓ Enigmas: Cada habitaci\xf3n propone un enigma aleatorio que deber\xe1s responder con texto.\n * Si no lo aciertas no podr\xe1s desplazarte.\n * - \uD83E\uDDED Movimiento: Si resuelves el enigma se te preguntar\xe1 a donde quieres desplazarte.\n * (Ejemplo: norte/sur/este/oeste. S\xf3lo deben proporcionarse las opciones posibles)\n * - \uD83C\uDF6D Salida: Sales de la casa si encuentras la habitaci\xf3n de los dulces.\n * - \uD83D\uDC7B (Bonus) Fantasmas: Existe un 10% de que en una habitaci\xf3n aparezca un fantasma y\n * tengas que responder dos preguntas para salir de ella.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2341%20-%20LA%20CASA%20ENCANTADA%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=EzCj7XCtxEQ",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#42 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#95"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"PUNTO DE ENCUENTRO"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que calcule el punto de encuentro de dos objetos en movimiento\n * en dos dimensiones.\n * - Cada objeto est\xe1 compuesto por una coordenada xy y una velocidad de desplazamiento\n * (vector de desplazamiento) por unidad de tiempo (tambi\xe9n en formato xy).\n * - La funci\xf3n recibir\xe1 las coordenadas de inicio de ambos objetos y sus velocidades.\n * - La funci\xf3n calcular\xe1 y mostrar\xe1 el punto en el que se encuentran y el tiempo que\n * tardarn en lograrlo.\n * - La funci\xf3n debe tener en cuenta que los objetos pueden no llegar a encontrarse.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"hhttps://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"hhttps://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2342%20-%20PUNTO%20DE%20ENCUENTRO%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://www.youtube.com/watch?v=WMjN4zQGwBg",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#43 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#96"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"SIMULADOR DE CLIMA"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea una funci\xf3n que simule las condiciones clim\xe1ticas (temperatura y probabilidad de lluvia)\n * de un lugar ficticio al pasar un n\xfamero concreto de d\xedas seg\xfan estas reglas:\n * - La temperatura inicial y el % de probabilidad de lluvia lo define el usuario.\n * - Cada d\xeda que pasa:\n * - 10% de posibilidades de que la temperatura aumente o disminuya 2 grados.\n * - Si la temperatura supera los 25 grados, la probabilidad de lluvia al d\xeda\n * siguiente aumenta en un 20%.\n * - Si la temperatura baja de 5 grados, la probabilidad de lluvia al d\xeda\n * siguiente disminuya en un 20%.\n * - Si llueve (100%), la temperatura del d\xeda siguiente disminuye en 1 grado.\n * - La funci\xf3n recibe el n\xfamero de d\xedas de la predicci\xf3n y muestra la temperatura\n * y si llueve durante todos esos d\xedas.\n * - Tambi\xe9n mostrar\xe1 la temperatura m\xe1xima y m\xednima de ese periodo y cu\xe1ntos d\xedas va a llover.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2343%20-%20SIMULADOR%20DE%20CLIMA%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#44 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#97"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"ADIVINANZAS MATEM\xc1TICAS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Crea un juego interactivo por terminal en el que tendr\xe1s que adivinar\n * el resultado de diferentes operaciones matem\xe1ticas aleatorias\n * (suma, resta, multiplicaci\xf3n o divisi\xf3n de dos n\xfameros enteros).\n * - Tendr\xe1s 3 segundos para responder correctamente.\n * - El juego finaliza si no se logra responder en ese tiempo.\n * - Al finalizar el juego debes mostrar cu\xe1ntos c\xe1lculos has acertado.\n * - Cada 5 aciertos debes aumentar en uno el posible n\xfamero de cifras\n * de la operaci\xf3n (cada vez en un operando):\n * - Preguntas 1 a 5: X (entre 0 y 9) operaci\xf3n Y (entre 0 y 9)\n * - Preguntas 6 a 10: XX (entre 0 y 99) operaci\xf3n Y (entre 0 y 9)\n * - Preguntas 11 a 15: XX operaci\xf3n YY\n * - Preguntas 16 a 20: XXX (entre 0 y 999) operaci\xf3n YY\n * ..\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2344%20-%20ADIVINANZAS%20MATEM%C3%81TICAS%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#45 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#98"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL CALENDARIO DE ADEVIENTO 2023"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * \xbfConoces el calendario de aDEViento de la comunidad (https://adviento.dev)?\n * 24 d\xedas, 24 regalos sorpresa relacionados con desarrollo de software.\n * Desde el 1 al 24 de diciembre.\n *\n * Crea un programa que simule el mecanismo de participaci\xf3n:\n * - Mediante la terminal, el programa te preguntar\xe1 si quieres a\xf1adir y borrar\n * participantes, mostrarlos, lanzar el sorteo o salir.\n * - Si seleccionas a\xf1adir un participante, podr\xe1s escribir su nombre y pulsar enter.\n * - Si seleccionas a\xf1adir un participante, y este ya existe, avisar\xe1s de ello.\n * (Y no lo duplicar\xe1s)\n * - Si seleccionas mostrar los participantes, se listar\xe1n todos.\n * - Si seleccionas eliminar un participante, podr\xe1s escribir su nombre y pulsar enter.\n * (Avisando de si lo has eliminado o el nombre no existe)\n * - Si seleccionas realizar el sorteo, elegir\xe1s una persona al azar\n * y se eliminar\xe1 del listado.\n * - Si seleccionas salir, el programa finalizar\xe1.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2345%20-%20EL%20CALENDARIO%20DE%20ADEVIENTO%202023%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(130, 210, 207)",borderColor:"rgb(130, 210, 207)",borderWidth:2,borderRadius:"2em"},children:"Medio"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#46 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#99"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA CARRERA DE COCHES"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:'/*\n * Crea un programa que simule la competici\xf3n de dos coches en una pista.\n * - Los dos coches estar\xe1n representados por \uD83D\uDE99 y \uD83D\uDE97. Y la meta por \uD83C\uDFC1.\n * - Cada pista tendr\xe1 entre 1 y 3 \xe1rboles \uD83C\uDF32 colocados de forma aleatoria.\n * - Las dos pistas tendr\xe1n una longitud configurable de guiones bajos "_".\n * - Los coches comenzar\xe1n en la parte derecha de las pistas. Ejemplo:\n * \uD83C\uDFC1____\uD83C\uDF32_____\uD83D\uDE99\n * \uD83C\uDFC1_\uD83C\uDF32____\uD83C\uDF32___\uD83D\uDE97\n *\n * El juego se desarrolla por turnos de forma autom\xe1tica, y cada segundo\n * se realiza una acci\xf3n sobre los coches (movi\xe9ndose a la vez), hasta que\n * uno de ellos (o los dos a la vez) llega a la meta.\n * - Acciones:\n * - Avanzar entre 1 a 3 posiciones hacia la meta.\n * - Si al avanzar, el coche finaliza en la posici\xf3n de un \xe1rbol,\n * se muestra \uD83D\uDCA5 y no avanza durante un turno.\n * - Cada turno se imprimen las pistas y sus elementos.\n * - Cuando la carrera finalice, se muestra el coche ganador o el empate.\n */'})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2346%20-%20LA%20CARRERA%20DE%20COCHES%20%5BMedia%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#47 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#100"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA PALABRA DE 100 PUNTOS"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * La \xfaltima semana de 2021 comenzamos la actividad de retos de programaci\xf3n,\n * con la intenci\xf3n de resolver un ejercicio cada semana para mejorar\n * nuestra l\xf3gica... \xa1Hemos llegado al EJERCICIO 100! Gracias \uD83D\uDE4C\n *\n * Crea un programa que calcule los puntos de una palabra.\n * - Cada letra tiene un valor asignado. Por ejemplo, en el abecedario\n * espa\xf1ol de 27 letras, la A vale 1 y la Z 27.\n * - El programa muestra el valor de los puntos de cada palabra introducida.\n * - El programa finaliza si logras introducir una palabra de 100 puntos.\n * - Puedes usar la terminal para interactuar con el usuario y solicitarle\n * cada palabra.\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2347%20-%20LA%20PALABRA%20DE%20100%20PUNTOS%20%5BF%C3%A1cil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,o.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,o.BX)(d.g,{children:["true",(0,o.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Dif\xedcil"})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"#48 2023"})})}):(0,o.tZ)(t.Fragment,{})})]}),(0,o.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,o.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#101"}),(0,o.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"EL RANKING"})]})]}),(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(B.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:z.Z,children:"/*\n * Todo llega a su fin... Este es el \xfaltimo reto de programaci\xf3n\n * semanal de 2023.\n *\n * Crea un programa que muestre un listado calculado en tiempo real\n * con todos los usuarios que han resuelto alg\xfan reto de programaci\xf3n\n * de este a\xf1o.\n * - El listado debe estar ordenado por el n\xfamero de ejercicios resueltos\n * por cada usuario (y mostrar ese contador al lado de su nombre).\n * - Tambi\xe9n se debe de mostrar el n\xfamero de usuarios que han participado\n * y el n\xfamero de correcciones enviadas.\n *\n * Much\xedsimas gracias por ayudar a crear este gran recurso\n * para la comunidad... \xa1Prep\xe1rate para 2024!\n */"})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/python/mouredev.py",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Soluci\xf3n"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.BX)(c.U,{spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.BX)(i.xu,{children:[(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Comunidad"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/tree/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:""})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,o.tZ)(t.Fragment,{})})]})]})}):(0,o.tZ)(t.Fragment,{children:(0,o.BX)(k.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-2023/blob/main/Retos/Reto%20%2348%20-%20EL%20RANKING%20%5BDif%C3%ADcil%5D/ejercicio.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Ejercicio y soluciones"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Horario"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(l.r,{as:y(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"V\xeddeo"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,o.tZ)(t.Fragment,{})})]})})})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,o.tZ)(t.Fragment,{})})]})]})})})}),(0,o.tZ)(d.g,{id:"faq",ref:r,sx:{background:"#010408",paddingY:"4em",width:"100%"},children:(0,o.BX)(d.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Preguntas frecuentes"}),(0,o.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,o.BX)(v.r,{sx:{gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(3, 1fr)",children:[(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo puedo participar en los retos?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"A parte de poder consultar la correcci\xf3n de los retos, tambi\xe9n puedes enviar tus propias soluciones al repositorio. Consulta las instrucciones de participaci\xf3n en cada uno de los repositorios de GitHub correspondientes."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo utilizar cualquier lenguaje de programaci\xf3n?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Lo bueno de los retos de l\xf3gica es que su principal valor es ense\xf1arnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programaci\xf3n."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfSe van a a\xf1adir m\xe1s ejercicios al listado?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:'Por el momento, este listado se corresponde con los ejercicios l\xf3gicos resueltos en 2022 y 2023. Para consultar los retos l\xf3gicos de 2024 debes de visitar la secci\xf3n llamada "roadmap de retos", ya que son ligeramente diferentes.'})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfQu\xe9 diferencia hay entre los retos de 2022 y 2023?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"La principal diferencia es la manera de aportar tu propia correcci\xf3n (consulta las instrucciones del repositorio). Tambi\xe9n ha variado el lenguaje con el que se aporta la correcci\xf3n principal, pero no es algo relevante en l\xf3gica."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfExiste alg\xfan orden para resolver los ejercicios?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada reto es independiente del resto y posee una etiqueta con su dificultad estimada (F\xe1cil, Medio o Dif\xedcil). De esta manera podr\xe1s identificar los retos que mejor se adapten a tus habilidades y subir de nivel gradualmente."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si mi correcci\xf3n no se parece a la soluci\xf3n?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la soluci\xf3n s\xf3lo es una posible opci\xf3n. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando."})]})]})}),(0,o.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,o.BX)(v.r,{sx:{gap:"3em"},children:[(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo puedo participar en los retos?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"A parte de poder consultar la correcci\xf3n de los retos, tambi\xe9n puedes enviar tus propias soluciones al repositorio. Consulta las instrucciones de participaci\xf3n en cada uno de los repositorios de GitHub correspondientes."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo utilizar cualquier lenguaje de programaci\xf3n?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Lo bueno de los retos de l\xf3gica es que su principal valor es ense\xf1arnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programaci\xf3n."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfSe van a a\xf1adir m\xe1s ejercicios al listado?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:'Por el momento, este listado se corresponde con los ejercicios l\xf3gicos resueltos en 2022 y 2023. Para consultar los retos l\xf3gicos de 2024 debes de visitar la secci\xf3n llamada "roadmap de retos", ya que son ligeramente diferentes.'})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfQu\xe9 diferencia hay entre los retos de 2022 y 2023?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"La principal diferencia es la manera de aportar tu propia correcci\xf3n (consulta las instrucciones del repositorio). Tambi\xe9n ha variado el lenguaje con el que se aporta la correcci\xf3n principal, pero no es algo relevante en l\xf3gica."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfExiste alg\xfan orden para resolver los ejercicios?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada reto es independiente del resto y posee una etiqueta con su dificultad estimada (F\xe1cil, Medio o Dif\xedcil). De esta manera podr\xe1s identificar los retos que mejor se adapten a tus habilidades y subir de nivel gradualmente."})]}),(0,o.BX)(E.P,{colSpan:1,rowSpan:1,children:[(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si mi correcci\xf3n no se parece a la soluci\xf3n?"}),(0,o.tZ)(h.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la soluci\xf3n s\xf3lo es una posible opci\xf3n. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando."})]})]})})]})}),(0,o.BX)(d.g,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,o.BX)(d.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Sigue practicando"}),(0,o.BX)(v.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,o.tZ)(E.P,{colSpan:1,rowSpan:1,children:(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})}),(0,o.tZ)(E.P,{colSpan:1,rowSpan:1,children:(0,o.tZ)(h.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})})]})]}),(0,o.BX)(A.M,{columns:[1,1,1,2],spacing:"2em",sx:{width:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{children:(0,o.tZ)(l.r,{as:y(),href:"/roadmap",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,o.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Nuevo 2024"})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.BX)(c.U,{sx:{width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap de retos"}),(0,o.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,o.tZ)(t.Fragment,{})})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{children:(0,o.tZ)(l.r,{as:y(),href:"/ejercicios",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,o.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.BX)(c.U,{sx:{width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"rgb(182, 209, 98)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Ejercicios l\xf3gicos"}),(0,o.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,o.tZ)(t.Fragment,{})})]})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{children:(0,o.tZ)(l.r,{as:y(),href:"/proyectos",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,o.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(i.xu,{sx:{width:"100%"},children:(0,o.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,o.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,o.tZ)(t.Fragment,{})}),(0,o.BX)(c.U,{sx:{width:"100%"},children:[(0,o.tZ)(f.X,{size:"2xl",sx:{color:"rgb(241, 225, 112)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Proyectos completos"}),(0,o.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!1)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,o.tZ)(t.Fragment,{})})]})})})}):(0,o.tZ)(t.Fragment,{})})]})]}),(0,o.BX)(d.g,{spacing:"3em",sx:{width:"100%"},children:[(0,o.tZ)(l.r,{as:y(),href:"https://x.com/intent/tweet?text=101%20ejercicios%20para%20practicar%20tu%20l\xf3gica%20de%20programaci\xf3n%20con%20cualquier%20lenguaje.%20Gratis,%20a%20tu%20ritmo%20y%20en%20comunidad.%0A%0ADescubre&url=retosdeprogramacion.com/ejercicios&via=mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,o.tZ)(p.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Compartir en"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,o.BX)(c.U,{children:[(0,o.tZ)(t.Fragment,{children:(0,I.oA)(!0)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(h.x,{children:"Compartir en"})}):(0,o.tZ)(t.Fragment,{})}),(0,o.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Compartir en"',src:"/icons/light/x.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,o.tZ)(i.xu,{className:"marquee",children:(0,o.BX)(i.xu,{children:[(0,o.BX)(h.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,o.tZ)(h.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,o.tZ)(h.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,o.tZ)(h.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,o.tZ)(h.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,o.tZ)(h.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,o.tZ)(h.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,o.tZ)(h.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,o.tZ)(h.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,o.tZ)(h.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,o.tZ)(h.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,o.tZ)(h.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,o.tZ)(h.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,o.tZ)(h.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,o.tZ)(h.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,o.tZ)(h.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,o.tZ)(h.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,o.tZ)(h.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,o.tZ)(h.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,o.tZ)(h.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,o.tZ)(h.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,o.tZ)(h.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,o.tZ)(h.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,o.tZ)(h.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,o.tZ)(h.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,o.tZ)(h.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,o.tZ)(h.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,o.tZ)(h.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,o.tZ)(h.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,o.tZ)(h.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,o.tZ)(h.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,o.tZ)(h.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]}),(0,o.BX)(h.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,o.tZ)(h.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,o.tZ)(h.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,o.tZ)(h.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,o.tZ)(h.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,o.tZ)(h.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,o.tZ)(h.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,o.tZ)(h.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,o.tZ)(h.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,o.tZ)(h.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,o.tZ)(h.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,o.tZ)(h.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,o.tZ)(h.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,o.tZ)(h.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,o.tZ)(h.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,o.tZ)(h.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,o.tZ)(h.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,o.tZ)(h.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,o.tZ)(h.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,o.tZ)(h.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,o.tZ)(h.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,o.tZ)(h.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,o.tZ)(h.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,o.tZ)(h.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,o.tZ)(h.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,o.tZ)(h.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,o.tZ)(h.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,o.tZ)(h.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,o.tZ)(h.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,o.tZ)(h.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,o.tZ)(h.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,o.tZ)(h.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]})]})})]}),(0,o.BX)(k.K,{direction:["column","column","row","row"],sx:{borderTop:"1px solid #010408",padding:"2em",width:"100%"},children:[(0,o.BX)(c.U,{spacing:"1em",children:[(0,o.tZ)(u.E,{alt:'Logotipo de MoureDev. Una "eme" entre llaves.',src:"/logo.png",sx:{height:"2em",width:"2em"}}),(0,o.tZ)(l.r,{as:y(),href:"https://moure.dev",isExternal:!0,sx:{fontFamily:"Monaspace Neon",textDecoration:"none",_hover:{}},children:(0,o.BX)(i.xu,{children:["Creado con \uD83E\uDD0D (y gracias a ti) por ",(0,o.tZ)(h.x,{as:"span",sx:{color:"rgb(130, 210, 207)"},children:"MoureDev by Brais Moure"}),"."]})})]}),(0,o.tZ)(s.L,{}),(0,o.tZ)(l.r,{as:y(),href:"https://github.com/mouredev/retos-programacion-web",isExternal:!0,sx:{textAlign:"end",textDecoration:"none",_hover:{}},children:(0,o.tZ)(h.x,{sx:{fontFamily:"Monaspace Krypton",color:"#8A939E"},children:"\xa9 2022-2023. v3.0."})})]})]})})]}),(0,o.BX)(q(),{children:[(0,o.tZ)("title",{children:"Ejercicios de Programaci\xf3n | by MoureDev"}),(0,o.tZ)("meta",{content:"101 ejercicios para practicar tu l\xf3gica de programaci\xf3n con cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"description"}),(0,o.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_exercises.jpg",property:"og:image"}),(0,o.tZ)("meta",{content:"Ejercicios de Programaci\xf3n | by MoureDev",name:"og:title"}),(0,o.tZ)("meta",{content:"101 ejercicios para practicar tu l\xf3gica de programaci\xf3n con cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"og:description"}),(0,o.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_exercises.jpg",name:"og:image"})]})]})}B.Z.registerLanguage("python",X.Z)},58595:function(e,r,n){"use strict";n.d(r,{g:function(){return Fragment_fd0e7cb8f9fb4669a6805377d925fba0}});var o=n(35944),t=n(67294),a=n(60687),i=n(6608),d=n(92752),c=n(31963),l=n(74616),h=n(44504),s=n(73793),m=n(88911);function Fragment_fd0e7cb8f9fb4669a6805377d925fba0(){let[e,r]=(0,t.useContext)(a.DR);return(0,o.tZ)(t.Fragment,{children:(0,i.oA)(null!==r)?(0,o.tZ)(t.Fragment,{children:(0,o.tZ)(d.u_,{isOpen:null!==r,children:(0,o.tZ)(c.Z,{children:(0,o.BX)(l.h,{children:[(0,o.tZ)(h.x,{children:"Connection Error"}),(0,o.tZ)(s.f,{children:(0,o.BX)(m.x,{children:["Cannot connect to server: ",null!==r?r.message:"",". Check if server is reachable at ",(0,i.e9)().href]})})]})})})}):(0,o.tZ)(t.Fragment,{})})}n(35202)}},function(e){e.O(0,[3741,2103,2683,9774,2888,179],function(){return e(e.s=10980)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/public/_next/static/chunks/pages/index-bde0d59a3787f1b3.js b/public/_next/static/chunks/pages/index-bde0d59a3787f1b3.js deleted file mode 100644 index 78a479aa..00000000 --- a/public/_next/static/chunks/pages/index-bde0d59a3787f1b3.js +++ /dev/null @@ -1 +0,0 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5405],{75557:function(t,a,e){(window.__NEXT_P=window.__NEXT_P||[]).push(["/",function(){return e(27052)}])},27052:function(t,a,e){"use strict";e.r(a),e.d(a,{default:function(){return Component}});var i=e(35944),r=e(67294),o=e(58595),n=e(23100),s=e(7754),l=e(91669),c=e(88911),d=e(33838),f=e(54641),h=e(29222),b=e(84416),p=e(7306),m=e(95034),y=e(4298),x=e.n(y);e(35202);var k=e(41664),Z=e.n(k),u=e(6608),g=e(9008),w=e.n(g);function Component(){return(0,i.BX)(r.Fragment,{children:[(0,i.tZ)(o.g,{}),(0,i.BX)(n.xu,{children:[(0,i.tZ)(x(),{strategy:"afterInteractive",children:"document.documentElement.lang='es'"}),(0,i.tZ)(s.M,{children:(0,i.BX)(l.g,{spacing:"4em",sx:{width:"100%"},children:[(0,i.tZ)(n.xu,{sx:{background:"url('/mosaic.png') repeat",backgroundSize:"120px 120px",width:"100%"},children:(0,i.tZ)(s.M,{sx:{background:"linear-gradient(to bottom, rgb(0, 0, 0, 0) 20%, #0C1116 100%)"},children:(0,i.BX)(l.g,{spacing:"-0.3em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px",paddingY:"4em"},children:[(0,i.tZ)(c.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"{"}),(0,i.BX)(l.g,{alignItems:"start",spacing:"-0.3em",sx:{paddingLeft:"4em"},children:[(0,i.tZ)(c.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Retos"}),(0,i.tZ)(c.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(188, 154, 250)"},children:"de"}),(0,i.tZ)(c.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Programaci\xf3n"}),(0,i.tZ)(c.x,{datatext:".com",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",fontWeight:"700",fontSize:["1.5em","2em"],color:"rgb(245, 184, 165)"},children:".com"})]}),(0,i.tZ)(c.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"}"}),(0,i.tZ)(d.r,{as:Z(),href:"https://moure.dev",isExternal:!0,sx:{textAlign:"right",width:"100%",textDecoration:"none",_hover:{}},children:(0,i.tZ)(c.x,{datatext:"by mouredev",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Comfortaa",fontWeight:"500",fontSize:["1.5em","2em"],color:"#FFFFFF"},children:"by mouredev"})}),(0,i.tZ)(s.M,{sx:{width:"100%"},children:(0,i.BX)(l.g,{spacing:"2em",children:[(0,i.tZ)(c.x,{sx:{fontSize:["1.5em","2em"],fontWeight:"700",paddingTop:"2em",textAlign:"center"},children:"Ejercicios y proyectos para mejorar tu l\xf3gica de programaci\xf3n"}),(0,i.tZ)(n.xu,{sx:{display:["none","block","block","block"]},children:(0,i.BX)(f.U,{spacing:"2em",children:[(0,i.tZ)(d.r,{as:Z(),href:"https://github.com/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(h.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "GitHub"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(f.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,u.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(c.x,{children:"GitHub"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "GitHub"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(d.r,{as:Z(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(h.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Discord"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(f.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,u.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(c.x,{children:"Discord"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "Discord"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(d.r,{as:Z(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(h.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Twitch"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(f.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,u.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(c.x,{children:"Twitch"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "Twitch"',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})}),(0,i.tZ)(n.xu,{sx:{display:["block","none","none","none"]},children:(0,i.BX)(f.U,{spacing:"2em",children:[(0,i.tZ)(d.r,{as:Z(),href:"https://github.com/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(h.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(f.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,u.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(c.x,{children:""})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(d.r,{as:Z(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(h.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(f.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,u.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(c.x,{children:""})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(d.r,{as:Z(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(h.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(f.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,u.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(c.x,{children:""})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})})]})})]})})}),(0,i.BX)(l.g,{spacing:"3em",sx:{width:"100%"},children:[(0,i.tZ)(d.r,{as:Z(),href:"https://x.com/intent/tweet?text=Ejercicios,%20retos%20y%20aplicaciones%20para%20mejorar%20tu%20l\xf3gica%20de%20programaci\xf3n%20con%20cualquier%20lenguaje.%20Gratis,%20a%20tu%20ritmo%20y%20en%20comunidad.%0A%0ADescubre&url=retosdeprogramacion.com/&via=mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(h.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Compartir en"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(f.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,u.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(c.x,{children:"Compartir en"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "Compartir en"',src:"/icons/light/x.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(n.xu,{className:"marquee",children:(0,i.BX)(n.xu,{children:[(0,i.BX)(c.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,i.tZ)(c.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,i.tZ)(c.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,i.tZ)(c.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,i.tZ)(c.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,i.tZ)(c.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,i.tZ)(c.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,i.tZ)(c.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,i.tZ)(c.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,i.tZ)(c.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,i.tZ)(c.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,i.tZ)(c.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,i.tZ)(c.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,i.tZ)(c.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,i.tZ)(c.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,i.tZ)(c.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,i.tZ)(c.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,i.tZ)(c.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,i.tZ)(c.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,i.tZ)(c.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,i.tZ)(c.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,i.tZ)(c.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,i.tZ)(c.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,i.tZ)(c.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,i.tZ)(c.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,i.tZ)(c.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,i.tZ)(c.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,i.tZ)(c.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,i.tZ)(c.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,i.tZ)(c.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,i.tZ)(c.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,i.tZ)(c.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]}),(0,i.BX)(c.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,i.tZ)(c.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,i.tZ)(c.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,i.tZ)(c.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,i.tZ)(c.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,i.tZ)(c.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,i.tZ)(c.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,i.tZ)(c.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,i.tZ)(c.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,i.tZ)(c.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,i.tZ)(c.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,i.tZ)(c.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,i.tZ)(c.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,i.tZ)(c.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,i.tZ)(c.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,i.tZ)(c.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,i.tZ)(c.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,i.tZ)(c.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,i.tZ)(c.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,i.tZ)(c.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,i.tZ)(c.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,i.tZ)(c.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,i.tZ)(c.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,i.tZ)(c.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,i.tZ)(c.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,i.tZ)(c.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,i.tZ)(c.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,i.tZ)(c.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,i.tZ)(c.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,i.tZ)(c.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,i.tZ)(c.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,i.tZ)(c.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]})]})})]}),(0,i.BX)(p.K,{direction:["column","column","row","row"],sx:{borderTop:"1px solid #010408",padding:"2em",width:"100%"},children:[(0,i.BX)(f.U,{spacing:"1em",children:[(0,i.tZ)(b.E,{alt:'Logotipo de MoureDev. Una "eme" entre llaves.',src:"/logo.png",sx:{height:"2em",width:"2em"}}),(0,i.tZ)(d.r,{as:Z(),href:"https://moure.dev",isExternal:!0,sx:{fontFamily:"Monaspace Neon",textDecoration:"none",_hover:{}},children:(0,i.BX)(n.xu,{children:["Creado con \uD83E\uDD0D (y gracias a ti) por ",(0,i.tZ)(c.x,{as:"span",sx:{color:"rgb(130, 210, 207)"},children:"MoureDev by Brais Moure"}),"."]})})]}),(0,i.tZ)(m.L,{}),(0,i.tZ)(d.r,{as:Z(),href:"https://github.com/mouredev/retos-programacion-web",isExternal:!0,sx:{textAlign:"end",textDecoration:"none",_hover:{}},children:(0,i.tZ)(c.x,{sx:{fontFamily:"Monaspace Krypton",color:"#8A939E"},children:"\xa9 2022-2023. v3.0."})})]})]})})]}),(0,i.BX)(w(),{children:[(0,i.tZ)("title",{children:"Retos de Programaci\xf3n | by MoureDev"}),(0,i.tZ)("meta",{content:"Ejercicios, retos y aplicaciones para mejorar tu l\xf3gica de programaci\xf3n con cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"description"}),(0,i.tZ)("meta",{content:"https://retosdeprogramacion.com/preview.jpg",property:"og:image"}),(0,i.tZ)("meta",{content:"Retos de Programaci\xf3n | by MoureDev",name:"og:title"}),(0,i.tZ)("meta",{content:"Ejercicios, retos y aplicaciones para mejorar tu l\xf3gica de programaci\xf3n con cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"og:description"}),(0,i.tZ)("meta",{content:"https://retosdeprogramacion.com/preview.jpg",name:"og:image"}),(0,i.tZ)("meta",{content:"website",name:"og:type"}),(0,i.tZ)("meta",{content:"summary_large_image",name:"twitter:card"}),(0,i.tZ)("meta",{content:"@mouredev",name:"twitter:site"}),(0,i.tZ)("meta",{content:"website",name:"og:type"}),(0,i.tZ)("meta",{content:"summary_large_image",name:"twitter:card"}),(0,i.tZ)("meta",{content:"@mouredev",name:"twitter:site"}),(0,i.tZ)("meta",{content:"website",name:"og:type"}),(0,i.tZ)("meta",{content:"summary_large_image",name:"twitter:card"}),(0,i.tZ)("meta",{content:"@mouredev",name:"twitter:site"}),(0,i.tZ)("meta",{content:"website",name:"og:type"}),(0,i.tZ)("meta",{content:"summary_large_image",name:"twitter:card"}),(0,i.tZ)("meta",{content:"@mouredev",name:"twitter:site"})]})]})}},58595:function(t,a,e){"use strict";e.d(a,{g:function(){return Fragment_fd0e7cb8f9fb4669a6805377d925fba0}});var i=e(35944),r=e(67294),o=e(60687),n=e(6608),s=e(92752),l=e(31963),c=e(74616),d=e(44504),f=e(73793),h=e(88911);function Fragment_fd0e7cb8f9fb4669a6805377d925fba0(){let[t,a]=(0,r.useContext)(o.DR);return(0,i.tZ)(r.Fragment,{children:(0,n.oA)(null!==a)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(s.u_,{isOpen:null!==a,children:(0,i.tZ)(l.Z,{children:(0,i.BX)(c.h,{children:[(0,i.tZ)(d.x,{children:"Connection Error"}),(0,i.tZ)(f.f,{children:(0,i.BX)(h.x,{children:["Cannot connect to server: ",null!==a?a.message:"",". Check if server is reachable at ",(0,n.e9)().href]})})]})})})}):(0,i.tZ)(r.Fragment,{})})}e(35202)}},function(t){t.O(0,[3741,6880,9774,2888,179],function(){return t(t.s=75557)}),_N_E=t.O()}]); \ No newline at end of file diff --git a/public/_next/static/chunks/pages/index-e492da7a653972d2.js b/public/_next/static/chunks/pages/index-e492da7a653972d2.js new file mode 100644 index 00000000..92fea954 --- /dev/null +++ b/public/_next/static/chunks/pages/index-e492da7a653972d2.js @@ -0,0 +1 @@ +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5405],{75557:function(t,e,a){(window.__NEXT_P=window.__NEXT_P||[]).push(["/",function(){return a(27052)}])},27052:function(t,e,a){"use strict";a.r(e),a.d(e,{default:function(){return Component}});var i=a(35944),r=a(67294),o=a(58595),n=a(23100),s=a(91669),c=a(54641),l=a(33838),d=a(88911),h=a(95034),f=a(41689),m=a(5284),p=a(36275),b=a(84416),x=a(70003),g=a(1913),u=a(7754),y=a(29222),Z=a(14418),k=a(31708),w=a(776),_=a(7306),v=a(4298),F=a.n(v),B=a(41664),V=a.n(B);a(35202);var z=a(6608),T=a(9008),S=a.n(T);function Component(){let t=(0,r.useRef)(null);return z.xL.ref_faq=t,(0,i.BX)(r.Fragment,{children:[(0,i.tZ)(o.g,{}),(0,i.BX)(n.xu,{children:[(0,i.tZ)(F(),{strategy:"afterInteractive",children:"document.documentElement.lang='es'"}),(0,i.tZ)(s.g,{sx:{bg:"#010408",position:"sticky",paddingX:"2em",paddingY:"1em",zIndex:"999",top:"0",width:"100%"},children:(0,i.BX)(c.U,{sx:{width:"100%"},children:[(0,i.tZ)(l.r,{as:V(),href:"/",sx:{textDecoration:"none",_hover:{}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(d.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"{"}),(0,i.tZ)(d.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Retos"}),(0,i.tZ)(d.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"de"}),(0,i.tZ)(d.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Programaci\xf3n"}),(0,i.tZ)(d.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"}"})]})}),(0,i.tZ)(h.L,{}),(0,i.tZ)(n.xu,{sx:{width:"100%",display:["none","block","block","block"]},children:(0,i.BX)(c.U,{spacing:"2em",children:[(0,i.tZ)(h.L,{}),(0,i.tZ)(l.r,{as:V(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,i.BX)(c.U,{spacing:"0.5em",children:[(0,i.tZ)(d.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,i.tZ)(n.xu,{sx:{paddingBottom:"0px !important"},children:(0,i.tZ)(f.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})}),(0,i.tZ)(l.r,{as:V(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(d.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})}),(0,i.tZ)(l.r,{as:V(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(d.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})]})}),(0,i.tZ)(n.xu,{sx:{display:["block","none","none","none"]},children:(0,i.BX)(m.v,{children:[(0,i.tZ)(p.j,{sx:{display:"flex"},children:(0,i.tZ)(b.E,{alt:"Icono del men\xfa de navegaci\xf3n",src:"/icons/menu.svg",sx:{height:"auto",width:"1.5em"}})}),(0,i.BX)(x.q,{sx:{background:"#010408",borderColor:"#0C1116",minWidth:"100px"},children:[(0,i.tZ)(g.s,{sx:{background:"transparent"},children:(0,i.tZ)(l.r,{as:V(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,i.BX)(c.U,{spacing:"0.5em",children:[(0,i.tZ)(d.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,i.tZ)(n.xu,{sx:{paddingBottom:"0px !important"},children:(0,i.tZ)(f.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})})}),(0,i.tZ)(g.s,{sx:{background:"transparent"},children:(0,i.tZ)(l.r,{as:V(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(d.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})})}),(0,i.tZ)(g.s,{sx:{background:"transparent"},children:(0,i.tZ)(l.r,{as:V(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(d.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})})]})]})})]})}),(0,i.tZ)(u.M,{children:(0,i.BX)(s.g,{spacing:"4em",sx:{width:"100%"},children:[(0,i.tZ)(n.xu,{sx:{background:"url('/mosaic.png') repeat",backgroundSize:"120px 120px",width:"100%"},children:(0,i.tZ)(u.M,{sx:{background:"linear-gradient(to bottom, rgb(0, 0, 0, 0) 20%, #0C1116 100%)"},children:(0,i.BX)(s.g,{spacing:"-0.3em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px",paddingY:"4em"},children:[(0,i.tZ)(d.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"{"}),(0,i.BX)(s.g,{alignItems:"start",spacing:"-0.3em",sx:{paddingLeft:"4em"},children:[(0,i.tZ)(d.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Retos"}),(0,i.tZ)(d.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(188, 154, 250)"},children:"de"}),(0,i.tZ)(d.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Programaci\xf3n"}),(0,i.tZ)(d.x,{datatext:".com",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",fontWeight:"700",fontSize:["1.5em","2em"],color:"rgb(245, 184, 165)"},children:".com"})]}),(0,i.tZ)(d.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"}"}),(0,i.tZ)(l.r,{as:V(),href:"https://moure.dev",isExternal:!0,sx:{textAlign:"right",width:"100%",textDecoration:"none",_hover:{}},children:(0,i.tZ)(d.x,{datatext:"by mouredev",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Comfortaa",fontWeight:"500",fontSize:["1.5em","2em"],color:"#FFFFFF"},children:"by mouredev"})}),(0,i.tZ)(u.M,{sx:{width:"100%"},children:(0,i.BX)(s.g,{spacing:"2em",children:[(0,i.tZ)(d.x,{sx:{fontSize:["1.5em","2em"],fontWeight:"700",paddingTop:"2em",textAlign:"center"},children:"Ejercicios y proyectos para mejorar tu l\xf3gica de programaci\xf3n"}),(0,i.tZ)(n.xu,{sx:{display:["none","block","block","block"]},children:(0,i.BX)(c.U,{spacing:"2em",children:[(0,i.tZ)(l.r,{as:V(),href:"https://github.com/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "GitHub"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:"GitHub"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "GitHub"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(l.r,{as:V(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Discord"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:"Discord"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "Discord"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(l.r,{as:V(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Twitch"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:"Twitch"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "Twitch"',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})}),(0,i.tZ)(n.xu,{sx:{display:["block","none","none","none"]},children:(0,i.BX)(c.U,{spacing:"2em",children:[(0,i.tZ)(l.r,{as:V(),href:"https://github.com/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:""})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(l.r,{as:V(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:""})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(l.r,{as:V(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:""})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})})]})})]})})}),(0,i.BX)(s.g,{spacing:"4em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,i.BX)(s.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Mejora tus habilidades"}),(0,i.BX)(k.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,i.tZ)(w.P,{colSpan:1,rowSpan:1,children:(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Resuelve a tu ritmo ejercicios inspirados en pruebas t\xe9cnicas usando el lenguaje de programaci\xf3n que t\xfa quieras."})}),(0,i.tZ)(w.P,{colSpan:1,rowSpan:1,children:(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Totalmente gratis y en constante actualizaci\xf3n, con correcciones en directo y el apoyo de la comunidad."})})]})]}),(0,i.tZ)(n.xu,{sx:{display:["none","block","block","block"]},children:(0,i.BX)(k.r,{sx:{gap:"2em"},templateColumns:"repeat(5, 1fr)",templateRows:"repeat(2, 1fr)",children:[(0,i.tZ)(w.P,{colSpan:5,children:(0,i.tZ)(l.r,{as:V(),href:"/roadmap",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,i.BX)(s.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(n.xu,{sx:{width:"100%"},children:(0,i.tZ)(n.xu,{sx:{paddingBottom:"0.5em"},children:(0,i.tZ)(f.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Nuevo 2024"})})})}):(0,i.tZ)(r.Fragment,{})}),(0,i.BX)(c.U,{sx:{width:"100%"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap de retos"}),(0,i.tZ)(b.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"Ejercicios para aprender cualquier lenguaje de programaci\xf3n siguiendo una ruta de estudio de todos sus fundamentos desde cero. Cada semana un nuevo reto para poner a prueba tus conocimientos."})}):(0,i.tZ)(r.Fragment,{})})]})})}),(0,i.tZ)(w.P,{colSpan:3,children:(0,i.tZ)(l.r,{as:V(),href:"/ejercicios",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,i.BX)(s.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(n.xu,{sx:{width:"100%"},children:(0,i.tZ)(n.xu,{sx:{paddingBottom:"0.5em"},children:(0,i.tZ)(f.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,i.tZ)(r.Fragment,{})}),(0,i.BX)(c.U,{sx:{width:"100%"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"rgb(182, 209, 98)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Ejercicios l\xf3gicos"}),(0,i.tZ)(b.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"101 retos de c\xf3digo para pacticar tus habilidades con cualquier lenguaje de programaci\xf3n."})}):(0,i.tZ)(r.Fragment,{})})]})})}),(0,i.tZ)(w.P,{colSpan:2,children:(0,i.tZ)(l.r,{as:V(),href:"/proyectos",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,i.BX)(s.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(n.xu,{sx:{width:"100%"},children:(0,i.tZ)(n.xu,{sx:{paddingBottom:"0.5em"},children:(0,i.tZ)(f.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,i.tZ)(r.Fragment,{})}),(0,i.BX)(c.U,{sx:{width:"100%"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"rgb(241, 225, 112)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Proyectos completos"}),(0,i.tZ)(b.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"12 aplicaciones pensadas para a\xf1adir en tu portafolio personal."})}):(0,i.tZ)(r.Fragment,{})})]})})})]})}),(0,i.tZ)(n.xu,{sx:{display:["block","none","none","none"]},children:(0,i.BX)(s.g,{spacing:"2em",children:[(0,i.tZ)(l.r,{as:V(),href:"/roadmap",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,i.BX)(s.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(n.xu,{sx:{width:"100%"},children:(0,i.tZ)(n.xu,{sx:{paddingBottom:"0.5em"},children:(0,i.tZ)(f.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Nuevo 2024"})})})}):(0,i.tZ)(r.Fragment,{})}),(0,i.BX)(c.U,{sx:{width:"100%"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap de retos"}),(0,i.tZ)(b.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"Ejercicios para aprender cualquier lenguaje de programaci\xf3n siguiendo una ruta de estudio de todos sus fundamentos desde cero. Cada semana un nuevo reto para poner a prueba tus conocimientos."})}):(0,i.tZ)(r.Fragment,{})})]})}),(0,i.tZ)(l.r,{as:V(),href:"/ejercicios",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,i.BX)(s.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(n.xu,{sx:{width:"100%"},children:(0,i.tZ)(n.xu,{sx:{paddingBottom:"0.5em"},children:(0,i.tZ)(f.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,i.tZ)(r.Fragment,{})}),(0,i.BX)(c.U,{sx:{width:"100%"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"rgb(182, 209, 98)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Ejercicios l\xf3gicos"}),(0,i.tZ)(b.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"101 retos de c\xf3digo para pacticar tus habilidades con cualquier lenguaje de programaci\xf3n."})}):(0,i.tZ)(r.Fragment,{})})]})}),(0,i.tZ)(l.r,{as:V(),href:"/proyectos",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,i.BX)(s.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!1)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(n.xu,{sx:{width:"100%"},children:(0,i.tZ)(n.xu,{sx:{paddingBottom:"0.5em"},children:(0,i.tZ)(f.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,i.tZ)(r.Fragment,{})}),(0,i.BX)(c.U,{sx:{width:"100%"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"rgb(241, 225, 112)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Proyectos completos"}),(0,i.tZ)(b.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"12 aplicaciones pensadas para a\xf1adir en tu portafolio personal."})}):(0,i.tZ)(r.Fragment,{})})]})})]})})]}),(0,i.BX)(s.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,i.tZ)(l.r,{as:V(),href:"/roadmap#last",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,i.BX)(s.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",boxShadow:"0 0 1em rgb(188, 154, 250)",height:"100%"},children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(n.xu,{sx:{width:"100%"},children:(0,i.tZ)(n.xu,{sx:{paddingBottom:"0.5em"},children:(0,i.tZ)(f.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"26/12/2023 - 02/01/2024"})})})}):(0,i.tZ)(r.Fragment,{})}),(0,i.BX)(c.U,{sx:{width:"100%"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xdaltimo ejercicio publicado en la ruta de estudio"}),(0,i.tZ)(b.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"#00 sintaxis, variables, tipos de datos y hola mundo"})}):(0,i.tZ)(r.Fragment,{})})]})}),(0,i.BX)(c.U,{spacing:"1.5em",children:[(0,i.tZ)(l.r,{as:V(),href:"/roadmap#last",isExternal:!1,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ver el reto"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:"Ver el reto"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "Ver el reto"',src:"/icons/dark/arrow.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(l.r,{as:V(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:"Horario"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})]})]}),(0,i.tZ)(s.g,{id:"faq",ref:t,sx:{background:"#010408",paddingY:"4em",width:"100%"},children:(0,i.BX)(s.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,i.tZ)(Z.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Preguntas frecuentes"}),(0,i.tZ)(n.xu,{sx:{display:["none","block","block","block"]},children:(0,i.BX)(k.r,{sx:{gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(2, 1fr)",children:[(0,i.BX)(w.P,{colSpan:1,rowSpan:1,children:[(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfQu\xe9 conocimientos necesito para participar?"}),(0,i.tZ)(d.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Los ejercicios semanales se resuelven en pocas l\xedneas de c\xf3digo por lo que el conocimiento m\xednimo para abordarlos ser\xe1 menor que en las aplicaciones mensuales, ya que estas \xfaltimas cubren funcionalidades reales completas. \xbfCrees que no est\xe1s preparado? No te preocupes. Intenta llevar a cabo los ejercicios. Se trata de aprender y mejorar poco a poco, no de hacerlos perfectos o completos a la primera."})]}),(0,i.BX)(w.P,{colSpan:1,rowSpan:1,children:[(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"Acabo de llegar. \xbfDebo realizar los retos anteriores?"}),(0,i.tZ)(d.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada ejercicio semanal y mensual es independiente del anterior. Cuanto m\xe1s ejercicios resuelvas, mejor. Dispondr\xe1s de correcciones y propuestas de resoluci\xf3n de todos los retos pasados, pudiendo realizar el seguimiento en comunidad de los \xfaltimos publicados mediante la transmisi\xf3n en directo en Twitch."})]}),(0,i.BX)(w.P,{colSpan:1,rowSpan:1,children:[(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo funcionan las transmisiones en directo?"}),(0,i.tZ)(d.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada ejercicio posee una fecha de publicaci\xf3n y correcci\xf3n. El d\xeda indicado (habitualmente a las 20:00 hora Espa\xf1a) realizar\xe9 una transmisi\xf3n en directo desde Twitch para corregir y comentar el reto. Puedes consultar transmisiones pasadas de hasta 60 d\xedas en la secci\xf3n v\xeddeos de Twitch. No olvides que todas las correcciones est\xe1n disponibles en el repositorio de GitHub correspondiente."})]}),(0,i.BX)(w.P,{colSpan:1,rowSpan:1,children:[(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo usar cualquier lenguaje de programaci\xf3n?"}),(0,i.tZ)(d.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Los ejercicios est\xe1n pensados para que puedan ser resueltos con la mayor\xeda de lenguajes de programaci\xf3n actuales. Para participar, en la secci\xf3n de cada tipo de reto encontrar\xe1s todas las instrucciones y preguntas frecuentes, as\xed como el enlace al repositorio de GitHub con enunciados y resoluciones de cada reto."})]})]})}),(0,i.tZ)(n.xu,{sx:{display:["block","none","none","none"]},children:(0,i.BX)(k.r,{sx:{gap:"3em"},children:[(0,i.BX)(w.P,{colSpan:1,rowSpan:1,children:[(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfQu\xe9 conocimientos necesito para participar?"}),(0,i.tZ)(d.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Los ejercicios semanales se resuelven en pocas l\xedneas de c\xf3digo por lo que el conocimiento m\xednimo para abordarlos ser\xe1 menor que en las aplicaciones mensuales, ya que estas \xfaltimas cubren funcionalidades reales completas. \xbfCrees que no est\xe1s preparado? No te preocupes. Intenta llevar a cabo los ejercicios. Se trata de aprender y mejorar poco a poco, no de hacerlos perfectos o completos a la primera."})]}),(0,i.BX)(w.P,{colSpan:1,rowSpan:1,children:[(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"Acabo de llegar. \xbfDebo realizar los retos anteriores?"}),(0,i.tZ)(d.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada ejercicio semanal y mensual es independiente del anterior. Cuanto m\xe1s ejercicios resuelvas, mejor. Dispondr\xe1s de correcciones y propuestas de resoluci\xf3n de todos los retos pasados, pudiendo realizar el seguimiento en comunidad de los \xfaltimos publicados mediante la transmisi\xf3n en directo en Twitch."})]}),(0,i.BX)(w.P,{colSpan:1,rowSpan:1,children:[(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo funcionan las transmisiones en directo?"}),(0,i.tZ)(d.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada ejercicio posee una fecha de publicaci\xf3n y correcci\xf3n. El d\xeda indicado (habitualmente a las 20:00 hora Espa\xf1a) realizar\xe9 una transmisi\xf3n en directo desde Twitch para corregir y comentar el reto. Puedes consultar transmisiones pasadas de hasta 60 d\xedas en la secci\xf3n v\xeddeos de Twitch. No olvides que todas las correcciones est\xe1n disponibles en el repositorio de GitHub correspondiente."})]}),(0,i.BX)(w.P,{colSpan:1,rowSpan:1,children:[(0,i.tZ)(d.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo usar cualquier lenguaje de programaci\xf3n?"}),(0,i.tZ)(d.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Los ejercicios est\xe1n pensados para que puedan ser resueltos con la mayor\xeda de lenguajes de programaci\xf3n actuales. Para participar, en la secci\xf3n de cada tipo de reto encontrar\xe1s todas las instrucciones y preguntas frecuentes, as\xed como el enlace al repositorio de GitHub con enunciados y resoluciones de cada reto."})]})]})})]})}),(0,i.BX)(s.g,{spacing:"3em",sx:{width:"100%"},children:[(0,i.tZ)(l.r,{as:V(),href:"https://x.com/intent/tweet?text=Ejercicios,%20retos%20y%20aplicaciones%20para%20mejorar%20tu%20l\xf3gica%20de%20programaci\xf3n%20con%20cualquier%20lenguaje.%20Gratis,%20a%20tu%20ritmo%20y%20en%20comunidad.%0A%0ADescubre&url=retosdeprogramacion.com/&via=mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,i.tZ)(y.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Compartir en"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,i.BX)(c.U,{children:[(0,i.tZ)(r.Fragment,{children:(0,z.oA)(!0)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(d.x,{children:"Compartir en"})}):(0,i.tZ)(r.Fragment,{})}),(0,i.tZ)(b.E,{alt:'Icono que representa la navegaci\xf3n a "Compartir en"',src:"/icons/light/x.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,i.tZ)(n.xu,{className:"marquee",children:(0,i.BX)(n.xu,{children:[(0,i.BX)(d.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,i.tZ)(d.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,i.tZ)(d.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,i.tZ)(d.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,i.tZ)(d.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,i.tZ)(d.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,i.tZ)(d.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,i.tZ)(d.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,i.tZ)(d.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,i.tZ)(d.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,i.tZ)(d.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,i.tZ)(d.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,i.tZ)(d.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,i.tZ)(d.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,i.tZ)(d.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,i.tZ)(d.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,i.tZ)(d.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,i.tZ)(d.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,i.tZ)(d.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,i.tZ)(d.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,i.tZ)(d.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,i.tZ)(d.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,i.tZ)(d.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,i.tZ)(d.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,i.tZ)(d.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,i.tZ)(d.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,i.tZ)(d.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,i.tZ)(d.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,i.tZ)(d.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,i.tZ)(d.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,i.tZ)(d.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,i.tZ)(d.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]}),(0,i.BX)(d.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,i.tZ)(d.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,i.tZ)(d.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,i.tZ)(d.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,i.tZ)(d.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,i.tZ)(d.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,i.tZ)(d.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,i.tZ)(d.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,i.tZ)(d.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,i.tZ)(d.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,i.tZ)(d.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,i.tZ)(d.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,i.tZ)(d.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,i.tZ)(d.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,i.tZ)(d.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,i.tZ)(d.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,i.tZ)(d.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,i.tZ)(d.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,i.tZ)(d.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,i.tZ)(d.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,i.tZ)(d.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,i.tZ)(d.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,i.tZ)(d.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,i.tZ)(d.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,i.tZ)(d.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,i.tZ)(d.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,i.tZ)(d.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,i.tZ)(d.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,i.tZ)(d.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,i.tZ)(d.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,i.tZ)(d.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,i.tZ)(d.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]})]})})]}),(0,i.BX)(_.K,{direction:["column","column","row","row"],sx:{borderTop:"1px solid #010408",padding:"2em",width:"100%"},children:[(0,i.BX)(c.U,{spacing:"1em",children:[(0,i.tZ)(b.E,{alt:'Logotipo de MoureDev. Una "eme" entre llaves.',src:"/logo.png",sx:{height:"2em",width:"2em"}}),(0,i.tZ)(l.r,{as:V(),href:"https://moure.dev",isExternal:!0,sx:{fontFamily:"Monaspace Neon",textDecoration:"none",_hover:{}},children:(0,i.BX)(n.xu,{children:["Creado con \uD83E\uDD0D (y gracias a ti) por ",(0,i.tZ)(d.x,{as:"span",sx:{color:"rgb(130, 210, 207)"},children:"MoureDev by Brais Moure"}),"."]})})]}),(0,i.tZ)(h.L,{}),(0,i.tZ)(l.r,{as:V(),href:"https://github.com/mouredev/retos-programacion-web",isExternal:!0,sx:{textAlign:"end",textDecoration:"none",_hover:{}},children:(0,i.tZ)(d.x,{sx:{fontFamily:"Monaspace Krypton",color:"#8A939E"},children:"\xa9 2022-2023. v3.0."})})]})]})})]}),(0,i.BX)(S(),{children:[(0,i.tZ)("title",{children:"Retos de Programaci\xf3n | by MoureDev"}),(0,i.tZ)("meta",{content:"Ejercicios, retos y aplicaciones para mejorar tu l\xf3gica de programaci\xf3n con cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"description"}),(0,i.tZ)("meta",{content:"https://retosdeprogramacion.com/preview.jpg",property:"og:image"}),(0,i.tZ)("meta",{content:"Retos de Programaci\xf3n | by MoureDev",name:"og:title"}),(0,i.tZ)("meta",{content:"Ejercicios, retos y aplicaciones para mejorar tu l\xf3gica de programaci\xf3n con cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"og:description"}),(0,i.tZ)("meta",{content:"https://retosdeprogramacion.com/preview.jpg",name:"og:image"}),(0,i.tZ)("meta",{content:"website",name:"og:type"}),(0,i.tZ)("meta",{content:"summary_large_image",name:"twitter:card"}),(0,i.tZ)("meta",{content:"@mouredev",name:"twitter:site"}),(0,i.tZ)("meta",{content:"website",name:"og:type"}),(0,i.tZ)("meta",{content:"summary_large_image",name:"twitter:card"}),(0,i.tZ)("meta",{content:"@mouredev",name:"twitter:site"}),(0,i.tZ)("meta",{content:"website",name:"og:type"}),(0,i.tZ)("meta",{content:"summary_large_image",name:"twitter:card"}),(0,i.tZ)("meta",{content:"@mouredev",name:"twitter:site"}),(0,i.tZ)("meta",{content:"website",name:"og:type"}),(0,i.tZ)("meta",{content:"summary_large_image",name:"twitter:card"}),(0,i.tZ)("meta",{content:"@mouredev",name:"twitter:site"})]})]})}},58595:function(t,e,a){"use strict";a.d(e,{g:function(){return Fragment_fd0e7cb8f9fb4669a6805377d925fba0}});var i=a(35944),r=a(67294),o=a(60687),n=a(6608),s=a(92752),c=a(31963),l=a(74616),d=a(44504),h=a(73793),f=a(88911);function Fragment_fd0e7cb8f9fb4669a6805377d925fba0(){let[t,e]=(0,r.useContext)(o.DR);return(0,i.tZ)(r.Fragment,{children:(0,n.oA)(null!==e)?(0,i.tZ)(r.Fragment,{children:(0,i.tZ)(s.u_,{isOpen:null!==e,children:(0,i.tZ)(c.Z,{children:(0,i.BX)(l.h,{children:[(0,i.tZ)(d.x,{children:"Connection Error"}),(0,i.tZ)(h.f,{children:(0,i.BX)(f.x,{children:["Cannot connect to server: ",null!==e?e.message:"",". Check if server is reachable at ",(0,n.e9)().href]})})]})})})}):(0,i.tZ)(r.Fragment,{})})}a(35202)}},function(t){t.O(0,[3741,2103,9774,2888,179],function(){return t(t.s=75557)}),_N_E=t.O()}]); \ No newline at end of file diff --git a/public/_next/static/chunks/pages/proyectos-09851d362dd4eaeb.js b/public/_next/static/chunks/pages/proyectos-b4cf8fac674d8ae9.js similarity index 99% rename from public/_next/static/chunks/pages/proyectos-09851d362dd4eaeb.js rename to public/_next/static/chunks/pages/proyectos-b4cf8fac674d8ae9.js index 9d701863..c67ecd46 100644 --- a/public/_next/static/chunks/pages/proyectos-09851d362dd4eaeb.js +++ b/public/_next/static/chunks/pages/proyectos-b4cf8fac674d8ae9.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3108],{68956:function(e,r,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/proyectos",function(){return n(93370)}])},93370:function(e,r,n){"use strict";n.r(r),n.d(r,{default:function(){return Component}});var t=n(35944),a=n(67294),o=n(58595),i=n(23100),d=n(91669),c=n(54641),l=n(33838),s=n(88911),h=n(95034),m=n(41689),g=n(5284),x=n(36275),u=n(84416),b=n(70003),F=n(1913),p=n(7754),Z=n(29222),f=n(14418),v=n(31708),k=n(776),y=n(7306),w=n(39849),E=n(4298),_=n.n(E),A=n(41664),S=n.n(A);n(35202);var z=n(6608),C=n(7505),B=n(64400),q=n(902),X=n(9008),I=n.n(X);function Component(){let e=(0,a.useRef)(null);return z.xL.ref_last=e,(0,t.BX)(a.Fragment,{children:[(0,t.tZ)(o.g,{}),(0,t.BX)(i.xu,{children:[(0,t.tZ)(_(),{strategy:"afterInteractive",children:"document.documentElement.lang='es'"}),(0,t.tZ)(d.g,{sx:{bg:"#010408",position:"sticky",paddingX:"2em",paddingY:"1em",zIndex:"999",top:"0",width:"100%"},children:(0,t.BX)(c.U,{sx:{width:"100%"},children:[(0,t.tZ)(l.r,{as:S(),href:"/",sx:{textDecoration:"none",_hover:{}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(s.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"{"}),(0,t.tZ)(s.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Retos"}),(0,t.tZ)(s.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"de"}),(0,t.tZ)(s.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Programaci\xf3n"}),(0,t.tZ)(s.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"}"})]})}),(0,t.tZ)(h.L,{}),(0,t.tZ)(i.xu,{sx:{width:"100%",display:["none","block","block","block"]},children:(0,t.BX)(c.U,{spacing:"2em",children:[(0,t.tZ)(h.L,{}),(0,t.tZ)(l.r,{as:S(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,t.BX)(c.U,{spacing:"0.5em",children:[(0,t.tZ)(s.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,t.tZ)(i.xu,{sx:{paddingBottom:"0px !important"},children:(0,t.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})}),(0,t.tZ)(l.r,{as:S(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})}),(0,t.tZ)(l.r,{as:S(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(241, 225, 112)"},children:"Proyectos"})})]})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.BX)(g.v,{children:[(0,t.tZ)(x.j,{sx:{display:"flex"},children:(0,t.tZ)(u.E,{alt:"Icono del men\xfa de navegaci\xf3n",src:"/icons/menu.svg",sx:{height:"auto",width:"1.5em"}})}),(0,t.BX)(b.q,{sx:{background:"#010408",borderColor:"#0C1116",minWidth:"100px"},children:[(0,t.tZ)(F.s,{sx:{background:"transparent"},children:(0,t.tZ)(l.r,{as:S(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,t.BX)(c.U,{spacing:"0.5em",children:[(0,t.tZ)(s.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,t.tZ)(i.xu,{sx:{paddingBottom:"0px !important"},children:(0,t.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})})}),(0,t.tZ)(F.s,{sx:{background:"transparent"},children:(0,t.tZ)(l.r,{as:S(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})})}),(0,t.tZ)(F.s,{sx:{background:"transparent"},children:(0,t.tZ)(l.r,{as:S(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(241, 225, 112)"},children:"Proyectos"})})})]})]})})]})}),(0,t.tZ)(p.M,{children:(0,t.BX)(d.g,{spacing:"4em",sx:{width:"100%"},children:[(0,t.tZ)(i.xu,{sx:{background:"url('/mosaic.png') repeat",backgroundSize:"120px 120px",width:"100%"},children:(0,t.tZ)(p.M,{sx:{background:"linear-gradient(to bottom, rgb(0, 0, 0, 0) 20%, #0C1116 100%)"},children:(0,t.BX)(d.g,{spacing:"-0.3em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px",paddingY:"4em"},children:[(0,t.tZ)(s.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"{"}),(0,t.BX)(d.g,{alignItems:"start",spacing:"-0.3em",sx:{paddingLeft:"4em"},children:[(0,t.tZ)(s.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Retos"}),(0,t.tZ)(s.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(188, 154, 250)"},children:"de"}),(0,t.tZ)(s.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Programaci\xf3n"}),(0,t.tZ)(s.x,{datatext:"proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",fontWeight:"700",fontSize:["1.5em","2em"],color:"rgb(245, 184, 165)"},children:"proyectos"})]}),(0,t.tZ)(s.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"}"}),(0,t.tZ)(l.r,{as:S(),href:"https://moure.dev",isExternal:!0,sx:{textAlign:"right",width:"100%",textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"by mouredev",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Comfortaa",fontWeight:"500",fontSize:["1.5em","2em"],color:"#FFFFFF"},children:"by mouredev"})}),(0,t.tZ)(p.M,{sx:{width:"100%"},children:(0,t.BX)(d.g,{spacing:"2em",children:[(0,t.tZ)(s.x,{sx:{fontSize:["1.5em","2em"],fontWeight:"700",paddingTop:"2em",textAlign:"center"},children:"12 aplicaciones pensadas para a\xf1adir a tu portafolio personal"}),(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.BX)(c.U,{spacing:"2em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "GitHub"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"GitHub"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "GitHub"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Discord"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Discord"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Discord"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Twitch"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Twitch"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Twitch"',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.BX)(c.U,{spacing:"2em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})})]})})]})})}),(0,t.tZ)(d.g,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:(0,t.BX)(d.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Web o App. T\xfa eliges la tecnolog\xeda."}),(0,t.BX)(v.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,t.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,t.tZ)(s.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Este es un listado de proyectos reales que pueden ayudarte a darte ideas y elaborar un portafolio personal que marque la diferencia. Cada aplicaci\xf3n est\xe1 pensada para potenciar diferentes habilidades."})}),(0,t.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,t.tZ)(s.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Con el apoyo de la comunidad. Encontrar\xe1s soluciones a los ejercicios en tecnolog\xedas como React, Angular, Flutter, Vue, Jetpack Compose, Android Views, SwiftUI, UIKit, React Native, Svelte…"})})]})]})}),(0,t.tZ)(i.xu,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(d.g,{spacing:"6em",children:[(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#1"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONECTA 4"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea el juego conecta cuatro.\n *\n * Requisitos:\n * - Tablero de 7x6 (7 en el eje "x" y 6 en el "y").\n * - Fichas Rojas y Amarillas. La primera partida la comienza siempre la Roja\n * (la segunda la Amarilla, la tercera la Roja...).\n * - No hay que implementar una funcionalidad que te permita jugar contra la App.\n * Se asume que jugar\xe1n dos personas reales altern\xe1ndose.\n * - Al seleccionar la columna se coloca la ficha en la parte inferior.\n * - Guardar el n\xfamero partidas ganadas de cada equipo mientras la App no se finaliza.\n * - Dos botones para reiniciar la partida en marcha y para resetear el\n * contador de victorias y derrotas.\n * - Puedes a\xf1adirle todas las funcionalidades extra que consideres.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto01.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto01.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#2"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ENCICLOPEDIA STAR WARS"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una app que sirva para listar los personajes de Star Wars y que te permita\n * buscarlos por nombre.\n *\n * Requisitos:\n * - Usa el API https://swapi.dev\n * - El dise\xf1o es de libre elecci\xf3n.\n * - Debe mostrar un listado y un detalle de cada personaje.\n * - El listado tendr\xe1 que estar paginado.\n * - El listado poseer\xe1 un filtro de b\xfasqueda.\n * - Al seleccionar un personaje del listado, el detalle mostrar\xe1 los datos que\n * consideres oportunos.\n * - OPCIONAL: Detalle de pel\xedculas, veh\xedculos, naves, especies...\n * - OPCIONAL: Foto de cada personaje.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto02.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto02.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#3"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CUESTIONARIO CONTRARRELOJ"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea una "Quiz app" contrareloj con ranking.\n *\n * Requisitos:\n * - El dise\xf1o es de libre elecci\xf3n.\n * - La tem\xe1tica de las preguntas del cuestionario ser\xe1 de libre elecci\xf3n. Puede estar\n * bien seguir un mismo tema (por ejemplo, preguntas sobre el universo "Harry Potter").\n * - En la pantalla inicial podr\xe1s comenzar a jugar o consultar el ranking de puntuaciones.\n * - El juego consistir\xe1 en 10 preguntas aleatorias con 3 respuestas y s\xf3lo una correcta.\n * Recomendable crear m\xe1s de 10 preguntas para que no siempre salgan las mismas. Cada vez\n * que se responde a una pregunta, se pasar\xe1 a la siguiente.\n * - Disponemos de 30 segundos para responder cada pregunta. El contador deber\xe1 aparecer\n * en la pantalla, y si llega a 0 se tomar\xe1 como respuesta incorrecta y se pasar\xe1\n * a la siguiente pregunta.\n * - Al marcar una respuesta o finalizar el tiempo, se mostrar\xe1 si se ha acertado o no la\n * pregunta, dando feedback sobre cu\xe1l ser\xeda la respuesta correcta y navegando al cabo\n * de un par de segundos a la siguiente pantalla.\n * - Sistema de puntuaci\xf3n:\n * - Contador a 0 o respuesta incorrecta = 0 puntos.\n * - Contador mayor 0 y respuesta correcta = [segundos restantes] puntos.\n * Ej: Si quedaban 9 segundos para finalizar la cuenta atr\xe1s y se acierta la pregunta,\n * se asignan 9 puntos.\n * - Una vez finalizada la pregunta n\xfamero 10 se mostrar\xe1 en una nueva pantalla\n * la puntuaci\xf3n final y se deber\xe1 introducir un nombre para guardarla de forma\n * persistente (aunque cerremos la app). Hecho estos se mostrar\xe1 la pantalla de ranking.\n * - La pantalla de ranking muestra ordenados de mayor a menor los 10 mejores\n * resultados y el nombre guardado. Desde esta pantalla siempre se podr\xe1 navegar\n * a la pantalla inicial.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto03.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto03.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#4"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"POMODORO"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n *Crea un "Pomodoro" configurable que guarde todo tu historial de tareas.\n *\n * La t\xe9cnica "pomodoro" es un m\xe9todo para mejorar la administraci\xf3n del tiempo dedicado\n * a una actividad e incrementar tu productividad.\n *\n * Requisitos:\n * - Poseer\xe1 un campo de texto para introducir el nombre de la tarea que se est\xe1 llevando a cabo.\n * Cada vez que se cambia la tarea, el pomodoro comienza de cero. S\xf3lo se puede cambiar\n * la tarea si el pomodoro se detiene completamente (en caso contrario no ser\xe1 editable).\n * El pomodoro no puede iniciarse si no se ha definido una tarea.\n * - Deber\xe1 implementar botones para iniciar el pomodoro, pausarlo, pararlo y pasar\n * al siguiente ciclo del pomodoro.\n * - El pomodoro medir\xe1 intervalos formados por 4 bloques de trabajo de 25 minutos con 5 minutos\n * de descanso entre ellos. Cada tres bloques de descanso de 5 minutos, el cuarto bloque ser\xe1\n * de 15 minutos o 30 minutos (tambi\xe9n configurable y guardando la selecci\xf3n\n * de forma persistente).\n * - Si la aplicaci\xf3n est\xe1 en segundo plano deber\xe1 seguir funcionando. O por lo menos seguir\n * teniendo en cuenta el estado actual del pomodoro.\n * - Cada vez que acaba un bloque (de trabajo o de descanso) se notificar\xe1 al usuario con\n * una alerta (si est\xe1 en primer plano e incluso con sonido) o con una notificaci\xf3n\n * (si est\xe1 en segundo plano) que ha finalizado ese bloque de tiempo y ha comenzado el siguiente.\n * - Se guardar\xe1 un historial agrupado por d\xeda con fecha de inicio y fin del bloque/s de\n * trabajo junto con el texto de la tarea realizada. Tiempo total contando descanso y trabajo.\n * Se guarda cada vez que se detiente el pomodoro.\n * El historial puede estar en una pantalla individual.\n * Se mostar\xe1 primero el registro m\xe1s reciente.\n * - Esta es un tipo de aplicaci\xf3n con la que podemos practicar dise\xf1os de UI m\xe1s elaborados.\n * Intenta hacerla bonita y con animaciones!\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto04.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto04.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#5"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"JUEGO DE MEMORIA"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea un "memograma" o "juego de memoria" basado en parejas de cartas.\n *\n * \xbfQui\xe9n no ha jugado alguna vez a las parejas de cartas? Desde bien peque\xf1os hasta \n * alguna noche de fiesta, \xbfcierto? Bien, para este reto deber\xe1s elegir tu tem\xe1tica\n * favorita y recrear el famoso juego. Sorpr\xe9ndenos! \uD83D\uDE09\n *\n * Requisitos:\n * - Los requisitos del juego son bastante sencillos. En primer lugar, tienes que elegir\n * la tem\xe1tica que quieras, como Pok\xe9mon, Star Wars o incluso Peppa Pig.\n * - La din\xe1mica del juego consistir\xe1 en presentar un tablero con una serie de cartas\n * boca abajo y revelar todas las parejas antes de que se acabe el tiempo.\n * El usuario tocar\xe1 cada carta para darle la vuelta y, si dos de ellas coinciden al\n * descubrirlas, se pondr\xe1n boca arriba. En caso contrario, se volver\xe1n a ocultar.\n * - El juego se gana si se descubren todas las parejas dentro del l\xedmite de tiempo.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-memory-game-es",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto05.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-memory-game-es",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#6"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"- CLONANDO TWITTER"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Replica la UI del feed de Twitter en tu propia app.\n *\n * El objetivo desde este reto es que seas capaz de replicar la capa visual del feed\n * principal de Tweets en tu propia app. \xbfTe animas a clonar la UI de Twitter?\n *\n * Requisitos:\n * - Puedes clonar la versi\xf3n web, iOS o Android de Twitter.\n * - Cuanto m\xe1s similar al dise\xf1o original, mejor, aunque no es necesario representar\n * todas funcionalidades actuales de Twitter (en las instrucciones completas se indican\n * los requisitos de forma detallada). El objetivo del reto se centra principalmente en\n * tener la capacidad de saber crear UI en base a un dise\xf1o ya existente.\n *\n * - \xa1Punto extra! Si quieres desafiarte un poco m\xe1s, intenta mejorar la aplicaci\xf3n de Twitter.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-twitter-mirroring-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=twitter_mirroring_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto06.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-twitter-mirroring-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=twitter_mirroring_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#7"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LECTOR RSS"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea un agregador de noticias enfocado en un \xfanico nicho de mercado.\n *\n * \xbfEres capaz de construir el mejor agregador de noticias de un sector?\n *\n * Requisitos:\n * - T\xfa decides el nicho que m\xe1s te guste. Por ejemplo tecnolog\xeda, desarrollo de software,\n * m\xfasica, comida, deporte...\n * - Crear\xe1s una pantalla principal y otras para detalles, marcadores y configuraci\xf3n.\n *\n * - \xa1Punto extra! Aqu\xed mandas t\xfa. Es posible que puedas implementar funcionalidades\n * exclusivas que tengan especial sentido en el nicho que hayas seleccionado..\n * \xa1Sorpr\xe9ndenos!\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-lector-rss-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=rss_reader_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto07.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-lector-rss-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=rss_reader_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#8"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"FIREBASE CHAT"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una aplicaci\xf3n de chat usando Firebase como tu backend.\n *\n * \n * Requisitos:\n * - La aplicaci\xf3n tendr\xe1 una pantalla donde tendr\xe1s que hacer login con tu cuenta de Google.\n * - Una vez realizado, acceder\xe1s a una sala de chat donde se visualizar\xe1n los mensajes\n * de todos los usuarios y podr\xe1s interactuar con ellos.\n *\n * - \xa1Punto extra! \xbfEres capaz de enviar notificaciones push a otro dispositivo\n * cada vez que te escriben? \xbfE im\xe1genes?\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-firebase-chat-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=firebase_chat_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto08.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-firebase-chat-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=firebase_chat_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#9"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'ESPECIAL "D\xcdA DE LA PROGRAMACI\xd3N"'})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una aplicaci\xf3n que ayude a nuestra comunidad.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/hackathon-dia-de-la-programacion/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=hackathon_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto09.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/hackathon-dia-de-la-programacion/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=hackathon_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#10"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR DE UNIDADES"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una applicaci\xf3n para encontrar la equivalencia de un valor en diferentes\n * unidades de medida.\n *\n * \xbfHas probado alguna vez crear tu propio conversor de unidades?\n *\n * Requisitos:\n * - Si tu applicaci\xf3n es capaz de transformar muchos tipos de unidades, debe poseer\n * una pantalla de selecci\xf3n y una de detalle con el conversor.\n * = Si decides que tu aplicaci\xf3n \xfanicamente soporte una familia de unidades,\n * puede estar todo en una \xfanica pantalla.\n *\n * - \xa1Punto extra! \xbfTe atreves a utilizar otro tipo de unidades de medici\xf3n menos comunes?\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-unit-converter-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=unit_converter_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto10.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-unit-converter-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=unit_converter_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#11"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BUON APPETITO"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea una aplicaci\xf3n que sea capaz de gestionar el pedido en nuestra pizzer\xeda perfecta.\n *\n * Pero, \xbfpor qu\xe9 es perfecta? Muy f\xe1cil, no tienes que registrarte, una pizza puede\n * estar compuesta hasta por 4 tipos, podr\xe1s eliminar ingredientes y conoceremos\n * "un truco" para no tener que pagarlas.\n *\n * Requisitos:\n * - Al abrir la aplicaci\xf3n se nos presentar\xe1 el listado de pizzas del restaurante.\n * - Podr\xe1s consultar el detalle de la pizza para editarla y acceder al carrito de la:\n * compra para finalizar el pedido.:\n *\n * - \xa1Punto extra! \xbfTe atreves a solicitar los datos de env\xedo o a a\xf1adir alg\xfan m\xe9todo de pago?\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-buon-appetito-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=buon_appetito_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto11.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-buon-appetito-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=buon_appetito_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{id:"last",ref:e,sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#12"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA DEVSTORE"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una web o app que funcione como un sitio donde encontrar aquellos productos\n * que crees que todo developer deber\xeda conocer.\n *\n * Requisitos:\n * - Deber\xe1s crear una tienda online pero sin tienda... \xbfC\xf3mo? Tu web o app puede\n * servir para enlazar a los productos que venden tiendas online reales (Amazon, por ejemplo)\n * y as\xed utilizar enlaces de referidos que te aporten ingresos.\n * - La tienda deber\xe1 poseer una secci\xf3n de productos destacados y diferentes filtros\n * para agrupar por categor\xeda. Los productos son de tu total elecci\xf3n, y cada uno\n * debe tener foto (o m\xe1s de una) y descripci\xf3n (e informaci\xf3n extra si as\xed lo quieres).\n *\n * - \xa1Punto extra! Es el \xfaltimo reto del a\xf1o... \xbfQuieres formar un equipo de hasta\n * 3 personas (tienen que existir commits de 3 personas) para llevar a cabo el reto?\n * Este es el momento.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto12.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto12.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(d.g,{spacing:"2em",children:[(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#1"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONECTA 4"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea el juego conecta cuatro.\n *\n * Requisitos:\n * - Tablero de 7x6 (7 en el eje "x" y 6 en el "y").\n * - Fichas Rojas y Amarillas. La primera partida la comienza siempre la Roja\n * (la segunda la Amarilla, la tercera la Roja...).\n * - No hay que implementar una funcionalidad que te permita jugar contra la App.\n * Se asume que jugar\xe1n dos personas reales altern\xe1ndose.\n * - Al seleccionar la columna se coloca la ficha en la parte inferior.\n * - Guardar el n\xfamero partidas ganadas de cada equipo mientras la App no se finaliza.\n * - Dos botones para reiniciar la partida en marcha y para resetear el\n * contador de victorias y derrotas.\n * - Puedes a\xf1adirle todas las funcionalidades extra que consideres.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto01.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto01.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#2"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ENCICLOPEDIA STAR WARS"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una app que sirva para listar los personajes de Star Wars y que te permita\n * buscarlos por nombre.\n *\n * Requisitos:\n * - Usa el API https://swapi.dev\n * - El dise\xf1o es de libre elecci\xf3n.\n * - Debe mostrar un listado y un detalle de cada personaje.\n * - El listado tendr\xe1 que estar paginado.\n * - El listado poseer\xe1 un filtro de b\xfasqueda.\n * - Al seleccionar un personaje del listado, el detalle mostrar\xe1 los datos que\n * consideres oportunos.\n * - OPCIONAL: Detalle de pel\xedculas, veh\xedculos, naves, especies...\n * - OPCIONAL: Foto de cada personaje.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto02.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto02.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#3"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CUESTIONARIO CONTRARRELOJ"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea una "Quiz app" contrareloj con ranking.\n *\n * Requisitos:\n * - El dise\xf1o es de libre elecci\xf3n.\n * - La tem\xe1tica de las preguntas del cuestionario ser\xe1 de libre elecci\xf3n. Puede estar\n * bien seguir un mismo tema (por ejemplo, preguntas sobre el universo "Harry Potter").\n * - En la pantalla inicial podr\xe1s comenzar a jugar o consultar el ranking de puntuaciones.\n * - El juego consistir\xe1 en 10 preguntas aleatorias con 3 respuestas y s\xf3lo una correcta.\n * Recomendable crear m\xe1s de 10 preguntas para que no siempre salgan las mismas. Cada vez\n * que se responde a una pregunta, se pasar\xe1 a la siguiente.\n * - Disponemos de 30 segundos para responder cada pregunta. El contador deber\xe1 aparecer\n * en la pantalla, y si llega a 0 se tomar\xe1 como respuesta incorrecta y se pasar\xe1\n * a la siguiente pregunta.\n * - Al marcar una respuesta o finalizar el tiempo, se mostrar\xe1 si se ha acertado o no la\n * pregunta, dando feedback sobre cu\xe1l ser\xeda la respuesta correcta y navegando al cabo\n * de un par de segundos a la siguiente pantalla.\n * - Sistema de puntuaci\xf3n:\n * - Contador a 0 o respuesta incorrecta = 0 puntos.\n * - Contador mayor 0 y respuesta correcta = [segundos restantes] puntos.\n * Ej: Si quedaban 9 segundos para finalizar la cuenta atr\xe1s y se acierta la pregunta,\n * se asignan 9 puntos.\n * - Una vez finalizada la pregunta n\xfamero 10 se mostrar\xe1 en una nueva pantalla\n * la puntuaci\xf3n final y se deber\xe1 introducir un nombre para guardarla de forma\n * persistente (aunque cerremos la app). Hecho estos se mostrar\xe1 la pantalla de ranking.\n * - La pantalla de ranking muestra ordenados de mayor a menor los 10 mejores\n * resultados y el nombre guardado. Desde esta pantalla siempre se podr\xe1 navegar\n * a la pantalla inicial.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto03.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto03.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#4"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"POMODORO"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n *Crea un "Pomodoro" configurable que guarde todo tu historial de tareas.\n *\n * La t\xe9cnica "pomodoro" es un m\xe9todo para mejorar la administraci\xf3n del tiempo dedicado\n * a una actividad e incrementar tu productividad.\n *\n * Requisitos:\n * - Poseer\xe1 un campo de texto para introducir el nombre de la tarea que se est\xe1 llevando a cabo.\n * Cada vez que se cambia la tarea, el pomodoro comienza de cero. S\xf3lo se puede cambiar\n * la tarea si el pomodoro se detiene completamente (en caso contrario no ser\xe1 editable).\n * El pomodoro no puede iniciarse si no se ha definido una tarea.\n * - Deber\xe1 implementar botones para iniciar el pomodoro, pausarlo, pararlo y pasar\n * al siguiente ciclo del pomodoro.\n * - El pomodoro medir\xe1 intervalos formados por 4 bloques de trabajo de 25 minutos con 5 minutos\n * de descanso entre ellos. Cada tres bloques de descanso de 5 minutos, el cuarto bloque ser\xe1\n * de 15 minutos o 30 minutos (tambi\xe9n configurable y guardando la selecci\xf3n\n * de forma persistente).\n * - Si la aplicaci\xf3n est\xe1 en segundo plano deber\xe1 seguir funcionando. O por lo menos seguir\n * teniendo en cuenta el estado actual del pomodoro.\n * - Cada vez que acaba un bloque (de trabajo o de descanso) se notificar\xe1 al usuario con\n * una alerta (si est\xe1 en primer plano e incluso con sonido) o con una notificaci\xf3n\n * (si est\xe1 en segundo plano) que ha finalizado ese bloque de tiempo y ha comenzado el siguiente.\n * - Se guardar\xe1 un historial agrupado por d\xeda con fecha de inicio y fin del bloque/s de\n * trabajo junto con el texto de la tarea realizada. Tiempo total contando descanso y trabajo.\n * Se guarda cada vez que se detiente el pomodoro.\n * El historial puede estar en una pantalla individual.\n * Se mostar\xe1 primero el registro m\xe1s reciente.\n * - Esta es un tipo de aplicaci\xf3n con la que podemos practicar dise\xf1os de UI m\xe1s elaborados.\n * Intenta hacerla bonita y con animaciones!\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto04.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto04.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#5"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"JUEGO DE MEMORIA"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea un "memograma" o "juego de memoria" basado en parejas de cartas.\n *\n * \xbfQui\xe9n no ha jugado alguna vez a las parejas de cartas? Desde bien peque\xf1os hasta \n * alguna noche de fiesta, \xbfcierto? Bien, para este reto deber\xe1s elegir tu tem\xe1tica\n * favorita y recrear el famoso juego. Sorpr\xe9ndenos! \uD83D\uDE09\n *\n * Requisitos:\n * - Los requisitos del juego son bastante sencillos. En primer lugar, tienes que elegir\n * la tem\xe1tica que quieras, como Pok\xe9mon, Star Wars o incluso Peppa Pig.\n * - La din\xe1mica del juego consistir\xe1 en presentar un tablero con una serie de cartas\n * boca abajo y revelar todas las parejas antes de que se acabe el tiempo.\n * El usuario tocar\xe1 cada carta para darle la vuelta y, si dos de ellas coinciden al\n * descubrirlas, se pondr\xe1n boca arriba. En caso contrario, se volver\xe1n a ocultar.\n * - El juego se gana si se descubren todas las parejas dentro del l\xedmite de tiempo.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-memory-game-es",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto05.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-memory-game-es",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#6"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"- CLONANDO TWITTER"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Replica la UI del feed de Twitter en tu propia app.\n *\n * El objetivo desde este reto es que seas capaz de replicar la capa visual del feed\n * principal de Tweets en tu propia app. \xbfTe animas a clonar la UI de Twitter?\n *\n * Requisitos:\n * - Puedes clonar la versi\xf3n web, iOS o Android de Twitter.\n * - Cuanto m\xe1s similar al dise\xf1o original, mejor, aunque no es necesario representar\n * todas funcionalidades actuales de Twitter (en las instrucciones completas se indican\n * los requisitos de forma detallada). El objetivo del reto se centra principalmente en\n * tener la capacidad de saber crear UI en base a un dise\xf1o ya existente.\n *\n * - \xa1Punto extra! Si quieres desafiarte un poco m\xe1s, intenta mejorar la aplicaci\xf3n de Twitter.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-twitter-mirroring-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=twitter_mirroring_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto06.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-twitter-mirroring-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=twitter_mirroring_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#7"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LECTOR RSS"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea un agregador de noticias enfocado en un \xfanico nicho de mercado.\n *\n * \xbfEres capaz de construir el mejor agregador de noticias de un sector?\n *\n * Requisitos:\n * - T\xfa decides el nicho que m\xe1s te guste. Por ejemplo tecnolog\xeda, desarrollo de software,\n * m\xfasica, comida, deporte...\n * - Crear\xe1s una pantalla principal y otras para detalles, marcadores y configuraci\xf3n.\n *\n * - \xa1Punto extra! Aqu\xed mandas t\xfa. Es posible que puedas implementar funcionalidades\n * exclusivas que tengan especial sentido en el nicho que hayas seleccionado..\n * \xa1Sorpr\xe9ndenos!\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-lector-rss-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=rss_reader_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto07.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-lector-rss-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=rss_reader_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#8"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"FIREBASE CHAT"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una aplicaci\xf3n de chat usando Firebase como tu backend.\n *\n * \n * Requisitos:\n * - La aplicaci\xf3n tendr\xe1 una pantalla donde tendr\xe1s que hacer login con tu cuenta de Google.\n * - Una vez realizado, acceder\xe1s a una sala de chat donde se visualizar\xe1n los mensajes\n * de todos los usuarios y podr\xe1s interactuar con ellos.\n *\n * - \xa1Punto extra! \xbfEres capaz de enviar notificaciones push a otro dispositivo\n * cada vez que te escriben? \xbfE im\xe1genes?\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-firebase-chat-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=firebase_chat_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto08.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-firebase-chat-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=firebase_chat_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#9"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'ESPECIAL "D\xcdA DE LA PROGRAMACI\xd3N"'})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una aplicaci\xf3n que ayude a nuestra comunidad.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/hackathon-dia-de-la-programacion/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=hackathon_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto09.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/hackathon-dia-de-la-programacion/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=hackathon_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#10"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR DE UNIDADES"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una applicaci\xf3n para encontrar la equivalencia de un valor en diferentes\n * unidades de medida.\n *\n * \xbfHas probado alguna vez crear tu propio conversor de unidades?\n *\n * Requisitos:\n * - Si tu applicaci\xf3n es capaz de transformar muchos tipos de unidades, debe poseer\n * una pantalla de selecci\xf3n y una de detalle con el conversor.\n * = Si decides que tu aplicaci\xf3n \xfanicamente soporte una familia de unidades,\n * puede estar todo en una \xfanica pantalla.\n *\n * - \xa1Punto extra! \xbfTe atreves a utilizar otro tipo de unidades de medici\xf3n menos comunes?\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-unit-converter-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=unit_converter_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto10.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-unit-converter-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=unit_converter_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#11"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BUON APPETITO"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea una aplicaci\xf3n que sea capaz de gestionar el pedido en nuestra pizzer\xeda perfecta.\n *\n * Pero, \xbfpor qu\xe9 es perfecta? Muy f\xe1cil, no tienes que registrarte, una pizza puede\n * estar compuesta hasta por 4 tipos, podr\xe1s eliminar ingredientes y conoceremos\n * "un truco" para no tener que pagarlas.\n *\n * Requisitos:\n * - Al abrir la aplicaci\xf3n se nos presentar\xe1 el listado de pizzas del restaurante.\n * - Podr\xe1s consultar el detalle de la pizza para editarla y acceder al carrito de la:\n * compra para finalizar el pedido.:\n *\n * - \xa1Punto extra! \xbfTe atreves a solicitar los datos de env\xedo o a a\xf1adir alg\xfan m\xe9todo de pago?\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-buon-appetito-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=buon_appetito_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto11.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-buon-appetito-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=buon_appetito_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#12"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA DEVSTORE"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una web o app que funcione como un sitio donde encontrar aquellos productos\n * que crees que todo developer deber\xeda conocer.\n *\n * Requisitos:\n * - Deber\xe1s crear una tienda online pero sin tienda... \xbfC\xf3mo? Tu web o app puede\n * servir para enlazar a los productos que venden tiendas online reales (Amazon, por ejemplo)\n * y as\xed utilizar enlaces de referidos que te aporten ingresos.\n * - La tienda deber\xe1 poseer una secci\xf3n de productos destacados y diferentes filtros\n * para agrupar por categor\xeda. Los productos son de tu total elecci\xf3n, y cada uno\n * debe tener foto (o m\xe1s de una) y descripci\xf3n (e informaci\xf3n extra si as\xed lo quieres).\n *\n * - \xa1Punto extra! Es el \xfaltimo reto del a\xf1o... \xbfQuieres formar un equipo de hasta\n * 3 personas (tienen que existir commits de 3 personas) para llevar a cabo el reto?\n * Este es el momento.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto12.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto12.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]})]})})})}),(0,t.BX)(d.g,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,t.BX)(d.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Sigue practicando"}),(0,t.BX)(v.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,t.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,t.tZ)(s.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})}),(0,t.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,t.tZ)(s.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})})]})]}),(0,t.BX)(w.M,{columns:[1,1,1,2],spacing:"2em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{children:(0,t.tZ)(l.r,{as:S(),href:"/roadmap",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,t.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Nuevo 2024"})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.BX)(c.U,{sx:{width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap de retos"}),(0,t.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,t.tZ)(a.Fragment,{})})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{children:(0,t.tZ)(l.r,{as:S(),href:"/ejercicios",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,t.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.BX)(c.U,{sx:{width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"rgb(182, 209, 98)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Ejercicios l\xf3gicos"}),(0,t.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,t.tZ)(a.Fragment,{})})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{children:(0,t.tZ)(l.r,{as:S(),href:"/proyectos",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,t.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.BX)(c.U,{sx:{width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"rgb(241, 225, 112)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Proyectos completos"}),(0,t.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,t.tZ)(a.Fragment,{})})]})})})}):(0,t.tZ)(a.Fragment,{})})]})]}),(0,t.BX)(d.g,{spacing:"3em",sx:{width:"100%"},children:[(0,t.tZ)(l.r,{as:S(),href:"https://x.com/intent/tweet?text=12%20aplicaciones%20pensadas%20para%20a\xf1adir%20a%20tu%20portafolio%20personal%20.%20Gratis,%20a%20tu%20ritmo%20y%20en%20comunidad.%0A%0ADescubre&url=retosdeprogramacion.com/proyectos&via=mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Compartir en"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Compartir en"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Compartir en"',src:"/icons/light/x.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(i.xu,{className:"marquee",children:(0,t.BX)(i.xu,{children:[(0,t.BX)(s.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,t.tZ)(s.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,t.tZ)(s.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,t.tZ)(s.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,t.tZ)(s.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,t.tZ)(s.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,t.tZ)(s.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,t.tZ)(s.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,t.tZ)(s.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,t.tZ)(s.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,t.tZ)(s.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,t.tZ)(s.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,t.tZ)(s.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,t.tZ)(s.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,t.tZ)(s.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,t.tZ)(s.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,t.tZ)(s.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,t.tZ)(s.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,t.tZ)(s.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,t.tZ)(s.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,t.tZ)(s.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,t.tZ)(s.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,t.tZ)(s.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,t.tZ)(s.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,t.tZ)(s.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,t.tZ)(s.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,t.tZ)(s.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,t.tZ)(s.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,t.tZ)(s.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,t.tZ)(s.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,t.tZ)(s.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,t.tZ)(s.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]}),(0,t.BX)(s.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,t.tZ)(s.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,t.tZ)(s.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,t.tZ)(s.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,t.tZ)(s.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,t.tZ)(s.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,t.tZ)(s.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,t.tZ)(s.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,t.tZ)(s.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,t.tZ)(s.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,t.tZ)(s.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,t.tZ)(s.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,t.tZ)(s.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,t.tZ)(s.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,t.tZ)(s.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,t.tZ)(s.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,t.tZ)(s.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,t.tZ)(s.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,t.tZ)(s.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,t.tZ)(s.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,t.tZ)(s.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,t.tZ)(s.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,t.tZ)(s.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,t.tZ)(s.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,t.tZ)(s.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,t.tZ)(s.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,t.tZ)(s.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,t.tZ)(s.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,t.tZ)(s.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,t.tZ)(s.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,t.tZ)(s.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,t.tZ)(s.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]})]})})]}),(0,t.BX)(y.K,{direction:["column","column","row","row"],sx:{borderTop:"1px solid #010408",padding:"2em",width:"100%"},children:[(0,t.BX)(c.U,{spacing:"1em",children:[(0,t.tZ)(u.E,{alt:'Logotipo de MoureDev. Una "eme" entre llaves.',src:"/logo.png",sx:{height:"2em",width:"2em"}}),(0,t.tZ)(l.r,{as:S(),href:"https://moure.dev",isExternal:!0,sx:{fontFamily:"Monaspace Neon",textDecoration:"none",_hover:{}},children:(0,t.BX)(i.xu,{children:["Creado con \uD83E\uDD0D (y gracias a ti) por ",(0,t.tZ)(s.x,{as:"span",sx:{color:"rgb(130, 210, 207)"},children:"MoureDev by Brais Moure"}),"."]})})]}),(0,t.tZ)(h.L,{}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/retos-programacion-web",isExternal:!0,sx:{textAlign:"end",textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{sx:{fontFamily:"Monaspace Krypton",color:"#8A939E"},children:"\xa9 2022-2023. v3.0."})})]})]})})]}),(0,t.BX)(I(),{children:[(0,t.tZ)("title",{children:"Proyectos de Programaci\xf3n | by MoureDev"}),(0,t.tZ)("meta",{content:"12 aplicaciones pensadas para a\xf1adir a tu portafolio personal . Gratis, a tu ritmo y en comunidad.",name:"description"}),(0,t.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_projects.jpg",property:"og:image"}),(0,t.tZ)("meta",{content:"Proyectos de Programaci\xf3n | by MoureDev",name:"og:title"}),(0,t.tZ)("meta",{content:"12 aplicaciones pensadas para a\xf1adir a tu portafolio personal . Gratis, a tu ritmo y en comunidad.",name:"og:description"}),(0,t.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_projects.jpg",name:"og:image"})]})]})}C.Z.registerLanguage("python",q.Z)},58595:function(e,r,n){"use strict";n.d(r,{g:function(){return Fragment_fd0e7cb8f9fb4669a6805377d925fba0}});var t=n(35944),a=n(67294),o=n(60687),i=n(6608),d=n(92752),c=n(31963),l=n(74616),s=n(44504),h=n(73793),m=n(88911);function Fragment_fd0e7cb8f9fb4669a6805377d925fba0(){let[e,r]=(0,a.useContext)(o.DR);return(0,t.tZ)(a.Fragment,{children:(0,i.oA)(null!==r)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(d.u_,{isOpen:null!==r,children:(0,t.tZ)(c.Z,{children:(0,t.BX)(l.h,{children:[(0,t.tZ)(s.x,{children:"Connection Error"}),(0,t.tZ)(h.f,{children:(0,t.BX)(m.x,{children:["Cannot connect to server: ",null!==r?r.message:"",". Check if server is reachable at ",(0,i.e9)().href]})})]})})})}):(0,t.tZ)(a.Fragment,{})})}n(35202)}},function(e){e.O(0,[3741,6880,9790,9774,2888,179],function(){return e(e.s=68956)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3108],{68956:function(e,r,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/proyectos",function(){return n(93370)}])},93370:function(e,r,n){"use strict";n.r(r),n.d(r,{default:function(){return Component}});var t=n(35944),a=n(67294),o=n(58595),i=n(23100),d=n(91669),c=n(54641),l=n(33838),s=n(88911),h=n(95034),m=n(41689),g=n(5284),x=n(36275),u=n(84416),b=n(70003),F=n(1913),p=n(7754),Z=n(29222),f=n(14418),v=n(31708),k=n(776),y=n(7306),w=n(39849),E=n(4298),_=n.n(E),A=n(41664),S=n.n(A);n(35202);var z=n(6608),C=n(7505),B=n(64400),q=n(902),X=n(9008),I=n.n(X);function Component(){let e=(0,a.useRef)(null);return z.xL.ref_last=e,(0,t.BX)(a.Fragment,{children:[(0,t.tZ)(o.g,{}),(0,t.BX)(i.xu,{children:[(0,t.tZ)(_(),{strategy:"afterInteractive",children:"document.documentElement.lang='es'"}),(0,t.tZ)(d.g,{sx:{bg:"#010408",position:"sticky",paddingX:"2em",paddingY:"1em",zIndex:"999",top:"0",width:"100%"},children:(0,t.BX)(c.U,{sx:{width:"100%"},children:[(0,t.tZ)(l.r,{as:S(),href:"/",sx:{textDecoration:"none",_hover:{}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(s.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"{"}),(0,t.tZ)(s.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Retos"}),(0,t.tZ)(s.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"de"}),(0,t.tZ)(s.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Programaci\xf3n"}),(0,t.tZ)(s.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"}"})]})}),(0,t.tZ)(h.L,{}),(0,t.tZ)(i.xu,{sx:{width:"100%",display:["none","block","block","block"]},children:(0,t.BX)(c.U,{spacing:"2em",children:[(0,t.tZ)(h.L,{}),(0,t.tZ)(l.r,{as:S(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,t.BX)(c.U,{spacing:"0.5em",children:[(0,t.tZ)(s.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,t.tZ)(i.xu,{sx:{paddingBottom:"0px !important"},children:(0,t.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})}),(0,t.tZ)(l.r,{as:S(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})}),(0,t.tZ)(l.r,{as:S(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(241, 225, 112)"},children:"Proyectos"})})]})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.BX)(g.v,{children:[(0,t.tZ)(x.j,{sx:{display:"flex"},children:(0,t.tZ)(u.E,{alt:"Icono del men\xfa de navegaci\xf3n",src:"/icons/menu.svg",sx:{height:"auto",width:"1.5em"}})}),(0,t.BX)(b.q,{sx:{background:"#010408",borderColor:"#0C1116",minWidth:"100px"},children:[(0,t.tZ)(F.s,{sx:{background:"transparent"},children:(0,t.tZ)(l.r,{as:S(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,t.BX)(c.U,{spacing:"0.5em",children:[(0,t.tZ)(s.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Roadmap"}),(0,t.tZ)(i.xu,{sx:{paddingBottom:"0px !important"},children:(0,t.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})})}),(0,t.tZ)(F.s,{sx:{background:"transparent"},children:(0,t.tZ)(l.r,{as:S(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})})}),(0,t.tZ)(F.s,{sx:{background:"transparent"},children:(0,t.tZ)(l.r,{as:S(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(241, 225, 112)"},children:"Proyectos"})})})]})]})})]})}),(0,t.tZ)(p.M,{children:(0,t.BX)(d.g,{spacing:"4em",sx:{width:"100%"},children:[(0,t.tZ)(i.xu,{sx:{background:"url('/mosaic.png') repeat",backgroundSize:"120px 120px",width:"100%"},children:(0,t.tZ)(p.M,{sx:{background:"linear-gradient(to bottom, rgb(0, 0, 0, 0) 20%, #0C1116 100%)"},children:(0,t.BX)(d.g,{spacing:"-0.3em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px",paddingY:"4em"},children:[(0,t.tZ)(s.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"{"}),(0,t.BX)(d.g,{alignItems:"start",spacing:"-0.3em",sx:{paddingLeft:"4em"},children:[(0,t.tZ)(s.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Retos"}),(0,t.tZ)(s.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(188, 154, 250)"},children:"de"}),(0,t.tZ)(s.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Programaci\xf3n"}),(0,t.tZ)(s.x,{datatext:"proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",fontWeight:"700",fontSize:["1.5em","2em"],color:"rgb(245, 184, 165)"},children:"proyectos"})]}),(0,t.tZ)(s.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"}"}),(0,t.tZ)(l.r,{as:S(),href:"https://moure.dev",isExternal:!0,sx:{textAlign:"right",width:"100%",textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{datatext:"by mouredev",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Comfortaa",fontWeight:"500",fontSize:["1.5em","2em"],color:"#FFFFFF"},children:"by mouredev"})}),(0,t.tZ)(p.M,{sx:{width:"100%"},children:(0,t.BX)(d.g,{spacing:"2em",children:[(0,t.tZ)(s.x,{sx:{fontSize:["1.5em","2em"],fontWeight:"700",paddingTop:"2em",textAlign:"center"},children:"12 aplicaciones pensadas para a\xf1adir a tu portafolio personal"}),(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.BX)(c.U,{spacing:"2em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "GitHub"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"GitHub"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "GitHub"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Discord"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Discord"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Discord"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Twitch"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Twitch"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Twitch"',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.BX)(c.U,{spacing:"2em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})})]})})]})})}),(0,t.tZ)(d.g,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:(0,t.BX)(d.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Web o App. T\xfa eliges la tecnolog\xeda."}),(0,t.BX)(v.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,t.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,t.tZ)(s.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Este es un listado de proyectos reales que pueden ayudarte a darte ideas y elaborar un portafolio personal que marque la diferencia. Cada aplicaci\xf3n est\xe1 pensada para potenciar diferentes habilidades."})}),(0,t.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,t.tZ)(s.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Con el apoyo de la comunidad. Encontrar\xe1s soluciones a los ejercicios en tecnolog\xedas como React, Angular, Flutter, Vue, Jetpack Compose, Android Views, SwiftUI, UIKit, React Native, Svelte…"})})]})]})}),(0,t.tZ)(i.xu,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(d.g,{spacing:"6em",children:[(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#1"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONECTA 4"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea el juego conecta cuatro.\n *\n * Requisitos:\n * - Tablero de 7x6 (7 en el eje "x" y 6 en el "y").\n * - Fichas Rojas y Amarillas. La primera partida la comienza siempre la Roja\n * (la segunda la Amarilla, la tercera la Roja...).\n * - No hay que implementar una funcionalidad que te permita jugar contra la App.\n * Se asume que jugar\xe1n dos personas reales altern\xe1ndose.\n * - Al seleccionar la columna se coloca la ficha en la parte inferior.\n * - Guardar el n\xfamero partidas ganadas de cada equipo mientras la App no se finaliza.\n * - Dos botones para reiniciar la partida en marcha y para resetear el\n * contador de victorias y derrotas.\n * - Puedes a\xf1adirle todas las funcionalidades extra que consideres.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto01.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto01.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#2"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ENCICLOPEDIA STAR WARS"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una app que sirva para listar los personajes de Star Wars y que te permita\n * buscarlos por nombre.\n *\n * Requisitos:\n * - Usa el API https://swapi.dev\n * - El dise\xf1o es de libre elecci\xf3n.\n * - Debe mostrar un listado y un detalle de cada personaje.\n * - El listado tendr\xe1 que estar paginado.\n * - El listado poseer\xe1 un filtro de b\xfasqueda.\n * - Al seleccionar un personaje del listado, el detalle mostrar\xe1 los datos que\n * consideres oportunos.\n * - OPCIONAL: Detalle de pel\xedculas, veh\xedculos, naves, especies...\n * - OPCIONAL: Foto de cada personaje.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto02.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto02.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#3"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CUESTIONARIO CONTRARRELOJ"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea una "Quiz app" contrareloj con ranking.\n *\n * Requisitos:\n * - El dise\xf1o es de libre elecci\xf3n.\n * - La tem\xe1tica de las preguntas del cuestionario ser\xe1 de libre elecci\xf3n. Puede estar\n * bien seguir un mismo tema (por ejemplo, preguntas sobre el universo "Harry Potter").\n * - En la pantalla inicial podr\xe1s comenzar a jugar o consultar el ranking de puntuaciones.\n * - El juego consistir\xe1 en 10 preguntas aleatorias con 3 respuestas y s\xf3lo una correcta.\n * Recomendable crear m\xe1s de 10 preguntas para que no siempre salgan las mismas. Cada vez\n * que se responde a una pregunta, se pasar\xe1 a la siguiente.\n * - Disponemos de 30 segundos para responder cada pregunta. El contador deber\xe1 aparecer\n * en la pantalla, y si llega a 0 se tomar\xe1 como respuesta incorrecta y se pasar\xe1\n * a la siguiente pregunta.\n * - Al marcar una respuesta o finalizar el tiempo, se mostrar\xe1 si se ha acertado o no la\n * pregunta, dando feedback sobre cu\xe1l ser\xeda la respuesta correcta y navegando al cabo\n * de un par de segundos a la siguiente pantalla.\n * - Sistema de puntuaci\xf3n:\n * - Contador a 0 o respuesta incorrecta = 0 puntos.\n * - Contador mayor 0 y respuesta correcta = [segundos restantes] puntos.\n * Ej: Si quedaban 9 segundos para finalizar la cuenta atr\xe1s y se acierta la pregunta,\n * se asignan 9 puntos.\n * - Una vez finalizada la pregunta n\xfamero 10 se mostrar\xe1 en una nueva pantalla\n * la puntuaci\xf3n final y se deber\xe1 introducir un nombre para guardarla de forma\n * persistente (aunque cerremos la app). Hecho estos se mostrar\xe1 la pantalla de ranking.\n * - La pantalla de ranking muestra ordenados de mayor a menor los 10 mejores\n * resultados y el nombre guardado. Desde esta pantalla siempre se podr\xe1 navegar\n * a la pantalla inicial.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto03.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto03.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#4"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"POMODORO"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n *Crea un "Pomodoro" configurable que guarde todo tu historial de tareas.\n *\n * La t\xe9cnica "pomodoro" es un m\xe9todo para mejorar la administraci\xf3n del tiempo dedicado\n * a una actividad e incrementar tu productividad.\n *\n * Requisitos:\n * - Poseer\xe1 un campo de texto para introducir el nombre de la tarea que se est\xe1 llevando a cabo.\n * Cada vez que se cambia la tarea, el pomodoro comienza de cero. S\xf3lo se puede cambiar\n * la tarea si el pomodoro se detiene completamente (en caso contrario no ser\xe1 editable).\n * El pomodoro no puede iniciarse si no se ha definido una tarea.\n * - Deber\xe1 implementar botones para iniciar el pomodoro, pausarlo, pararlo y pasar\n * al siguiente ciclo del pomodoro.\n * - El pomodoro medir\xe1 intervalos formados por 4 bloques de trabajo de 25 minutos con 5 minutos\n * de descanso entre ellos. Cada tres bloques de descanso de 5 minutos, el cuarto bloque ser\xe1\n * de 15 minutos o 30 minutos (tambi\xe9n configurable y guardando la selecci\xf3n\n * de forma persistente).\n * - Si la aplicaci\xf3n est\xe1 en segundo plano deber\xe1 seguir funcionando. O por lo menos seguir\n * teniendo en cuenta el estado actual del pomodoro.\n * - Cada vez que acaba un bloque (de trabajo o de descanso) se notificar\xe1 al usuario con\n * una alerta (si est\xe1 en primer plano e incluso con sonido) o con una notificaci\xf3n\n * (si est\xe1 en segundo plano) que ha finalizado ese bloque de tiempo y ha comenzado el siguiente.\n * - Se guardar\xe1 un historial agrupado por d\xeda con fecha de inicio y fin del bloque/s de\n * trabajo junto con el texto de la tarea realizada. Tiempo total contando descanso y trabajo.\n * Se guarda cada vez que se detiente el pomodoro.\n * El historial puede estar en una pantalla individual.\n * Se mostar\xe1 primero el registro m\xe1s reciente.\n * - Esta es un tipo de aplicaci\xf3n con la que podemos practicar dise\xf1os de UI m\xe1s elaborados.\n * Intenta hacerla bonita y con animaciones!\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto04.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto04.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#5"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"JUEGO DE MEMORIA"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea un "memograma" o "juego de memoria" basado en parejas de cartas.\n *\n * \xbfQui\xe9n no ha jugado alguna vez a las parejas de cartas? Desde bien peque\xf1os hasta \n * alguna noche de fiesta, \xbfcierto? Bien, para este reto deber\xe1s elegir tu tem\xe1tica\n * favorita y recrear el famoso juego. Sorpr\xe9ndenos! \uD83D\uDE09\n *\n * Requisitos:\n * - Los requisitos del juego son bastante sencillos. En primer lugar, tienes que elegir\n * la tem\xe1tica que quieras, como Pok\xe9mon, Star Wars o incluso Peppa Pig.\n * - La din\xe1mica del juego consistir\xe1 en presentar un tablero con una serie de cartas\n * boca abajo y revelar todas las parejas antes de que se acabe el tiempo.\n * El usuario tocar\xe1 cada carta para darle la vuelta y, si dos de ellas coinciden al\n * descubrirlas, se pondr\xe1n boca arriba. En caso contrario, se volver\xe1n a ocultar.\n * - El juego se gana si se descubren todas las parejas dentro del l\xedmite de tiempo.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-memory-game-es",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto05.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-memory-game-es",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#6"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"- CLONANDO TWITTER"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Replica la UI del feed de Twitter en tu propia app.\n *\n * El objetivo desde este reto es que seas capaz de replicar la capa visual del feed\n * principal de Tweets en tu propia app. \xbfTe animas a clonar la UI de Twitter?\n *\n * Requisitos:\n * - Puedes clonar la versi\xf3n web, iOS o Android de Twitter.\n * - Cuanto m\xe1s similar al dise\xf1o original, mejor, aunque no es necesario representar\n * todas funcionalidades actuales de Twitter (en las instrucciones completas se indican\n * los requisitos de forma detallada). El objetivo del reto se centra principalmente en\n * tener la capacidad de saber crear UI en base a un dise\xf1o ya existente.\n *\n * - \xa1Punto extra! Si quieres desafiarte un poco m\xe1s, intenta mejorar la aplicaci\xf3n de Twitter.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-twitter-mirroring-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=twitter_mirroring_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto06.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-twitter-mirroring-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=twitter_mirroring_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#7"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LECTOR RSS"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea un agregador de noticias enfocado en un \xfanico nicho de mercado.\n *\n * \xbfEres capaz de construir el mejor agregador de noticias de un sector?\n *\n * Requisitos:\n * - T\xfa decides el nicho que m\xe1s te guste. Por ejemplo tecnolog\xeda, desarrollo de software,\n * m\xfasica, comida, deporte...\n * - Crear\xe1s una pantalla principal y otras para detalles, marcadores y configuraci\xf3n.\n *\n * - \xa1Punto extra! Aqu\xed mandas t\xfa. Es posible que puedas implementar funcionalidades\n * exclusivas que tengan especial sentido en el nicho que hayas seleccionado..\n * \xa1Sorpr\xe9ndenos!\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-lector-rss-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=rss_reader_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto07.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-lector-rss-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=rss_reader_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#8"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"FIREBASE CHAT"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una aplicaci\xf3n de chat usando Firebase como tu backend.\n *\n * \n * Requisitos:\n * - La aplicaci\xf3n tendr\xe1 una pantalla donde tendr\xe1s que hacer login con tu cuenta de Google.\n * - Una vez realizado, acceder\xe1s a una sala de chat donde se visualizar\xe1n los mensajes\n * de todos los usuarios y podr\xe1s interactuar con ellos.\n *\n * - \xa1Punto extra! \xbfEres capaz de enviar notificaciones push a otro dispositivo\n * cada vez que te escriben? \xbfE im\xe1genes?\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-firebase-chat-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=firebase_chat_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto08.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-firebase-chat-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=firebase_chat_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#9"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'ESPECIAL "D\xcdA DE LA PROGRAMACI\xd3N"'})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una aplicaci\xf3n que ayude a nuestra comunidad.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/hackathon-dia-de-la-programacion/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=hackathon_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto09.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/hackathon-dia-de-la-programacion/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=hackathon_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#10"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR DE UNIDADES"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una applicaci\xf3n para encontrar la equivalencia de un valor en diferentes\n * unidades de medida.\n *\n * \xbfHas probado alguna vez crear tu propio conversor de unidades?\n *\n * Requisitos:\n * - Si tu applicaci\xf3n es capaz de transformar muchos tipos de unidades, debe poseer\n * una pantalla de selecci\xf3n y una de detalle con el conversor.\n * = Si decides que tu aplicaci\xf3n \xfanicamente soporte una familia de unidades,\n * puede estar todo en una \xfanica pantalla.\n *\n * - \xa1Punto extra! \xbfTe atreves a utilizar otro tipo de unidades de medici\xf3n menos comunes?\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-unit-converter-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=unit_converter_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto10.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-unit-converter-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=unit_converter_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#11"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BUON APPETITO"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea una aplicaci\xf3n que sea capaz de gestionar el pedido en nuestra pizzer\xeda perfecta.\n *\n * Pero, \xbfpor qu\xe9 es perfecta? Muy f\xe1cil, no tienes que registrarte, una pizza puede\n * estar compuesta hasta por 4 tipos, podr\xe1s eliminar ingredientes y conoceremos\n * "un truco" para no tener que pagarlas.\n *\n * Requisitos:\n * - Al abrir la aplicaci\xf3n se nos presentar\xe1 el listado de pizzas del restaurante.\n * - Podr\xe1s consultar el detalle de la pizza para editarla y acceder al carrito de la:\n * compra para finalizar el pedido.:\n *\n * - \xa1Punto extra! \xbfTe atreves a solicitar los datos de env\xedo o a a\xf1adir alg\xfan m\xe9todo de pago?\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-buon-appetito-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=buon_appetito_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto11.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-buon-appetito-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=buon_appetito_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{id:"last",ref:e,sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#12"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA DEVSTORE"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una web o app que funcione como un sitio donde encontrar aquellos productos\n * que crees que todo developer deber\xeda conocer.\n *\n * Requisitos:\n * - Deber\xe1s crear una tienda online pero sin tienda... \xbfC\xf3mo? Tu web o app puede\n * servir para enlazar a los productos que venden tiendas online reales (Amazon, por ejemplo)\n * y as\xed utilizar enlaces de referidos que te aporten ingresos.\n * - La tienda deber\xe1 poseer una secci\xf3n de productos destacados y diferentes filtros\n * para agrupar por categor\xeda. Los productos son de tu total elecci\xf3n, y cada uno\n * debe tener foto (o m\xe1s de una) y descripci\xf3n (e informaci\xf3n extra si as\xed lo quieres).\n *\n * - \xa1Punto extra! Es el \xfaltimo reto del a\xf1o... \xbfQuieres formar un equipo de hasta\n * 3 personas (tienen que existir commits de 3 personas) para llevar a cabo el reto?\n * Este es el momento.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto12.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto12.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(d.g,{spacing:"2em",children:[(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#1"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONECTA 4"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea el juego conecta cuatro.\n *\n * Requisitos:\n * - Tablero de 7x6 (7 en el eje "x" y 6 en el "y").\n * - Fichas Rojas y Amarillas. La primera partida la comienza siempre la Roja\n * (la segunda la Amarilla, la tercera la Roja...).\n * - No hay que implementar una funcionalidad que te permita jugar contra la App.\n * Se asume que jugar\xe1n dos personas reales altern\xe1ndose.\n * - Al seleccionar la columna se coloca la ficha en la parte inferior.\n * - Guardar el n\xfamero partidas ganadas de cada equipo mientras la App no se finaliza.\n * - Dos botones para reiniciar la partida en marcha y para resetear el\n * contador de victorias y derrotas.\n * - Puedes a\xf1adirle todas las funcionalidades extra que consideres.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto01.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto01.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#2"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA ENCICLOPEDIA STAR WARS"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una app que sirva para listar los personajes de Star Wars y que te permita\n * buscarlos por nombre.\n *\n * Requisitos:\n * - Usa el API https://swapi.dev\n * - El dise\xf1o es de libre elecci\xf3n.\n * - Debe mostrar un listado y un detalle de cada personaje.\n * - El listado tendr\xe1 que estar paginado.\n * - El listado poseer\xe1 un filtro de b\xfasqueda.\n * - Al seleccionar un personaje del listado, el detalle mostrar\xe1 los datos que\n * consideres oportunos.\n * - OPCIONAL: Detalle de pel\xedculas, veh\xedculos, naves, especies...\n * - OPCIONAL: Foto de cada personaje.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto02.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto02.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#3"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CUESTIONARIO CONTRARRELOJ"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea una "Quiz app" contrareloj con ranking.\n *\n * Requisitos:\n * - El dise\xf1o es de libre elecci\xf3n.\n * - La tem\xe1tica de las preguntas del cuestionario ser\xe1 de libre elecci\xf3n. Puede estar\n * bien seguir un mismo tema (por ejemplo, preguntas sobre el universo "Harry Potter").\n * - En la pantalla inicial podr\xe1s comenzar a jugar o consultar el ranking de puntuaciones.\n * - El juego consistir\xe1 en 10 preguntas aleatorias con 3 respuestas y s\xf3lo una correcta.\n * Recomendable crear m\xe1s de 10 preguntas para que no siempre salgan las mismas. Cada vez\n * que se responde a una pregunta, se pasar\xe1 a la siguiente.\n * - Disponemos de 30 segundos para responder cada pregunta. El contador deber\xe1 aparecer\n * en la pantalla, y si llega a 0 se tomar\xe1 como respuesta incorrecta y se pasar\xe1\n * a la siguiente pregunta.\n * - Al marcar una respuesta o finalizar el tiempo, se mostrar\xe1 si se ha acertado o no la\n * pregunta, dando feedback sobre cu\xe1l ser\xeda la respuesta correcta y navegando al cabo\n * de un par de segundos a la siguiente pantalla.\n * - Sistema de puntuaci\xf3n:\n * - Contador a 0 o respuesta incorrecta = 0 puntos.\n * - Contador mayor 0 y respuesta correcta = [segundos restantes] puntos.\n * Ej: Si quedaban 9 segundos para finalizar la cuenta atr\xe1s y se acierta la pregunta,\n * se asignan 9 puntos.\n * - Una vez finalizada la pregunta n\xfamero 10 se mostrar\xe1 en una nueva pantalla\n * la puntuaci\xf3n final y se deber\xe1 introducir un nombre para guardarla de forma\n * persistente (aunque cerremos la app). Hecho estos se mostrar\xe1 la pantalla de ranking.\n * - La pantalla de ranking muestra ordenados de mayor a menor los 10 mejores\n * resultados y el nombre guardado. Desde esta pantalla siempre se podr\xe1 navegar\n * a la pantalla inicial.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto03.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto03.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#4"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"POMODORO"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n *Crea un "Pomodoro" configurable que guarde todo tu historial de tareas.\n *\n * La t\xe9cnica "pomodoro" es un m\xe9todo para mejorar la administraci\xf3n del tiempo dedicado\n * a una actividad e incrementar tu productividad.\n *\n * Requisitos:\n * - Poseer\xe1 un campo de texto para introducir el nombre de la tarea que se est\xe1 llevando a cabo.\n * Cada vez que se cambia la tarea, el pomodoro comienza de cero. S\xf3lo se puede cambiar\n * la tarea si el pomodoro se detiene completamente (en caso contrario no ser\xe1 editable).\n * El pomodoro no puede iniciarse si no se ha definido una tarea.\n * - Deber\xe1 implementar botones para iniciar el pomodoro, pausarlo, pararlo y pasar\n * al siguiente ciclo del pomodoro.\n * - El pomodoro medir\xe1 intervalos formados por 4 bloques de trabajo de 25 minutos con 5 minutos\n * de descanso entre ellos. Cada tres bloques de descanso de 5 minutos, el cuarto bloque ser\xe1\n * de 15 minutos o 30 minutos (tambi\xe9n configurable y guardando la selecci\xf3n\n * de forma persistente).\n * - Si la aplicaci\xf3n est\xe1 en segundo plano deber\xe1 seguir funcionando. O por lo menos seguir\n * teniendo en cuenta el estado actual del pomodoro.\n * - Cada vez que acaba un bloque (de trabajo o de descanso) se notificar\xe1 al usuario con\n * una alerta (si est\xe1 en primer plano e incluso con sonido) o con una notificaci\xf3n\n * (si est\xe1 en segundo plano) que ha finalizado ese bloque de tiempo y ha comenzado el siguiente.\n * - Se guardar\xe1 un historial agrupado por d\xeda con fecha de inicio y fin del bloque/s de\n * trabajo junto con el texto de la tarea realizada. Tiempo total contando descanso y trabajo.\n * Se guarda cada vez que se detiente el pomodoro.\n * El historial puede estar en una pantalla individual.\n * Se mostar\xe1 primero el registro m\xe1s reciente.\n * - Esta es un tipo de aplicaci\xf3n con la que podemos practicar dise\xf1os de UI m\xe1s elaborados.\n * Intenta hacerla bonita y con animaciones!\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto04.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto04.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#5"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"JUEGO DE MEMORIA"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea un "memograma" o "juego de memoria" basado en parejas de cartas.\n *\n * \xbfQui\xe9n no ha jugado alguna vez a las parejas de cartas? Desde bien peque\xf1os hasta \n * alguna noche de fiesta, \xbfcierto? Bien, para este reto deber\xe1s elegir tu tem\xe1tica\n * favorita y recrear el famoso juego. Sorpr\xe9ndenos! \uD83D\uDE09\n *\n * Requisitos:\n * - Los requisitos del juego son bastante sencillos. En primer lugar, tienes que elegir\n * la tem\xe1tica que quieras, como Pok\xe9mon, Star Wars o incluso Peppa Pig.\n * - La din\xe1mica del juego consistir\xe1 en presentar un tablero con una serie de cartas\n * boca abajo y revelar todas las parejas antes de que se acabe el tiempo.\n * El usuario tocar\xe1 cada carta para darle la vuelta y, si dos de ellas coinciden al\n * descubrirlas, se pondr\xe1n boca arriba. En caso contrario, se volver\xe1n a ocultar.\n * - El juego se gana si se descubren todas las parejas dentro del l\xedmite de tiempo.\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-memory-game-es",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto05.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-memory-game-es",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#6"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"- CLONANDO TWITTER"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Replica la UI del feed de Twitter en tu propia app.\n *\n * El objetivo desde este reto es que seas capaz de replicar la capa visual del feed\n * principal de Tweets en tu propia app. \xbfTe animas a clonar la UI de Twitter?\n *\n * Requisitos:\n * - Puedes clonar la versi\xf3n web, iOS o Android de Twitter.\n * - Cuanto m\xe1s similar al dise\xf1o original, mejor, aunque no es necesario representar\n * todas funcionalidades actuales de Twitter (en las instrucciones completas se indican\n * los requisitos de forma detallada). El objetivo del reto se centra principalmente en\n * tener la capacidad de saber crear UI en base a un dise\xf1o ya existente.\n *\n * - \xa1Punto extra! Si quieres desafiarte un poco m\xe1s, intenta mejorar la aplicaci\xf3n de Twitter.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-twitter-mirroring-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=twitter_mirroring_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto06.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-twitter-mirroring-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=twitter_mirroring_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#7"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LECTOR RSS"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea un agregador de noticias enfocado en un \xfanico nicho de mercado.\n *\n * \xbfEres capaz de construir el mejor agregador de noticias de un sector?\n *\n * Requisitos:\n * - T\xfa decides el nicho que m\xe1s te guste. Por ejemplo tecnolog\xeda, desarrollo de software,\n * m\xfasica, comida, deporte...\n * - Crear\xe1s una pantalla principal y otras para detalles, marcadores y configuraci\xf3n.\n *\n * - \xa1Punto extra! Aqu\xed mandas t\xfa. Es posible que puedas implementar funcionalidades\n * exclusivas que tengan especial sentido en el nicho que hayas seleccionado..\n * \xa1Sorpr\xe9ndenos!\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-lector-rss-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=rss_reader_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto07.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-lector-rss-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=rss_reader_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#8"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"FIREBASE CHAT"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una aplicaci\xf3n de chat usando Firebase como tu backend.\n *\n * \n * Requisitos:\n * - La aplicaci\xf3n tendr\xe1 una pantalla donde tendr\xe1s que hacer login con tu cuenta de Google.\n * - Una vez realizado, acceder\xe1s a una sala de chat donde se visualizar\xe1n los mensajes\n * de todos los usuarios y podr\xe1s interactuar con ellos.\n *\n * - \xa1Punto extra! \xbfEres capaz de enviar notificaciones push a otro dispositivo\n * cada vez que te escriben? \xbfE im\xe1genes?\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-firebase-chat-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=firebase_chat_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto08.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-firebase-chat-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=firebase_chat_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#9"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:'ESPECIAL "D\xcdA DE LA PROGRAMACI\xd3N"'})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una aplicaci\xf3n que ayude a nuestra comunidad.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/hackathon-dia-de-la-programacion/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=hackathon_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto09.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/hackathon-dia-de-la-programacion/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=hackathon_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#10"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"CONVERSOR DE UNIDADES"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una applicaci\xf3n para encontrar la equivalencia de un valor en diferentes\n * unidades de medida.\n *\n * \xbfHas probado alguna vez crear tu propio conversor de unidades?\n *\n * Requisitos:\n * - Si tu applicaci\xf3n es capaz de transformar muchos tipos de unidades, debe poseer\n * una pantalla de selecci\xf3n y una de detalle con el conversor.\n * = Si decides que tu aplicaci\xf3n \xfanicamente soporte una familia de unidades,\n * puede estar todo en una \xfanica pantalla.\n *\n * - \xa1Punto extra! \xbfTe atreves a utilizar otro tipo de unidades de medici\xf3n menos comunes?\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-unit-converter-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=unit_converter_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto10.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-unit-converter-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=unit_converter_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#11"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"BUON APPETITO"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:'/*\n * Crea una aplicaci\xf3n que sea capaz de gestionar el pedido en nuestra pizzer\xeda perfecta.\n *\n * Pero, \xbfpor qu\xe9 es perfecta? Muy f\xe1cil, no tienes que registrarte, una pizza puede\n * estar compuesta hasta por 4 tipos, podr\xe1s eliminar ingredientes y conoceremos\n * "un truco" para no tener que pagarlas.\n *\n * Requisitos:\n * - Al abrir la aplicaci\xf3n se nos presentar\xe1 el listado de pizzas del restaurante.\n * - Podr\xe1s consultar el detalle de la pizza para editarla y acceder al carrito de la:\n * compra para finalizar el pedido.:\n *\n * - \xa1Punto extra! \xbfTe atreves a solicitar los datos de env\xedo o a a\xf1adir alg\xfan m\xe9todo de pago?\n */'})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-buon-appetito-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=buon_appetito_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto11.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://go.rviewer.io/dev-buon-appetito-es/?utm_source=mouredev&utm_medium=github_repo&utm_campaign=buon_appetito_mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(i.xu,{sx:{position:"relative",width:"100%"},children:[(0,t.BX)(d.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,t.BX)(d.g,{children:["false",(0,t.BX)(c.U,{spacing:"1em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,t.tZ)(a.Fragment,{})})]}),(0,t.BX)(c.U,{alignItems:"start",spacing:"0.5em",children:[(0,t.tZ)(f.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#12"}),(0,t.tZ)(f.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"LA DEVSTORE"})]})]}),(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(C.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:B.Z,children:"/*\n * Crea una web o app que funcione como un sitio donde encontrar aquellos productos\n * que crees que todo developer deber\xeda conocer.\n *\n * Requisitos:\n * - Deber\xe1s crear una tienda online pero sin tienda... \xbfC\xf3mo? Tu web o app puede\n * servir para enlazar a los productos que venden tiendas online reales (Amazon, por ejemplo)\n * y as\xed utilizar enlaces de referidos que te aporten ingresos.\n * - La tienda deber\xe1 poseer una secci\xf3n de productos destacados y diferentes filtros\n * para agrupar por categor\xeda. Los productos son de tu total elecci\xf3n, y cada uno\n * debe tener foto (o m\xe1s de una) y descripci\xf3n (e informaci\xf3n extra si as\xed lo quieres).\n *\n * - \xa1Punto extra! Es el \xfaltimo reto del a\xf1o... \xbfQuieres formar un equipo de hasta\n * 3 personas (tienen que existir commits de 3 personas) para llevar a cabo el reto?\n * Este es el momento.\n */"})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto12.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Soluci\xf3n"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.BX)(c.U,{spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.BX)(i.xu,{children:[(0,t.tZ)(i.xu,{sx:{display:["none","block","block","block"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Comunidad"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,t.tZ)(i.xu,{sx:{display:["block","none","none","none"]},children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:""})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,t.tZ)(a.Fragment,{})})]})]})}):(0,t.tZ)(a.Fragment,{children:(0,t.BX)(y.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/Monthly-App-Challenge-2022/blob/main/SolucionesReto12.md",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Ejercicio y soluciones"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Horario"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(l.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"V\xeddeo"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,t.tZ)(a.Fragment,{})})]})})})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(u.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,t.tZ)(a.Fragment,{})})]})]})})})}),(0,t.BX)(d.g,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,t.BX)(d.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Sigue practicando"}),(0,t.BX)(v.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,t.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,t.tZ)(s.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})}),(0,t.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,t.tZ)(s.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})})]})]}),(0,t.BX)(w.M,{columns:[1,1,1,2],spacing:"2em",sx:{width:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{children:(0,t.tZ)(l.r,{as:S(),href:"/roadmap",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,t.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Nuevo 2024"})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.BX)(c.U,{sx:{width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap de retos"}),(0,t.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,t.tZ)(a.Fragment,{})})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{children:(0,t.tZ)(l.r,{as:S(),href:"/ejercicios",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,t.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.BX)(c.U,{sx:{width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"rgb(182, 209, 98)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Ejercicios l\xf3gicos"}),(0,t.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,t.tZ)(a.Fragment,{})})]})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{children:(0,t.tZ)(l.r,{as:S(),href:"/proyectos",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,t.BX)(d.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(i.xu,{sx:{width:"100%"},children:(0,t.tZ)(i.xu,{sx:{paddingBottom:"0.5em"},children:(0,t.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,t.tZ)(a.Fragment,{})}),(0,t.BX)(c.U,{sx:{width:"100%"},children:[(0,t.tZ)(f.X,{size:"2xl",sx:{color:"rgb(241, 225, 112)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Proyectos completos"}),(0,t.tZ)(u.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!1)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,t.tZ)(a.Fragment,{})})]})})})}):(0,t.tZ)(a.Fragment,{})})]})]}),(0,t.BX)(d.g,{spacing:"3em",sx:{width:"100%"},children:[(0,t.tZ)(l.r,{as:S(),href:"https://x.com/intent/tweet?text=12%20aplicaciones%20pensadas%20para%20a\xf1adir%20a%20tu%20portafolio%20personal%20.%20Gratis,%20a%20tu%20ritmo%20y%20en%20comunidad.%0A%0ADescubre&url=retosdeprogramacion.com/proyectos&via=mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,t.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Compartir en"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,t.BX)(c.U,{children:[(0,t.tZ)(a.Fragment,{children:(0,z.oA)(!0)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(s.x,{children:"Compartir en"})}):(0,t.tZ)(a.Fragment,{})}),(0,t.tZ)(u.E,{alt:'Icono que representa la navegaci\xf3n a "Compartir en"',src:"/icons/light/x.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,t.tZ)(i.xu,{className:"marquee",children:(0,t.BX)(i.xu,{children:[(0,t.BX)(s.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,t.tZ)(s.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,t.tZ)(s.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,t.tZ)(s.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,t.tZ)(s.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,t.tZ)(s.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,t.tZ)(s.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,t.tZ)(s.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,t.tZ)(s.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,t.tZ)(s.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,t.tZ)(s.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,t.tZ)(s.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,t.tZ)(s.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,t.tZ)(s.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,t.tZ)(s.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,t.tZ)(s.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,t.tZ)(s.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,t.tZ)(s.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,t.tZ)(s.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,t.tZ)(s.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,t.tZ)(s.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,t.tZ)(s.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,t.tZ)(s.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,t.tZ)(s.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,t.tZ)(s.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,t.tZ)(s.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,t.tZ)(s.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,t.tZ)(s.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,t.tZ)(s.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,t.tZ)(s.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,t.tZ)(s.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,t.tZ)(s.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]}),(0,t.BX)(s.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,t.tZ)(s.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,t.tZ)(s.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,t.tZ)(s.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,t.tZ)(s.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,t.tZ)(s.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,t.tZ)(s.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,t.tZ)(s.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,t.tZ)(s.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,t.tZ)(s.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,t.tZ)(s.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,t.tZ)(s.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,t.tZ)(s.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,t.tZ)(s.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,t.tZ)(s.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,t.tZ)(s.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,t.tZ)(s.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,t.tZ)(s.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,t.tZ)(s.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,t.tZ)(s.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,t.tZ)(s.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,t.tZ)(s.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,t.tZ)(s.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,t.tZ)(s.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,t.tZ)(s.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,t.tZ)(s.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,t.tZ)(s.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,t.tZ)(s.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,t.tZ)(s.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,t.tZ)(s.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,t.tZ)(s.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,t.tZ)(s.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]})]})})]}),(0,t.BX)(y.K,{direction:["column","column","row","row"],sx:{borderTop:"1px solid #010408",padding:"2em",width:"100%"},children:[(0,t.BX)(c.U,{spacing:"1em",children:[(0,t.tZ)(u.E,{alt:'Logotipo de MoureDev. Una "eme" entre llaves.',src:"/logo.png",sx:{height:"2em",width:"2em"}}),(0,t.tZ)(l.r,{as:S(),href:"https://moure.dev",isExternal:!0,sx:{fontFamily:"Monaspace Neon",textDecoration:"none",_hover:{}},children:(0,t.BX)(i.xu,{children:["Creado con \uD83E\uDD0D (y gracias a ti) por ",(0,t.tZ)(s.x,{as:"span",sx:{color:"rgb(130, 210, 207)"},children:"MoureDev by Brais Moure"}),"."]})})]}),(0,t.tZ)(h.L,{}),(0,t.tZ)(l.r,{as:S(),href:"https://github.com/mouredev/retos-programacion-web",isExternal:!0,sx:{textAlign:"end",textDecoration:"none",_hover:{}},children:(0,t.tZ)(s.x,{sx:{fontFamily:"Monaspace Krypton",color:"#8A939E"},children:"\xa9 2022-2023. v3.0."})})]})]})})]}),(0,t.BX)(I(),{children:[(0,t.tZ)("title",{children:"Proyectos de Programaci\xf3n | by MoureDev"}),(0,t.tZ)("meta",{content:"12 aplicaciones pensadas para a\xf1adir a tu portafolio personal . Gratis, a tu ritmo y en comunidad.",name:"description"}),(0,t.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_projects.jpg",property:"og:image"}),(0,t.tZ)("meta",{content:"Proyectos de Programaci\xf3n | by MoureDev",name:"og:title"}),(0,t.tZ)("meta",{content:"12 aplicaciones pensadas para a\xf1adir a tu portafolio personal . Gratis, a tu ritmo y en comunidad.",name:"og:description"}),(0,t.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_projects.jpg",name:"og:image"})]})]})}C.Z.registerLanguage("python",q.Z)},58595:function(e,r,n){"use strict";n.d(r,{g:function(){return Fragment_fd0e7cb8f9fb4669a6805377d925fba0}});var t=n(35944),a=n(67294),o=n(60687),i=n(6608),d=n(92752),c=n(31963),l=n(74616),s=n(44504),h=n(73793),m=n(88911);function Fragment_fd0e7cb8f9fb4669a6805377d925fba0(){let[e,r]=(0,a.useContext)(o.DR);return(0,t.tZ)(a.Fragment,{children:(0,i.oA)(null!==r)?(0,t.tZ)(a.Fragment,{children:(0,t.tZ)(d.u_,{isOpen:null!==r,children:(0,t.tZ)(c.Z,{children:(0,t.BX)(l.h,{children:[(0,t.tZ)(s.x,{children:"Connection Error"}),(0,t.tZ)(h.f,{children:(0,t.BX)(m.x,{children:["Cannot connect to server: ",null!==r?r.message:"",". Check if server is reachable at ",(0,i.e9)().href]})})]})})})}):(0,t.tZ)(a.Fragment,{})})}n(35202)}},function(e){e.O(0,[3741,2103,2683,9774,2888,179],function(){return e(e.s=68956)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/public/_next/static/chunks/pages/roadmap-81a15411faaf91d5.js b/public/_next/static/chunks/pages/roadmap-5a96886900204e61.js similarity index 99% rename from public/_next/static/chunks/pages/roadmap-81a15411faaf91d5.js rename to public/_next/static/chunks/pages/roadmap-5a96886900204e61.js index 23d5e76f..6172a73a 100644 --- a/public/_next/static/chunks/pages/roadmap-81a15411faaf91d5.js +++ b/public/_next/static/chunks/pages/roadmap-5a96886900204e61.js @@ -1 +1 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6845],{76070:function(e,t,r){(window.__NEXT_P=window.__NEXT_P||[]).push(["/roadmap",function(){return r(38134)}])},38134:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return Component}});var a=r(35944),i=r(67294),n=r(58595),o=r(23100),c=r(91669),d=r(54641),s=r(33838),l=r(88911),h=r(95034),m=r(41689),f=r(5284),g=r(36275),x=r(84416),p=r(70003),b=r(1913),u=r(7754),Z=r(29222),F=r(14418),y=r(31708),k=r(776),v=r(7306),w=r(39849),_=r(4298),z=r.n(_),B=r(41664),S=r.n(B);r(35202);var V=r(6608),E=r(7505),A=r(64400),X=r(902),T=r(9008),C=r.n(T);function Component(){let e=(0,i.useRef)(null);V.xL.ref_last=e;let t=(0,i.useRef)(null);return V.xL.ref_faq=t,(0,a.BX)(i.Fragment,{children:[(0,a.tZ)(n.g,{}),(0,a.BX)(o.xu,{children:[(0,a.tZ)(z(),{strategy:"afterInteractive",children:"document.documentElement.lang='es'"}),(0,a.tZ)(c.g,{sx:{bg:"#010408",position:"sticky",paddingX:"2em",paddingY:"1em",zIndex:"999",top:"0",width:"100%"},children:(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(s.r,{as:S(),href:"/",sx:{textDecoration:"none",_hover:{}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(l.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"{"}),(0,a.tZ)(l.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Retos"}),(0,a.tZ)(l.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"de"}),(0,a.tZ)(l.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Programaci\xf3n"}),(0,a.tZ)(l.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"}"})]})}),(0,a.tZ)(h.L,{}),(0,a.tZ)(o.xu,{sx:{width:"100%",display:["none","block","block","block"]},children:(0,a.BX)(d.U,{spacing:"2em",children:[(0,a.tZ)(h.L,{}),(0,a.tZ)(s.r,{as:S(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,a.BX)(d.U,{spacing:"0.5em",children:[(0,a.tZ)(l.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(188, 154, 250)"},children:"Roadmap"}),(0,a.tZ)(o.xu,{sx:{paddingBottom:"0px !important"},children:(0,a.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(188, 154, 250)",borderColor:"rgb(188, 154, 250)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})}),(0,a.tZ)(s.r,{as:S(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})}),(0,a.tZ)(s.r,{as:S(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})]})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.BX)(f.v,{children:[(0,a.tZ)(g.j,{sx:{display:"flex"},children:(0,a.tZ)(x.E,{alt:"Icono del men\xfa de navegaci\xf3n",src:"/icons/menu.svg",sx:{height:"auto",width:"1.5em"}})}),(0,a.BX)(p.q,{sx:{background:"#010408",borderColor:"#0C1116",minWidth:"100px"},children:[(0,a.tZ)(b.s,{sx:{background:"transparent"},children:(0,a.tZ)(s.r,{as:S(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,a.BX)(d.U,{spacing:"0.5em",children:[(0,a.tZ)(l.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(188, 154, 250)"},children:"Roadmap"}),(0,a.tZ)(o.xu,{sx:{paddingBottom:"0px !important"},children:(0,a.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(188, 154, 250)",borderColor:"rgb(188, 154, 250)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})})}),(0,a.tZ)(b.s,{sx:{background:"transparent"},children:(0,a.tZ)(s.r,{as:S(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})})}),(0,a.tZ)(b.s,{sx:{background:"transparent"},children:(0,a.tZ)(s.r,{as:S(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})})]})]})})]})}),(0,a.tZ)(u.M,{children:(0,a.BX)(c.g,{spacing:"4em",sx:{width:"100%"},children:[(0,a.tZ)(o.xu,{sx:{background:"url('/mosaic.png') repeat",backgroundSize:"120px 120px",width:"100%"},children:(0,a.tZ)(u.M,{sx:{background:"linear-gradient(to bottom, rgb(0, 0, 0, 0) 20%, #0C1116 100%)"},children:(0,a.BX)(c.g,{spacing:"-0.3em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px",paddingY:"4em"},children:[(0,a.tZ)(l.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"{"}),(0,a.BX)(c.g,{alignItems:"start",spacing:"-0.3em",sx:{paddingLeft:"4em"},children:[(0,a.tZ)(l.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Retos"}),(0,a.tZ)(l.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(188, 154, 250)"},children:"de"}),(0,a.tZ)(l.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Programaci\xf3n"}),(0,a.tZ)(l.x,{datatext:"roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",fontWeight:"700",fontSize:["1.5em","2em"],color:"rgb(245, 184, 165)"},children:"roadmap"})]}),(0,a.tZ)(l.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"}"}),(0,a.tZ)(s.r,{as:S(),href:"https://moure.dev",isExternal:!0,sx:{textAlign:"right",width:"100%",textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"by mouredev",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Comfortaa",fontWeight:"500",fontSize:["1.5em","2em"],color:"#FFFFFF"},children:"by mouredev"})}),(0,a.tZ)(u.M,{sx:{width:"100%"},children:(0,a.BX)(c.g,{spacing:"2em",children:[(0,a.tZ)(l.x,{sx:{fontSize:["1.5em","2em"],fontWeight:"700",paddingTop:"2em",textAlign:"center"},children:"Ruta de estudio con ejercicios para aprender cualquier lenguaje"}),(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.BX)(d.U,{spacing:"2em",children:[(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "GitHub"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"GitHub"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "GitHub"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Discord"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Discord"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Discord"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Twitch"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Twitch"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Twitch"',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.BX)(d.U,{spacing:"2em",children:[(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})})]})})]})})}),(0,a.BX)(c.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,a.tZ)(s.r,{as:S(),href:"/roadmap#last",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,a.BX)(c.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",boxShadow:"0 0 1em rgb(188, 154, 250)",height:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"26/12/2023 - 02/01/2024"})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xdaltimo ejercicio publicado en la ruta de estudio"}),(0,a.tZ)(x.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"#00 sintaxis, variables, tipos de datos y hola mundo"})}):(0,a.tZ)(i.Fragment,{})})]})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"/roadmap#last",isExternal:!1,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ver el reto"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ver el reto"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ver el reto"',src:"/icons/dark/arrow.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})]})]}),(0,a.BX)(c.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,a.BX)(c.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Mejora tu l\xf3gica de programaci\xf3n."}),(0,a.BX)(y.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,a.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Sigue la ruta de estudio para aprender los fundamentos del lenguaje de programaci\xf3n que quieras desde su base, de manera pr\xe1ctica, paso a paso y en comunidad."})}),(0,a.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Cada semana se propondr\xe1 y explicar\xe1 un nuevo ejercicio que te servir\xe1 para mejorar tu l\xf3gica de programaci\xf3n mientras estudias todas las caracter\xedsticas del lenguaje."})})]})]}),(0,a.tZ)(s.r,{as:S(),href:"/roadmap#faq",isExternal:!1,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Preguntas frecuentes"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Preguntas frecuentes"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Preguntas frecuentes"',src:"/icons/light/arrow.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(F.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap"})]}),(0,a.tZ)(o.xu,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(c.g,{spacing:"6em",children:[(0,a.BX)(o.xu,{id:"last",ref:e,sx:{position:"relative",width:"100%"},children:[(0,a.BX)(c.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,a.BX)(c.g,{children:["true",(0,a.BX)(d.U,{spacing:"1em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"26/12/2023 - 02/01/2024"})})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(d.U,{alignItems:"start",spacing:"0.5em",children:[(0,a.tZ)(F.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#00"}),(0,a.tZ)(F.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO"})]})]}),(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(E.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:A.Z,children:'/*\n * \xbfPreparad@ para aprender o repasar el lenguaje de programaci\xf3n que t\xfa quieras?\n * - Recuerda que todas las instrucciones de participaci\xf3n est\xe1n en el\n * repositorio de GitHub.\n *\n * Lo primero... \xbfYa has elegido un lenguaje?\n * - No todos son iguales, pero sus fundamentos suelen ser comunes.\n * - Este primer reto te servir\xe1 para familiarizarte con la forma de participar\n * enviando tus propias soluciones.\n *\n * EJERCICIO:\n * - Crea un comentario en el c\xf3digo y coloca la URL del sitio web oficial del\n * lenguaje de programaci\xf3n que has seleccionado.\n * - Representa las diferentes sintaxis que existen de crear comentarios\n * en el lenguaje (en una l\xednea, varias...).\n * - Crea una variable (y una constante si el lenguaje lo soporta).\n * - Crea variables representando todos los tipos de datos primitivos\n * del lenguaje (cadenas de texto, enteros, booleanos...).\n * - Imprime por terminal el texto: "\xa1Hola, [y el nombre de tu lenguaje]!"\n *\n * \xbfF\xe1cil? No te preocupes, recuerda que esta es una ruta de estudio y\n * debemos comenzar por el principio.\n */'})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion/blob/main/Roadmap/00%20-%20SINTAXIS,%20VARIABLES,%20TIPOS%20DE%20DATOS%20Y%20HOLA%20MUNDO",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Soluci\xf3n"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Comunidad"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion/blob/main/Roadmap/00%20-%20SINTAXIS,%20VARIABLES,%20TIPOS%20DE%20DATOS%20Y%20HOLA%20MUNDO",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})})]})})})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(x.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(o.xu,{sx:{position:"relative",width:"100%"},children:[(0,a.BX)(c.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,a.BX)(c.g,{children:["false",(0,a.BX)(d.U,{spacing:"1em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"02/01/2024"})})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(d.U,{alignItems:"start",spacing:"0.5em",children:[(0,a.tZ)(F.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#01"}),(0,a.tZ)(F.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"NUEVO EJERCICIO"})]})]}),(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(E.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:A.Z,children:"/*\n * Se publicar\xe1 una vez finalizada la correcci\xf3n en directo del ejercicio anterior.\n */"})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Soluci\xf3n"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Comunidad"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})})]})})})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(x.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(c.g,{spacing:"2em",children:[(0,a.BX)(o.xu,{sx:{position:"relative",width:"100%"},children:[(0,a.BX)(c.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,a.BX)(c.g,{children:["true",(0,a.BX)(d.U,{spacing:"1em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"26/12/2023 - 02/01/2024"})})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(d.U,{alignItems:"start",spacing:"0.5em",children:[(0,a.tZ)(F.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#00"}),(0,a.tZ)(F.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO"})]})]}),(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(E.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:A.Z,children:'/*\n * \xbfPreparad@ para aprender o repasar el lenguaje de programaci\xf3n que t\xfa quieras?\n * - Recuerda que todas las instrucciones de participaci\xf3n est\xe1n en el\n * repositorio de GitHub.\n *\n * Lo primero... \xbfYa has elegido un lenguaje?\n * - No todos son iguales, pero sus fundamentos suelen ser comunes.\n * - Este primer reto te servir\xe1 para familiarizarte con la forma de participar\n * enviando tus propias soluciones.\n *\n * EJERCICIO:\n * - Crea un comentario en el c\xf3digo y coloca la URL del sitio web oficial del\n * lenguaje de programaci\xf3n que has seleccionado.\n * - Representa las diferentes sintaxis que existen de crear comentarios\n * en el lenguaje (en una l\xednea, varias...).\n * - Crea una variable (y una constante si el lenguaje lo soporta).\n * - Crea variables representando todos los tipos de datos primitivos\n * del lenguaje (cadenas de texto, enteros, booleanos...).\n * - Imprime por terminal el texto: "\xa1Hola, [y el nombre de tu lenguaje]!"\n *\n * \xbfF\xe1cil? No te preocupes, recuerda que esta es una ruta de estudio y\n * debemos comenzar por el principio.\n */'})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion/blob/main/Roadmap/00%20-%20SINTAXIS,%20VARIABLES,%20TIPOS%20DE%20DATOS%20Y%20HOLA%20MUNDO",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Soluci\xf3n"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Comunidad"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion/blob/main/Roadmap/00%20-%20SINTAXIS,%20VARIABLES,%20TIPOS%20DE%20DATOS%20Y%20HOLA%20MUNDO",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio y soluciones"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})})]})})})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(x.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(o.xu,{sx:{position:"relative",width:"100%"},children:[(0,a.BX)(c.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,a.BX)(c.g,{children:["false",(0,a.BX)(d.U,{spacing:"1em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"02/01/2024"})})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(d.U,{alignItems:"start",spacing:"0.5em",children:[(0,a.tZ)(F.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#01"}),(0,a.tZ)(F.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"NUEVO EJERCICIO"})]})]}),(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(E.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:A.Z,children:"/*\n * Se publicar\xe1 una vez finalizada la correcci\xf3n en directo del ejercicio anterior.\n */"})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Soluci\xf3n"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Comunidad"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio y soluciones"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})})]})})})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(x.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,a.tZ)(i.Fragment,{})})]})]})})})}),(0,a.tZ)(c.g,{id:"faq",ref:t,sx:{background:"#010408",paddingY:"4em",width:"100%"},children:(0,a.BX)(c.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Preguntas frecuentes"}),(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.BX)(y.r,{sx:{gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(3, 1fr)",children:[(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo puedo participar en los retos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"A parte de poder consultar la correcci\xf3n de los retos en c\xf3digo y v\xeddeo, tambi\xe9n puedes enviar tus propias soluciones. Consulta las instrucciones de participaci\xf3n en su repositorio de GitHub y pregunta a la comunidad en Discord."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo utilizar cualquier lenguaje de programaci\xf3n?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Lo bueno de los retos de l\xf3gica es que su principal valor es ense\xf1arnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programaci\xf3n."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfExiste alg\xfan orden para resolver los ejercicios?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Los retos est\xe1n organizados siguiendo una ruta de estudio que har\xe1 un repaso por todos los fundamentos comunes de la gran mayor\xeda de lenguajes de programaci\xf3n usados en la actualidad. Te recomiendo seguir su numer\xe1ci\xf3n."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfCu\xe1ndo se publican los retos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada semana (consulta el d\xeda y la hora en esta web) se realizar\xe1 una transmisi\xf3n en directo resolviendo y explicando el ejercicio de la semana anterior. Hecho esto, se publicar\xe1 el nuevo reto. Todo quedar\xe1 grabado."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si ya tengo conocimientos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"La ruta de estudio no s\xf3lo trata de dar a conocer los fundamentos del lenguaje, si no generar una forma organizada de estudiar, practicar y mejorar tus conocimientos. Estoy seguro que de esta maner\xe1 aprender\xe1s algo nuevo."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si mi correcci\xf3n no se parece a la soluci\xf3n?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la soluci\xf3n s\xf3lo es una posible opci\xf3n. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando."})]})]})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.BX)(y.r,{sx:{gap:"3em"},children:[(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo puedo participar en los retos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"A parte de poder consultar la correcci\xf3n de los retos en c\xf3digo y v\xeddeo, tambi\xe9n puedes enviar tus propias soluciones. Consulta las instrucciones de participaci\xf3n en su repositorio de GitHub y pregunta a la comunidad en Discord."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo utilizar cualquier lenguaje de programaci\xf3n?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Lo bueno de los retos de l\xf3gica es que su principal valor es ense\xf1arnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programaci\xf3n."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfExiste alg\xfan orden para resolver los ejercicios?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Los retos est\xe1n organizados siguiendo una ruta de estudio que har\xe1 un repaso por todos los fundamentos comunes de la gran mayor\xeda de lenguajes de programaci\xf3n usados en la actualidad. Te recomiendo seguir su numer\xe1ci\xf3n."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfCu\xe1ndo se publican los retos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada semana (consulta el d\xeda y la hora en esta web) se realizar\xe1 una transmisi\xf3n en directo resolviendo y explicando el ejercicio de la semana anterior. Hecho esto, se publicar\xe1 el nuevo reto. Todo quedar\xe1 grabado."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si ya tengo conocimientos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"La ruta de estudio no s\xf3lo trata de dar a conocer los fundamentos del lenguaje, si no generar una forma organizada de estudiar, practicar y mejorar tus conocimientos. Estoy seguro que de esta maner\xe1 aprender\xe1s algo nuevo."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si mi correcci\xf3n no se parece a la soluci\xf3n?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la soluci\xf3n s\xf3lo es una posible opci\xf3n. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando."})]})]})})]})}),(0,a.BX)(c.g,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,a.BX)(c.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Sigue practicando"}),(0,a.BX)(y.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,a.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})}),(0,a.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})})]})]}),(0,a.BX)(w.M,{columns:[1,1,1,2],spacing:"2em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{children:(0,a.tZ)(s.r,{as:S(),href:"/roadmap",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,a.BX)(c.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Nuevo 2024"})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap de retos"}),(0,a.tZ)(x.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,a.tZ)(i.Fragment,{})})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{children:(0,a.tZ)(s.r,{as:S(),href:"/ejercicios",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,a.BX)(c.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"rgb(182, 209, 98)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Ejercicios l\xf3gicos"}),(0,a.tZ)(x.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,a.tZ)(i.Fragment,{})})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{children:(0,a.tZ)(s.r,{as:S(),href:"/proyectos",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,a.BX)(c.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"rgb(241, 225, 112)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Proyectos completos"}),(0,a.tZ)(x.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,a.tZ)(i.Fragment,{})})]})})})}):(0,a.tZ)(i.Fragment,{})})]})]}),(0,a.BX)(c.g,{spacing:"3em",sx:{width:"100%"},children:[(0,a.tZ)(s.r,{as:S(),href:"https://x.com/intent/tweet?text=Ruta%20de%20estudio%20con%20ejercicios%20para%20mejorar%20tu%20l\xf3gica%20de%20programaci\xf3n%20y%20aprender%20cualquier%20lenguaje.%20Gratis,%20a%20tu%20ritmo%20y%20en%20comunidad.%0A%0ADescubre&url=retosdeprogramacion.com/roadmap&via=mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Compartir en"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Compartir en"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Compartir en"',src:"/icons/light/x.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(o.xu,{className:"marquee",children:(0,a.BX)(o.xu,{children:[(0,a.BX)(l.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,a.tZ)(l.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,a.tZ)(l.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,a.tZ)(l.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,a.tZ)(l.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,a.tZ)(l.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,a.tZ)(l.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,a.tZ)(l.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,a.tZ)(l.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,a.tZ)(l.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,a.tZ)(l.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,a.tZ)(l.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,a.tZ)(l.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,a.tZ)(l.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,a.tZ)(l.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,a.tZ)(l.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,a.tZ)(l.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,a.tZ)(l.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,a.tZ)(l.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,a.tZ)(l.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,a.tZ)(l.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,a.tZ)(l.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,a.tZ)(l.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,a.tZ)(l.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,a.tZ)(l.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,a.tZ)(l.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,a.tZ)(l.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,a.tZ)(l.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,a.tZ)(l.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,a.tZ)(l.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,a.tZ)(l.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,a.tZ)(l.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]}),(0,a.BX)(l.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,a.tZ)(l.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,a.tZ)(l.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,a.tZ)(l.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,a.tZ)(l.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,a.tZ)(l.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,a.tZ)(l.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,a.tZ)(l.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,a.tZ)(l.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,a.tZ)(l.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,a.tZ)(l.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,a.tZ)(l.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,a.tZ)(l.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,a.tZ)(l.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,a.tZ)(l.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,a.tZ)(l.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,a.tZ)(l.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,a.tZ)(l.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,a.tZ)(l.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,a.tZ)(l.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,a.tZ)(l.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,a.tZ)(l.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,a.tZ)(l.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,a.tZ)(l.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,a.tZ)(l.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,a.tZ)(l.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,a.tZ)(l.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,a.tZ)(l.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,a.tZ)(l.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,a.tZ)(l.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,a.tZ)(l.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,a.tZ)(l.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]})]})})]}),(0,a.BX)(v.K,{direction:["column","column","row","row"],sx:{borderTop:"1px solid #010408",padding:"2em",width:"100%"},children:[(0,a.BX)(d.U,{spacing:"1em",children:[(0,a.tZ)(x.E,{alt:'Logotipo de MoureDev. Una "eme" entre llaves.',src:"/logo.png",sx:{height:"2em",width:"2em"}}),(0,a.tZ)(s.r,{as:S(),href:"https://moure.dev",isExternal:!0,sx:{fontFamily:"Monaspace Neon",textDecoration:"none",_hover:{}},children:(0,a.BX)(o.xu,{children:["Creado con \uD83E\uDD0D (y gracias a ti) por ",(0,a.tZ)(l.x,{as:"span",sx:{color:"rgb(130, 210, 207)"},children:"MoureDev by Brais Moure"}),"."]})})]}),(0,a.tZ)(h.L,{}),(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/retos-programacion-web",isExternal:!0,sx:{textAlign:"end",textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{sx:{fontFamily:"Monaspace Krypton",color:"#8A939E"},children:"\xa9 2022-2023. v3.0."})})]})]})})]}),(0,a.BX)(C(),{children:[(0,a.tZ)("title",{children:"Roadmap de Retos de Programaci\xf3n | by MoureDev"}),(0,a.tZ)("meta",{content:"Ruta de estudio con ejercicios para mejorar tu l\xf3gica de programaci\xf3n y aprender cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"description"}),(0,a.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_roadmap.jpg",property:"og:image"}),(0,a.tZ)("meta",{content:"Roadmap de Retos de Programaci\xf3n | by MoureDev",name:"og:title"}),(0,a.tZ)("meta",{content:"Ruta de estudio con ejercicios para mejorar tu l\xf3gica de programaci\xf3n y aprender cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"og:description"}),(0,a.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_roadmap.jpg",name:"og:image"})]})]})}E.Z.registerLanguage("python",X.Z)},58595:function(e,t,r){"use strict";r.d(t,{g:function(){return Fragment_fd0e7cb8f9fb4669a6805377d925fba0}});var a=r(35944),i=r(67294),n=r(60687),o=r(6608),c=r(92752),d=r(31963),s=r(74616),l=r(44504),h=r(73793),m=r(88911);function Fragment_fd0e7cb8f9fb4669a6805377d925fba0(){let[e,t]=(0,i.useContext)(n.DR);return(0,a.tZ)(i.Fragment,{children:(0,o.oA)(null!==t)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(c.u_,{isOpen:null!==t,children:(0,a.tZ)(d.Z,{children:(0,a.BX)(s.h,{children:[(0,a.tZ)(l.x,{children:"Connection Error"}),(0,a.tZ)(h.f,{children:(0,a.BX)(m.x,{children:["Cannot connect to server: ",null!==t?t.message:"",". Check if server is reachable at ",(0,o.e9)().href]})})]})})})}):(0,a.tZ)(i.Fragment,{})})}r(35202)}},function(e){e.O(0,[3741,6880,9790,9774,2888,179],function(){return e(e.s=76070)}),_N_E=e.O()}]); \ No newline at end of file +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6845],{76070:function(e,t,r){(window.__NEXT_P=window.__NEXT_P||[]).push(["/roadmap",function(){return r(38134)}])},38134:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return Component}});var a=r(35944),i=r(67294),n=r(58595),o=r(23100),c=r(91669),d=r(54641),s=r(33838),l=r(88911),h=r(95034),m=r(41689),f=r(5284),g=r(36275),x=r(84416),p=r(70003),b=r(1913),u=r(7754),Z=r(29222),F=r(14418),y=r(31708),k=r(776),v=r(7306),w=r(39849),_=r(4298),z=r.n(_),B=r(41664),S=r.n(B);r(35202);var V=r(6608),E=r(7505),A=r(64400),X=r(902),T=r(9008),C=r.n(T);function Component(){let e=(0,i.useRef)(null);V.xL.ref_last=e;let t=(0,i.useRef)(null);return V.xL.ref_faq=t,(0,a.BX)(i.Fragment,{children:[(0,a.tZ)(n.g,{}),(0,a.BX)(o.xu,{children:[(0,a.tZ)(z(),{strategy:"afterInteractive",children:"document.documentElement.lang='es'"}),(0,a.tZ)(c.g,{sx:{bg:"#010408",position:"sticky",paddingX:"2em",paddingY:"1em",zIndex:"999",top:"0",width:"100%"},children:(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(s.r,{as:S(),href:"/",sx:{textDecoration:"none",_hover:{}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(l.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"{"}),(0,a.tZ)(l.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Retos"}),(0,a.tZ)(l.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"de"}),(0,a.tZ)(l.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["1.5em"],color:"#FFFFFF"},children:"Programaci\xf3n"}),(0,a.tZ)(l.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["1.5em"],color:"rgb(130, 210, 207)"},children:"}"})]})}),(0,a.tZ)(h.L,{}),(0,a.tZ)(o.xu,{sx:{width:"100%",display:["none","block","block","block"]},children:(0,a.BX)(d.U,{spacing:"2em",children:[(0,a.tZ)(h.L,{}),(0,a.tZ)(s.r,{as:S(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,a.BX)(d.U,{spacing:"0.5em",children:[(0,a.tZ)(l.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(188, 154, 250)"},children:"Roadmap"}),(0,a.tZ)(o.xu,{sx:{paddingBottom:"0px !important"},children:(0,a.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(188, 154, 250)",borderColor:"rgb(188, 154, 250)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})}),(0,a.tZ)(s.r,{as:S(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})}),(0,a.tZ)(s.r,{as:S(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})]})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.BX)(f.v,{children:[(0,a.tZ)(g.j,{sx:{display:"flex"},children:(0,a.tZ)(x.E,{alt:"Icono del men\xfa de navegaci\xf3n",src:"/icons/menu.svg",sx:{height:"auto",width:"1.5em"}})}),(0,a.BX)(p.q,{sx:{background:"#010408",borderColor:"#0C1116",minWidth:"100px"},children:[(0,a.tZ)(b.s,{sx:{background:"transparent"},children:(0,a.tZ)(s.r,{as:S(),href:"/roadmap",sx:{textDecoration:"none",_hover:{}},children:(0,a.BX)(d.U,{spacing:"0.5em",children:[(0,a.tZ)(l.x,{datatext:"Roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"rgb(188, 154, 250)"},children:"Roadmap"}),(0,a.tZ)(o.xu,{sx:{paddingBottom:"0px !important"},children:(0,a.tZ)(m.C,{sx:{paddingX:"1em",paddingY:"0.3em",background:"transparent",color:"rgb(188, 154, 250)",borderColor:"rgb(188, 154, 250)",borderWidth:1,borderRadius:"2em"},children:"2024"})})]})})}),(0,a.tZ)(b.s,{sx:{background:"transparent"},children:(0,a.tZ)(s.r,{as:S(),href:"/ejercicios",sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"Ejercicios",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Ejercicios"})})}),(0,a.tZ)(b.s,{sx:{background:"transparent"},children:(0,a.tZ)(s.r,{as:S(),href:"/proyectos",sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"Proyectos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Mona Sans",fontWeight:"700",fontSize:["1.125em"],color:"#FFFFFF"},children:"Proyectos"})})})]})]})})]})}),(0,a.tZ)(u.M,{children:(0,a.BX)(c.g,{spacing:"4em",sx:{width:"100%"},children:[(0,a.tZ)(o.xu,{sx:{background:"url('/mosaic.png') repeat",backgroundSize:"120px 120px",width:"100%"},children:(0,a.tZ)(u.M,{sx:{background:"linear-gradient(to bottom, rgb(0, 0, 0, 0) 20%, #0C1116 100%)"},children:(0,a.BX)(c.g,{spacing:"-0.3em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px",paddingY:"4em"},children:[(0,a.tZ)(l.x,{datatext:"{",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"{"}),(0,a.BX)(c.g,{alignItems:"start",spacing:"-0.3em",sx:{paddingLeft:"4em"},children:[(0,a.tZ)(l.x,{datatext:"Retos",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Retos"}),(0,a.tZ)(l.x,{datatext:"de",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(188, 154, 250)"},children:"de"}),(0,a.tZ)(l.x,{datatext:"Programaci\xf3n",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(130, 210, 207)"},children:"Programaci\xf3n"}),(0,a.tZ)(l.x,{datatext:"roadmap",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",fontWeight:"700",fontSize:["1.5em","2em"],color:"rgb(245, 184, 165)"},children:"roadmap"})]}),(0,a.tZ)(l.x,{datatext:"}",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",fontWeight:"700",fontSize:["2.8em","4em"],color:"rgb(182, 209, 98)"},children:"}"}),(0,a.tZ)(s.r,{as:S(),href:"https://moure.dev",isExternal:!0,sx:{textAlign:"right",width:"100%",textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{datatext:"by mouredev",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Comfortaa",fontWeight:"500",fontSize:["1.5em","2em"],color:"#FFFFFF"},children:"by mouredev"})}),(0,a.tZ)(u.M,{sx:{width:"100%"},children:(0,a.BX)(c.g,{spacing:"2em",children:[(0,a.tZ)(l.x,{sx:{fontSize:["1.5em","2em"],fontWeight:"700",paddingTop:"2em",textAlign:"center"},children:"Ruta de estudio con ejercicios para aprender cualquier lenguaje"}),(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.BX)(d.U,{spacing:"2em",children:[(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "GitHub"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"GitHub"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "GitHub"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Discord"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Discord"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Discord"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Twitch"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Twitch"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Twitch"',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.BX)(d.U,{spacing:"2em",children:[(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://twitch.tv/mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/twitch.svg",sx:{width:"1em",height:"1em"}})]})})})]})})]})})]})})}),(0,a.BX)(c.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,a.tZ)(s.r,{as:S(),href:"/roadmap#last",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,a.BX)(c.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",boxShadow:"0 0 1em rgb(188, 154, 250)",height:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"26/12/2023 - 02/01/2024"})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"\xdaltimo ejercicio publicado en la ruta de estudio"}),(0,a.tZ)(x.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:"#00 sintaxis, variables, tipos de datos y hola mundo"})}):(0,a.tZ)(i.Fragment,{})})]})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"/roadmap#last",isExternal:!1,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ver el reto"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ver el reto"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ver el reto"',src:"/icons/dark/arrow.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})]})]}),(0,a.BX)(c.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,a.BX)(c.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Mejora tu l\xf3gica de programaci\xf3n."}),(0,a.BX)(y.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,a.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Sigue la ruta de estudio para aprender los fundamentos del lenguaje de programaci\xf3n que quieras desde su base, de manera pr\xe1ctica, paso a paso y en comunidad."})}),(0,a.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:"Cada semana se propondr\xe1 y explicar\xe1 un nuevo ejercicio que te servir\xe1 para mejorar tu l\xf3gica de programaci\xf3n mientras estudias todas las caracter\xedsticas del lenguaje."})})]})]}),(0,a.tZ)(s.r,{as:S(),href:"/roadmap#faq",isExternal:!1,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Preguntas frecuentes"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Preguntas frecuentes"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Preguntas frecuentes"',src:"/icons/light/arrow.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(F.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap"})]}),(0,a.tZ)(o.xu,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(c.g,{spacing:"6em",children:[(0,a.BX)(o.xu,{id:"last",ref:e,sx:{position:"relative",width:"100%"},children:[(0,a.BX)(c.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,a.BX)(c.g,{children:["true",(0,a.BX)(d.U,{spacing:"1em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"26/12/2023 - 02/01/2024"})})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(d.U,{alignItems:"start",spacing:"0.5em",children:[(0,a.tZ)(F.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#00"}),(0,a.tZ)(F.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO"})]})]}),(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(E.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:A.Z,children:'/*\n * \xbfPreparad@ para aprender o repasar el lenguaje de programaci\xf3n que t\xfa quieras?\n * - Recuerda que todas las instrucciones de participaci\xf3n est\xe1n en el\n * repositorio de GitHub.\n *\n * Lo primero... \xbfYa has elegido un lenguaje?\n * - No todos son iguales, pero sus fundamentos suelen ser comunes.\n * - Este primer reto te servir\xe1 para familiarizarte con la forma de participar\n * enviando tus propias soluciones.\n *\n * EJERCICIO:\n * - Crea un comentario en el c\xf3digo y coloca la URL del sitio web oficial del\n * lenguaje de programaci\xf3n que has seleccionado.\n * - Representa las diferentes sintaxis que existen de crear comentarios\n * en el lenguaje (en una l\xednea, varias...).\n * - Crea una variable (y una constante si el lenguaje lo soporta).\n * - Crea variables representando todos los tipos de datos primitivos\n * del lenguaje (cadenas de texto, enteros, booleanos...).\n * - Imprime por terminal el texto: "\xa1Hola, [y el nombre de tu lenguaje]!"\n *\n * \xbfF\xe1cil? No te preocupes, recuerda que esta es una ruta de estudio y\n * debemos comenzar por el principio.\n */'})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion/blob/main/Roadmap/00%20-%20SINTAXIS,%20VARIABLES,%20TIPOS%20DE%20DATOS%20Y%20HOLA%20MUNDO",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Soluci\xf3n"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Comunidad"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion/blob/main/Roadmap/00%20-%20SINTAXIS,%20VARIABLES,%20TIPOS%20DE%20DATOS%20Y%20HOLA%20MUNDO",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})})]})})})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(x.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(o.xu,{sx:{position:"relative",width:"100%"},children:[(0,a.BX)(c.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,a.BX)(c.g,{children:["false",(0,a.BX)(d.U,{spacing:"1em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"02/01/2024"})})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(d.U,{alignItems:"start",spacing:"0.5em",children:[(0,a.tZ)(F.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#01"}),(0,a.tZ)(F.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"NUEVO EJERCICIO"})]})]}),(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(E.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:A.Z,children:"/*\n * Se publicar\xe1 una vez finalizada la correcci\xf3n en directo del ejercicio anterior.\n */"})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Soluci\xf3n"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Comunidad"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})})]})})})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(x.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(c.g,{spacing:"2em",children:[(0,a.BX)(o.xu,{sx:{position:"relative",width:"100%"},children:[(0,a.BX)(c.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,a.BX)(c.g,{children:["true",(0,a.BX)(d.U,{spacing:"1em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(182, 209, 98)",borderColor:"rgb(182, 209, 98)",borderWidth:2,borderRadius:"2em"},children:"F\xe1cil"})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"26/12/2023 - 02/01/2024"})})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(d.U,{alignItems:"start",spacing:"0.5em",children:[(0,a.tZ)(F.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#00"}),(0,a.tZ)(F.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO"})]})]}),(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(E.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:A.Z,children:'/*\n * \xbfPreparad@ para aprender o repasar el lenguaje de programaci\xf3n que t\xfa quieras?\n * - Recuerda que todas las instrucciones de participaci\xf3n est\xe1n en el\n * repositorio de GitHub.\n *\n * Lo primero... \xbfYa has elegido un lenguaje?\n * - No todos son iguales, pero sus fundamentos suelen ser comunes.\n * - Este primer reto te servir\xe1 para familiarizarte con la forma de participar\n * enviando tus propias soluciones.\n *\n * EJERCICIO:\n * - Crea un comentario en el c\xf3digo y coloca la URL del sitio web oficial del\n * lenguaje de programaci\xf3n que has seleccionado.\n * - Representa las diferentes sintaxis que existen de crear comentarios\n * en el lenguaje (en una l\xednea, varias...).\n * - Crea una variable (y una constante si el lenguaje lo soporta).\n * - Crea variables representando todos los tipos de datos primitivos\n * del lenguaje (cadenas de texto, enteros, booleanos...).\n * - Imprime por terminal el texto: "\xa1Hola, [y el nombre de tu lenguaje]!"\n *\n * \xbfF\xe1cil? No te preocupes, recuerda que esta es una ruta de estudio y\n * debemos comenzar por el principio.\n */'})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion/blob/main/Roadmap/00%20-%20SINTAXIS,%20VARIABLES,%20TIPOS%20DE%20DATOS%20Y%20HOLA%20MUNDO",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Soluci\xf3n"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Comunidad"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/roadmap-retos-programacion/blob/main/Roadmap/00%20-%20SINTAXIS,%20VARIABLES,%20TIPOS%20DE%20DATOS%20Y%20HOLA%20MUNDO",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio y soluciones"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})})]})})})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(x.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(o.xu,{sx:{position:"relative",width:"100%"},children:[(0,a.BX)(c.g,{alignItems:"start",spacing:"1em",sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"}},children:[(0,a.BX)(c.g,{children:["false",(0,a.BX)(d.U,{spacing:"1em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:""})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"#8A939E",borderColor:"#8A939E",borderWidth:2,borderRadius:"2em"},children:"02/01/2024"})})}):(0,a.tZ)(i.Fragment,{})})]}),(0,a.BX)(d.U,{alignItems:"start",spacing:"0.5em",children:[(0,a.tZ)(F.X,{size:"lg",sx:{color:"rgb(130, 210, 207)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"#01"}),(0,a.tZ)(F.X,{size:"lg",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"NUEVO EJERCICIO"})]})]}),(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(E.Z,{codeTagProps:{style:{fontFamily:"Monaspace Argon",fontWeight:"400",color:"#FFFFFF"}},css:{borderRadius:"1.5rem"},customStyle:{backgroundColor:"#0C1116",padding:"1.5em",borderRadius:"1.5rem"},language:"python",style:A.Z,children:"/*\n * Se publicar\xe1 una vez finalizada la correcci\xf3n en directo del ejercicio anterior.\n */"})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Soluci\xf3n"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Soluci\xf3n"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.BX)(d.U,{spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.BX)(o.xu,{children:[(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Comunidad"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Comunidad"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Comunidad"',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a ""',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:""})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a ""',src:"/icons/light/github.svg",sx:{width:"1em",height:"1em"}})]})})})})]})}):(0,a.tZ)(i.Fragment,{})})]})]})}):(0,a.tZ)(i.Fragment,{children:(0,a.BX)(v.K,{direction:["column","column","row","row"],spacing:"1.5em",children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#0C1116",background:"#FFFFFF",alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Ejercicio y soluciones"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Ejercicio y soluciones"',src:"/icons/dark/github.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"https://discord.gg/mouredev?event=1189147970021642271",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Horario"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Horario"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Horario"',src:"/icons/light/discord.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(s.r,{as:S(),href:"",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"V\xeddeo"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "V\xeddeo"',src:"/icons/light/youtube.svg",sx:{width:"1em",height:"1em"}})]})})})}):(0,a.tZ)(i.Fragment,{})})]})})})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(x.E,{alt:"Imagen entre bloques de ejercicios que representa dos c\xedculos unidos por una l\xednea",src:"/path.png",sx:{position:"absolute",height:"8em",bottom:"-7em",left:"2em",userSelect:"none !important","-webkitUserSelect":"none","-mozUserSelect":"none","-msUserSelect":"none",zIndex:"999"}})}):(0,a.tZ)(i.Fragment,{})})]})]})})})}),(0,a.tZ)(c.g,{id:"faq",ref:t,sx:{background:"#010408",paddingY:"4em",width:"100%"},children:(0,a.BX)(c.g,{spacing:"2em",sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Preguntas frecuentes"}),(0,a.tZ)(o.xu,{sx:{display:["none","block","block","block"]},children:(0,a.BX)(y.r,{sx:{gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(3, 1fr)",children:[(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo puedo participar en los retos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"A parte de poder consultar la correcci\xf3n de los retos en c\xf3digo y v\xeddeo, tambi\xe9n puedes enviar tus propias soluciones. Consulta las instrucciones de participaci\xf3n en su repositorio de GitHub y pregunta a la comunidad en Discord."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo utilizar cualquier lenguaje de programaci\xf3n?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Lo bueno de los retos de l\xf3gica es que su principal valor es ense\xf1arnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programaci\xf3n."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfExiste alg\xfan orden para resolver los ejercicios?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Los retos est\xe1n organizados siguiendo una ruta de estudio que har\xe1 un repaso por todos los fundamentos comunes de la gran mayor\xeda de lenguajes de programaci\xf3n usados en la actualidad. Te recomiendo seguir su numer\xe1ci\xf3n."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfCu\xe1ndo se publican los retos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada semana (consulta el d\xeda y la hora en esta web) se realizar\xe1 una transmisi\xf3n en directo resolviendo y explicando el ejercicio de la semana anterior. Hecho esto, se publicar\xe1 el nuevo reto. Todo quedar\xe1 grabado."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si ya tengo conocimientos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"La ruta de estudio no s\xf3lo trata de dar a conocer los fundamentos del lenguaje, si no generar una forma organizada de estudiar, practicar y mejorar tus conocimientos. Estoy seguro que de esta maner\xe1 aprender\xe1s algo nuevo."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si mi correcci\xf3n no se parece a la soluci\xf3n?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la soluci\xf3n s\xf3lo es una posible opci\xf3n. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando."})]})]})}),(0,a.tZ)(o.xu,{sx:{display:["block","none","none","none"]},children:(0,a.BX)(y.r,{sx:{gap:"3em"},children:[(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfC\xf3mo puedo participar en los retos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"A parte de poder consultar la correcci\xf3n de los retos en c\xf3digo y v\xeddeo, tambi\xe9n puedes enviar tus propias soluciones. Consulta las instrucciones de participaci\xf3n en su repositorio de GitHub y pregunta a la comunidad en Discord."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfPuedo utilizar cualquier lenguaje de programaci\xf3n?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Por supuesto. Lo bueno de los retos de l\xf3gica es que su principal valor es ense\xf1arnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programaci\xf3n."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfExiste alg\xfan orden para resolver los ejercicios?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Los retos est\xe1n organizados siguiendo una ruta de estudio que har\xe1 un repaso por todos los fundamentos comunes de la gran mayor\xeda de lenguajes de programaci\xf3n usados en la actualidad. Te recomiendo seguir su numer\xe1ci\xf3n."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfCu\xe1ndo se publican los retos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Cada semana (consulta el d\xeda y la hora en esta web) se realizar\xe1 una transmisi\xf3n en directo resolviendo y explicando el ejercicio de la semana anterior. Hecho esto, se publicar\xe1 el nuevo reto. Todo quedar\xe1 grabado."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si ya tengo conocimientos?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"La ruta de estudio no s\xf3lo trata de dar a conocer los fundamentos del lenguaje, si no generar una forma organizada de estudiar, practicar y mejorar tus conocimientos. Estoy seguro que de esta maner\xe1 aprender\xe1s algo nuevo."})]}),(0,a.BX)(k.P,{colSpan:1,rowSpan:1,children:[(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700",color:"rgb(245, 184, 165)",paddingBottom:"1em"},children:"\xbfY si mi correcci\xf3n no se parece a la soluci\xf3n?"}),(0,a.tZ)(l.x,{sx:{fontSize:"1em",fontWeight:"700"},children:"Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la soluci\xf3n s\xf3lo es una posible opci\xf3n. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando."})]})]})})]})}),(0,a.BX)(c.g,{sx:{alignItems:"start",paddingX:"2em",width:"100%",maxWidth:"1200px"},children:[(0,a.BX)(c.g,{spacing:"2em",sx:{paddingX:"0px !important",width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"#FFFFFF",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Sigue practicando"}),(0,a.BX)(y.r,{sx:{width:"100%",gap:"3em"},templateColumns:"repeat(2, 1fr)",templateRows:"repeat(1, 1fr)",children:[(0,a.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})}),(0,a.tZ)(k.P,{colSpan:1,rowSpan:1,children:(0,a.tZ)(l.x,{sx:{fontSize:"1.125em",fontWeight:"700"},children:""})})]})]}),(0,a.BX)(w.M,{columns:[1,1,1,2],spacing:"2em",sx:{width:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{children:(0,a.tZ)(s.r,{as:S(),href:"/roadmap",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,a.BX)(c.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:"Nuevo 2024"})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"rgb(188, 154, 250)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Roadmap de retos"}),(0,a.tZ)(x.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,a.tZ)(i.Fragment,{})})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{children:(0,a.tZ)(s.r,{as:S(),href:"/ejercicios",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,a.BX)(c.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"rgb(182, 209, 98)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Ejercicios l\xf3gicos"}),(0,a.tZ)(x.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,a.tZ)(i.Fragment,{})})]})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{children:(0,a.tZ)(s.r,{as:S(),href:"/proyectos",sx:{width:"100%",textDecoration:"none",_hover:{}},children:(0,a.BX)(c.g,{sx:{padding:"3em",borderRadius:"1.5rem",background:"#010408",_hover:{boxShadow:"0 0 1em #010408"},height:"100%"},children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(o.xu,{sx:{width:"100%"},children:(0,a.tZ)(o.xu,{sx:{paddingBottom:"0.5em"},children:(0,a.tZ)(m.C,{sx:{paddingX:"2em",paddingY:"0.5em",background:"transparent",color:"rgb(245, 184, 165)",borderColor:"rgb(245, 184, 165)",borderWidth:2,borderRadius:"2em"},children:""})})})}):(0,a.tZ)(i.Fragment,{})}),(0,a.BX)(d.U,{sx:{width:"100%"},children:[(0,a.tZ)(F.X,{size:"2xl",sx:{color:"rgb(241, 225, 112)",width:"inherit",fontFamily:"Monaspace Neon",fontWeight:"700"},children:"Proyectos completos"}),(0,a.tZ)(x.E,{alt:"Icono con una flecha hacia la derecha",src:"/icons/light/arrow.svg",sx:{width:"2em",height:"2em"}})]}),(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!1)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{sx:{fontSize:"1.5em",color:"#8A939E",width:"100%"},children:""})}):(0,a.tZ)(i.Fragment,{})})]})})})}):(0,a.tZ)(i.Fragment,{})})]})]}),(0,a.BX)(c.g,{spacing:"3em",sx:{width:"100%"},children:[(0,a.tZ)(s.r,{as:S(),href:"https://x.com/intent/tweet?text=Ruta%20de%20estudio%20con%20ejercicios%20para%20mejorar%20tu%20l\xf3gica%20de%20programaci\xf3n%20y%20aprender%20cualquier%20lenguaje.%20Gratis,%20a%20tu%20ritmo%20y%20en%20comunidad.%0A%0ADescubre&url=retosdeprogramacion.com/roadmap&via=mouredev",isExternal:!0,sx:{textDecoration:"none",_hover:{}},children:(0,a.tZ)(Z.z,{sx:{color:"#FFFFFF",background:"#0C1116",borderWidth:"2px",borderColor:"#8A939E",alt:'Icono que representa la navegaci\xf3n a "Compartir en"',fontSize:"1.25rem",padding:"1.8rem 2rem",borderRadius:"0.5rem",_hover:{background:"rgb(130, 210, 207)",boxShadow:"0 0 1em #010408"}},children:(0,a.BX)(d.U,{children:[(0,a.tZ)(i.Fragment,{children:(0,V.oA)(!0)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(l.x,{children:"Compartir en"})}):(0,a.tZ)(i.Fragment,{})}),(0,a.tZ)(x.E,{alt:'Icono que representa la navegaci\xf3n a "Compartir en"',src:"/icons/light/x.svg",sx:{width:"1em",height:"1em"}})]})})}),(0,a.tZ)(o.xu,{className:"marquee",children:(0,a.BX)(o.xu,{children:[(0,a.BX)(l.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,a.tZ)(l.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,a.tZ)(l.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,a.tZ)(l.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,a.tZ)(l.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,a.tZ)(l.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,a.tZ)(l.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,a.tZ)(l.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,a.tZ)(l.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,a.tZ)(l.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,a.tZ)(l.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,a.tZ)(l.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,a.tZ)(l.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,a.tZ)(l.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,a.tZ)(l.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,a.tZ)(l.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,a.tZ)(l.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,a.tZ)(l.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,a.tZ)(l.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,a.tZ)(l.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,a.tZ)(l.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,a.tZ)(l.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,a.tZ)(l.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,a.tZ)(l.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,a.tZ)(l.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,a.tZ)(l.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,a.tZ)(l.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,a.tZ)(l.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,a.tZ)(l.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,a.tZ)(l.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,a.tZ)(l.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,a.tZ)(l.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]}),(0,a.BX)(l.x,{sx:{fontWeight:"700",fontSize:"2em"},children:[(0,a.tZ)(l.x,{as:"span",datatext:">_",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton"},children:">_"}),(0,a.tZ)(l.x,{as:"span",datatext:"Python",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Python"}),(0,a.tZ)(l.x,{as:"span",datatext:"Swift",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Swift"}),(0,a.tZ)(l.x,{as:"span",datatext:"Kotlin",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Kotlin"}),(0,a.tZ)(l.x,{as:"span",datatext:"Java",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Java"}),(0,a.tZ)(l.x,{as:"span",datatext:"C++",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"C++"}),(0,a.tZ)(l.x,{as:"span",datatext:"PHP",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"PHP"}),(0,a.tZ)(l.x,{as:"span",datatext:"Rust",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Rust"}),(0,a.tZ)(l.x,{as:"span",datatext:"Go",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Go"}),(0,a.tZ)(l.x,{as:"span",datatext:"JavaScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"JavaScript"}),(0,a.tZ)(l.x,{as:"span",datatext:"Dart",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Dart"}),(0,a.tZ)(l.x,{as:"span",datatext:"Ruby",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Ruby"}),(0,a.tZ)(l.x,{as:"span",datatext:"C#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"C#"}),(0,a.tZ)(l.x,{as:"span",datatext:"TypeScript",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"TypeScript"}),(0,a.tZ)(l.x,{as:"span",datatext:"Cobol",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Cobol"}),(0,a.tZ)(l.x,{as:"span",datatext:"Lua",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Lua"}),(0,a.tZ)(l.x,{as:"span",datatext:"C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"C"}),(0,a.tZ)(l.x,{as:"span",datatext:"PowerShell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"PowerShell"}),(0,a.tZ)(l.x,{as:"span",datatext:"Assembly",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Assembly"}),(0,a.tZ)(l.x,{as:"span",datatext:"R",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"R"}),(0,a.tZ)(l.x,{as:"span",datatext:"Objective-C",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Objective-C"}),(0,a.tZ)(l.x,{as:"span",datatext:"F#",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"F#"}),(0,a.tZ)(l.x,{as:"span",datatext:"Haskell",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Haskell"}),(0,a.tZ)(l.x,{as:"span",datatext:"Fortran",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Fortran"}),(0,a.tZ)(l.x,{as:"span",datatext:"Lisp",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Lisp"}),(0,a.tZ)(l.x,{as:"span",datatext:"Scala",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Scala"}),(0,a.tZ)(l.x,{as:"span",datatext:"Perl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Neon",color:"rgb(245, 184, 165)"},children:"Perl"}),(0,a.tZ)(l.x,{as:"span",datatext:"Groovy",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Argon",color:"rgb(241, 225, 112)"},children:"Groovy"}),(0,a.tZ)(l.x,{as:"span",datatext:"Solidity",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Xenon",color:"rgb(182, 209, 98)"},children:"Solidity"}),(0,a.tZ)(l.x,{as:"span",datatext:"Ada",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Radon",color:"rgb(130, 210, 207)"},children:"Ada"}),(0,a.tZ)(l.x,{as:"span",datatext:"Plankalk\xfcl",sx:{position:"relative",cursor:"pointer",_after:{content:"attr(datatext)",position:"absolute",left:"0",width:"100%",height:"100%",opacity:"60%",filter:"blur(6px)",backfaceVisibility:"hidden","-webkitBackfaceVisibility":"hidden","-mozBackfaceVisibility":"hidden",transform:"translateZ(0)","-webkitTransform":"translateZ(0)","-mozTransform":"translateZ(0)"},_hover:{_after:{opacity:"100%"}},fontFamily:"Monaspace Krypton",color:"rgb(188, 154, 250)"},children:"Plankalk\xfcl"})]})]})})]}),(0,a.BX)(v.K,{direction:["column","column","row","row"],sx:{borderTop:"1px solid #010408",padding:"2em",width:"100%"},children:[(0,a.BX)(d.U,{spacing:"1em",children:[(0,a.tZ)(x.E,{alt:'Logotipo de MoureDev. Una "eme" entre llaves.',src:"/logo.png",sx:{height:"2em",width:"2em"}}),(0,a.tZ)(s.r,{as:S(),href:"https://moure.dev",isExternal:!0,sx:{fontFamily:"Monaspace Neon",textDecoration:"none",_hover:{}},children:(0,a.BX)(o.xu,{children:["Creado con \uD83E\uDD0D (y gracias a ti) por ",(0,a.tZ)(l.x,{as:"span",sx:{color:"rgb(130, 210, 207)"},children:"MoureDev by Brais Moure"}),"."]})})]}),(0,a.tZ)(h.L,{}),(0,a.tZ)(s.r,{as:S(),href:"https://github.com/mouredev/retos-programacion-web",isExternal:!0,sx:{textAlign:"end",textDecoration:"none",_hover:{}},children:(0,a.tZ)(l.x,{sx:{fontFamily:"Monaspace Krypton",color:"#8A939E"},children:"\xa9 2022-2023. v3.0."})})]})]})})]}),(0,a.BX)(C(),{children:[(0,a.tZ)("title",{children:"Roadmap de Retos de Programaci\xf3n | by MoureDev"}),(0,a.tZ)("meta",{content:"Ruta de estudio con ejercicios para mejorar tu l\xf3gica de programaci\xf3n y aprender cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"description"}),(0,a.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_roadmap.jpg",property:"og:image"}),(0,a.tZ)("meta",{content:"Roadmap de Retos de Programaci\xf3n | by MoureDev",name:"og:title"}),(0,a.tZ)("meta",{content:"Ruta de estudio con ejercicios para mejorar tu l\xf3gica de programaci\xf3n y aprender cualquier lenguaje. Gratis, a tu ritmo y en comunidad.",name:"og:description"}),(0,a.tZ)("meta",{content:"https://retosdeprogramacion.com/preview_roadmap.jpg",name:"og:image"})]})]})}E.Z.registerLanguage("python",X.Z)},58595:function(e,t,r){"use strict";r.d(t,{g:function(){return Fragment_fd0e7cb8f9fb4669a6805377d925fba0}});var a=r(35944),i=r(67294),n=r(60687),o=r(6608),c=r(92752),d=r(31963),s=r(74616),l=r(44504),h=r(73793),m=r(88911);function Fragment_fd0e7cb8f9fb4669a6805377d925fba0(){let[e,t]=(0,i.useContext)(n.DR);return(0,a.tZ)(i.Fragment,{children:(0,o.oA)(null!==t)?(0,a.tZ)(i.Fragment,{children:(0,a.tZ)(c.u_,{isOpen:null!==t,children:(0,a.tZ)(d.Z,{children:(0,a.BX)(s.h,{children:[(0,a.tZ)(l.x,{children:"Connection Error"}),(0,a.tZ)(h.f,{children:(0,a.BX)(m.x,{children:["Cannot connect to server: ",null!==t?t.message:"",". Check if server is reachable at ",(0,o.e9)().href]})})]})})})}):(0,a.tZ)(i.Fragment,{})})}r(35202)}},function(e){e.O(0,[3741,2103,2683,9774,2888,179],function(){return e(e.s=76070)}),_N_E=e.O()}]); \ No newline at end of file diff --git a/public/_next/static/nprQCewHc-s9YQsVloQzp/_buildManifest.js b/public/_next/static/nprQCewHc-s9YQsVloQzp/_buildManifest.js new file mode 100644 index 00000000..ace38b0b --- /dev/null +++ b/public/_next/static/nprQCewHc-s9YQsVloQzp/_buildManifest.js @@ -0,0 +1 @@ +self.__BUILD_MANIFEST=function(s,e,c){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":[s,e,"static/chunks/pages/index-e492da7a653972d2.js"],"/404":[s,"static/chunks/pages/404-2a2b88c7cc835bad.js"],"/_error":["static/chunks/pages/_error-e4216aab802f5810.js"],"/ejercicios":[s,e,c,"static/chunks/pages/ejercicios-7bbcc7cba8d77d55.js"],"/proyectos":[s,e,c,"static/chunks/pages/proyectos-b4cf8fac674d8ae9.js"],"/roadmap":[s,e,c,"static/chunks/pages/roadmap-5a96886900204e61.js"],sortedPages:["/","/404","/_app","/_error","/ejercicios","/proyectos","/roadmap"]}}("static/chunks/3741-d2b198055eff28d3.js","static/chunks/2103-01c2785681acb733.js","static/chunks/2683-5d3bbabf04c4fbfd.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB(); \ No newline at end of file diff --git a/public/_next/static/pu6uf9OtK-XLQG82wysTK/_ssgManifest.js b/public/_next/static/nprQCewHc-s9YQsVloQzp/_ssgManifest.js similarity index 100% rename from public/_next/static/pu6uf9OtK-XLQG82wysTK/_ssgManifest.js rename to public/_next/static/nprQCewHc-s9YQsVloQzp/_ssgManifest.js diff --git a/public/_next/static/pu6uf9OtK-XLQG82wysTK/_buildManifest.js b/public/_next/static/pu6uf9OtK-XLQG82wysTK/_buildManifest.js deleted file mode 100644 index 0361f8a2..00000000 --- a/public/_next/static/pu6uf9OtK-XLQG82wysTK/_buildManifest.js +++ /dev/null @@ -1 +0,0 @@ -self.__BUILD_MANIFEST=function(s,e,c){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":[s,e,"static/chunks/pages/index-bde0d59a3787f1b3.js"],"/404":[s,"static/chunks/pages/404-2a2b88c7cc835bad.js"],"/_error":["static/chunks/pages/_error-e4216aab802f5810.js"],"/ejercicios":[s,e,c,"static/chunks/pages/ejercicios-4783d3bea037898d.js"],"/proyectos":[s,e,c,"static/chunks/pages/proyectos-09851d362dd4eaeb.js"],"/roadmap":[s,e,c,"static/chunks/pages/roadmap-81a15411faaf91d5.js"],sortedPages:["/","/404","/_app","/_error","/ejercicios","/proyectos","/roadmap"]}}("static/chunks/3741-d2b198055eff28d3.js","static/chunks/6880-b1b9cf31177a4757.js","static/chunks/9790-93aef6459b2a02d0.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB(); \ No newline at end of file diff --git a/public/ejercicios/index.html b/public/ejercicios/index.html index 5b8a2577..dbedd6b2 100644 --- a/public/ejercicios/index.html +++ b/public/ejercicios/index.html @@ -1,4 +1,4 @@ -Ejercicios de Programación | by MoureDev

Preguntas frecuentes

¿Cómo puedo participar en los retos?

A parte de poder consultar la corrección de los retos, también puedes enviar tus propias soluciones al repositorio. Consulta las instrucciones de participación en cada uno de los repositorios de GitHub correspondientes.

¿Puedo utilizar cualquier lenguaje de programación?

Por supuesto. Lo bueno de los retos de lógica es que su principal valor es enseñarnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programación.

¿Se van a añadir más ejercicios al listado?

Por el momento, este listado se corresponde con los ejercicios lógicos resueltos en 2022 y 2023. Para consultar los retos lógicos de 2024 debes de visitar la sección llamada "roadmap de retos", ya que son ligeramente diferentes.

¿Qué diferencia hay entre los retos de 2022 y 2023?

La principal diferencia es la manera de aportar tu propia corrección (consulta las instrucciones del repositorio). También ha variado el lenguaje con el que se aporta la corrección principal, pero no es algo relevante en lógica.

¿Existe algún orden para resolver los ejercicios?

Cada reto es independiente del resto y posee una etiqueta con su dificultad estimada (Fácil, Medio o Difícil). De esta manera podrás identificar los retos que mejor se adapten a tus habilidades y subir de nivel gradualmente.

¿Y si mi corrección no se parece a la solución?

Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la solución sólo es una posible opción. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando.

¿Cómo puedo participar en los retos?

A parte de poder consultar la corrección de los retos, también puedes enviar tus propias soluciones al repositorio. Consulta las instrucciones de participación en cada uno de los repositorios de GitHub correspondientes.

¿Puedo utilizar cualquier lenguaje de programación?

Por supuesto. Lo bueno de los retos de lógica es que su principal valor es enseñarnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programación.

¿Se van a añadir más ejercicios al listado?

Por el momento, este listado se corresponde con los ejercicios lógicos resueltos en 2022 y 2023. Para consultar los retos lógicos de 2024 debes de visitar la sección llamada "roadmap de retos", ya que son ligeramente diferentes.

¿Qué diferencia hay entre los retos de 2022 y 2023?

La principal diferencia es la manera de aportar tu propia corrección (consulta las instrucciones del repositorio). También ha variado el lenguaje con el que se aporta la corrección principal, pero no es algo relevante en lógica.

¿Existe algún orden para resolver los ejercicios?

Cada reto es independiente del resto y posee una etiqueta con su dificultad estimada (Fácil, Medio o Difícil). De esta manera podrás identificar los retos que mejor se adapten a tus habilidades y subir de nivel gradualmente.

¿Y si mi corrección no se parece a la solución?

Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la solución sólo es una posible opción. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando.

Sigue practicando

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

Logotipo de MoureDev. Una "eme" entre llaves.
Creado con 🤍 (y gracias a ti) por MoureDev by Brais Moure.

© 2022-2023. v3.0.

\ No newline at end of file + */

Preguntas frecuentes

¿Cómo puedo participar en los retos?

A parte de poder consultar la corrección de los retos, también puedes enviar tus propias soluciones al repositorio. Consulta las instrucciones de participación en cada uno de los repositorios de GitHub correspondientes.

¿Puedo utilizar cualquier lenguaje de programación?

Por supuesto. Lo bueno de los retos de lógica es que su principal valor es enseñarnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programación.

¿Se van a añadir más ejercicios al listado?

Por el momento, este listado se corresponde con los ejercicios lógicos resueltos en 2022 y 2023. Para consultar los retos lógicos de 2024 debes de visitar la sección llamada "roadmap de retos", ya que son ligeramente diferentes.

¿Qué diferencia hay entre los retos de 2022 y 2023?

La principal diferencia es la manera de aportar tu propia corrección (consulta las instrucciones del repositorio). También ha variado el lenguaje con el que se aporta la corrección principal, pero no es algo relevante en lógica.

¿Existe algún orden para resolver los ejercicios?

Cada reto es independiente del resto y posee una etiqueta con su dificultad estimada (Fácil, Medio o Difícil). De esta manera podrás identificar los retos que mejor se adapten a tus habilidades y subir de nivel gradualmente.

¿Y si mi corrección no se parece a la solución?

Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la solución sólo es una posible opción. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando.

¿Cómo puedo participar en los retos?

A parte de poder consultar la corrección de los retos, también puedes enviar tus propias soluciones al repositorio. Consulta las instrucciones de participación en cada uno de los repositorios de GitHub correspondientes.

¿Puedo utilizar cualquier lenguaje de programación?

Por supuesto. Lo bueno de los retos de lógica es que su principal valor es enseñarnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programación.

¿Se van a añadir más ejercicios al listado?

Por el momento, este listado se corresponde con los ejercicios lógicos resueltos en 2022 y 2023. Para consultar los retos lógicos de 2024 debes de visitar la sección llamada "roadmap de retos", ya que son ligeramente diferentes.

¿Qué diferencia hay entre los retos de 2022 y 2023?

La principal diferencia es la manera de aportar tu propia corrección (consulta las instrucciones del repositorio). También ha variado el lenguaje con el que se aporta la corrección principal, pero no es algo relevante en lógica.

¿Existe algún orden para resolver los ejercicios?

Cada reto es independiente del resto y posee una etiqueta con su dificultad estimada (Fácil, Medio o Difícil). De esta manera podrás identificar los retos que mejor se adapten a tus habilidades y subir de nivel gradualmente.

¿Y si mi corrección no se parece a la solución?

Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la solución sólo es una posible opción. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando.

Sigue practicando

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

Logotipo de MoureDev. Una "eme" entre llaves.
Creado con 🤍 (y gracias a ti) por MoureDev by Brais Moure.

© 2022-2023. v3.0.

\ No newline at end of file diff --git a/public/index.html b/public/index.html index 50fc17f7..6ad8ecd0 100644 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,4 @@ -Retos de Programación | by MoureDev

{

Retos

de

Programación

.com

}

by mouredev

Ejercicios y proyectos para mejorar tu lógica de programación

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

Logotipo de MoureDev. Una "eme" entre llaves.
Creado con 🤍 (y gracias a ti) por MoureDev by Brais Moure.

© 2022-2023. v3.0.

\ No newline at end of file + ){outline:none;box-shadow:none;}select::-ms-expand{display:none;}:root,:host{--chakra-vh:100vh;}@supports (height: -webkit-fill-available){:root,:host{--chakra-vh:-webkit-fill-available;}}@supports (height: -moz-fill-available){:root,:host{--chakra-vh:-moz-fill-available;}}@supports (height: 100dvh){:root,:host{--chakra-vh:100dvh;}}

{

Retos

de

Programación

}

Roadmap

2024

Ejercicios

Proyectos

{

Retos

de

Programación

.com

}

by mouredev

Ejercicios y proyectos para mejorar tu lógica de programación

Mejora tus habilidades

Resuelve a tu ritmo ejercicios inspirados en pruebas técnicas usando el lenguaje de programación que tú quieras.

Totalmente gratis y en constante actualización, con correcciones en directo y el apoyo de la comunidad.

Nuevo 2024

Roadmap de retos

Icono con una flecha hacia la derecha

Ejercicios para aprender cualquier lenguaje de programación siguiendo una ruta de estudio de todos sus fundamentos desde cero. Cada semana un nuevo reto para poner a prueba tus conocimientos.

26/12/2023 - 02/01/2024

Último ejercicio publicado en la ruta de estudio

Icono con una flecha hacia la derecha

#00 sintaxis, variables, tipos de datos y hola mundo

Preguntas frecuentes

¿Qué conocimientos necesito para participar?

Los ejercicios semanales se resuelven en pocas líneas de código por lo que el conocimiento mínimo para abordarlos será menor que en las aplicaciones mensuales, ya que estas últimas cubren funcionalidades reales completas. ¿Crees que no estás preparado? No te preocupes. Intenta llevar a cabo los ejercicios. Se trata de aprender y mejorar poco a poco, no de hacerlos perfectos o completos a la primera.

Acabo de llegar. ¿Debo realizar los retos anteriores?

Cada ejercicio semanal y mensual es independiente del anterior. Cuanto más ejercicios resuelvas, mejor. Dispondrás de correcciones y propuestas de resolución de todos los retos pasados, pudiendo realizar el seguimiento en comunidad de los últimos publicados mediante la transmisión en directo en Twitch.

¿Cómo funcionan las transmisiones en directo?

Cada ejercicio posee una fecha de publicación y corrección. El día indicado (habitualmente a las 20:00 hora España) realizaré una transmisión en directo desde Twitch para corregir y comentar el reto. Puedes consultar transmisiones pasadas de hasta 60 días en la sección vídeos de Twitch. No olvides que todas las correcciones están disponibles en el repositorio de GitHub correspondiente.

¿Puedo usar cualquier lenguaje de programación?

Por supuesto. Los ejercicios están pensados para que puedan ser resueltos con la mayoría de lenguajes de programación actuales. Para participar, en la sección de cada tipo de reto encontrarás todas las instrucciones y preguntas frecuentes, así como el enlace al repositorio de GitHub con enunciados y resoluciones de cada reto.

¿Qué conocimientos necesito para participar?

Los ejercicios semanales se resuelven en pocas líneas de código por lo que el conocimiento mínimo para abordarlos será menor que en las aplicaciones mensuales, ya que estas últimas cubren funcionalidades reales completas. ¿Crees que no estás preparado? No te preocupes. Intenta llevar a cabo los ejercicios. Se trata de aprender y mejorar poco a poco, no de hacerlos perfectos o completos a la primera.

Acabo de llegar. ¿Debo realizar los retos anteriores?

Cada ejercicio semanal y mensual es independiente del anterior. Cuanto más ejercicios resuelvas, mejor. Dispondrás de correcciones y propuestas de resolución de todos los retos pasados, pudiendo realizar el seguimiento en comunidad de los últimos publicados mediante la transmisión en directo en Twitch.

¿Cómo funcionan las transmisiones en directo?

Cada ejercicio posee una fecha de publicación y corrección. El día indicado (habitualmente a las 20:00 hora España) realizaré una transmisión en directo desde Twitch para corregir y comentar el reto. Puedes consultar transmisiones pasadas de hasta 60 días en la sección vídeos de Twitch. No olvides que todas las correcciones están disponibles en el repositorio de GitHub correspondiente.

¿Puedo usar cualquier lenguaje de programación?

Por supuesto. Los ejercicios están pensados para que puedan ser resueltos con la mayoría de lenguajes de programación actuales. Para participar, en la sección de cada tipo de reto encontrarás todas las instrucciones y preguntas frecuentes, así como el enlace al repositorio de GitHub con enunciados y resoluciones de cada reto.

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

Logotipo de MoureDev. Una "eme" entre llaves.
Creado con 🤍 (y gracias a ti) por MoureDev by Brais Moure.

© 2022-2023. v3.0.

\ No newline at end of file diff --git a/public/proyectos/index.html b/public/proyectos/index.html index 527bc1c8..ae177f22 100644 --- a/public/proyectos/index.html +++ b/public/proyectos/index.html @@ -1,4 +1,4 @@ -Proyectos de Programación | by MoureDev
Nuevo 2024

Roadmap de retos

Icono con una flecha hacia la derecha

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

Logotipo de MoureDev. Una "eme" entre llaves.
Creado con 🤍 (y gracias a ti) por MoureDev by Brais Moure.

© 2022-2023. v3.0.

\ No newline at end of file + */

Sigue practicando

Nuevo 2024

Roadmap de retos

Icono con una flecha hacia la derecha

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

Logotipo de MoureDev. Una "eme" entre llaves.
Creado con 🤍 (y gracias a ti) por MoureDev by Brais Moure.

© 2022-2023. v3.0.

\ No newline at end of file diff --git a/public/roadmap/index.html b/public/roadmap/index.html index 489aab0f..4a4f604a 100644 --- a/public/roadmap/index.html +++ b/public/roadmap/index.html @@ -1,4 +1,4 @@ -Roadmap de Retos de Programación | by MoureDev
Imagen entre bloques de ejercicios que representa dos cículos unidos por una línea
02/01/2024

#01

NUEVO EJERCICIO

/*
  * Se publicará una vez finalizada la corrección en directo del ejercicio anterior.
- */
Imagen entre bloques de ejercicios que representa dos cículos unidos por una línea

Preguntas frecuentes

¿Cómo puedo participar en los retos?

A parte de poder consultar la corrección de los retos en código y vídeo, también puedes enviar tus propias soluciones. Consulta las instrucciones de participación en su repositorio de GitHub y pregunta a la comunidad en Discord.

¿Puedo utilizar cualquier lenguaje de programación?

Por supuesto. Lo bueno de los retos de lógica es que su principal valor es enseñarnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programación.

¿Existe algún orden para resolver los ejercicios?

Los retos están organizados siguiendo una ruta de estudio que hará un repaso por todos los fundamentos comunes de la gran mayoría de lenguajes de programación usados en la actualidad. Te recomiendo seguir su numeráción.

¿Cuándo se publican los retos?

Cada semana (consulta el día y la hora en esta web) se realizará una transmisión en directo resolviendo y explicando el ejercicio de la semana anterior. Hecho esto, se publicará el nuevo reto. Todo quedará grabado.

¿Y si ya tengo conocimientos?

La ruta de estudio no sólo trata de dar a conocer los fundamentos del lenguaje, si no generar una forma organizada de estudiar, practicar y mejorar tus conocimientos. Estoy seguro que de esta manerá aprenderás algo nuevo.

¿Y si mi corrección no se parece a la solución?

Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la solución sólo es una posible opción. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando.

¿Cómo puedo participar en los retos?

A parte de poder consultar la corrección de los retos en código y vídeo, también puedes enviar tus propias soluciones. Consulta las instrucciones de participación en su repositorio de GitHub y pregunta a la comunidad en Discord.

¿Puedo utilizar cualquier lenguaje de programación?

Por supuesto. Lo bueno de los retos de lógica es que su principal valor es enseñarnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programación.

¿Existe algún orden para resolver los ejercicios?

Los retos están organizados siguiendo una ruta de estudio que hará un repaso por todos los fundamentos comunes de la gran mayoría de lenguajes de programación usados en la actualidad. Te recomiendo seguir su numeráción.

¿Cuándo se publican los retos?

Cada semana (consulta el día y la hora en esta web) se realizará una transmisión en directo resolviendo y explicando el ejercicio de la semana anterior. Hecho esto, se publicará el nuevo reto. Todo quedará grabado.

¿Y si ya tengo conocimientos?

La ruta de estudio no sólo trata de dar a conocer los fundamentos del lenguaje, si no generar una forma organizada de estudiar, practicar y mejorar tus conocimientos. Estoy seguro que de esta manerá aprenderás algo nuevo.

¿Y si mi corrección no se parece a la solución?

Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la solución sólo es una posible opción. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando.

Sigue practicando

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

Logotipo de MoureDev. Una "eme" entre llaves.
Creado con 🤍 (y gracias a ti) por MoureDev by Brais Moure.

© 2022-2023. v3.0.

\ No newline at end of file + */Imagen entre bloques de ejercicios que representa dos cículos unidos por una línea

Preguntas frecuentes

¿Cómo puedo participar en los retos?

A parte de poder consultar la corrección de los retos en código y vídeo, también puedes enviar tus propias soluciones. Consulta las instrucciones de participación en su repositorio de GitHub y pregunta a la comunidad en Discord.

¿Puedo utilizar cualquier lenguaje de programación?

Por supuesto. Lo bueno de los retos de lógica es que su principal valor es enseñarnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programación.

¿Existe algún orden para resolver los ejercicios?

Los retos están organizados siguiendo una ruta de estudio que hará un repaso por todos los fundamentos comunes de la gran mayoría de lenguajes de programación usados en la actualidad. Te recomiendo seguir su numeráción.

¿Cuándo se publican los retos?

Cada semana (consulta el día y la hora en esta web) se realizará una transmisión en directo resolviendo y explicando el ejercicio de la semana anterior. Hecho esto, se publicará el nuevo reto. Todo quedará grabado.

¿Y si ya tengo conocimientos?

La ruta de estudio no sólo trata de dar a conocer los fundamentos del lenguaje, si no generar una forma organizada de estudiar, practicar y mejorar tus conocimientos. Estoy seguro que de esta manerá aprenderás algo nuevo.

¿Y si mi corrección no se parece a la solución?

Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la solución sólo es una posible opción. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando.

¿Cómo puedo participar en los retos?

A parte de poder consultar la corrección de los retos en código y vídeo, también puedes enviar tus propias soluciones. Consulta las instrucciones de participación en su repositorio de GitHub y pregunta a la comunidad en Discord.

¿Puedo utilizar cualquier lenguaje de programación?

Por supuesto. Lo bueno de los retos de lógica es que su principal valor es enseñarnos a pensar y seguir un razonamiento a la hora de resolver un problema. La manera de enfocarlo es independiente al lenguaje de programación.

¿Existe algún orden para resolver los ejercicios?

Los retos están organizados siguiendo una ruta de estudio que hará un repaso por todos los fundamentos comunes de la gran mayoría de lenguajes de programación usados en la actualidad. Te recomiendo seguir su numeráción.

¿Cuándo se publican los retos?

Cada semana (consulta el día y la hora en esta web) se realizará una transmisión en directo resolviendo y explicando el ejercicio de la semana anterior. Hecho esto, se publicará el nuevo reto. Todo quedará grabado.

¿Y si ya tengo conocimientos?

La ruta de estudio no sólo trata de dar a conocer los fundamentos del lenguaje, si no generar una forma organizada de estudiar, practicar y mejorar tus conocimientos. Estoy seguro que de esta manerá aprenderás algo nuevo.

¿Y si mi corrección no se parece a la solución?

Ante todo, estos ejercicios sirven para poner a prueba tus habilidades, y la solución sólo es una posible opción. La tuya puede ser diferente, o incluso poseer errores, pero lo importante es que a programar se aprende programando.

Sigue practicando

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

>_PythonSwiftKotlinJavaC++PHPRustGoJavaScriptDartRubyC#TypeScriptCobolLuaCPowerShellAssemblyRObjective-CF#HaskellFortranLispScalaPerlGroovySolidityAdaPlankalkül

Logotipo de MoureDev. Una "eme" entre llaves.
Creado con 🤍 (y gracias a ti) por MoureDev by Brais Moure.

© 2022-2023. v3.0.

\ No newline at end of file diff --git a/public/sitemap-0.xml b/public/sitemap-0.xml index 3d29e87c..33d6b6e6 100644 --- a/public/sitemap-0.xml +++ b/public/sitemap-0.xml @@ -1,7 +1,7 @@ -http://localhost:3000/2023-12-26T16:25:40.326Zdaily0.7 -http://localhost:3000/ejercicios/2023-12-26T16:25:40.326Zdaily0.7 -http://localhost:3000/proyectos/2023-12-26T16:25:40.326Zdaily0.7 -http://localhost:3000/roadmap/2023-12-26T16:25:40.326Zdaily0.7 +http://localhost:3000/2023-12-26T17:12:52.152Zdaily0.7 +http://localhost:3000/ejercicios/2023-12-26T17:12:52.152Zdaily0.7 +http://localhost:3000/proyectos/2023-12-26T17:12:52.152Zdaily0.7 +http://localhost:3000/roadmap/2023-12-26T17:12:52.152Zdaily0.7 \ No newline at end of file diff --git a/public/vercel.json b/public/vercel.json new file mode 100644 index 00000000..26667211 --- /dev/null +++ b/public/vercel.json @@ -0,0 +1,24 @@ +{ + "redirects": [ + { + "source": "/archivo", + "destination": "/", + "permanent": true + }, + { + "source": "/semanales2022", + "destination": "/ejercicios", + "permanent": true + }, + { + "source": "/semanales2023", + "destination": "/ejercicios", + "permanent": true + }, + { + "source": "/mensuales2022", + "destination": "/proyectos", + "permanent": true + } + ] +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b5d4befe..9520ecbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ - reflex==0.3.7 diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..26667211 --- /dev/null +++ b/vercel.json @@ -0,0 +1,24 @@ +{ + "redirects": [ + { + "source": "/archivo", + "destination": "/", + "permanent": true + }, + { + "source": "/semanales2022", + "destination": "/ejercicios", + "permanent": true + }, + { + "source": "/semanales2023", + "destination": "/ejercicios", + "permanent": true + }, + { + "source": "/mensuales2022", + "destination": "/proyectos", + "permanent": true + } + ] +} \ No newline at end of file