@charset "UTF-8";#footer{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#f5f5f5;padding:2rem 0}#footer .icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;margin:1rem}@media (min-width: 768px){#footer .icons{gap:1.4rem}}#footer .icons .item{list-style:none}#footer .icons .item .icon{color:#010101;font-size:1.5rem;transition:1s}#footer .icons .item .icon:hover{color:#4a7690}@media (min-width: 768px){#footer .icons .item .icon{font-size:1.875rem}}#footer .info-section .p-location{color:#010101;font-size:.75rem;font-weight:300;margin:.1rem 1rem}@media (min-width: 768px){#footer .info-section .p-location{font-size:.875rem}}#footer .info-section .p-dev{color:#010101;font-size:.625rem;font-weight:300;margin:.2rem 1rem}@media (min-width: 768px){#footer .info-section .p-dev{font-size:.75rem}}#header-lg{display:flex;justify-content:space-between;align-items:center;position:fixed;height:5rem;width:100%;background-color:#f5f5f5;top:0;z-index:10}#header-lg .link-logo{margin-left:4rem}#header-lg .link-logo .logo{width:3rem;height:3rem;filter:invert(1)}#header-lg .menu{margin-right:4rem}#header-lg .menu .menu-list{display:flex;align-items:center;gap:2.5rem}#header-lg .menu .menu-list .menu-item{list-style:none}#header-lg .menu .menu-list .menu-item .menu-link{display:inline-block;position:relative;color:#010101;font-size:1.125rem;font-weight:300;text-decoration:none}#header-lg .menu .menu-list .menu-item .menu-link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:.1rem;bottom:0;left:0;background-color:#010101;transform-origin:bottom right;transition:transform .5s ease-out}#header-lg .menu .menu-list .menu-item .menu-link:hover:after{transform:scaleX(1);transform-origin:bottom left}#header-sm{position:fixed;height:4rem;width:100%;top:0;transition:.8s ease-in-out}#header-sm .header-content{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;background-color:#f5f5f5;z-index:0}#header-sm .header-content .link-logo{margin-left:1.2rem}#header-sm .header-content .link-logo .logo{width:2rem;height:2rem;filter:invert(1)}#header-sm .header-content .open-menu-button,#header-sm .header-content .close-menu-button{font-size:1.875rem;margin-right:1.2rem;color:#010101}#header-sm .menu{position:absolute;left:0;display:flex;width:100%;padding:.5rem 1.2rem 3rem;background-color:#f5f5f5;border-radius:0 0 .3rem .3rem;top:-15rem;transition:1s ease-in-out;z-index:-1}#header-sm .menu .menu-list{width:100%;display:flex;flex-direction:column;gap:.5rem}#header-sm .menu .menu-list .menu-item{display:flex;flex-direction:column;text-decoration:none}#header-sm .menu .menu-list .menu-item .menu-link{font-size:1rem;color:#010101;text-decoration:none;padding:1rem 0}#header-sm .menu-open{top:100%}.divider{width:100%;max-width:90vw;border:none;border-bottom:solid .1rem #ababab}@media (min-width: 1440px) and (max-width: 1900px){.divider{max-width:70vw}}@media (min-width: 1900px){.divider{max-width:60vw}}.fixed-buttons{position:fixed;bottom:4rem;right:1.2rem;display:flex;flex-direction:column-reverse;gap:.8rem}@media (min-width: 381px) and (max-width: 767px){.fixed-buttons{bottom:3.8rem;right:1rem}}@media (min-width: 768px){.fixed-buttons{bottom:3.8rem;right:2rem;gap:1rem}}.fixed-buttons .button{display:flex;justify-content:center;align-items:center;background-color:#5f5f5f;border:solid .1rem #5f5f5f;border-radius:.2rem;cursor:pointer;transition:1s;padding:.5rem}@media (min-width: 768px){.fixed-buttons .button{padding:1rem}.fixed-buttons .button:hover{background-color:#f5f5f5;border:solid .1rem #010101}.fixed-buttons .button:hover .icon{color:#010101}}.fixed-buttons .button .icon{font-size:1.25rem;color:#f5f5f5}@media (min-width: 768px){.fixed-buttons .button .icon{font-size:1.875rem}}.section{display:flex;flex-direction:column;gap:1rem;width:100vw;max-width:calc(100vw - 72px);margin:3rem 1.5rem}@media (min-width: 500px) and (max-width: 767px){.section{max-width:calc(100vw - 120px)}}@media (min-width: 768px) and (max-width: 1023px){.section{max-width:calc(100vw - 12rem);margin:6rem 1.5rem;gap:1.5rem}}@media (min-width: 1024px) and (max-width: 1439px){.section{max-width:calc(100vw - 14rem);gap:1.8rem}}@media (min-width: 1440px) and (max-width: 1900px){.section{max-width:60vw;gap:1.8rem}}@media (min-width: 1900px){.section{max-width:50vw;gap:1.8rem}}.spinner{display:block;border:3px solid rgba(255,255,255,.3);border-top:3px solid #010101;border-right:3px solid #010101;border-left:3px solid #010101;border-radius:50%;width:2rem;height:2rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.title{font-size:1rem;color:#010101;font-weight:700}@media (min-width: 381px) and (max-width: 767px){.title{font-size:1.25rem}}@media (min-width: 768px) and (max-width: 1023px){.title{font-size:1.5rem}}@media (min-width: 1024px){.title{font-size:1.875rem}}.skeleton{background:linear-gradient(to right,#5f5f5f 0%,#7a7a7a 50%,#5f5f5f 100%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:4px}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}#loading-page{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f5}*{padding:0;margin:0;box-sizing:border-box}html{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}body{font-family:Merriweather Sans,sans-serif;background-color:#f5f5f5}body ::-webkit-scrollbar{width:12px}body ::-webkit-scrollbar-track{background:#f1f1f1}body ::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px;border:2px solid #f1f1f1}body ::-webkit-scrollbar-thumb:hover{background-color:#555}
