@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo img{height:30px;width:100px}@media screen and (min-width:2000px){.app__navbar-logo img{height:45px;width:160px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--gray-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-lang{color:var(--gray-color);display:flex;flex-direction:column;font-size:.8rem;font-weight:500;margin-left:auto;margin-right:0;text-decoration:none;text-transform:uppercase}.app__navbar-lang .app__navbar-lang-active{color:var(--secondary-color);font-size:.9rem;font-weight:800}.app__navbar-lang a{color:var(--gray-color);text-decoration:none}@media screen and (min-width:2000px){.app__navbar-lang{font-size:2em}.app__navbar-lang .app__navbar-lang-active{font-size:2.4rem}}@media screen and (max-width:900px){.app__navbar-lang{margin-right:50px}}@media screen and (max-width:500px){.app__navbar-lang{margin-right:10%}}.app__navbar-menu{align-items:center;background:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div li{margin:1rem}.app__navbar-menu div li a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__about{flex:1 1;flex-direction:column;width:100%}.app__about-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__about-container{flex-direction:column;width:100%}}.app__about-badge{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:auto;width:100%}.app__about-badge .badge-cmp,.app__about-badge .tag-cmp{border:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.2);flex-direction:row;padding:1rem 2rem;width:auto}.app__about-badge .badge-cmp h1,.app__about-badge .tag-cmp h1{color:var(--white-color);font-size:2.5rem}@media screen and (min-width:2000px){.app__about-badge .badge-cmp h1,.app__about-badge .tag-cmp h1{font-size:4rem}}.app__about-badge .badge-cmp h2,.app__about-badge .tag-cmp h2{color:var(--white-color);font-size:1.8rem}@media screen and (min-width:2000px){.app__about-badge .badge-cmp h2,.app__about-badge .tag-cmp h2{font-size:3.5rem}}.app__about-badge .badge-cmp p,.app__about-badge .tag-cmp p{font-size:1rem;font-weight:500;white-space:nowrap}@media screen and (max-width:500px){.app__about-badge .badge-cmp p,.app__about-badge .tag-cmp p{font-size:.8rem}}@media screen and (min-width:2000px){.app__about-badge .badge-cmp p,.app__about-badge .tag-cmp p{font-size:1.6rem}}.app__about-badge .badge-cmp{background-color:var(--secondary-color)}.app__about-badge .tag-cmp{flex-direction:column;margin-top:2rem}.app__about-badge .tag-cmp p{text-align:right;text-transform:uppercase;width:100%}.app__about-presentation{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;justify-content:center;margin-left:auto;margin-right:auto}@media screen and (max-width:900px){.app__about-presentation{margin-right:0}}.app__about-photo{flex-direction:column;margin:3rem;text-align:center;transition:all .3s ease-in-out}.app__about-photo div{background-color:#fff;border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.2);height:250px;margin-bottom:auto;overflow:hidden;width:250px}.app__about-photo div img{border-radius:50%;height:100%;margin-top:2rem;object-fit:contain;scale:1.2;width:100%}@media screen and (min-width:2000px){.app__about-photo div{height:350px;width:350px}}@media screen and (max-width:900px){.app__about-photo div{height:200px;width:200px}}.app__about-details{display:flex;flex:1 1;flex-direction:column;font-size:1.1rem;margin-bottom:auto;margin-top:auto}.app__about-details p{margin:.8rem 0}@media screen and (max-width:1200px){.app__about-details{font-size:1rem}.app__about-details p{margin:.9rem 0}}@media screen and (max-width:900px){.app__about-details{font-size:.95rem}}@media screen and (min-width:2000px){.app__about-details{font-size:1.3rem}.app__about-details p{margin:1rem 0}}@media screen and (max-width:500px){.app__about-details{font-size:.9rem}.app__about-details p{margin:1rem}}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer-title{margin-bottom:2rem}.app__footer-text{font-size:1.2em;font-weight:800;margin:2rem 2rem 0}@media screen and (min-width:2000px){.app__footer-text{font-size:2em}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap-reverse;justify-content:space-evenly;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--primary-color);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:55px}.app__footer-cards .app__footer-card p{font-weight:600}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #eff}@media screen and (max-width:500px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-email{text-decoration:none}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:all .3s ease-in-out}.app__footer-form button:hover{box-shadow:0 0 5px var(--secondary-color)}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.app__footer-submitted{margin-top:3rem}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;flex-direction:column;height:100%;padding-top:8rem;width:100%}@media screen and (max-width:700px){.app__header{padding-top:5rem}}@media screen and (max-width:500px){.app__header{padding:3rem 1rem 0}}.app__header-info{flex:0.1 1;height:100%;margin-right:0}.app__header-badge,.app__header-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{border:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .badge-cmp p,.app__header-badge .tag-cmp p{font-size:1rem;white-space:nowrap}@media screen and (max-width:500px){.app__header-badge .badge-cmp p,.app__header-badge .tag-cmp p{font-size:.75rem}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{margin-left:auto;margin-right:auto}}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{text-align:right;text-transform:uppercase;width:100%}.app__header-badge span{font-size:2.5rem}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:500px){.app__header-badge span{font-size:2rem}}.app__header-img{align-items:flex;display:inline-block;justify-content:flex;position:relative}.app__header-img .app__header-img-devops{padding-bottom:15%;padding-top:15%;width:800px}.app__header-img img{margin:auto;object-fit:contain;z-index:0}.app__header-img div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.1);height:70px;position:absolute;width:70px;z-index:1}.app__header-img div img{height:60%;width:60%}.app__header-img div:nth-child(2){left:16rem;top:6rem}.app__header-img div:nth-child(3){left:0;top:8rem}.app__header-img div:nth-child(4){left:-3rem;top:20rem}.app__header-img div:nth-child(5){left:6rem;top:30rem}.app__header-img div:nth-child(6){left:16rem;top:28rem}.app__header-img div:nth-child(7){left:23rem;top:12rem}.app__header-img div:nth-child(8){left:30rem;top:6rem}.app__header-img div:nth-child(9){left:41rem;top:5rem}.app__header-img div:nth-child(10){left:47rem;top:10rem}.app__header-img div:nth-child(11){left:48rem;top:21rem}.app__header-img div:nth-child(12){left:41rem;top:29rem}.app__header-img div:nth-child(13){left:28rem;top:27rem}@media screen and (max-width:1200px){.app__header-img .app__header-img-devops{display:block;width:80%}.app__header-img div{height:6vw;width:6vw}.app__header-img div:nth-child(2){left:36%;top:23%}.app__header-img div:nth-child(3){left:11%;top:27%}.app__header-img div:nth-child(4){left:5%;top:53%}.app__header-img div:nth-child(5){left:20%;top:76%}.app__header-img div:nth-child(6){left:37%;top:70%}.app__header-img div:nth-child(7){left:48%;top:35%}.app__header-img div:nth-child(8){left:58%;top:22%}.app__header-img div:nth-child(9){left:74%;top:19%}.app__header-img div:nth-child(10){left:85%;top:32%}.app__header-img div:nth-child(11){left:87%;top:59%}.app__header-img div:nth-child(12){left:75%;top:73%}.app__header-img div:nth-child(13){left:55%;top:70%}}@media screen and (min-width:2000px){.app__header-img .app__header-img-devops{padding-top:10%;width:1000px}.app__header-img div{height:90px;width:90px}.app__header-img div:nth-child(2){left:20rem;top:4rem}.app__header-img div:nth-child(3){left:1rem;top:6rem}.app__header-img div:nth-child(4){left:-4rem;top:22rem}.app__header-img div:nth-child(5){left:7rem;top:34rem}.app__header-img div:nth-child(6){left:21rem;top:31rem}.app__header-img div:nth-child(7){left:29rem;top:11rem}.app__header-img div:nth-child(8){left:37rem;top:4rem}.app__header-img div:nth-child(9){left:50rem;top:2rem}.app__header-img div:nth-child(10){left:58rem;top:9rem}.app__header-img div:nth-child(11){left:60rem;top:24rem}.app__header-img div:nth-child(12){left:50rem;top:33rem}.app__header-img div:nth-child(13){left:36rem;top:32rem}}@media screen and (max-width:500px){.app__header-img{width:110%}}.app__header-bottom{display:flex;flex:0.75 1}.app__header-bottom div{font-size:1.2rem;padding-top:5rem;text-align:center;width:100%}.app__header-bottom div span{display:block;font-size:1.5rem}.app__header-bottom div span:nth-child(2){-webkit-text-stroke:1px #000;color:var(--secondary-color)}.app__header-bottom div span:nth-child(3){-webkit-text-stroke:1px #000;color:var(--white-color)}.app__header-bottom div span:nth-child(4){-webkit-text-stroke:1px #000;color:var(--secondary-color)}@media screen and (min-width:501px){.app__header-bottom div{display:none}}@media screen and (max-width:700px){.app__header-bottom{flex:0.5 1}}@media screen and (max-width:500px){.app__header-bottom{flex:0.25 1}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:1000px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:1000px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fff;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 20px #eff}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:1000px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:1000px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-text{font-style:italic;font-weight:500;margin:2rem auto}@media screen and (min-width:2000px){.app__skills-exp-text{font-size:1.75rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1.5rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem;white-space:nowrap}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:500px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;color:var(--gray-color)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:left!important}.skills-tooltip p{margin:.5rem 0}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.5rem!important;line-height:1.75!important;max-width:600px!important}.skills-tooltip p{margin:1rem 0}}.app__certification{flex:1 1;flex-direction:column;width:100%}.app__certification-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.1);display:flex;margin-top:3rem;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:60%}.app__certification-item img{height:200px;object-fit:cover;width:200px}@media screen and (min-width:2000px){.app__certification-item{min-height:350px;width:1000px}.app__certification-item img{height:250px;width:250px}}@media screen and (max-width:1200px){.app__certification-item{width:80%}.app__certification-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__certification-item{width:100%}.app__certification-item img{height:150px;width:150px}}@media screen and (max-width:600px){.app__certification-item{flex-direction:column}.app__certification-item img{margin-bottom:1rem}}.app__certification-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}@media screen and (max-width:600px){.app__certification-content .app__certification-content-header{margin-left:auto;margin-right:auto}}.app__certification-content p{color:var(--black-color);font-family:var(--font-base);font-size:1rem;line-height:2rem;margin-bottom:20px;margin-top:20px}@media screen and (max-width:900px){.app__certification-content p{font-size:.9rem;line-height:1.5rem}}@media screen and (min-width:2000px){.app__certification-content p{font-size:1.1rem}}.app__certification-content h4{color:var(--secondary-color);font-size:1.5rem;font-weight:600}.app__certification-content h5{color:var(--gray-color);font-size:1.25rem;font-weight:400;margin-top:5px}@media screen and (min-width:2000px){.app__certification-content h6{font-size:1.25rem}}.app__certification-content a{color:var(--secondary-color);text-decoration:none}@media screen and (min-width:2000px){.app__certification-content a{font-size:1.25rem}}@media screen and (max-width:600px){.app__certification-content a{margin-left:auto;margin-right:auto}.app__certification-content h4,.app__certification-content h5,.app__certification-content h6,.app__certification-content p{text-align:center}.app__certification-content{padding:0 .5rem}}.app__certification-certs{flex-wrap:wrap;margin-top:2rem;width:80%}.app__certification-certs div{margin:1.5rem;width:150px}.app__certification-certs div img{cursor:pointer;-webkit-filter:grayscale(1);filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__certification-certs div:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (min-width:2000px){.app__certification-certs div{margin:2rem;width:210px}}@media screen and (max-width:600px){.app__certification-certs div{margin:1rem;width:120px}}@media screen and (max-width:900px){.app__certification-certs{width:100%}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-size:1em;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (max-width:900px){.app__work-filter .app__work-filter-item{font-size:.8em}}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;font-size:1.2rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover,.app__work-hover div{background-color:rgba(0,0,0,.5);transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}@media screen and (max-width:900px){.app__work-hover{background-color:transparent;opacity:1}}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}.app__work-content .app__work-type{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__work-content .app__work-type p{font-size:1em;font-weight:800}@media screen and (min-width:2000px){.app__work-content .app__work-type p{font-size:1.5em}}.app__work-content .app__work-type .app__work-type-major{color:#e63232}.app__work-content .app__work-type .app__work-type-short{color:#3232e6}.app__work-content .app__work-github{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-240px}.app__work-content .app__work-github p{color:#000;font-size:.85em;font-weight:800}@media screen and (min-width:2000px){.app__work-content .app__work-github p{font-size:1.2em}.app__work-content .app__work-github{top:-360px}}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:500px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:500px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:500px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.fb7cc042.css.map*/