:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;overflow:hidden;height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;height:100vh;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{position:fixed;top:0;left:0;width:100%;height:60px;background-color:#333;color:#fff;display:flex;align-items:center;z-index:1000;box-shadow:0 2px 4px #0000001a}.navbar .container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;width:100%}@media (max-width: 768px){.navbar .container{padding:0 .5rem}}.navbar .left,.navbar .center,.navbar .right{display:flex;align-items:center}.navbar .brand{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.05em}.navbar .logo{width:40px;height:auto}.navbar .center{justify-content:center;flex:1}.navbar .right{gap:1rem}.navbar .right .link{color:#e5e7eb;text-decoration:none;transition:color .3s ease}.navbar .right .link:hover{color:#fff}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;width:100%;min-height:calc(100vh - 60px)}@media (max-width: 768px){.hero-section{padding:2rem 1rem}}@media (max-width: 480px){.hero-section{padding:1rem .5rem}}.hero-section h1{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media (min-width: 480px){.hero-section h1{font-size:3.75rem}}.hero-section p,.hero-section .hero-paragraph{font-size:1rem;color:#d1d5db;margin-bottom:2rem;max-width:50rem;line-height:1.6}@media (min-width: 480px){.hero-section p,.hero-section .hero-paragraph{font-size:1rem;margin-bottom:2.5rem}}@media (min-width: 768px){.hero-section p,.hero-section .hero-paragraph{font-size:1rem;margin-bottom:3rem}}.hero-section p:last-of-type,.hero-section .hero-paragraph:last-of-type{margin-bottom:0}.hero-section p a,.hero-section .hero-paragraph a{color:#60a5fa;text-decoration:underline}.hero-section p a:hover,.hero-section .hero-paragraph a:hover{color:#93c5fd}.hero-section .button-group{display:flex;gap:1rem}.hero-section .button-group button{background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:background-color .3s ease}.hero-section .button-group button:hover{background-color:#1d4ed8}.experience-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-bottom:2rem}.experience-section .note{margin-top:1rem;margin-bottom:1rem}.language-section .note{margin-top:1rem;margin-bottom:1rem}.company-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-bottom:2rem}.company-section .note{margin-top:1rem;margin-bottom:1rem}.english-section svg{overflow:visible}.english-section .nivel rect{transition:opacity .2s ease,stroke-width .2s ease}@media (max-width: 768px){.english-section .svg-container{padding:0 1rem}}.language-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-bottom:2rem}.language-section svg{overflow:visible}.language-section .bar{transition:opacity .2s ease}.language-section .bar:hover{opacity:.8}.language-section .legend-item{cursor:default}@media (max-width: 768px){.language-section .svg-container{padding:0 1rem}}.map-container{max-width:900px;margin:0 auto;padding:2rem 1rem;text-align:center}.map-container h4{margin-bottom:.5 rem}.map-container .map-description{margin-bottom:2rem;font-size:1rem;line-height:1.6}.map-container .map-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem}@media (max-width: 768px){.map-container .map-wrapper{flex-direction:column;gap:1rem}}.map-container .map-svg{width:100%;max-width:600px;flex-shrink:0}.map-container .map-legend{display:flex;flex-direction:column;align-items:center;font-size:.9rem;gap:.5rem}.map-container .map-legend .legend-gradient{width:20px;height:150px;background:linear-gradient(to top,#37353e,#44444e,#715a5a,#d3dad9);border-radius:4px;border:1px solid #44444E}.english-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-bottom:2rem}.english-section .note{margin-top:1rem;margin-bottom:1rem}#root{width:100%;height:100vh;margin:0;padding:0;overflow:hidden}.app-container{width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column}.main-content{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar{display:none}.section{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;scroll-snap-align:start;scroll-snap-stop:always;padding:2rem 1rem;box-sizing:border-box}.section>*{width:100%;max-width:1200px;margin:0 auto}.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{font-weight:700!important;text-align:center;margin-bottom:2rem}.section p,.section .MuiTypography-body1{max-width:50rem;margin:0 auto 2rem;line-height:1.6;text-align:center}#hero{min-height:100vh;padding-top:60px;background-color:#37353e}#map{background-color:#44444e}#languages{background-color:#715a5a}#education{background-color:#d3dad9;color:#333}#education h1,#education h2,#education h3,#education h4,#education h5,#education h6,#education p,#education .MuiTypography-body1{color:#333!important}#english-level{background-color:#37353e}#english-salary{background-color:#44444e}#work-mode{background-color:#715a5a}#company-type{background-color:#d3dad9;color:#333}#company-type h1,#company-type h2,#company-type h3,#company-type h4,#company-type h5,#company-type h6,#company-type p,#company-type .MuiTypography-body1{color:#333!important}#salary-language{background-color:#37353e}#salary-experience{background-color:#44444e}@media (max-width: 768px){.section{min-height:auto;padding:1.5rem 1rem;scroll-snap-align:none}.main-content{scroll-snap-type:none}#hero{min-height:100vh;padding-top:60px;margin-top:-60px}}@media (max-width: 480px){.section{padding:1rem .5rem}.section>*{padding:0 .5rem}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.education-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-bottom:2rem}.education-section svg{overflow:visible}.education-section .boxes{transition:opacity .2s ease}.education-section .boxes:hover{opacity:.9}@media (max-width: 768px){.education-section .svg-container{padding:0 1rem}}.scroll-controls{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.5rem;z-index:999}@media (max-width: 768px){.scroll-controls{right:1rem;gap:.25rem}}@media (max-width: 480px){.scroll-controls{right:.5rem;gap:.25rem}}.scroll-btn{width:3rem;height:3rem;border:none;border-radius:50%;background-color:#ffffffe6;color:#333;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .3s ease}.scroll-btn:hover{background-color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.scroll-btn:active{transform:scale(.95)}@media (max-width: 768px){.scroll-btn{width:2.5rem;height:2.5rem;font-size:1rem}}@media (max-width: 480px){.scroll-btn{width:2rem;height:2rem;font-size:.8rem}}.scroll-start{background-color:#37353ee6;color:#fff}.scroll-start:hover{background-color:#37353e}.scroll-end{background-color:#37353ee6;color:#fff}.scroll-end:hover{background-color:#37353e}.scroll-prev,.scroll-next{background-color:#715a5ae6;color:#fff}.scroll-prev:hover,.scroll-next:hover{background-color:#715a5a}
