html{scroll-behavior:smooth;width:100vw}body{margin:0;padding:0;top:0;left:0;height:100%;font-family:"opensans",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon{color:#fff;fill:#fff;width:35px;height:auto;margin:5px;transition:fill .3s ease-in-out}#top_pointer{position:relative;top:-58px}div.full_window{position:static;left:0;top:0;width:100vw;height:100vh}div.centered{flex:1 1;display:flex;justify-content:center;align-items:center}.icon:hover{fill:#b29e47}:root{height:100%}.fade-in{-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in-bottom{-webkit-animation:fade-in-bottom 1.5s ease-in-out .5s both;animation:fade-in-bottom 1.5s ease-in-out .5s both}@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.flip-in-hor-bottom{-webkit-animation:flip-in-hor-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:flip-in-hor-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes flip-in-hor-bottom{0%{-webkit-transform:rotateX(80deg);transform:rotateX(80deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes flip-in-hor-bottom{0%{-webkit-transform:rotateX(80deg);transform:rotateX(80deg);opacity:0}to{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.fade-out{-webkit-animation:fade-out .5s ease-out both;animation:fade-out .5s ease-out both}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-in-bottom{-webkit-animation:fade-in-bottom .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-bottom .6s cubic-bezier(.39,.575,.565,1) both}.toggle-button{display:flex;flex-direction:column;justify-content:space-around;height:24px;width:30px;background:transparent;border:none;cursor:pointer;box-sizing:border-box}.toggle-button:focus{outline:none}.toggle-button__line{width:30px;height:2px;background:#fff}.top_menu{position:fixed;top:0;width:100vw;height:36px;display:flex;align-items:center;justify-content:center;z-index:100;padding:.7rem .5rem;background:transparent;transition:background .3s ease-in-out;transition:opacity .3s ease-in-out}.transparent{opacity:0}.mate{background-color:#333}.menu_items_wraper ul{display:flex;list-style-type:none;margin:0;padding:0}.menu_items_wraper li a{display:block;color:#fff;padding:.7rem .5rem;text-decoration:none;transition:color .3s}.menu_items_wraper a.active,.menu_items_wraper a:active,.menu_items_wraper a:hover{color:#b29e47}@media (max-width:620px){.menu_items_wraper{display:none}.top_menu{justify-content:left}}@media (min-width:620px){.toggle_button{display:none}}.side-drawer{height:100%;background:#fff;box-shadow:1px 0 7px rgba(0,0,0,.5);position:fixed;top:0;left:0;width:70%;max-width:400px;z-index:200;-webkit-transform:translateX(-101%);transform:translateX(-101%);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.side-drawer.open{-webkit-transform:translateX(0);transform:translateX(0)}.side-drawer ul{height:100%;list-style:none;display:flex;flex-direction:column;justify-content:center}.side-drawer li{margin:.5rem 0}.side-drawer a{color:#333;text-decoration:none;font-size:1.2rem}.side-drawer a:active,.side-drawer a:hover{color:#fa923f}.backdrop{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.3);z-index:100}@media (min-width:769px){.side-drawer{display:none}}ul#menu_list{font:12px "opensans-bold",sans-serif;font-weight:bolder;text-transform:uppercase;letter-spacing:1.5px}#footer_pointer{position:relative;top:-58px}div.footer_container{color:#c2c2c2;background-color:#1d1d1d;display:flex;flex:1 1;flex-direction:column;justify-content:left;align-items:center}div.footer_container hr.blue_bar{border:0;width:100%;height:2px;background:transparent;background-image:-o-linear-gradient(left,rgba(0,0,0,.3),#ebeeee,rgba(0,0,0,.3))}div.footer_columns{padding:0 8vw 5vh;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;grid-template-areas:"about auto auto"}div.footer_columns div.items_column{display:flex;flex:1 1;flex-direction:column;justify-content:left;align-items:center;padding:0 4vw}div.footer_columns div.about_colunm p,div.footer_columns div.items_column p{text-align:justify;margin:5px 20px;color:#c2c2c2}div.footer_columns div.about_colunm a,div.footer_columns div.items_column a{text-decoration:none}div.footer_columns div.about_colunm p:hover,div.footer_columns div.items_column p:hover{color:#b29e47}div.footer_columns div.about_column{grid-area:about;display:flex;flex:1 1;flex-direction:column;justify-content:center;align-items:center;padding:0 4vw}@media (max-width:720px){div.footer_columns{grid-template-columns:1fr 1fr;grid-template-areas:"about about" "auto auto"}div.about_column{padding:0 12vw}}.text_wraper{text-align:center;width:60%;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.8);font-family:"opensans-bold",sans-serif}.text_wraper h1{font-size:calc(3vw + 10px);font-weight:800;letter-spacing:1.5px;margin:0 auto 18px}.text_wraper h3{font-size:calc(.90909vw + 5px);font-weight:lighter;letter-spacing:1px;margin:0 auto 30px}hr.bar_style{border:0;width:80%;height:2px;background:transparent;background-image:-o-linear-gradient(left,rgba(0,0,0,.3),#fff,rgba(0,0,0,.3))}.social_icons{flex-direction:row;justify-content:center;display:flex;padding:0}@media (min-width:1920px){.text_wraper h1{font-size:60px}.text_wraper h3{font-size:22px}}@media (max-width:620px){.text_wraper h1{font-size:42px}.text_wraper h3{font-size:16px}}.custom_header_container{height:100vh;width:100vw;background-image:url(/static/media/cpu_image.7099004c.jpg);background-size:cover;position:static;top:0;z-index:1}.darkener_layer{background-color:rgba(0,0,0,.6);width:100%;height:100%;align-items:center;justify-content:space-between;display:flex;flex-direction:column}span#projects_banner_pointer{position:relative;top:-58px}.proyects_container{background-color:#363636;color:azure;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"tittle tittle" "project project"}div.tittle{display:flex;flex:1 1;flex-direction:column;justify-content:center;align-items:center;width:100vw;padding:4% 0;grid-area:tittle;background-color:#1d1d1d}.tittle p{line-height:26px;font-size:18px;font-weight:lighter;letter-spacing:2px;max-width:80%;text-align:justify;color:#b6b6b6}.project{grid-area:project}.proyects_container .proyect_container:nth-child(2n){background-color:#363636}.proyects_container .proyect_container:nth-child(odd){background-color:#2b2b2b}@media (max-width:1350px){.proyects_container{grid-template-columns:1fr;grid-template-areas:"tittle" "project"}}@media (min-width:2250px){.proyects_container{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"tittle tittle tittle" "project project project"}}.proyect_container{display:grid;grid-gap:1%;gap:1%;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-template-areas:"text image"}.project_text{padding:8% 2% 8% 10%;display:flex;flex-direction:column;justify-content:center;align-items:center}div.project_text .hashtags{margin-top:18px}div.project_text .hashtags>*{margin:3px}.project_text h3{margin:0 0 2px;padding:0 0 2px}.project_text p{line-height:26px;font-size:18px;font-weight:lighter;letter-spacing:2px;text-align:justify;color:#b6b6b6}.project_text .image_bar{display:flex;padding:2px 7px;justify-content:space-evenly;align-items:center;background-color:#0c445c;height:53px;width:90%;border-radius:10px}.project_text .image_bar h3{margin:0}.project_image{padding:8% 10% 8% 2%;display:flex;flex-direction:column;justify-content:center}.project_image img{max-width:100%;border-radius:8px;border-color:#a3922d;border-width:5px}@media (max-width:620px){.proyect_container{grid-template:"text" "image"}.project_text{padding:12% 8% 2%}div.project_text .hashtags{text-align:center}.project_image{padding:4% 8% 12%}.project_text h3,.project_text p{text-align:center}}.action-button{float:left;padding:10px 20px;margin:10px 5px 2px;border-radius:10px;text-align:center;text-decoration:none;color:#fff;background-color:transparent;letter-spacing:1px;font-family:"opensans-bold",sans-serif;font-size:18px}.action-button:hover{background-color:#1d7da0;border-bottom:5px solid #1b6180}.action-button:active{margin:14px 5px 2px;transform:translateY(5px);-webkit-transform:translateY(5px);border-bottom:1px solid;border-color:transparent}.skills_container{width:100vw;background-color:#fff;padding:8% 0}.skills_container,div.skills_tittle{display:flex;flex:1 1;flex-direction:column;justify-content:center;align-items:center}div.skills_tittle{background-color:transparent}div.skills_tittle h1{font-size:calc(2.6vh + 10px);font-weight:800;letter-spacing:1.5px}.skills_tittle hr{border:0;width:50vw;height:2px;background:transparent;background-image:-o-linear-gradient(left,#fff,rgba(0,0,0,.3),#fff)}div.bar_wrapper{border-radius:8px;border-color:#2e2e2e;margin:6px 3px;height:38px;width:100%;background-color:#e9e9e9;display:flex;flex:1 1}span.bar{border-radius:6px;border-color:#2e2e2e;height:100%;display:block;background-color:#0456a3;transition:background .3s ease-in-out}span#about_banner_pointer{position:relative;top:-58px}div.about_container{padding:7% 0;color:#000;background-color:#ebeeee;display:grid;grid-template-columns:2fr 5fr;grid-template-rows:5fr 1fr;grid-template-areas:"image text" "image button"}div.about_image{padding:0 3vw 0 4vw;grid-area:image;display:flex;align-items:center;justify-content:center;flex-direction:column}div.about_image img{border-radius:100%;width:10px}div.about_tittle{grid-area:text;padding:0 4vw 0 3vw;display:flex;flex:1 1;flex-direction:column;align-items:left;text-align:left}div.about_tittle p{line-height:26px;font-size:18px;font-weight:lighter;letter-spacing:2px;text-align:justify;color:#555}.about_container hr.about_bar{border:0;width:100%;height:2px;background:transparent;background-image:-o-linear-gradient(left,rgba(0,0,0,.6),rgba(0,0,0,.3),#ebeeee)}.about_container .social_icons{flex-direction:row;justify-content:left;display:flex;padding:0}.about_container .social_icons .icon{fill:#303030;width:35px;height:auto;margin:5px;transition:fill .3s ease-in-out}.about_container .social_icons .icon:hover{fill:#b29e47}div.about_download{padding:0 4vw 0 3vw;grid-area:button;text-decoration:none}div.about_download .inline_icon{padding:0 15px 0 0}@media (max-width:820px){div.about_container{grid-template-areas:"image" "text" "button";grid-template-columns:1fr;grid-template-rows:auto}div.about_download{display:flex;flex-direction:column;align-items:center;flex:1 1}.about_container hr.about_bar{background-image:-o-linear-gradient(left,#ebeeee,rgba(0,0,0,.3),#ebeeee)}div.about_tittle{padding:3% 7%}.about_container .social_icons{justify-content:center}div.about_tittle{align-items:center}}div.dark_background{top:-15vh;background-color:rgba(49,49,49,.9);transform:rotate(10deg);-ms-transform:rotate(10deg);-webkit-transform:rotate(10deg);-webkit-transform-origin:bottom;transform-origin:bottom;display:flex;align-content:stretch;align-items:stretch}div.dark_background,div.light_background{position:absolute;z-index:-1;width:200vw;height:65vh;transition:-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);transition:transform .3s cubic-bezier(.55,.055,.675,.19);transition:transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);-ms-transition:-ms-transform .3s cubic-bezier(.55,.055,.675,.19)}div.light_background{transform:rotate(10deg);-ms-transform:rotate(10deg);-webkit-transform:rotate(10deg);-webkit-transform-origin:top;transform-origin:top;top:49.9vh;background-color:rgba(7,114,214,.8)}div.horizontal{-webkit-transform:rotate(0deg);transform:rotate(0deg)}div.donate_form_container{z-index:-1;position:relative;overflow-y:hidden;overflow-x:hidden;object-fit:"cover";min-height:100vh;width:100vw}div.donate_card,div.donate_form_container{display:flex;flex-direction:column;justify-content:center;align-items:center}div.donate_card{min-width:300px;max-width:800px;max-height:1200px;margin:60px 40px 50px;padding:5vh 5vw;border-radius:5px;color:#1d1d1d;background-color:#ececec;box-shadow:3px 3px 8px #000;font-size:18px;font-weight:lighter;font-family:"opensans-bold",sans-serif}div.donate_card form.contact_form{width:70%;height:80vh;padding:4vh 0;display:flex;flex:1 1;align-items:center;justify-content:center}div.donate_card .form_group{font-size:16px;display:flex;flex-direction:column;flex:1 1;padding:4px 0}div.donate_card .form_input,div.donate_card .form_input:active{max-width:290px;max-height:110px;color:#383838;border-color:transparent;border-radius:3px;background-color:#b4b3b3}div.donate_card .form_input_error{background-color:#d49494}div.contact_background{background-image:url(/static/media/computer.d79fcaf2.jpeg);background-size:cover}div.contact_background,div.darkener_container{display:flex;align-items:center;justify-content:center}div.darkener_container{background-color:rgba(0,0,0,.6)}.contact_grid{height:100vh;width:100vw;display:grid;grid-template-columns:1fr 1fr}.contact_text_container{margin:50px 0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#e9e6e6}.contact_me_bar{border:0;width:80%;height:2px;background:transparent;background-image:-o-linear-gradient(left,rgba(0,0,0,.2),#fff,rgba(0,0,0,.2))}.contact_form_container{max-width:800px;max-height:1200px;margin:60px 40px 50px;padding:5vh 8vw;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:5px;color:#1d1d1d;background-color:hsla(0,0%,92.5%,.9);box-shadow:3px 3px 8px #000;font-size:18px;font-weight:lighter;font-family:"opensans-bold",sans-serif}.contact_form_container .contact_form{height:80vh;padding:5vh 0;display:flex;flex:1 1;align-items:center;justify-content:center}.contact_form_container .form_group{font-size:16px;display:flex;flex-direction:column;flex:1 1;padding:4px 0}.contact_form_container .form_input,.contact_form_container .form_input:active{max-width:290px;max-height:110px;color:#383838;border-color:transparent;border-radius:3px;background-color:#b4b3b3}.contact_form_container .form_input_error{background-color:#d49494}@media (max-width:620px){.contact_grid{grid-template-columns:1fr;height:auto}}.animate{transition:all .1s;-webkit-transition:all .1s}.loading-action-button{float:left;padding:10px 20px;margin:10px 5px 2px;border-radius:10px;text-align:center;text-decoration:none;color:#fff;background-color:transparent;letter-spacing:1px;font-family:"opensans-bold",sans-serif;font-size:18px}a.loading{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}a.loading div{margin:0 0 3px}.loading-action-button:hover{background-color:#1d7da0;border-bottom:5px solid #1b6180}.loading-action-button:active{margin:14px 5px 2px;transform:translateY(5px);-webkit-transform:translateY(5px);border-bottom:1px solid;border-color:transparent}.blue{background-color:#146e8e;border-bottom:5px solid #0c445c}
/*# sourceMappingURL=main.684f80bc.chunk.css.map */