@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--background:#F2F2F2;--background-card:#FFFFFF;--font-1:#333333;--font-2:#4f4f4f;--font-3:#828282;--font-4:#c4c4c4;--color:#0d99ff;font-family:Montserrat,sans-serif;color:var(--font-2);font-weight:500;scroll-behavior:smooth;background-color:var(--background)}.material-icons-round{font-family:"Material Icons Round";font-weight:400;font-style:normal;font-size:1.5rem;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:var(--font-2);flex-grow:0;transform-origin:center}.body{position:relative;height:195rem}svg path{fill:var(--font-2)}@media (max-width:992px){.body{height:unset}}@keyframes slide-in-bottom{0%{transform:translateY(50px);opacity:0;z-index:1}100%{transform:translateY(0);opacity:1;z-index:1}}@keyframes slide-in-right{0%{transform:translateX(250px);opacity:1;z-index:1}100%{transform:translateX(0);opacity:1;z-index:1}}.header{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:1.5rem;flex:0 1 auto;margin:0 auto;max-width:1200px;padding:1rem 1rem;margin-bottom:1rem}.header__button--contact-me{font-style:normal;font-weight:400;font-size:1rem;line-height:1.25rem;text-transform:initial;color:var(--color);cursor:pointer;text-transform:uppercase;border:3px solid var(--color);border-radius:2rem;background-color:var(--background-card);transition:all .3s;height:50px;width:200px;letter-spacing:.1rem}.header__button--contact-me:hover{background:var(--color);color:var(--background);letter-spacing:.2rem;font-size:1.1rem;font-weight:600}.options{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.options__icon--settings>.material-icons-round{font-size:2rem;color:var(--color);cursor:pointer}.options__menu{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1rem;flex:0 1 auto;padding:1rem;border-radius:.75rem;position:absolute;background-color:var(--background-card);width:10rem;top:50px;right:0;opacity:0;z-index:-1}.options__menu--show{animation:slide-in-bottom .6s cubic-bezier(.25,.46,.45,.94) both}.options__icon--close{display:none;align-self:flex-end}.options__icon--close>.material-icons-round{font-size:3rem;color:var(--font-1);cursor:pointer}.select-mode{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:.5rem;flex:0 1 auto;width:100%}.select__label{font-style:normal;font-weight:600;font-size:1.5rem;line-height:1.8125rem;text-transform:initial;color:var(--font-2);margin-bottom:.5rem}.select-mode__item--radio{display:none}.select-mode__item--radio:checked+.select-mode__item--label{color:var(--color);margin-left:.3rem}.select-mode__item--radio:checked+.select-mode__item--label::after{content:"✔";margin-left:.5rem}.select-mode__item--label{font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--font-2);width:100%}.select-color{display:grid;width:100%;grid-gap:.3rem;grid-template-columns:1fr 1fr 1fr}.select-color__item--radio{display:none}.select-color__item--radio:checked+.select-color__item--label{border-color:var(--background-card)}.select-color__item--label{aspect-ratio:1/1;border:2px solid;border-radius:.5rem}.select-color__item--label[for=radio-blue]{background-color:#0d99ff;border-color:#0d99ff}.select-color__item--label[for=radio-orange]{background-color:#f24822;border-color:#f24822}.select-color__item--label[for=radio-green]{background-color:#14ae5c;border-color:#14ae5c}.select-color__item--label[for=radio-purple]{background-color:#9747ff;border-color:#9747ff}.select-color__item--label[for=radio-pink]{background-color:#ff24bd;border-color:#ff24bd}.select-color__item--label[for=radio-yellow]{background-color:#ffcd29;border-color:#ffcd29}.select-color__item--label[for=radio-red]{background-color:#ff2d55;border-color:#ff2d55}@media (max-width:720px){.options__menu{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1rem;flex:0 1 auto;padding:1rem;border-radius:.75rem 0 0 .75rem;position:fixed;top:0;right:0;bottom:0;background-color:var(--background-card);width:15.625rem;overflow:hidden}.options__menu--show{animation:slide-in-right .6s cubic-bezier(.25,.46,.45,.94) both}.options__icon--close{display:block}}@media (max-width:560px){.header__button--contact-me{font-style:normal;font-weight:400;font-size:.6875rem;line-height:1rem;text-transform:initial;color:var(--color);cursor:pointer;text-transform:uppercase;background-color:var(--background-card);height:40px;width:150px}.header__button--contact-me:hover{letter-spacing:.18rem;font-size:.8rem}}.main{margin:0 auto;max-width:1200px;width:calc(100% - 2rem);padding:0 1rem;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;grid-auto-flow:dense;position:relative}@media (max-width:992px){.main{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.body__overflow-hidden{overflow:hidden;height:100vh}}@media (max-width:560px){.main{grid-template-columns:1fr}}.profile{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1.5rem;flex:0 1 auto;background-color:var(--background-card);padding:1.5rem;border-radius:.75rem;height:-moz-fit-content;height:fit-content}.profile__photo-container{display:grid;align-content:center;width:100%;border-radius:.75rem;background-color:var(--color)}.profile__photo{width:100%;border-radius:.75rem}.profile__description{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:2rem;flex:0 1 auto}.profile__description--container{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:2rem;flex:0 1 auto}.profile__name{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:0;flex:0 1 auto}.profile__name--first{font-style:normal;font-weight:600;font-size:1.5rem;line-height:1.8125rem;text-transform:initial;color:var(--font-2)}.profile__name--rol{font-style:normal;font-weight:500;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--font-3);text-transform:capitalize}.profile__contact{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:.5rem;flex:0 1 auto;font-style:normal;font-weight:500;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--font-2)}.profile__contact--text{display:flex;flex-flow:row nowrap;justify-content:start;align-items:center;gap:.875rem;flex:0 1 auto;font-style:normal;font-weight:500;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--font-2)}.profile__description--content{font-style:normal;font-weight:500;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--font-3);text-align:justify;width:90%}@media (max-width:992px){.profile{display:flex;flex-flow:row nowrap;justify-content:start;align-items:flex-start;gap:2rem;flex:0 1 auto;background-color:var(--background-card);grid-row-start:unset;grid-column-start:span 2}.profile__photo-container{flex:1}.profile__photo{width:100%;min-width:10rem}.profile__description{flex:3}.profile__description--container{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-start;gap:1rem;flex:0 1 auto;width:100%}}@media (max-width:720px){.profile{gap:1rem}.profile__description{gap:1rem}.profile__description--container{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:flex-start;gap:.625rem;flex:0 1 auto;width:100%}.profile__name--first{font-size:1.375rem;line-height:1.6875rem}.profile__name--rol{font-size:1rem;line-height:1.25rem}.profile__contact{font-size:1rem;line-height:1.25rem}.profile__description--content{font-size:1rem;line-height:1.25rem}}@media (max-width:560px){.profile{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1rem;flex:0 1 auto;background-color:var(--background-card);grid-column-start:span 1}.profile__photo{width:100%;min-width:unset}.profile__description{gap:1rem;flex:1}.profile__description--container{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:flex-start;gap:1rem;flex:0 1 auto;width:100%}}.stack{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1.5rem;flex:0 1 auto;background-color:var(--background-card);padding:1.5rem;border-radius:.75rem;height:-moz-fit-content;height:fit-content}.stack__title{font-style:normal;font-weight:700;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--font-2)}.stack__container{display:flex;flex-flow:row nowrap;justify-content:start;align-items:flex-start;gap:1rem;flex:0 1 auto;width:100%}.stack__skill-name{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1rem;flex:0 1 auto}.stack__skill--name{font-style:normal;font-weight:500;font-size:1rem;line-height:1.25rem;text-transform:initial;color:var(--font-2)}.stack__skill-progress{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1.65625rem;flex:0 1 auto;width:100%;align-self:center}.stack__skill--progress[value]{width:100%;height:.625rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none}.stack__skill--progress[value]::-webkit-progress-bar{background-color:var(--background);border-radius:.75rem}.stack__skill--progress[value]::-webkit-progress-value{background-color:var(--color);border-radius:.75rem}.work-experiences{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1.5rem;flex:0 1 auto;background-color:var(--background-card);padding:1.5rem;border-radius:.75rem;height:-moz-fit-content;height:fit-content}.work-experiences__title{font-style:normal;font-weight:500;font-size:1.5rem;line-height:1.8125rem;text-transform:initial;color:var(--font-2)}.work-experiences__container{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:2rem;flex:0 1 auto}.experience{display:flex;flex-flow:row nowrap;justify-content:start;align-items:flex-start;gap:1rem;flex:0 1 auto}.experience__photo--container{flex:1}.experience__photo{width:100%}.experience__container{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:.75rem;flex:0 1 auto;flex:4}.experience__period{font-style:normal;font-weight:500;font-size:.875rem;line-height:1.0625rem;text-transform:initial;color:var(--font-3);text-transform:capitalize}.experience__title{font-style:normal;font-weight:600;font-size:1rem;line-height:1.25rem;text-transform:initial;color:var(--font-1)}.experience__description{font-style:normal;font-weight:500;font-size:1rem;line-height:1.25rem;text-transform:initial;color:var(--font-3);margin-top:.25rem;text-align:justify;width:87%}@media (max-width:720px){.work-experiences__title{font-size:1.375rem;line-height:1.6875rem}.experience__period{font-size:.75rem;line-height:1.0625rem}.experience__title{font-size:.875rem;line-height:1.125rem}.experience__description{font-size:.875rem;line-height:1.25rem}}.hobbies{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1.5rem;flex:0 1 auto;background-color:var(--background-card);padding:1.5rem;border-radius:.75rem;height:-moz-fit-content;height:fit-content;grid-column:1;grid-row:3}.hobbies__title{font-style:normal;font-weight:500;font-size:1.5rem;line-height:1.8125rem;text-transform:initial;color:var(--font-2)}.hobbies__container{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:2rem;flex:0 1 auto;width:100%}.hobbie{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1rem;flex:0 1 auto;width:100%}.hobbie__photo--container{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;height:0;padding:20% 0}.hobbie__photo{width:100%;border-radius:12px}.hobbie__container{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:.25rem;flex:0 1 auto}.hobbie__title{font-style:normal;font-weight:600;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--font-2)}.hobbie__description{font-style:normal;font-weight:500;font-size:1rem;line-height:1.25rem;text-transform:initial;color:var(--font-3)}@media (max-width:992px){.hobbies{grid-column:2;grid-row:3}}@media (max-width:720px){.hobbies__title{font-size:1.375rem;line-height:1.6875rem}.hobbie__title{font-size:1rem;line-height:1.375rem}.hobbie__description{font-size:.875rem;line-height:1.125rem}}@media (max-width:560px){.hobbies{grid-column:1;grid-row:5}}.projects{position:absolute;top:21.6rem;width:calc(100% - 1rem);grid-column:2;grid-row:1;display:flex;flex-flow:column nowrap;gap:1rem}.projects-filter{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1.5rem;flex:0 1 auto;background-color:var(--background-card);padding:1.5rem;border-radius:.75rem;height:-moz-fit-content;height:fit-content;gap:.5rem;position:sticky;top:0}.projects-filter__title{font-style:normal;font-weight:500;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--font-2)}.projects-filter__container{display:flex;flex-flow:row wrap;justify-content:start;align-items:center;gap:.5rem;flex:0 1 auto}.projects-filter__item{display:none}.projects-filter__item:checked+.projects-filter__item--title{color:var(--background);background-color:var(--color);border-color:var(--color)}.projects-filter__item--title{font-style:normal;font-weight:600;font-size:.875rem;line-height:1.0625rem;text-transform:initial;color:var(--font-2);border-radius:.75rem;border:.0625rem solid var(--font-2);padding:.5rem 1.375rem;cursor:pointer}.projects-filter__item--title:hover{border-color:var(--color);color:var(--color)}.project{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1.5rem;flex:0 1 auto;background-color:var(--background-card);padding:1.5rem;border-radius:.75rem;height:-moz-fit-content;height:fit-content;flex-flow:row nowrap}.project__photo--container{flex:5;border-radius:.75rem}.project__photo{width:100%;border-radius:.75rem}.project__content{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:2rem;flex:0 1 auto;flex:8;justify-content:space-between;align-self:stretch}.project__content--text{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:.5rem;flex:0 1 auto}.tags{display:flex;flex-flow:row wrap;justify-content:start;align-items:flex-start;gap:.5rem;flex:0 1 auto}.tags__name{font-style:normal;font-weight:500;font-size:1rem;line-height:1.25rem;text-transform:initial;color:var(--font-3);border:.0625rem solid var(--font-3);padding:.2rem .5rem;border-radius:.75rem}.project__name{font-style:normal;font-weight:500;font-size:1.5rem;line-height:1.8125rem;text-transform:initial;color:var(--font-1);margin-top:.3rem}.project__description{font-style:normal;font-weight:500;font-size:1rem;line-height:1.25rem;text-transform:initial;color:var(--font-3)}.project__description--small{font-style:normal;font-weight:500;font-size:.875rem;line-height:1.125rem;text-transform:initial;color:var(--font-4)}.project__description--small>a{font-weight:700;color:var(--font-4)}.project__buttons{display:flex;flex-flow:row nowrap;justify-content:start;align-items:flex-start;gap:1rem;flex:0 1 auto}.project__buttons--demo{font-style:normal;font-weight:500;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--background);padding:.5rem 1.75rem;background-color:var(--color);border-radius:.75rem;border:.0625rem solid var(--color);cursor:pointer}.project__buttons--demo:hover{filter:saturate(110%)}.project__buttons--code{font-style:normal;font-weight:500;font-size:1.125rem;line-height:1.375rem;text-transform:initial;color:var(--color);padding:.5rem 1.75rem;background-color:var(--background-card);border-radius:.75rem;border:.0625rem solid var(--color);cursor:pointer}.project__buttons--code:hover{filter:saturate(110%)}@media (max-width:992px){.projects{position:unset;top:unset;width:unset;grid-column:1;grid-row:4;grid-column-start:span 2;display:flex;flex-flow:column nowrap;gap:1rem}}@media (max-width:720px){.projects-filter__title{font-size:1rem;line-height:1.25rem}.projects-filter__item--title{font-size:.75rem;line-height:.9375rem}.tags__name{font-size:.875rem;line-height:1.125rem}.project__name{font-size:1.375rem;line-height:1.6875rem}.project__description{font-size:.875rem;line-height:1.125rem}.project__buttons--demo{font-size:1rem;line-height:1.25rem}.project__buttons--code{font-size:1rem;line-height:1.25rem}}@media (max-width:560px){.projects{grid-column:1;grid-row:6}.projects-filter__item--title{padding:.375rem 1rem}.project{display:flex;flex-flow:column nowrap;justify-content:start;align-items:flex-start;gap:1.5rem;flex:0 1 auto;background-color:var(--background-card);padding:1.5rem;border-radius:.75rem;height:-moz-fit-content;height:fit-content;flex-flow:column nowrap}.project__buttons--demo{font-size:1rem;line-height:1.25rem;padding:.625rem 1.25rem}.project__buttons--code{font-size:1rem;line-height:1.25rem;padding:.625rem 1.25rem}}.footer{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:1rem;flex:0 1 auto;margin-top:5rem;padding:1rem;position:absolute;bottom:0;right:0;left:0}.footer__text{font-style:normal;font-weight:400;font-size:.875rem;line-height:1.125rem;text-transform:initial;color:var(--font-3);text-align:center}.footer__text--strong{font-style:normal;font-weight:700;font-size:.875rem;line-height:1.125rem;text-transform:initial;color:var(--font-2);transition:all .1s ease-in-out}.footer__text--strong:hover{color:var(--color)}@media (max-width:992px){.footer{position:unset;bottom:unset;right:unset;left:unset}}
/*# sourceMappingURL=style.css.map */
