.header{align-items:center;background:var(--header-color);box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:row;height:100px;justify-content:space-between;padding:20px 40px;width:100%}.header__logo{height:40px}@media (max-width:900px){.header__logo{height:20px}}.header__menu{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between}@media (max-width:768px){.header__menu{display:none}}@media (min-width:768px){.header__menu--hamburguer{display:none}}
