body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#f4dfd4;font-family:Roboto,sans-serif}.HomeSection{display:flex;flex-direction:column;min-height:100vh}.HomeContent{align-items:center;display:flex;flex:1 1;gap:20%;justify-content:space-around;margin:100px auto 50px;max-width:1300px;width:100%}.HomeSection .GreetingTitle{font-size:80px;font-weight:700}.HomeSection .IntroSubtitle{font-size:25px;font-weight:600;margin-left:40px}.HomeSection .IntroNav{display:flex;justify-content:space-between;margin-top:60px;padding:0}.HomeSection .IntroNavItem{list-style:none}.HomeSection .IntroNavLink{background:#f3ad88;border-radius:10px;box-shadow:0 13px 27px -5px #32325d40,0 8px 16px -8px #0000004d;color:#fff;padding:10px 15px;text-decoration:none;transition:all .7s ease-in-out}.IntroNavLink:hover{background-color:#fff;color:#f3ad88}.HomeFooter{display:none}.HomeFooter ul{background:#fff;display:flex;justify-content:space-around;margin-bottom:0;padding:10px 0}.HomeFooter li{list-style:none}.HomeFooter a{color:#000;font-size:20px}@media (max-width:768px){.HomeContent{display:flex;flex-direction:column;margin-top:130px}.HomeSection .MeetMaritza{margin-bottom:40px;width:500px!important}.HomeFooter{display:block}.GreetingTitle,.IntroSubtitle{display:none}.IntroNav{margin-bottom:50px}}.Profile{background-color:#fdefe9;border-radius:5px;box-shadow:0 48px 100px 0 #110c2e26;display:flex;flex-direction:column;height:480px;justify-content:center;padding-bottom:60px;position:relative;text-align:center;width:300px}.Profile img{border-radius:50%;box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;height:180px;margin-bottom:30px;object-fit:cover;width:180px}.ProfileFooter{background-color:#fff;bottom:0;display:flex;justify-content:space-evenly;left:0;margin-bottom:0;padding:10px 0;position:absolute;width:100%}.ProfileFooter li{list-style:none}.Dash{color:#f3ad88;font-size:20px;margin:10px 0;transform:scaleX(3)}.Profile h2{font-weight:700;margin-top:15px}.Profile p{font-size:17px;font-weight:600}.ProfileFooter a{color:#000;font-size:18px}@media (max-width:768px){.Profile{background-color:#f4dfd4;box-shadow:none;padding-bottom:0}.Profile img{height:270px;width:270px}.Profile h2{font-size:30px;margin-bottom:18px;margin-top:30px}.Profile .Dash{transform:scaleX(5)}.Profile p{font-size:20px;margin-top:15px}.ProfileFooter{display:none;margin-left:calc(-50vw + 50%);width:100vw}}.SiteMenu{align-items:center;background-color:#fff;display:flex;justify-content:space-between;left:0;padding:10px 25px;position:fixed;top:0;width:100%;z-index:1000}.SiteMenu .BrandName{margin-bottom:0}.SiteMenu .MenuList{display:flex;margin-bottom:0;padding:0}.SiteMenu .MenuItem{list-style:none}.SiteMenu .MenuItem .MenuLink.active{color:#000;font-weight:700}.SiteMenu li:not(:first-child){margin-left:25px}.SiteMenu .MenuItem .MenuLink{color:gray;text-decoration:none}.BurgerMenu{background-color:red;display:none}.bm-cross-button{background-color:brown}.SideBar{display:none}.HamburgerSection{display:none;list-style:none}@media (max-width:678px){.MenuItem{display:none}.HamburgerSection{display:block}}.HamburgerIcon{cursor:pointer;width:30px;z-index:2}.HamburgerIcon span{background:#333;border-radius:2px;display:block;height:4px;margin:6px 0}.CloseButton{animation:fadeIn .5s ease forwards;animation-delay:.5s;background:none;border:none;color:#000;cursor:pointer;font-size:28px;opacity:0;position:fixed;right:5px;top:10px;z-index:3}@keyframes fadeIn{to{opacity:1}}.Sidebar{background-color:#fffffff2;box-shadow:2px 0 8px #0003;height:100vh;padding:20px;position:fixed;right:-250px;top:0;transition:right 1s ease;width:250px;z-index:2}.Sidebar.open{right:0}.Sidebar nav{display:flex;flex-direction:column;gap:25px}.Sidebar a{color:#333;text-decoration:none}.SideBarLink.active{color:#000;font-weight:700}.AboutMe{margin:120px auto 0;max-width:1300px}.MeSection{display:flex;flex-direction:column;margin-bottom:40px;min-height:100vh}.AboutMaritza{flex:1 1}.AboutMe h1{font-size:45px;font-weight:800;margin:0 10px 22px;text-align:center}.AboutMe h2{font-size:20px;font-weight:600;margin-bottom:18px}.AboutMe .ProjectsLink{background:#f3ad88;border-radius:10px;box-shadow:0 13px 27px -5px #32325d40,0 8px 16px -8px #0000004d;color:#fff;display:inline-block;margin:13px 0 30px;padding:10px 15px;text-decoration:none;transition:all .7s ease-in-out}.AboutMeImage{border-radius:10px;box-shadow:0 1px 4px #00000029;display:block;height:auto;max-width:100%}@media (max-width:992px){.AboutMe h2,.MeSectionDescription p{text-align:center}.ProjectLinkContainer{align-items:center;display:flex;justify-content:center}.AboutMe .ProjectsLink{padding:10px 35px;text-align:center}}@media (max-width:768px){.AboutMe h1{font-size:35px}}.Footer ul{background:#fff;display:flex;justify-content:space-around;margin-bottom:0;padding:10px 0}.Footer li{list-style:none}.Footer a{color:#000;font-size:20px}.Contact{display:flex;flex-direction:column;min-height:100vh}.Contact .ContactContainer{align-items:center;display:flex;flex:1 1;gap:120px;justify-content:space-around;margin:0 auto;max-width:1000px}.ContactForm,.GetInContact{min-width:300px}.GetInContact{margin-left:20px}.ContactForm{margin-right:20px;margin-top:100px}form{background-color:#fdeee9;border-radius:10px;box-shadow:0 5px 15px #00000059;color:dimgrey;max-width:320px;padding:20px 30px;width:100%}form label{font-size:12px}.InboxInfo{margin-top:10px}.InboxInfo .Field{background:#0000;border:2px solid #fff;border-radius:6px;color:#000;font-size:12px;height:30px;margin-top:7px;outline:none;padding:11px;width:100%}.Field.Mess{height:120px;resize:none}form button{background:#f3ad88;border:none;border-radius:7px;box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;color:#fff;cursor:pointer;font-size:15px;font-weight:500;height:35px;margin-top:10px;transition:.5s;width:100%}form button:hover{background:#f3dfd3;color:#f3ad88}@media (max-width:430px){form{background-color:#f4dfd4;box-shadow:none}}@media (max-width:768px){.ContactContainer{flex-direction:column;gap:40px!important}form{background-color:#f4dfd4;box-shadow:none;padding:0;width:280px}.ContactForm,form{margin:0 auto}form button{margin-bottom:30px}}.GetInTouch p{font-size:18px;margin:35px 0 30px;max-width:400px;width:100%}.GetInTouch h2{font-size:45px;font-weight:700;margin-top:90px;text-align:center}.ContactLinks{display:flex;justify-content:space-between;list-style:none;padding:0}.ContactLinks a{color:#000;font-size:20px}@media (max-width:768px){.GetInTouch p{text-align:center}.GetInTouch{max-width:400px;width:280px}.GetInTouch h2{font-size:35px}}.Projects .ProjectSection{display:flex;flex-direction:column;height:100vh}.ProjectsHedding{font-size:45px;font-weight:700;margin-bottom:85px;text-align:center}.AllProjects{flex:1 1}.ProjectInfo{background-color:#fdefe9;border-radius:10px;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;margin-bottom:25px;padding:20px}.ProjectInfo:not(:last-child){margin-right:20px}.ProjectInfo .ProjectLinks{color:#000;text-decoration:none}.ProjectName{font-size:23px;font-weight:700;margin-top:13px}.ProjectRole{margin-bottom:0}@media (max-width:768px){.ProjectsHedding{font-size:35px;margin-bottom:60px}}
/*# sourceMappingURL=main.15c6f71d.css.map*/