*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;text-decoration:none;outline:none}:root{--bg-color: #121314;--second-bg-color: #17171a;--main-color: #0ebdf3;--white-color: #f2f2f2;--disabled-color: #fff3}html{font-size:62.5%}body{color:var(--white-color);background-color:var(--bg-color);max-height:100%vh;overflow-x:hidden}section{position:absolute;width:100%;padding:7rem 9% 3.5rem;margin-bottom:4rem}footer{position:fixed}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-thumb{background:#0003;border-radius:1rem}@media screen and (max-width: 1200px){html{font-size:60%}}@media screen and (max-width: 992px){header{padding:2rem 4%}section{padding:10rem 4% 2rem}}@media screen and (max-width: 768px){#menu-icon{display:block}}header{position:fixed;top:0;left:0;width:100%;padding:1rem 9%;background-color:var(--bg-color);display:flex;justify-content:space-between;align-items:center;z-index:100}header.active{animation:show-header 1.5s linear forwards;animation-delay:1.2s}@keyframes show-header{to{visibility:visible;opacity:1}}header .logo{font-size:2rem;color:var(--white-color);font-weight:700;background-color:var(--bg-color);padding:1rem;border-radius:10px;align-items:center}.link{text-decoration:none}header nav a{font-size:2rem;color:var(--white-color);font-weight:500;margin-left:3rem;transition:.5s ease;text-decoration:none;background-color:var(--bg-color);padding:1rem;border-radius:10px}header nav a:hover,nav a.active{color:var(--main-color)}#menu-icon{font-size:4rem;display:none}@media screen and (max-width: 900px){#menu-close-button,#menu-open-button{display:block;font-size:var(--font-size-l);background:none}.navbar .nav-menu.open{transform:translate(0)}}header{position:fixed;width:100%;z-index:5;background-color:var(--primary-color)}header .navbar{display:flex;align-items:center;justify-content:space-between;padding:20px}.navbar .nav-logo .logo-text{color:var(--white-color);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold)}.logo span{color:var(--main-color)}.navbar .nav-menu{display:flex;gap:10px;transition:transform .3s ease}body.show-mobile-menu .nav-menu,.navbar .nav-menu.open{transform:translate(0)}.navbar .nav-menu.closed{transform:translate(-100%)}#menu-close-button,#menu-open-button{display:none}#menu-close-button,#menu-open-button{cursor:pointer}#menu-close-button{position:absolute;right:30px;top:30px}.navbar .nav-menu .nav-item{text-align:center;color:var(--white-color);padding:10px 18px;border-radius:var(--border-radius-m);font-size:var(--font-size-m);transition:.3s ease}.navbar .nav-menu .nav-item a{color:var(--white-color)}.navbar .nav-menu .nav-item:hover{color:var(--primary-color);background-color:var(--secondary-color)}@media screen and (max-width: 900px){#menu-close-button,#menu-open-button{display:block;font-size:var(--font-size-l);background:none;border:none}header{background-color:var(--bg-color)}.navbar .nav-menu{flex-direction:column;position:fixed;top:0;left:0;width:200px;height:100%;padding-top:100px;background:var(--main-color);transform:translate(-100%);align-items:center}header nav a{width:80%;align-items:center;text-align:center;margin-right:3rem}header nav a:hover,nav a.active{color:var(--main-color)}}.color-change-3x{-webkit-animation:color-change-3x 4s linear infinite alternate both;animation:color-change-3x 4s linear infinite alternate both}@-webkit-keyframes color-change-3x{0%{background:#2325a5}50%{background:#b22cff}to{background:#2506d1}}@keyframes color-change-3x{0%{background:#2325a5}50%{background:#3505b9}to{background:#2506d1}}.home{display:flex;align-items:center;gap:3rem;margin-top:10rem}.home-detail{display:flex;flex-direction:column;gap:1rem;height:100%}.home-detail h1{font-size:clamp(3.5rem,10vw,5.5rem);gap:1rem;margin-top:2rem}.home-detail h1 span{position:relative;display:inline-block;color:var(--main-color);-webkit-text-stroke:.07rem var(--main-color);margin-left:1rem}.home-detail h2{display:inline-block;font-size:3.2rem;margin-top:-1rem}.home-detail p{font-size:2rem;margin:1rem 0 2.5rem;line-height:3.2rem;color:var(--main-color);-webkit-text-stroke:.07rem var(--main-color);width:80%}.home-detail .btn-sci{display:flex;align-items:center}.btn{display:inline-block;padding:1rem;background:var(--main-color);border:.2rem solid var(--main-color);border-radius:4rem;box-shadow:0 0 1rem var(--main-color);color:var(--white-color);font-size:1.3rem;font-weight:700;transition:.5s}.btn:hover{background:transparent;color:var(--main-color);box-shadow:none}.sci{display:flex;margin-left:2rem}.sci a{display:inline-flex;padding:.8rem;border:.2rem solid var(--main-color);border-radius:50%;font-size:2rem;color:var(--main-color);margin:0 .8rem;cursor:pointer;transition:.5s;background-color:var(--bg-color)}.sci a:hover{background-color:var(--main-color);color:var(--bg-color);box-shadow:0 0 1rem var(--main-color)}.home-img .img-box{position:relative;width:32vw;height:32vw;border-radius:50%;padding:.5rem;display:flex;align-items:center;overflow:hidden}.home-img .img-box:before,.home-img .img-box:after{content:"";position:absolute;width:40rem;height:60rem;background:conic-gradient(transparent,transparent,transparent,var(--main-color));transform:rotate(0);animation:rotate-border 10s linear infinite}.home-img .img-box:after{animation-delay:-5s}.home-img .img-box .img-item{position:relative;width:100%;height:100%;border-radius:50%;border:1rem solid var(--bg-color);background:var(--bg-color);display:flex;justify-content:center;z-index:1;overflow:hidden}.home-img .img-box .img-item img{position:absolute;top:1rem;display:block;width:100%}@media screen and (max-width: 900px){.home-img{display:none}}@media screen and (max-width: 1000px){.home-img{display:none}}@media screen and (max-width: 700px){.home-img{display:none}.home-detail{align-items:center}.home-detail h1{text-align:center}.home-detail h2{font-size:2rem}.home-detail p{text-align:center}.btn{align-items:center}}.heading{font-size:4rem;text-align:center;margin-bottom:2rem}.heading span{color:var(--main-color)}.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1rem;margin-bottom:10rem}.services-box{padding:1.5rem;background-color:var(--second-bg-color);border:.2rem solid var(--second-bg-color);border-radius:1rem;transition:.5s}.services-box:hover{border-color:var(--main-color);transform:scale(1.02)}.services-box .icon{display:flex;justify-content:center;align-items:center;width:100%}.services-box .icon img{display:flex;align-items:center;justify-content:center;width:12rem}.services-box h3{font-size:3rem;margin:.5rem 0 1rem}.services-box:hover h3{color:var(--main-color)}.services-box p{font-size:1.6rem}.resume-container{display:grid;grid-template-columns:1fr 2fr;gap:2rem;margin-top:4rem}.resume-box h2{font-size:4.5rem}.resume-box p{font-size:2rem}.resume-box .desc{margin:1rem 0;font-size:1.5rem;width:80%}.resume-box .resume-btn{width:80%;height:5.3rem;background:var(--second-bg-color);border:.2rem solid var(--second-bg-color);color:var(--white-color);font-size:1.6rem;font-weight:700;margin-bottom:2rem;border-radius:.8rem;cursor:pointer}.resume-box .resume-btn.active{border-color:var(--main-color);color:var(--main-color)}.resume-details{display:none}.resume-details.active{display:inline}.resume-box .heading{font-size:3.5rem;text-align:center}.resume-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:2rem;height:45rem;overflow:auto}.resume-list::-webkit-scrollbar{width:.7rem}.resume-list::-webkit-scrollbar-thumb{background:transparent;border-radius:1rem}.resume-list .resume-item{background-color:var(--second-bg-color);padding:.8rem;border-radius:2.5rem;padding:3rem 2.5rem;height:21.5rem;display:flex;flex-direction:column;gap:1rem;height:100%;width:100%;align-items:center}.desc-func{display:flex;flex-direction:column;gap:1rem}.cursos{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center}.cursos .resume-item,.fatos{background-color:var(--second-bg-color);padding:.8rem;border-radius:2.5rem;padding:3rem 2.5rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;width:45%;height:25rem}.fatos{background-color:var(--second-bg-color);padding:2rem;border-radius:2.5rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;height:100%;width:100%}.resume-item .year{color:var(--main-color);width:100%}.resume-item h3{font-size:2.2rem}.resume-item .company{position:relative;margin-left:2rem;margin-bottom:2rem}.jobs{display:flex;height:100%}.resume-item .company:before{content:"";position:absolute;top:50%;transform:translateY(-50%);padding:.5rem;background:var(--main-color);border-radius:50%;margin-left:-2rem}.resume-details.skills .resume-list{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.resume-details.skills .resume-item{position:relative;align-items:center;height:auto;margin-top:5rem}.resume-details.skills .resume-item img{transition:0,5}.resume-details.skills .resume-item .skills-icon:hover{color:var(--main-color)}.resume-details.skills .resume-item span{position:absolute;top:-20%;background-color:var(--white-color);color:var(--bg-color);border-radius:1rem;font-size:1.6rem;padding:.5rem 1rem;pointer-events:none;opacity:0;transform:scale(.9);transition:all .3s ease}.resume-details.skills .resume-item:hover span{top:-10%;opacity:1;transform:scale(1)}.resume-details.about .resume-list{display:flex;flex-direction:column;flex-wrap:wrap}.resume-details.about .resume-item{height:auto;padding:0 0 .5rem;background:transparent;width:100%}.resume-details.about .resume-item p{color:var(--main-color);font-size:1.4rem}.resume-details.about .resume-item p span{color:var(--white-color);margin-left:1rem;font-size:1.8rem}.resume-list .habilidades{align-items:start;background-color:var(--second-bg-color);padding:.8rem;border-radius:2.5rem;padding:3rem 2.5rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;height:100%}.hab{height:100%}.resume-list .habilidades .company{position:relative;margin-left:2rem;margin-bottom:2rem}.resume-list .habilidades .company:before{content:"";position:absolute;top:50%;transform:translateY(-50%);padding:.5rem;background:var(--main-color);border-radius:50%;margin-left:-2rem}.facts{height:100%}.fatos{display:flex;flex-direction:column;font-size:2.5rem;gap:1rem}@media screen and (max-width: 700px){.resume-container{gap:1rem}.resume-box .desc{width:100%}.jobs{flex-direction:column;font-size:1rem}.jobs .resume-item{align-items:center}.jobs h3{font-size:1.5rem;text-align:center}.jobs .year,.jobs .company{font-size:1.5rem}.jobs p{font-size:1.2rem}.cursos{flex-direction:column;gap:1rem;justify-content:center}.cursos .resume-item{width:100%}.fatos{display:flex;flex-direction:column;font-size:1.3rem}}footer{bottom:0;left:0;width:100%;padding:.2rem;background-color:var(--bg-color);display:flex;justify-content:center;align-items:center;z-index:100;font-size:1.3rem;color:var(--main-color);flex-wrap:wrap;gap:1rem;margin-top:2rem}footer .sci-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}footer .sci-footer a{display:inline-flex;padding:.8rem;font-size:2rem;color:var(--main-color);cursor:pointer;transition:.5s}footer .sci-footer a:hover{color:var(--white-color)}@media (max-width: 768px){footer{font-size:1rem;padding:.5rem}footer .sci-footer a{font-size:.9rem;margin:.4rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.projects{margin-top:2rem}.portfolio-detail{display:none}.portfolio-detail.active{display:block}.portfolio-box{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.portfolio-box .portfolio-detail .numb{font-size:8rem;-webkit-text-stroke:.07rem var(--white-color);color:transparent;line-height:1;text-align:center}.portfolio-box h3{font-size:3.5rem;text-wrap:wrap;margin:0 .8rem 0 2rem;text-align:center}.portfolio-box p{font-size:1.6rem}.portfolio-box .tech{color:var(--main-color);display:flex;border-bottom:.1rem solid var(--white-color);padding-bottom:2rem;gap:1rem;align-items:center;justify-content:center}.portfolio-box .tech a{text-decoration:none;color:var(--white-color);cursor:pointer;position:relative;padding:1.3rem;font-size:2rem;align-items:center;justify-content:center;transition:.2s}.portfolio-box .tech a:hover{color:var(--main-color)}.img-slide{display:grid;grid-auto-flow:column;grid-template-columns:100%;gap:rem;height:inherit;transition:.5s}.img-item{height:inherit}.img-item img{display:block;width:100%;height:100%;object-fit:cover;border-radius:1rem}.proj-img .img-box .img-item{position:relative;width:100%;height:100%;border:1rem solid var(--bg-color);background:var(--bg-color);display:flex;justify-content:center;z-index:1;overflow:hidden}.proj-img .img-box .img-item img{position:absolute;top:1rem;display:block;width:100%}.proj-img .img-box{position:relative;width:32vw;height:32vw;padding:.5rem;border-radius:10px;display:flex;align-items:center;overflow:hidden}.proj-img .img-box:before,.proj-img .img-box:after{content:"";position:absolute;width:40rem;height:60rem;background:conic-gradient(transparent,transparent,transparent,var(--main-color));transform:rotate(0);animation:rotate-border 10s linear infinite}.proj-img .img-box:after{animation-delay:-5s}@keyframes rotate-border{to{transform:rotate(360deg)}}@media (max-width: 768px){.portfolio-box h3{font-size:2.4rem}.portfolio-box{display:flex;flex-direction:column;width:100%}.proj-img .img-box{width:80vw;height:70vw;padding:.5rem;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.proj-img .img-box .img-item{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.proj-img .img-box .img-item img{top:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.profile-img{width:25rem}}.swiper-button-next,.swiper-button-prev{color:#fff;padding:10px;border-radius:50%;z-index:10;transition:background-color .3s ease}.swiper-button-next{right:10px}.swiper-button-prev{left:10px}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#000c}@media (max-width: 768px){.swiper-button-next,.swiper-button-prev{top:20px;font-size:2rem}}.contact-container{display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center;margin-top:2rem}.contact-form-container{flex:.75;background:#1a1a1a;padding:2rem;border-radius:1rem}.contact-container .contact-box:first-child{align-self:center}.contact-box h2{font-size:2.3rem}.contact-box p{font-size:1.6rem}.contact-box .desc{margin:1.5rem 0 2.5rem}.contact-box .contact-detail{display:flex;align-items:center;margin:2rem 0}.contact-detail .icon{display:inline-flex;background-color:var(--main-color);color:var(--white-color);font-size:3rem;padding:1.2rem;border-radius:.6rem;margin-right:1.5rem}.contact-detail .detail p:first-child{color:var(--main-color)}.contact-box form{display:flex;flex-direction:column;align-items:center;background:var(--second-bg-color);padding:2.5rem 3.5rem 3.5rem;border-radius:1rem;text-align:center}.contact-box .heading{font-size:3.5rem}.contact-form{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.form-label textarea{grid-column:1/-1;height:26rem;resize:none;width:100%}.contact-box textarea,input{padding:1.5rem;background-color:var(--bg-color);border:.15rem solid var(--bg-color);border-radius:.6rem;font-size:1.6rem;color:var(--white-color);margin:2rem 0 1rem;width:100%}.contact-box textarea:focus,input:focus{border-color:var(--main-color)}.contact-box .btn{margin-top:1rem;cursor:pointer;width:fit-content;height:6rem;font-size:3rem}@media (max-width: 768px){.contact-container{flex-direction:column;gap:1.5rem}.contact-box textarea,input{margin:1rem}.contact-box{margin-bottom:3rem}.contact-box .btn{margin-top:0;height:6rem;font-size:3rem;top:10px}}body{background-color:var(--bg-color);background-image:url(https://cssanimation.rocks/starwars/images/bg.jpg);background-size:33%;background-repeat:repeat;min-height:2025px}.system{position:relative;top:0;left:0;width:100%;height:100%;transform:scale(.75)}@media screen and (max-width: 900px){.system{display:none}}.sun{width:144px;height:144px;border-radius:72px;position:absolute;top:1066.6666666667px;left:50%;margin:-72px;background-image:url(http://sdo.gsfc.nasa.gov/assets/img/latest/latest_256_HMIIF.jpg);background-size:144px;background-repeat:no-repeat}@-webkit-keyframes rot-mer{0%{-webkit-transform:rotate(0deg) translatey(-84px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-84px) rotate(-360deg)}}@-moz-keyframes rot-mer{0%{-moz-transform:rotate(0deg) translatey(-84px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-84px) rotate(-360deg)}}@keyframes rot-mer{0%{transform:rotate(0) translatey(-84px) rotate(0)}to{transform:rotate(360deg) translatey(-84px) rotate(-360deg)}}.mer{width:3.5px;height:3.5px;border-radius:50%;background-color:#888;position:absolute;top:1066.6666666667px;left:50%;margin:-1.75px;animation:rot-mer .88s infinite linear;z-index:200}.mer-path{width:168px;height:168px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-84px;border:solid 1px #444}@-webkit-keyframes rot-ven{0%{-webkit-transform:rotate(0deg) translatey(-90px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-90px) rotate(-360deg)}}@-moz-keyframes rot-ven{0%{-moz-transform:rotate(0deg) translatey(-90px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-90px) rotate(-360deg)}}@keyframes rot-ven{0%{transform:rotate(0) translatey(-90px) rotate(0)}to{transform:rotate(360deg) translatey(-90px) rotate(-360deg)}}.ven{width:5.5px;height:5.5px;border-radius:50%;background-color:#f5f9be;position:absolute;top:1066.6666666667px;left:50%;margin:-2.75px;animation:rot-ven 2.25s infinite linear;z-index:200}.ven-path{width:180px;height:180px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-90px;border:solid 1px #444}@-webkit-keyframes rot-ear{0%{-webkit-transform:rotate(0deg) translatey(-102px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-102px) rotate(-360deg)}}@-moz-keyframes rot-ear{0%{-moz-transform:rotate(0deg) translatey(-102px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-102px) rotate(-360deg)}}@keyframes rot-ear{0%{transform:rotate(0) translatey(-102px) rotate(0)}to{transform:rotate(360deg) translatey(-102px) rotate(-360deg)}}.ear{width:7px;height:7px;border-radius:50%;background-color:#4b94f9;position:absolute;top:1066.6666666667px;left:50%;margin:-3.5px;animation:rot-ear 3.65s infinite linear;z-index:200}.ear-path{width:204px;height:204px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-102px;border:solid 1px #444}@-webkit-keyframes rot-mar{0%{-webkit-transform:rotate(0deg) translatey(-118px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-118px) rotate(-360deg)}}@-moz-keyframes rot-mar{0%{-moz-transform:rotate(0deg) translatey(-118px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-118px) rotate(-360deg)}}@keyframes rot-mar{0%{transform:rotate(0) translatey(-118px) rotate(0)}to{transform:rotate(360deg) translatey(-118px) rotate(-360deg)}}.mar{width:6px;height:6px;border-radius:50%;background-color:#dd411a;position:absolute;top:1066.6666666667px;left:50%;margin:-3px;animation:rot-mar 6.87s infinite linear;z-index:200}.mar-path{width:236px;height:236px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-118px;border:solid 1px #444}@-webkit-keyframes rot-jup{0%{-webkit-transform:rotate(0deg) translatey(-228px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-228px) rotate(-360deg)}}@-moz-keyframes rot-jup{0%{-moz-transform:rotate(0deg) translatey(-228px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-228px) rotate(-360deg)}}@keyframes rot-jup{0%{transform:rotate(0) translatey(-228px) rotate(0)}to{transform:rotate(360deg) translatey(-228px) rotate(-360deg)}}.jup{width:70px;height:70px;border-radius:50%;background-color:#eaad3b;position:absolute;top:1066.6666666667px;left:50%;margin:-35px;animation:rot-jup 43.32s infinite linear;z-index:200}.jup-path{width:456px;height:456px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-228px;border:solid 1px #444}@-webkit-keyframes rot-sat{0%{-webkit-transform:rotate(0deg) translatey(-362px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-362px) rotate(-360deg)}}@-moz-keyframes rot-sat{0%{-moz-transform:rotate(0deg) translatey(-362px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-362px) rotate(-360deg)}}@keyframes rot-sat{0%{transform:rotate(0) translatey(-362px) rotate(0)}to{transform:rotate(360deg) translatey(-362px) rotate(-360deg)}}.sat{width:58px;height:58px;border-radius:50%;background-color:#d6cd93;position:absolute;top:1066.6666666667px;left:50%;margin:-29px;animation:rot-sat 107.59s infinite linear;z-index:200}.sat-path{width:724px;height:724px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-362px;border:solid 1px #444}@-webkit-keyframes rot-ura{0%{-webkit-transform:rotate(0deg) translatey(-648px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-648px) rotate(-360deg)}}@-moz-keyframes rot-ura{0%{-moz-transform:rotate(0deg) translatey(-648px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-648px) rotate(-360deg)}}@keyframes rot-ura{0%{transform:rotate(0) translatey(-648px) rotate(0)}to{transform:rotate(360deg) translatey(-648px) rotate(-360deg)}}.ura{width:26px;height:26px;border-radius:50%;background-color:#bfeef2;position:absolute;top:1066.6666666667px;left:50%;margin:-13px;animation:rot-ura 306.87s infinite linear;z-index:200}.ura-path{width:1296px;height:1296px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-648px;border:solid 1px #444}@-webkit-keyframes rot-nep{0%{-webkit-transform:rotate(0deg) translatey(-972px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-972px) rotate(-360deg)}}@-moz-keyframes rot-nep{0%{-moz-transform:rotate(0deg) translatey(-972px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-972px) rotate(-360deg)}}@keyframes rot-nep{0%{transform:rotate(0) translatey(-972px) rotate(0)}to{transform:rotate(360deg) translatey(-972px) rotate(-360deg)}}.nep{width:24px;height:24px;border-radius:50%;background-color:#363ed7;position:absolute;top:1066.6666666667px;left:50%;margin:-12px;animation:rot-nep 601.9s infinite linear;z-index:200}.nep-path{width:1944px;height:1944px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-972px;border:solid 1px #444}@-webkit-keyframes rot-plu{0%{-webkit-transform:rotate(0deg) translatey(-1246px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-1246px) rotate(-360deg)}}@-moz-keyframes rot-plu{0%{-moz-transform:rotate(0deg) translatey(-1246px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-1246px) rotate(-360deg)}}@keyframes rot-plu{0%{transform:rotate(0) translatey(-1246px) rotate(0)}to{transform:rotate(360deg) translatey(-1246px) rotate(-360deg)}}.plu{width:3px;height:3px;border-radius:50%;background-color:#963;position:absolute;top:1066.6666666667px;left:50%;margin:-1.5px;animation:rot-plu 904.65s infinite linear;z-index:200}.plu-path{width:2492px;height:2492px;border-radius:50%;z-index:100;position:absolute;top:1066.6666666667px;left:50%;margin:-1246px;border:solid 1px #444}@-webkit-keyframes rot-lune{0%{-webkit-transform:rotate(0deg) translatey(-7px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-7px) rotate(-360deg)}}@-moz-keyframes rot-lune{0%{-moz-transform:rotate(0deg) translatey(-7px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-7px) rotate(-360deg)}}@keyframes rot-lune{0%{transform:rotate(0) translatey(-7px) rotate(0)}to{transform:rotate(360deg) translatey(-7px) rotate(-360deg)}}.lune{width:2px;height:2px;background-color:#fff;position:absolute;top:50%;left:50%;margin:-1.5px;animation:rot-lune .27s infinite linear}.mar{background-image:repeating-linear-gradient(to bottom,#fff,#fff 1px,transparent 1px,transparent 5px)}@-webkit-keyframes rot-pho{0%{-webkit-transform:rotate(0deg) translatey(-7px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-7px) rotate(-360deg)}}@-moz-keyframes rot-pho{0%{-moz-transform:rotate(0deg) translatey(-7px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-7px) rotate(-360deg)}}@keyframes rot-pho{0%{transform:rotate(0) translatey(-7px) rotate(0)}to{transform:rotate(360deg) translatey(-7px) rotate(-360deg)}}@-webkit-keyframes rot-dem{0%{-webkit-transform:rotate(0deg) translatey(-9px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-9px) rotate(-360deg)}}@-moz-keyframes rot-dem{0%{-moz-transform:rotate(0deg) translatey(-9px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-9px) rotate(-360deg)}}@keyframes rot-dem{0%{transform:rotate(0) translatey(-9px) rotate(0)}to{transform:rotate(360deg) translatey(-9px) rotate(-360deg)}}.pho,.dem{width:1px;height:1px;background-color:#fff;position:absolute;top:50%;left:50%}.pho{margin:-1px;animation:rot-pho .15s infinite linear}.dem{margin:-1px;animation:rot-dem .2s infinite linear}.jove{width:2px;height:2px;background-color:#fff;position:absolute;top:35px;left:50%}@-webkit-keyframes rot-io{0%{-webkit-transform:rotate(0deg) translatey(-39px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-39px) rotate(-360deg)}}@-moz-keyframes rot-io{0%{-moz-transform:rotate(0deg) translatey(-39px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-39px) rotate(-360deg)}}@keyframes rot-io{0%{transform:rotate(0) translatey(-39px) rotate(0)}to{transform:rotate(360deg) translatey(-39px) rotate(-360deg)}}@-webkit-keyframes rot-eur{0%{-webkit-transform:rotate(0deg) translatey(-41px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-41px) rotate(-360deg)}}@-moz-keyframes rot-eur{0%{-moz-transform:rotate(0deg) translatey(-41px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-41px) rotate(-360deg)}}@keyframes rot-eur{0%{transform:rotate(0) translatey(-41px) rotate(0)}to{transform:rotate(360deg) translatey(-41px) rotate(-360deg)}}@-webkit-keyframes rot-gan{0%{-webkit-transform:rotate(0deg) translatey(-45px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-45px) rotate(-360deg)}}@-moz-keyframes rot-gan{0%{-moz-transform:rotate(0deg) translatey(-45px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-45px) rotate(-360deg)}}@keyframes rot-gan{0%{transform:rotate(0) translatey(-45px) rotate(0)}to{transform:rotate(360deg) translatey(-45px) rotate(-360deg)}}@-webkit-keyframes rot-cal{0%{-webkit-transform:rotate(0deg) translatey(-53px) rotate(0deg)}to{-webkit-transform:rotate(360deg) translatey(-53px) rotate(-360deg)}}@-moz-keyframes rot-cal{0%{-moz-transform:rotate(0deg) translatey(-53px) rotate(0deg)}to{-moz-transform:rotate(360deg) translatey(-53px) rotate(-360deg)}}@keyframes rot-cal{0%{transform:rotate(0) translatey(-53px) rotate(0)}to{transform:rotate(360deg) translatey(-53px) rotate(-360deg)}}.io{animation:rot-io .2s infinite linear}.eur{animation:rot-eur .35s infinite linear}.gan{animation:rot-gan .7s infinite linear}.cal{animation:rot-cal 1.65s infinite linear}.jup{background-image:repeating-linear-gradient(6deg,#797663 22px,#e1dcde 16px,#c3a992 30px,#e9ece2 30px)}.spot{position:absolute;width:16px;height:12px;border-radius:8px/6px;top:45px;left:50%;background-color:#bc833b;box-shadow:0 0 5px #e1dcde;border:solid 1px #e1dcde;z-index:300}.nep .spot{background-color:#29319d;border:0;box-shadow:none;top:50%;left:45%;width:10px;height:6px;margin:-2px;border-radius:5px/3px;border-left:solid 1px #7ed6fe}div[class$=-ring]{border-radius:50%;position:absolute;top:50%;left:50%;opacity:.7;transform:rotatex(45deg)}
