:root{--nav_background:#e5f6ff;--app_color:#282c34;--section1_background:linear-gradient(180deg,#e5f6ff,#d1ebfe);--section2_background:linear-gradient(180deg,#d1ebfe,#f4fdffe5);--section3_background:#f4fdffe5;cursor:default;font-family:system-ui;font-size:1.25rem;font-weight:400;min-width:1300px}[data-theme=dark]{--nav_background:#222425;--app_color:#a9b5bb;--section1_background:linear-gradient(180deg,#222425,#0e0e0e);--section2_background:linear-gradient(180deg,#0e0e0e,#1c1e1ee5);--section3_background:#1c1e1ee5}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4fdffe5;background-color:var(--section3_background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.nav{align-content:center;background-color:var(--nav_background);flex-direction:row;justify-content:space-between;padding:3rem}.nav,.section{color:var(--app_color);display:flex}.section{transition-behavior:ease-in-out;background-color:initial;justify-content:center;min-height:110vh;opacity:.6;padding:2rem;text-align:center;transition-duration:.5s}#section1{background:var(--section1_background)}#section2{background:var(--section2_background)}#section3{background:var(--section3_background);padding-bottom:400px}.section:hover{opacity:1;transition-duration:.5s}.content{display:flex;flex-direction:column;height:100%;justify-content:center}.container{border-radius:1rem;box-shadow:0 7px 29px 0 #57908b18}.container,.proyectbox{view-timeline-name:--element;view-timeline-axis:block;animation-timeline:--element;animation-name:showleft;color:var(--app_color);font-size:1rem;opacity:0;padding:2rem;text-align:left}.proyectbox{display:flex;flex-direction:row;margin:2rem;scale:98%;text-decoration:none;transition-duration:.5s}.proyectbox:hover{opacity:1;scale:100%}.animatedText{animation:showbottom .6s forwards;opacity:0}.animatedTitle{view-timeline-name:--element;view-timeline-axis:block;animation-timeline:--element;animation-name:showbottom;opacity:0}.preview{border-radius:1rem;margin-right:2rem;max-height:20rem;opacity:.7;width:20rem}.smallText{font-size:smaller}.button,.smallText{color:var(--app_color)}.button{view-timeline-name:--element;view-timeline-axis:block;animation-timeline:--element;animation-range:entry 0 cover 50%;animation-name:showleft;background:local;border:none;border-radius:1rem;box-shadow:0 0 0 3px #57908b18;opacity:.6;padding:.5rem;text-decoration:none;transition:.5s}.button:hover{background-color:#57908b18;cursor:pointer;opacity:1;scale:105%}.logo{animation:pop .6s forwards;max-height:4rem;opacity:.7;width:4rem}.logo:hover{cursor:pointer;opacity:1}.alert{animation:pop .2s forwards;background-color:#ccfde6;border-radius:1rem;box-shadow:0 7px 29px 0 #1fff9618;padding:1rem;position:relative;z-index:9999}.alertDiv{bottom:0;display:flex;margin:2rem;position:fixed;right:0;z-index:9999}.arrow{animation:bounce 2s infinite;bottom:70px;color:var(--app_color);font-size:70px;height:50px;left:50%;line-height:60px;margin:0 0 0 -30px;position:fixed;text-align:center;text-decoration:none;text-shadow:0 0 3px #0006;width:60px;z-index:100}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(10px)}60%{transform:translateY(5px)}}@keyframes showleft{0%{opacity:0;transform:translateX(-100px)}to{opacity:100%;transform:translateX(0)}}@keyframes showbottom{0%{opacity:0;transform:translateY(100px)}to{opacity:100%;transform:translateY(0)}}@keyframes pop{0%{opacity:0;scale:0}to{opacity:100%;scale:100%}}
/*# sourceMappingURL=main.39acb6a8.css.map*/