@import url(https://fonts.googleapis.com/css2?family=Felipa&family=Montserrat+Subrayada:wght@400;700&family=Orbitron:wght@400;700&display=swap);:root{--custom-blue:#407294;--custom-dark-blue:#29495f;--custom-dark-blue-10:#29495f10;--custom-yellow:#944072;--contact-item-size:25vw;--number-displayed-contacts:4;--number-contact-items:4}*,html{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overflow-x:hidden;position:relative}#preloader{align-items:center;background-color:#000;display:flex;height:100vh;justify-content:center;left:0;opacity:1;position:fixed;top:0;transition:opacity 3s ease-in-out;width:100%;z-index:20}#preloader-logo{stroke-dasharray:2000;stroke-dashoffset:-2000;animation:preloader .5s ease-in-out}@keyframes preloader{0%{stroke-dashoffset:-2000}to{stroke-dashoffset:0}}header{align-items:center;border:1px solid #0000;cursor:pointer;display:flex;height:60px;justify-items:center;left:0;overflow:hidden;position:fixed;top:.25rem;width:60px;z-index:20}header>a{background-color:#ffffff1a;border-radius:50%;padding:1rem}#page-background{background-image:url(/static/media/intro-bg.356696f63c6dda20c9f0.jpg);background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:repeat(60,1fr);height:100%;left:0;position:fixed;top:0;width:100%;z-index:-100}.box{background-color:#fff;border-bottom:1px solid var(--custom-dark-blue-10);border-left:1px solid var(--custom-dark-blue-10);border-radius:50%;border-top:1px solid var(--custom-dark-blue-10);box-shadow:0 0 0 10px #fff;height:20px;width:20px}.red{background-color:initial;box-shadow:none}#root{height:auto;left:0;position:absolute;top:0;width:100%}#canvas-container{height:100vh;pointer-events:none;position:absolute;right:0;top:0;width:50vw;z-index:-10}#c{display:block;height:100%;width:100%}#top-nav-indicator{background-image:inherit}#top-nav-indicator:after{background-color:var(--custom-dark-blue);border-radius:0 0 3rem 3rem;content:"";height:100%;left:0;position:absolute;top:100%;width:100%}#top-nav-indicator:hover:after{background-image:inherit}#middle-nav-container{transition:opacity 1s ease-in-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:var(--custom-blue);border-radius:2rem}::-webkit-scrollbar-thumb:hover{background-color:var(--custom-dark-blue)}::-webkit-scrollbar-track{background-color:#f1ebeb;border-radius:5px}#builds-projects-container::-webkit-scrollbar{display:none}#builds-projects-container{-ms-overflow-style:none;scrollbar-width:none}#about-section-background{background-image:linear-gradient(to right bottom,var(--custom-dark-blue),var(--custom-yellow));border-radius:5rem;z-index:-1}#experience-ul li:after{background-color:#d3d3d3;bottom:-20%;content:"";height:4px;left:0;opacity:0;position:absolute;width:100%}#experience-ul li:hover{background-color:var(--custom-dark-blue);transition:background-color .5s ease-in-out}#experience-ul li:hover:after{animation:grow .75s ease-in-out alternate;background-color:var(--custom-yellow)}@keyframes grow{0%{opacity:0;width:0}50%{opacity:1;width:50%}to{opacity:.5;width:100%}}#blur,#experience-desc{border-radius:1rem}#contact-items-container-holder{overflow:hidden}#contact-items-container{animation:flow 10s linear infinite;overflow:visible}#contact-items-container a{height:100%;width:25vw}#contact-items-container-holder:before{background:linear-gradient(90deg,#fff 0,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:8vw;z-index:1}#contact-items-container-holder:after{background:linear-gradient(270deg,#fff 0,#0000);content:"";height:100%;position:absolute;right:0;top:0;width:8vw}@keyframes flow{0%{transform:translateX(0)}to{transform:translateX(calc(var(--contact-item-size)*-1*var(--number-displayed-contacts)))}}.box-container{overflow:hidden;perspective:800px;perspective-origin:10% 10%}.cube{align-items:center;animation:rotateBox 3s cubic-bezier(.1,.7,1,.1) infinite alternate;display:flex;height:200px;justify-content:center;position:relative;transform-style:preserve-3d;width:200px}.side{backface-visibility:visible;height:100px;opacity:.8;position:absolute;transition:1s linear;width:100px}.side:first-child{background-color:green;transform:translateZ(-50px)}.side:nth-child(2){background-color:red;transform:translateZ(50px)}.side:nth-child(3){background-color:#ff0;transform:translateX(-50px) rotateY(90deg)}.side:nth-child(4){background-color:blue;transform:translateX(50px) rotateY(90deg)}.side:nth-child(5){background-color:pink;transform:translateY(-50px) rotateX(90deg)}.side:nth-child(6){background-color:purple;transform:translateY(50px) rotateX(90deg)}@keyframes rotateBox{0%{transform:rotateX(45deg) rotateY(45deg)}25%{transform:rotateX(-45deg) rotateY(45deg)}50%{transform:rotateX(90deg) rotateY(270deg)}to{transform:rotate(0deg)}}#footer-container:after{background-color:var(--custom-dark-blue);border-top-left-radius:50rem;border-top-right-radius:20rem;box-shadow:0 0 0 -5px var(--custom-blue),0 0 0 -5px var(--custom-blue),inset 0 0 5px 5px var(--custom-yellow),inset 0 0 5px 5px var(--custom-yellow);content:"";height:100%;position:absolute;top:0;width:100%;z-index:-1}@media only screen and (max-width:876px){#canvas-container{height:100vh;left:0;pointer-events:none;position:absolute;top:0;width:100%}#c{display:block;height:100%;width:100%}#top-nav-indicator{background-image:inherit}#top-nav-indicator:after{background-color:var(--custom-dark-blue);border-radius:0 0 3rem 3rem;content:"";height:100%;left:0;position:absolute;top:100%;width:100%}#top-nav-indicator:hover:after{background-image:inherit}#builds-projects-container::-webkit-scrollbar{display:none}.cube,.cube:after,.cube:before{border:none}}@media only screen and (min-width:877px) and (max-width:880px){#canvas-container{height:100vh;left:0;pointer-events:none;position:absolute;top:0;width:100%}#c{display:block;height:100%;width:100%}#top-nav-indicator{background-image:inherit}#top-nav-indicator:after{background-color:var(--custom-dark-blue);border-radius:0 0 3rem 3rem;content:"";height:100%;left:0;position:absolute;top:100%;width:100%}#top-nav-indicator:hover:after{background-image:inherit}#builds-projects-container::-webkit-scrollbar{display:none}.cube,.cube:after,.cube:before{border:none}}@media only screen and (min-width:881px){#builds-projects-container::-webkit-scrollbar{display:none}}

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.-inset-0{inset:0}.-inset-0\.5{inset:-.125rem}.inset-0{inset:0}.left-0{left:0}.left-1\/3{left:33.333333%}.left-1\/4{left:25%}.left-2{left:.5rem}.right-0{right:0}.top-0{top:0}.top-1\/4{top:25%}.top-2\/3{top:66.666667%}.top-2\/4{top:50%}.top-3\/4{top:75%}.z-1{z-index:1}.z-10{z-index:10}.m-1{margin:.25rem}.mx-40{margin-left:10rem;margin-right:10rem}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-8{margin-bottom:2rem;margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.flex{display:flex}.grid{display:grid}.h-1{height:.25rem}.h-1\/2{height:50%}.h-1\/5{height:20%}.h-1\/6{height:16.666667%}.h-10{height:2.5rem}.h-2\/6{height:33.333333%}.h-20{height:5rem}.h-3\/4{height:75%}.h-3\/6{height:50%}.h-4\/5{height:80%}.h-4\/6{height:66.666667%}.h-full{height:100%}.h-screen{height:100vh}.w-0{width:0}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-2\/4{width:50%}.w-4\/5{width:80%}.w-40{width:10rem}.w-60{width:15rem}.w-8{width:2rem}.w-80{width:20rem}.w-full{width:100%}.flex-shrink-0{flex-shrink:0}.-translate-y-full{--tw-translate-y:-100%}.-translate-y-full,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.grid-flow-row{grid-auto-flow:row}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-around{justify-content:space-around}.gap-3{gap:.75rem}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-bl-full{border-bottom-left-radius:9999px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-full{border-bottom-right-radius:9999px}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tr-full{border-top-right-radius:9999px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-customblue{--tw-bg-opacity:1;background-color:rgb(64 114 148/var(--tw-bg-opacity))}.bg-customdarkblue{--tw-bg-opacity:1;background-color:rgb(41 73 95/var(--tw-bg-opacity))}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-customyellow{--tw-gradient-from:#944072 var(--tw-gradient-from-position);--tw-gradient-to:#94407200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-customdarkblue{--tw-gradient-to:#29495f var(--tw-gradient-to-position)}.object-cover{object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-8{padding-bottom:2rem;padding-top:2rem}.align-middle{vertical-align:middle}.font-felipa{font-family:Felipa,cursive,sans-serif}.font-monserat{font-family:Montserrat Subrayada,sans-serif}.font-orbitron{font-family:Orbitron,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-black{font-weight:900}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.text-customblue{--tw-text-opacity:1;color:rgb(64 114 148/var(--tw-text-opacity))}.text-customdarkblue{--tw-text-opacity:1;color:rgb(41 73 95/var(--tw-text-opacity))}.text-customyellow{--tw-text-opacity:1;color:rgb(148 64 114/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-75{opacity:.75}.blur{--tw-blur:blur(8px)}.blur,.blur-xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur:blur(24px)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:bg-customblue:hover{--tw-bg-opacity:1;background-color:rgb(64 114 148/var(--tw-bg-opacity))}.hover\:bg-opacity-90:hover{--tw-bg-opacity:0.9}.hover\:text-customdarkblue:hover{--tw-text-opacity:1;color:rgb(41 73 95/var(--tw-text-opacity))}.hover\:text-customyellow:hover{--tw-text-opacity:1;color:rgb(148 64 114/var(--tw-text-opacity))}.focus\:bg-customyellow:focus{--tw-bg-opacity:1;background-color:rgb(148 64 114/var(--tw-bg-opacity))}.focus\:text-customyellow:focus{--tw-text-opacity:1;color:rgb(148 64 114/var(--tw-text-opacity))}.focus\:text-red-900:focus{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.group:hover .group-hover\:text-customdarkblue{--tw-text-opacity:1;color:rgb(41 73 95/var(--tw-text-opacity))}@media (max-width:876px){.sm-max\:left-0{left:0}.sm-max\:top-0{top:0}.sm-max\:grid{display:grid}.sm-max\:hidden{display:none}.sm-max\:h-1\/6{height:16.666667%}.sm-max\:h-4\/6{height:66.666667%}.sm-max\:w-full{width:100%}.sm-max\:flex-shrink-0{flex-shrink:0}.sm-max\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm-max\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm-max\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm-max\:flex-col{flex-direction:column}.sm-max\:justify-start{justify-content:flex-start}.sm-max\:overflow-auto{overflow:auto}.sm-max\:overflow-y-scroll{overflow-y:scroll}.sm-max\:rounded-lg{border-radius:.5rem}.sm-max\:rounded-xl{border-radius:.75rem}.sm-max\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.sm-max\:p-1{padding:.25rem}.sm-max\:p-2{padding:.5rem}.sm-max\:py-2{padding-bottom:.5rem;padding-top:.5rem}.sm-max\:text-center{text-align:center}.sm-max\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm-max\:text-base{font-size:1rem;line-height:1.5rem}.sm-max\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:877px){.md-min\:w-1\/2{width:50%}.md-min\:w-full{width:100%}.md-min\:flex-shrink-0{flex-shrink:0}.md-min\:overflow-auto{overflow:auto}.md-min\:rounded-xl{border-radius:.75rem}.md-min\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.md-min\:p-1{padding:.25rem}.md-min\:text-center{text-align:center}}@media (min-width:881px){.lg-min\:mb-2{margin-bottom:.5rem}.lg-min\:w-1\/2{width:50%}.lg-min\:w-full{width:100%}.lg-min\:overflow-y-scroll{overflow-y:scroll}.lg-min\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.lg-min\:p-1{padding:.25rem}.lg-min\:py-2{padding-bottom:.5rem;padding-top:.5rem}.lg-min\:text-base{font-size:1rem;line-height:1.5rem}}
/*# sourceMappingURL=main.5266ce49.css.map*/