@charset "UTF-8";.Footer{bottom:0;width:80%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin:auto;margin-top:1rem;margin-bottom:1.5rem;padding:1rem 3rem;color:#fff;border-radius:9px;background:#464545;box-shadow:inset 16px 16px 21px #666,inset -16px -16px 21px #626161}.Footer-logo{width:33%}.Footer-img{width:3.5rem;border-radius:50%}.Footer-contacto{width:33%}.Btn-contacto{width:100%;padding:.5rem 1rem;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-size:1.7em;background:#202020;color:#fff;border:2px solid white;border-radius:5px;cursor:pointer;text-transform:uppercase;transition:background-color .3s,color .3s}.Btn-contacto:hover{background-color:#fff;color:#5e5e5e}.FooterRedes{width:33%}.FooterRedes-ul{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:2rem}.FooterRedes-li{width:1.5rem}.FooterRedes-li:hover{color:#000}@media (max-width : 1328px){.Footer-contacto{width:40%}.FooterRedes-ul{gap:1.5rem}}@media (max-width : 1024px){.Footer-contacto{width:45%}.Btn-contacto{font-size:1.5em}.FooterRedes-li{width:1.3rem}}@media (max-width : 960px){.Footer{padding:1rem 2rem}.Footer-contacto{width:50%}.Btn-contacto{font-size:1.4em}.FooterRedes-ul{gap:.9rem}.FooterRedes-li{width:1.3rem}}@media (max-width : 768px){.Footer{position:static;display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1rem}.Footer-logo{width:20%}.Footer-img{width:100%;margin:auto}.Footer-contacto{width:80%}.Btn-contacto{font-size:1.3em}.FooterRedes{width:100%;display:flex;justify-content:center;align-items:center}.FooterRedes-ul{gap:2rem}.FooterRedes-li{width:1.3rem}}@media (max-width : 480px){.Btn-contacto{font-size:1.1em}.FooterRedes-ul{gap:1.5rem}}@media (max-width : 320px){.Footer-contacto{width:100%}.Btn-contacto{font-size:1em}.FooterRedes-ul{gap:1rem}}.Header{width:80%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;margin:auto;margin-top:1rem;padding:2rem;color:#fff;border-radius:9px;background:#3d3d3d;box-shadow:inset 16px 16px 21px #1f1f1f,inset -16px -16px 21px #1f1f1f}.HeaderNav{width:40%}.HeaderNav-ul{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:1rem;font-size:1.5em;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.HeaderNav-li{width:33%;text-align:center}.Menu-btn{width:2rem;display:none;cursor:pointer}.Cerrar-menu{position:absolute;top:1rem;right:1rem;width:2rem;color:#e6e6e6;cursor:pointer}.HeaderRedes{width:10%}.HeaderRedes-ul{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:2rem}.HeaderRedes-li{width:1.5rem}.HeaderRedes-li:hover{color:#000}.Header-line{min-height:.2vh;margin-top:.3rem;background-color:#fff;transform:scaleX(0);transition:transform 1s ease;transform-origin:left}.HeaderNav-li:hover .Header-line{transform:scaleX(1)}@media (max-width : 1328px){.HeaderNav{width:50%}.HeaderRedes{width:15%}}@media (max-width : 1024px){.HeaderNav{width:60%}.HeaderRedes{width:20%}}@media (max-width : 960px){.HeaderNav{width:70%}.HeaderRedes{width:25%}}@media (max-width : 768px){.Menu-btn{display:flex;opacity:1}.HeaderNav{right:0;top:0;height:100vh;display:none;overflow:hidden;z-index:1}.HeaderNav.isVisible{position:fixed;width:50vw;max-width:20rem;display:flex;padding:1rem;background-color:#161616}.HeaderNav-ul{width:90%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:start;gap:2rem;padding:1rem;font-size:1.5em}.HeaderNav-li{width:100%;text-align:start}.HeaderNav-li:hover{text-decoration:underline}.Header-line{display:none}}@media (max-width : 480px){.HeaderNav-ul{font-size:1.2em}.HeaderRedes-ul{gap:1rem}.HeaderRedes-li{min-width:1.5rem}}@media (max-width : 320px){.HeaderRedes-ul{gap:.5rem}.HeaderRedes-li{min-width:1.2rem}}.Inicio{width:80%;margin:auto;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:2rem;padding:7rem 1rem}.Inicio-logo{width:15rem}.Inicio-img{width:100%;border-radius:50%}.Inicio-texto{width:100%;margin:auto}.Inicio-h2,.Inicio-h3{font-size:3em;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-weight:700;text-shadow:5px 8px 8px rgba(0,0,0,.5);text-align:center;color:#fff;line-height:1}.Inicio-h3{margin-top:.5rem;font-size:2em}@media (max-width : 768px){.Inicio-h2{font-size:2.5em}.Inicio-h3{font-size:1.5em}}@media (max-width : 480px){.Inicio-h2{font-size:2.2em}.Inicio-h3{font-size:1.5em}}@media (max-width : 320px){.Inicio-h2{font-size:2em}.Inicio-h3{font-size:1.2em}.Inicio-logo{width:13rem}}.Proyectos{width:80%;margin:auto;padding:2rem 0}.Proyectos-ul{display:flex;flex-flow:column nowrap;justify-content:center;gap:2rem;padding:0;margin:0;list-style:none}.Proyectos-li{position:relative;list-style:none}.Proyectos-a{display:block;text-decoration:none;color:#000;border:4px solid #951616;border-radius:5px;overflow:hidden}.Proyectos-content{position:relative;width:100%;height:100%}.Proyectos-iframe{width:100%;height:62vh;border:none}.Proyectos-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent}.Proyectos-a:hover .Proyectos-overlay{box-shadow:0 0 10px #0003}.SobreMi{width:80%;margin:auto;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0rem .5rem}.Container-img{width:45%;border-radius:1rem}.SobreMi-img{border-radius:1rem}.Container-texto{width:45%;display:flex;flex-flow:column;gap:1rem;padding:3rem 2rem;font-family:Open Sans,Helvetica Neue,sans-serif;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;border-radius:1rem;line-height:1.3;background:#ababab;border:3px solid black;box-shadow:inset 7px 7px 6px #757575,inset -7px -7px 6px #757575;color:#191919;-webkit-hyphens:none;hyphens:none}.SobreMi-h2{font-size:1.7em}.SobreMi-p{font-size:1.2em}@media (max-width : 1328px){.SobreMi-h2{font-size:1.6em}.SobreMi-p{font-size:1.1em}}@media (max-width : 1024px){.SobreMi-h2{font-size:1.5em}.SobreMi-p{font-size:1em}}@media (max-width : 960px){.SobreMi{flex-flow:column nowrap}.Container-img,.Container-texto{width:100%}.SobreMi-h2{font-size:1.7em}.SobreMi-p{font-size:1.2em}}@media (max-width : 480px){.Container-texto{padding:1.5rem}.SobreMi-h2{font-size:1.5em}.SobreMi-p{font-size:.9em}}@media (max-width : 320px){.SobreMi-h2{font-size:1.3em}.SobreMi-p{font-size:.8em}}:root{--negro: #393939;--tipo-principal: Helvetica, Arial, sans-serif;--tipo-secundaria: Verdana;background:#0d0b0b;background:linear-gradient(0deg,#0d0b0b 14%,#777676 75%);flex:1;display:flex;flex-direction:column}@media (prefers-reduced-motion: reduce){*{-webkit-animation:none!important;animation:none!important;-webkit-transition:none!important;transition:none!important}}*{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:baseline}img,picture,video,iframe,figure{max-width:100%;width:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}a{display:block;text-decoration:none;color:inherit;font-size:inherit}p a{display:inline}li{list-style-type:none}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,p,span,a,strong,blockquote,i,b,u,em{font-size:1em;font-weight:inherit;font-style:inherit;text-decoration:none;color:inherit}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}::-moz-selection{background-color:var(--negro);color:var(--blanco)}::selection{background-color:var(--negro);color:var(--blanco)}form,input,textarea,select,button,label{font-family:inherit;font-size:inherit;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;background-color:transparent;color:inherit;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none}table,tr,td{border-collapse:collapse;border-spacing:0}svg{width:100%;display:block;fill:currentColor}body{min-height:100vh;font-size:100%;font-family:var(--tipo-principal);color:var(--negro);line-height:1.4em;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
