button:where(.astro-LTPQZWIW){background-color:transparent;font-size:.9rem;padding:.5rem .75rem .5rem 1rem;font-family:var(--font-primary);cursor:pointer;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;position:relative;z-index:99999}button:where(.astro-LTPQZWIW) svg{margin-top:.1rem;transition:transform .1s ease-in-out}button:where(.astro-LTPQZWIW):hover{text-decoration-color:currentColor;background-color:var(--background-hover)}.dropdown:where(.astro-LTPQZWIW)[data-open=true] button:where(.astro-LTPQZWIW){background-color:var(--background-hover);transition:var(--transition-color-background)}.dropdown:where(.astro-LTPQZWIW){position:relative}.dropdown:where(.astro-LTPQZWIW)[data-open=false]{position:relative}.dropdown:where(.astro-LTPQZWIW)[data-open=true] svg{transform:rotate(180deg);margin-top:0rem}.dropdown:where(.astro-LTPQZWIW)[data-open=true] .dropdown__body:where(.astro-LTPQZWIW),.dropdown:where(.astro-LTPQZWIW)[data-open=closing] .dropdown__body:where(.astro-LTPQZWIW){display:block;position:absolute;z-index:99990;animation:FadeInDown .1s ease-in-out}.dropdown:where(.astro-LTPQZWIW)[data-open=closing] .dropdown__body:where(.astro-LTPQZWIW){opacity:0;animation:FadeOutUp .1s ease-in-out}.dropdown:where(.astro-LTPQZWIW)[data-open=false] .dropdown__body:where(.astro-LTPQZWIW){display:none}.dropdown__body:where(.astro-LTPQZWIW){background-color:var(--background-active);border-radius:.5rem;padding:.5rem 0;width:100%}.dropdown__body:where(.astro-LTPQZWIW) ul:where(.astro-LTPQZWIW){list-style:none;padding:0;margin:0}.dropdown__body:where(.astro-LTPQZWIW) ul:where(.astro-LTPQZWIW) li:where(.astro-LTPQZWIW){font-size:.9rem}.dropdown__body:where(.astro-LTPQZWIW) ul:where(.astro-LTPQZWIW) li:where(.astro-LTPQZWIW) a:where(.astro-LTPQZWIW){padding:.5rem 1rem;display:block;font-weight:400}.dropdown__body:where(.astro-LTPQZWIW) ul:where(.astro-LTPQZWIW) li:where(.astro-LTPQZWIW) span:where(.astro-LTPQZWIW).current-language{background-color:#f0f0f080;padding:.5rem 1rem;display:block;font-weight:500}.dropdown__body:where(.astro-LTPQZWIW) ul:where(.astro-LTPQZWIW) li:where(.astro-LTPQZWIW) a:where(.astro-LTPQZWIW):hover{background-color:#f0f0f080}a:where(.astro-JROV5SSF){text-decoration:none;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s ease-in-out,text-decoration-color .3s,var(--transition-color);display:inline-block}a:where(.astro-JROV5SSF).active{font-weight:700}a:where(.astro-JROV5SSF):hover{background-color:var(--background-hover);border-radius:.5rem}.dark-mode__button:where(.astro-3NZIUMUV){background-color:transparent;color:var(--color-text);padding:.25rem .7rem;border:none;cursor:pointer;border-radius:.5rem;overflow:hidden;transition:var(--transition-color-background)}.dark-mode__button:where(.astro-3NZIUMUV) span:where(.astro-3NZIUMUV){display:flex}.dark-mode__button:where(.astro-3NZIUMUV):hover{background-color:var(--background-hover)}.dark-mode__button:where(.astro-3NZIUMUV)[data-theme=theme-light] .light:where(.astro-3NZIUMUV){display:none;visibility:hidden}.dark-mode__button:where(.astro-3NZIUMUV)[data-theme=theme-dark] .dark:where(.astro-3NZIUMUV){display:none;visibility:hidden}.animate__left:where(.astro-3NZIUMUV){animation:fadeLeft .1s ease-in-out}.animate-out__right:where(.astro-3NZIUMUV){animation:fadeRight .1s ease-in-out;animation-direction:reverse}h1:where(.astro-3EF6KSR2){font-size:1.2rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.5rem}header:where(.astro-3EF6KSR2){display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}ul:where(.astro-3EF6KSR2){display:flex;list-style:none;align-items:center}.hide-mobile:where(.astro-3EF6KSR2){display:none;visibility:hidden}@media (min-width: 768px){.hide-mobile:where(.astro-3EF6KSR2){display:block;visibility:visible}}html{background-color:var(--background);transition:var(--transition-background)}body{margin:0 auto;max-width:1100px;padding:0 1rem;font-family:var(--font-primary);font-size:var(--font-size);color:var(--font-color);transition:var(--transition-color)}@media (min-width: 768px){body{padding:0 2rem}}@media (min-width: 992px){body{padding:0 3rem}}@font-face{font-family:Satoshi-Variable;src:url(/fonts/Satoshi/Satoshi-Variable.woff2) format("woff2"),url(/fonts/Satoshi/Satoshi-Variable.woff) format("woff"),url(/fonts/Satoshi/Satoshi-Variable.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}@keyframes pulse{0%{opacity:0}50%{opacity:.1}to{opacity:0}}@keyframes fadeLeft{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes FadeInDown{0%{opacity:0;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}@keyframes FadeOutUp{0%{opacity:1;transform:translateY(0)}to{transform:translateY(-20%);opacity:0}}:root{--color-white: hsl(0, 0%, 100%);--color-black: hsl(0, 0%, 0%);--color-primary: hsl(218, 36%, 65%);--color-secundary: hsl(225, 42%, 34%);--color-light: hsla(191, 18%, 88%, 50%);--font-size: 16px;--font-primary: "Satoshi-Variable", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-color: var(--color-black);--background: var(--color-white);--background-light: var(--color-light);--background-hover: hsl(0, 0%, 94%);--background-active: hsl(0, 0%, 99%);--background-overlay: hsla(0, 0%, 0%, 50%);--transition-time: .15s;--transition-style: ease;--transition-color: color var(--transition-time) var(--transition-style);--transition-background: background-color var(--transition-time) var(--transition-style);--transition-color-background: var(--transition-color), var(--transition-background)}@media (prefers-color-scheme: dark){html:not(html.theme-light),html.theme-dark{--color-light: hsla(191, 17%, 88%, 15%);--font-color: var(--color-white);--background: var(--color-black);--background-hover: hsl(0, 0%, 20%);--background-overlay: hsla(0, 0%, 100%, 20%);--background-active: hsl(0, 0%, 10%)}}html.theme-dark{--color-light: hsla(191, 17%, 88%, 15%);--font-color: var(--color-white);--background: var(--color-black);--background-hover: hsl(0, 0%, 20%);--background-overlay: hsla(0, 0%, 100%, 20%);--background-active: hsl(0, 0%, 10%)}*{box-sizing:border-box;border:0;padding:0}h2,h3{margin:0}a,.language-button{font-weight:600;color:currentColor;text-decoration-line:underline;text-decoration-color:#0000;text-decoration-thickness:.05em;text-underline-offset:.15em;transition:text-decoration-color .3s,var(--transition-color)}a:hover,.language-button:hover{text-decoration-color:var(--font-color)}img:where(.astro-6KOV3KIG){width:100%;height:100%;object-fit:cover;object-position:center}.image:where(.astro-6KOV3KIG){height:100%;display:block;overflow:hidden;position:relative;border-radius:0}.image-lazy-blur:where(.astro-6KOV3KIG){background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(3px)}.image-lazy-blur:where(.astro-6KOV3KIG) img:where(.astro-6KOV3KIG){opacity:0;transition:opacity .25s ease-in-out}.image-lazy-blur:where(.astro-6KOV3KIG):before{content:"";position:absolute;inset:0;opacity:0;animation:pulse 2.5s infinite;background-color:var(--background);transition:var(--transition-background)}.image-lazy-blur:where(.astro-6KOV3KIG).image-lazy--loaded{filter:blur(0)}.image-lazy-blur:where(.astro-6KOV3KIG).image-lazy--loaded img:where(.astro-6KOV3KIG){opacity:1}.image-lazy-blur:where(.astro-6KOV3KIG).image-lazy--loaded:before{animation:none;content:none}.image-medium:where(.astro-6KOV3KIG){width:5rem}.image-medium:where(.astro-6KOV3KIG).image-square{height:5rem}.image-large:where(.astro-6KOV3KIG){width:10rem}.image-large:where(.astro-6KOV3KIG).image-square{height:10rem}.image-icon-normal:where(.astro-6KOV3KIG){width:1.2rem;height:1.2rem;object-fit:fill;object-position:center}@media (min-width: 768px){.image-medium:where(.astro-6KOV3KIG){width:6rem}.image-medium:where(.astro-6KOV3KIG).image-square{height:6rem}.image-large:where(.astro-6KOV3KIG){width:12rem}.image-large:where(.astro-6KOV3KIG).image-square{height:12rem}}.image-rounded-small:where(.astro-6KOV3KIG){border-radius:.75rem}.image-square:where(.astro-6KOV3KIG){flex-shrink:0}.dialog:where(.astro-Y4K53SXR){display:none;visibility:hidden;position:fixed;top:0;left:0;width:100%;height:100%}.dialog-portal__body p{opacity:.7}.link-notice:where(.astro-DAPXKTJ6){display:block;padding:.5rem .7rem;border-radius:1.3rem;background-color:var(--background);display:flex;align-items:center;justify-content:center;position:absolute;top:1.5rem;right:1.5rem;transition:var(--transition-background)}@media (max-width: 767px){.link-notice:where(.astro-DAPXKTJ6) svg{margin-left:.2rem;max-width:.8rem!important;max-height:.8rem!important;min-width:.8rem!important;min-height:.8rem!important}}.text:where(.astro-DAPXKTJ6){font-size:.8rem}@media (min-width: 768px){.link-notice:where(.astro-DAPXKTJ6){padding:1rem;border-radius:1.5rem;max-width:3rem;max-height:3rem;transition:max-width .2s ease-in-out,var(--transition-background)}.card:hover .link-notice:where(.astro-DAPXKTJ6){max-width:100%;justify-content:flex-end}.text:where(.astro-DAPXKTJ6){margin-top:-.1rem;width:0;overflow:hidden;--right-position: -100%;right:var(--right-position);max-height:1.375rem;font-size:1rem}.card:hover .text:where(.astro-DAPXKTJ6){width:100%;margin-right:.5rem}}h2:where(.astro-DOHJNAO5){text-wrap:balance}h3:where(.astro-DOHJNAO5){opacity:.7}.card:where(.astro-DOHJNAO5){display:flex;flex-direction:column;padding:2rem;background-color:var(--background-light);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:100%;border-radius:1.5rem;overflow:hidden;position:relative;color:var(--font-color);transition:var(--transition-color-background)}.card:where(.astro-DOHJNAO5).card__active{padding:2rem}.card__organic-gradient-background:where(.astro-DOHJNAO5){z-index:-1}.card__image-background:where(.astro-DOHJNAO5){width:100%;height:100%}.card__image-background:where(.astro-DOHJNAO5) img:where(.astro-DOHJNAO5){width:100%;height:100%;object-fit:cover}.card:where(.astro-DOHJNAO5).medium{padding:1.5rem;min-height:350px}.card:where(.astro-DOHJNAO5).medium h2:where(.astro-DOHJNAO5){font-size:1.4rem;font-weight:500;letter-spacing:-.5px}.card:where(.astro-DOHJNAO5).medium h3:where(.astro-DOHJNAO5){font-size:.9rem;font-style:normal;font-weight:400;margin:.5rem 0}.card__circle:where(.astro-DOHJNAO5){position:absolute;border-radius:100%;opacity:.5}.card__circle-1:where(.astro-DOHJNAO5){top:-327px;right:0;width:380px;height:380px}.card__circle-2:where(.astro-DOHJNAO5){bottom:-147px;right:-18px;width:427px;height:343px}.card:where(.astro-DOHJNAO5).large h2:where(.astro-DOHJNAO5){margin:0;font-size:2.5rem;font-weight:600;line-height:1.2;letter-spacing:-.5px}.card:where(.astro-DOHJNAO5).large h3:where(.astro-DOHJNAO5){margin:1.5rem 0 3rem;font-size:1rem;font-style:normal;font-weight:400}@media (min-width: 768px){.card:where(.astro-DOHJNAO5).large h2:where(.astro-DOHJNAO5){font-size:2.8rem;letter-spacing:-1px}}@media (min-width: 992px){.card:where(.astro-DOHJNAO5).large h2:where(.astro-DOHJNAO5){font-size:3rem;letter-spacing:-1.5px}.card:where(.astro-DOHJNAO5).large h3:where(.astro-DOHJNAO5){margin:3rem 0 5rem}}.card__body:where(.astro-DOHJNAO5){margin-top:auto}.card__active:where(.astro-DOHJNAO5)>.card__image-background:where(.astro-DOHJNAO5){display:none;visibility:hidden}.card__active:where(.astro-DOHJNAO5).card-image{max-height:none}.card-color:where(.astro-DOHJNAO5){background-color:var(--primary-color)}.card-clickable:where(.astro-DOHJNAO5){cursor:pointer;transition:transform .2s cubic-bezier(.22,1,.36,1),var(--transition-color-background)}.card:where(.astro-DOHJNAO5).card__active>.card__body:where(.astro-DOHJNAO5),.card:where(.astro-DOHJNAO5).card__active>h2:where(.astro-DOHJNAO5),.card:where(.astro-DOHJNAO5).card__active>h3:where(.astro-DOHJNAO5){display:none;visibility:hidden}.card:where(.astro-DOHJNAO5).card__active.card-clickable{cursor:default;overflow-y:auto}.card:where(.astro-DOHJNAO5):not(.card__active).card-clickable:hover,.card:where(.astro-DOHJNAO5):not(.card__active).card-clickable:focus,.card:where(.astro-DOHJNAO5):not(.card__active).card-clickable:active{transform:scale(1.01);transform-origin:center}.card-image:where(.astro-DOHJNAO5){min-height:400px;max-height:400px;padding:0}@media (min-width: 768px){.card:where(.astro-DOHJNAO5).card__active{padding:3rem}.card-image:where(.astro-DOHJNAO5){max-height:none}}.dialog-content:where(.astro-DOHJNAO5) h3{margin:2rem 0}.card__active:where(.astro-DOHJNAO5) .card__extended{display:block;visibility:visible}.card__image-decoration:where(.astro-DOHJNAO5){margin-top:1rem;width:100%;min-height:250px;border-radius:.6rem;overflow:hidden}.card__image-decoration-center:where(.astro-DOHJNAO5){object-fit:cover;object-position:center}.card__image-decoration-left:where(.astro-DOHJNAO5){bottom:-1rem;right:3rem}.card__image-decoration-right:where(.astro-DOHJNAO5){bottom:-1rem;left:1.5rem}.card__active:where(.astro-DOHJNAO5) .card__image-decoration:where(.astro-DOHJNAO5){display:none;visibility:hidden}.normal:where(.astro-MBQDMGIN){--size: .625rem;--font-size: .875rem;--font-weight: 500;--width: auto}.small:where(.astro-MBQDMGIN){--size: .5rem;--font-size: .75rem;--font-weight: 400;--width: auto}.large:where(.astro-MBQDMGIN){--size: .75rem;--font-size: 1rem;--font-weight: 500;--width: 100%}.dark:where(.astro-MBQDMGIN){--btn-color: #fff;--btn-background-color: #000}.dark:where(.astro-MBQDMGIN):hover{--btn-color: #fff;--btn-background-color: #23272b}.light:where(.astro-MBQDMGIN){--btn-color: #000;--btn-background-color: #fff}.light:where(.astro-MBQDMGIN):hover{--btn-color: #000;--btn-background-color: #ededed}@media (min-width: 768px){.large:where(.astro-MBQDMGIN){--width: auto}}.btn:where(.astro-MBQDMGIN){display:flex;align-items:center;justify-content:center;text-decoration:none;padding:var(--size) calc(3 * var(--size));border-radius:calc(3 * var(--size));font-size:var(--font-size);font-weight:var(--font-weight);color:var(--btn-color, #212529);background-color:var(--btn-background-color, #fff);transition:background-color .1s ease-in-out,var(--transition-color);width:var(--width);text-align:center;max-height:2.625rem}.btn-icon:where(.astro-MBQDMGIN){padding:calc(var(--size) - .2rem);max-width:2.625rem}.buttons:where(.astro-5U2HOWVK){display:flex;gap:1rem;flex-wrap:wrap}.hero:where(.astro-BBE6DXRZ){order:2}@media (min-width: 768px){.hero:where(.astro-BBE6DXRZ){order:1}}span:where(.astro-BLWJYJPT){padding:.5rem 1rem;border-radius:.5rem;display:flex;align-items:center;gap:1rem}.about-me:where(.astro-JLZ3ADQ6){order:1;min-height:300px}.dialog__content:where(.astro-JLZ3ADQ6) h3,.dialog__content:where(.astro-JLZ3ADQ6) h2{margin:2rem 0}.dialog__header:where(.astro-JLZ3ADQ6){display:flex;align-items:center;gap:1rem}.dialog__header:where(.astro-JLZ3ADQ6) h2{margin:0}.dialog__header:where(.astro-JLZ3ADQ6) img:where(.astro-JLZ3ADQ6).profile{margin:0;max-width:100px;width:100%;max-height:100px;height:100%;border-radius:.75rem;object-fit:cover}.about-me__habilities__tabs:where(.astro-JLZ3ADQ6){display:flex;flex-wrap:wrap;gap:.5rem}@media (min-width: 768px){.about-me:where(.astro-JLZ3ADQ6){order:2;min-height:500px}}
