.header-layout {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  font-family: SuzukiPROBold;
  text-transform: uppercase;
  color: #000;
}
.header-layout .header-container {
    height: 60px;
    width: 90%;
    margin: 0 auto;
}
.header-layout a {
    text-decoration: none;
    color: #000;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 12px;
}
.header-layout .menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
}
.header-layout .menu .submenu {
      padding: 0 12px;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
      cursor: pointer;
}
.header-layout .menu .submenu:hover .autos-menu {
        display: grid;
}
.header-layout .menu .submenu .autos-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        left: 0;
        top: 100%;
        padding: 20px;
        z-index: 1000;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        height: auto;
        gap: 10px;
}
.header-layout .menu .submenu .autos-menu .menu-title {
          margin-bottom: 20px;
}
.header-layout .menu .submenu .autos-menu > div {
          padding: 6px;
}
.header-layout .menu .submenu .autos-menu a {
          height: auto;
          font-family: SuzukiPRORegular;
          padding: 0;
}
.header-layout .menu .submenu .autos-menu a + a {
            margin-top: 7px;
}
.header-layout .menu .submenu .autos-menu a:hover {
            text-decoration: underline;
}
.header-layout .menu .submenu-postventa {
      padding: 0 20px;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative;
}
.header-layout .menu .submenu-postventa:hover .postventa-menu {
        display: grid;
}
.header-layout .menu .submenu-postventa .postventa-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        right: 0;
        top: 100%;
        padding: 20px;
        z-index: 1000;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        height: auto;
        gap: 10px;
}
.header-layout .menu .submenu-postventa .postventa-menu > div {
          padding: 6px;
}
.header-layout .menu .submenu-postventa .postventa-menu a {
          height: auto;
          text-transform: none;
}
.header-layout .menu .submenu-postventa .postventa-menu a + a {
            margin-top: 10px;
}
.menu-mobile {
  background-color: #fff;
  width: 100vw;
  max-width: 320px;
  height: 100% !important;
  position: relative;
  padding-top: 60px;
}
.menu-mobile .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
}
.menu-mobile .q-item__label,
  .menu-mobile .q-item__section--main {
    font-family: SuzukiPROBold;
}

.footer-layout {
  color: #000;
}
.footer-layout .footer-links {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 80px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid #d9d8d9;
}
.footer-layout .footer-links h5 {
      font-size: 18px;
      line-height: 20px;
      font-family: SuzukiPROBold;
      margin: 0 0 20px;
}
.footer-layout .footer-links a {
      font-family: SuzukiPRORegular;
      text-decoration: none;
      color: #000;
      display: flex;
      flex-direction: row;
      align-items: center;
      text-transform: uppercase;
}
.footer-layout .footer-links a + a {
        margin-top: 8px;
}
.footer-layout .footer-links a:hover {
        text-decoration: underline;
}
.footer-layout .footer-links-mobile .q-item__label,
  .footer-layout .footer-links-mobile .q-item__section--main {
    font-family: SuzukiPROBold;
}
.footer-layout .social-media {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    gap: 20px;
    border-top: 1px solid #d9d8d9;
}
@media (max-width: 1023px) {
.footer-layout .social-media {
        flex-flow: row wrap;
        border-top: none;
}
}
.footer-layout .copyright {
    background-color: #f4f4f4;
    padding: 24px 0;
    font-family: SuzukiPRORegular;
    color: #001151;
    font-size: 14px;
}
.footer-layout .copyright .container {
      width: 90%;
      margin: 0 auto;
}


/*# sourceMappingURL=6.38c789ae.css.map*/