nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  background-color: #EA1D2B;
  box-shadow: 1px 2px 100px #000;
  padding: 0 2rem; }

nav img {
  max-width: 70px;
  max-height: 70px; }

.actions i, .actions button {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  border: none;
  cursor: pointer; }

img.banner-home {
  width: 100%;
  max-height: 500px;
  object-fit: cover; }

.submenu-scroll {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 999;
  gap: 20px;
  padding: 20px 20px 25px 20px;
  transition: all 0.5s ease-in-out;
  background-color: #fff; }

.submenu-scroll a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  height: 30px;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  color: #404040;
  font-size: 0.8rem; }

/*# sourceMappingURL=navbar.css.map */
