#header{top:0;z-index:50;width:100%;position:fixed}#header .container{display:flex;justify-content:space-between;margin-right:auto;margin-left:auto;width:100%;padding:10px;height:30px;align-items:center;transition:.3s}@media (min-width: 1400px){#header .container{max-width:1320px}}#header .section{display:flex}#header .section .logo{font-weight:700}#header .section .action,#header .section .logo{padding:7px 1rem}#header .section .action.active,#header .section .action:hover{font-weight:700}#header .section .action.cta{background:linear-gradient(45deg,var(--color-secondary),var(--color-primary));color:#fff;font-weight:700;border-radius:50px}#header .container.active{margin-top:7px;box-shadow:var(--box-shadow);background-color:#fff;border-radius:50px}
