@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto Mono,monospace;color:#fff}html{scroll-behavior:smooth}a{text-decoration:none}.navbar{position:fixed;top:0;left:0;width:90%;height:auto;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;z-index:100;margin:1rem 5%;border-radius:15px;transition:box-shadow .3s}.navbar *{color:#fff}.navbar .logo{display:flex;justify-content:center}.navbar .logo img{width:120px}.navbar .navbar-items{display:flex;gap:6rem;transition:transform .3s ease}.navbar .navbar-items a{position:relative;font-size:1rem;font-weight:300;text-transform:uppercase;transition:color .3s ease}.navbar .navbar-items a:hover{color:#bbb}.navbar .burger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:101}.navbar .burger span{display:block;width:100%;height:3px;background:#fff;transition:all .3s ease}.navbar .burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar .burger.open span:nth-child(2){opacity:0}.navbar .burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar .navbar-items.active{transform:translate(0)}.navbar .navbar-icons{display:flex;gap:1rem}.navbar .navbar-icons i{font-size:1.5rem;padding:0;margin:0}@media (max-width: 1000px){.navbar .burger{display:flex;justify-self:start}.navbar .navbar-items{position:fixed;top:0;right:0;height:100vh;width:250px;background-color:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:-10px 0 10px #0000001a;list-style:none;display:none;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:100px 20px}.navbar .navbar-items a{position:sticky}.navbar .navbar-items.active{display:flex}.navbar .navbar-icons{display:none}}.header{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:100vh;background:url(/assets/background-CO-DXRvA.png);background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}.header .content .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:-5}.header .content .text p{font-size:1.2rem;letter-spacing:.5rem;color:#fff;margin-bottom:1rem;text-align:center}.header .content .text h1{font-size:3rem;letter-spacing:1rem;color:#fff;margin-bottom:1rem;text-align:center}.balls{display:flex}.ball{position:relative;margin:0 auto;width:25px;height:25px;top:0;background:#fff;border-radius:50%;animation:ball-animate 1s infinite}.one{animation-delay:.2s}.two{animation-delay:.4s}.three{animation-delay:.6s}@keyframes ball-animate{50%{transform:translateY(50px)}}@keyframes shadow-animate{25%{width:50px;height:10px}50%{width:57px;height:10px}75%{width:50px;height:10px}}.informations{position:relative;height:100vh;background:url(/assets/background-CO-DXRvA.png);background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}.informations .content{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:100vh}.informations .content .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:-5}.informations .cards{display:flex;justify-content:center;gap:5rem;margin-top:2rem}.informations .cards .card{display:flex;justify-content:center;flex-direction:column;background-color:#00000080;box-shadow:0 0 10px #00000080;border-radius:25px;padding:2rem 3rem}.informations .cards .card .title{font-weight:700;margin-bottom:1rem}.informations .cards .card a{color:#08f}.contact{position:relative;height:100vh;background:url(/assets/background-CO-DXRvA.png);background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}.contact .content{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:100vh}.contact .content .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:-5}.contact .cards{display:flex;justify-content:center;gap:5rem;margin-top:2rem}.contact .cards .card{display:flex;justify-content:center;flex-direction:column;height:100px;min-width:375px;background-color:#00000080;box-shadow:0 0 10px #00000080;border-radius:25px;padding:3rem}.contact .cards .card p{text-wrap:nowrap}.contact .cards .card a{color:#08f}@media (width <= 900px){.cards{flex-direction:column;gap:2rem}.cards .card{max-width:350px}}.margin{margin-bottom:1rem}
