/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-Thin.ttf);font-style:normal;font-weight:100}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-ExtraLight.ttf);font-style:normal;font-weight:200}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-Light.ttf);font-style:normal;font-weight:300}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-Regular.ttf);font-style:normal;font-weight:400}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-Medium.ttf);font-style:normal;font-weight:500}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-SemiBold.ttf);font-style:normal;font-weight:600}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-Bold.ttf);font-style:normal;font-weight:700}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-ExtraBold.ttf);font-style:normal;font-weight:800}@font-face{font-family:Montserrat;src:url(/build/fonts/Montserrat-Black.ttf);font-style:normal;font-weight:900}@keyframes down{0%{transform:translateY(-8rem)}100%{transform:translateY(0);opacity:1}}.animate__down{animation:down .5s ease-in forwards}:root{--color-1:#0726D9;--color-2:#031240;--color-3:#1760BF;--color-4:#3D9DF2;--color-5:#52C5F2;--blanco:#FFF;--gris:#ebebeb;--color-success:#22bb33;--color-waring:#f0ad4e;--color-danger:#bb2124;--fuente:"Montserrat",sans-serif}body,body.light-theme{--bg:var(--blanco);--text-color:var(--color-2);--button-bg:var(--color-2);--button-text-color:var(--gris);--button-bg-hover:var(--color-1)}body.dark-theme{--bg:var(--color-2);--border-color:var(--color-4);--text-color:var(--gris);--button-bg:var(--color-3);--button-text-color:var(--gris);--button-bg-hover:var(--color-4)}html{font-size:62.5%;box-sizing:border-box;scroll-behavior:smooth}*,::after,::before{box-sizing:inherit}body{font-family:var(--fuente);font-size:1.6rem;line-height:1.5;color:var(--text-color);background-color:var(--bg);transition:background .3s ease-in-out;position:relative}img{display:block;width:100%}a{color:var(--text-color);text-decoration:none}.contenedor{width:95%;max-width:120rem;margin:0 auto}.header{position:absolute;z-index:1000;height:5rem;left:0;right:0;margin:0 auto;width:95%;padding:1rem;border-radius:1rem;display:flex;align-items:center;gap:2rem;box-shadow:0 0 10px 3px var(--gris);background-color:var(--bg)}.header--fixed{position:fixed;top:2rem}.header__logo{max-width:10rem;width:100%;height:auto}.header__nav{display:flex;align-items:center;justify-content:center;width:100%}.header__link{display:inline-block;background-color:rgb(229.05,246.3,253.05);padding:.5rem 1rem;border-radius:.5rem;transition:background .3s ease-in-out}.header__link:hover{background-color:rgb(200.5887096774,236.7580645161,250.9112903226)}.hero__contenedor{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;height:100vh;gap:2rem}@media screen and (min-width:768px){.hero__contenedor{flex-direction:row}}.hero__logo{-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero__contenido{text-align:center;line-height:1}.hero__titulo{margin:0;font-weight:600;font-size:3.5rem;transition:font-size .3s ease-in-out}@media screen and (min-width:500px){.hero__titulo{font-size:4rem}}@media screen and (min-width:1200px){.hero__titulo{font-size:5rem}}.hero__welcome{margin:0;font-size:2.5rem;font-weight:400}@media screen and (min-width:500px){.hero__welcome{font-size:3rem}}@media screen and (min-width:768px){.hero__welcome{font-size:4rem}}.proyectos{scroll-margin-top:9rem}.proyectos__titulo{margin-bottom:4rem}@media screen and (min-width:540px){.proyectos__contenedor{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (min-width:810px){.proyectos__contenedor{grid-template-columns:repeat(3,1fr)}}.proyectos__proyecto{margin-bottom:5rem;border-radius:1rem;box-shadow:0 0 10px 3px var(--gris);opacity:0}.proyectos__proyecto:last-child{margin-bottom:0}.proyectos__proyecto-imagen{border-radius:1rem 1rem 0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.proyectos__proyecto-contenedor-contenido{padding:2rem}.proyectos__proyecto-name{margin:0;font-size:2rem}.proyectos__proyecto-desc{margin:2rem 0}.proyectos__proyecto-link{display:block;width:100%;text-align:center;padding:1rem 4rem;color:var(--blanco);background-color:var(--color-1);border-radius:5rem;box-shadow:0 0 10px 3px var(--gris);transition:transform .3s ease-in-out;font-weight:500}.proyectos__proyecto-link:hover{transform:translateY(-.5rem)}.footer{margin-top:10rem;margin-bottom:2rem}@media screen and (min-width:540px){.footer__contenido{display:grid;grid-template-columns:repeat(2,1fr)}}.footer__section{margin-bottom:5rem}.footer__section:last-child{margin-bottom:0}.footer__section-titulo{margin:0;margin-bottom:1rem}.footer__section-link{display:inline-block;font-size:1.8rem}.footer__section-link--social{margin-right:1rem;transition:transform .3s ease-in-out}.footer__section-link--social:last-child{margin-right:0}.footer__section-link--social:hover{transform:translateY(-.5rem)}.footer__section-icon{width:3rem;height:3rem}.footer__copy{font-weight:600;font-size:1.4rem;text-align:center;margin:0;margin-top:4rem}
/*# sourceMappingURL=styles.css.map */
