/* ========================================
   HEADER ESTILO ASTRO - ADAPTADO NUVEMSHOP
   ======================================== */

/* Fonte Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('/static/fonts/montserrat.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

/* Ícones Fontello */
@font-face {
  font-family: 'fontello';
  src: url('/static/fonts/fontello.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: '\e800';
}

.icon-emo-unhappy:before {
  content: '\e81d';
}

.icon-package:before {
  content: '\e833';
}

.icon-settings:before {
  content: '\e836';
}

.icon-whatsapp-logo:before {
  content: '\e83b';
}

.icon-lista:before {
  content: '\e83c';
}

.icon-tele:before {
  content: '\e83d';
}

/* Container principal */
.header-astro-container {
  width: 100%;
  position: relative;
  left: 0;
  z-index: 109;
  background: #f5f5f5;
  overflow: visible;
}

.header-astro-container * {
  box-sizing: border-box;
}

.header-astro-container::after {
  content: "";
  display: table;
  clear: both;
}

/* Barra superior */
.barra-header {
  padding: 11px 0;
  border-bottom: 1px solid #ebe9f1;
}

.barra-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.barra-header ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #58585a;
  display: inline-block;
  line-height: 1;
  padding: 0 25px;
  border-right: 1px solid #dfddef;
}

.barra-header ul li:first-child {
  padding-left: 0;
}

.barra-header ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.barra-header ul li h2 {
  font-weight: 600;
  font-size: 12px;
  color: #58585a;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.barra-header ul li span {
  font-weight: 600;
}

.barra-header ul li i:before {
  color: #f07b12;
  font-size: 14px;
  width: auto;
  margin-right: 5px;
}

.barra-header ul li a {
  color: #58585a;
  text-decoration: none;
}

.barra-header ul li a:hover {
  color: #f07b12;
}

/* Header principal */
.header-primary-container {
  padding: 15px 0;
  width: 100%;
  background: #f5f5f5;
}

/* Menu mobile */
.open-mobile-nav {
  display: none;
}

.opensearch {
  display: none;
}

/* Logo */
.logo-wrapper {
  float: left;
  width: 220px;
  min-width: 220px;
}

.logo-wrapper .logo {
  width: 100%;
}

.logo-wrapper .logo img {
  width: auto;
  height: auto;
  max-height: 55px;
  display: block;
}

/* Header wrapper */
.header-wrapper {
  float: left;
  width: calc(100% - 220px);
  position: relative;
}

/* Grid system */
[class*="grid12-"] {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.grid12-2 {
  width: 16.6666667%;
  padding: 0 15px;
}

.grid12-5 {
  width: 41.6666667%;
  padding: 0 15px;
}

.grid12-6 {
  width: 50%;
  padding: 0 15px;
}

.grid12-12 {
  width: 100%;
  padding: 0 15px;
}

.no-gutter {
  padding: 0 !important;
}

.no-left-gutter {
  padding-left: 0 !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/* Busca */
.form-search {
  float: right;
  width: 100%;
  clear: both;
  position: relative;
  max-width: 440px;
}

.form-search .input-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 45px;
  padding: 5px 120px 5px 10px;
  color: #b5b5bc;
  font-size: 12px;
  border: 1px solid #d1d1d5;
  border-radius: 5px;
}

.form-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 110px;
  height: 35px;
  background: #656565;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.form-search button span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.form-search button:hover {
  background: #0072bc;
}

/* Telefones */
.phones .lista {
  position: relative;
  padding-left: 35px;
  list-style: none;
}

.phones .lista:before {
  width: auto;
  position: absolute;
  left: 0;
  color: #656565;
  font-weight: 300;
  font-size: 32px;
}

.phones .lista li {
  font-family: "Montserrat", sans-serif;
  color: #58585a;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}

.phones .lista li strong {
  color: #f07b12;
}

/* Login */
.quick-access {
  position: relative;
  float: left;
  display: table;
  margin: 0;
  padding: 2px 0 1px 35px;
  font-size: 13px;
  list-style: none;
}

.quick-access:before {
  color: #58585a;
  content: '\e83a';
  font-family: 'fontello';
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.quick-access li {
  float: left;
  width: 100%;
  color: #58585a;
  font-size: 12px;
  font-weight: 500;
  list-style: none;
}

.quick-access a {
  color: #f07b12;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

.quick-access a:hover {
  color: #0072bc;
}

/* Carrinho */
.carrinho {
  position: relative;
  float: left;
  line-height: 1;
  z-index: 9;
  width: 100%;
}

.carrinho .icone {
  float: left;
  position: relative;
  width: 100%;
  height: 42px;
  cursor: pointer;
}

.carrinho .icone:before {
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAqCAMAAAAZKoJqAAACIlBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////z8/PNzc6wsLGTk5R2dnhcXF6FhYf5+floaGpYWFpjY2Xd3d1bW11ycnSQkJGtra7h4eHDw8Pp6emnp6hgYGKMjI17e31wcHKWlpfNzc2bm5xaWlyxsbJhYWNZWVtubnBlZWfo6OiysrPt7e2qqqxeXmD+/v7n5+e4uLh3d3iCgoN0dHasrK3x8fH8/Pyurq/h4eK+vr7l5eXJycqHh4nk5OSlpab19fXc3NzHx8iDg4RqamyPj5CqqqvU1NTFxcX6+vqSkpNwcHF/f4DLy8t+fn95eXuBgYLY2Nny8vJmZmhdXV96enz4+Pj29vbQ0NG9vb6rq6yQkJJxcXNiYmTBwcJ/f4G6urvr6+vV1dbQ0NBsbG4V1dBTAAAAWXRSTlMAEk94o9H5yY4WXuDVV9i/Du40XEEmbplyiH1UCUT8oMJ38U4jnAIi0N2iEwR8KItVUwgprAUw1AGrglmpMh6X2sSE3M7M7Bp2QKE94oNf4bvq98eSJJ7jtdcefxEAAAI1SURBVDjLrZT5W0xhFMevpZls2QvZd1lLUiJjySCyLx8jkw5jUGpoNGijYkKMJbJFWbLv/j/3jtnunTuTx+P723mfz/Oe7znnPa+i/CcNGDhocIrFmjqkH27oMEIanhwdEQEhNSmZBocch8uOOMthZDJwFBytEE3HYHQycgwcF3GdcJ881c+dY+G0SGXQpmVc8Gh8eoapoErO/AEnBMGJJFS11IB1UubkIDhlamLSI2dhWtjOdDhXm0BeOQ8zwuRMqJOEcsCsMGmFGvFdMNNFkUswO0zOgXrxNZjZbJSmZpgbJufBZZErZqRbWmB+tMOq0RZphQUGQZuUQVaUzIKr4r0GC2MntAj8LmmHxdGzJXBd5AYsXRYruCnSAdlRMseitfhWvM0OkduwPCZRLgTEeSeObBeXH1bEkHlwVyRwz6j70gYrY83nQ3On6YQeQIHuJaZomcz0EFbpyGzVVEOlUV0ij6BQ/7xXm03IIaKuxRodWGT6OOvF+xhydORa6HriNuqpeMCmT74OnpkVVA25ivHO7ucv4tTTC+v1ZNGGRIu0MdOw2uo8X9a+et3aG0G63zg7A32GEalfFbz1aMZc76C42AbvfVrYo4493+jzg8jHqjr5BJvs0PdZKhrLRb7A5vjav8I3ke+wBX6I/MT/S9v2rf9I/n12XUUFSpKKdF3KU0oSd0lRtkUauV2NMiKRzdh5pTSEptmDYcmOEFho8gOn79y1e89eeyjat99qOXCwNBb4DQZTi5UT6Hu/AAAAAElFTkSuQmCC") no-repeat;
  display: block;
  width: 41px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.carrinho .icone .cart-qtd {
  position: absolute;
  top: -6px;
  right: 0;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  border: 3px solid #f5af6f;
  background: #f59333;
  z-index: 3;
  width: 55px;
  height: 55px;
  border-radius: 60px;
}

.carrinho .icone .cart-qtd .amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.carrinho .icone .cart-txt {
  float: left;
  line-height: 14px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 50px;
  padding-top: 5px;
}

.carrinho .icone .cart-txt span {
  display: block;
}

/* Painel do carrinho */
.carrinho .block-cart {
  position: fixed;
  top: 0;
  right: -100%;
  float: left;
  z-index: 99;
  overflow-y: auto;
  overflow-x: hidden;
  width: 85%;
  max-width: 450px;
  height: 100vh;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  transition: right 0.3s cubic-bezier(0.1, 0.62, 0.39, 0.67);
}

.carrinho .block-cart.active {
  right: 0;
}

.carrinho .block-cart .head {
  clear: both;
  float: left;
  width: 100%;
  height: 46px;
  position: relative;
  margin: 0 0 5px 0;
  padding: 10px;
  text-align: left;
  background-color: #3f414f;
  border-bottom: 1px solid #ddd;
}

.carrinho .block-cart .head .gridClose {
  background: #f07b12;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.carrinho .block-cart .head .gridClose .fechar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.carrinho .block-cart .head .gridClose .fechar:before,
.carrinho .block-cart .head .gridClose .fechar:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #fff;
}

.carrinho .block-cart .head .gridClose .fechar:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.carrinho .block-cart .head .gridClose .fechar:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.carrinho .block-cart .head .gridNome {
  display: table;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px);
  line-height: 28px;
  text-align: left;
  float: left;
  padding: 0 10px;
}

.carrinho .block-cart .head .gridNome a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.carrinho .block-cart .head .gridNome a .summary {
  display: inline-block;
  float: right;
}

/* Mensagem carrinho vazio */
.carrinho .empty-cart-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #777;
  float: none;
  display: table;
  width: 100%;
  text-align: center;
}

.carrinho .empty-cart-message span {
  display: block;
  font-weight: 300;
  font-size: 32px;
  margin: 20px 0;
  line-height: 20px;
  color: #58585a;
}

.carrinho .empty-cart-message p {
  font-size: 14px;
  margin: 0 0 20px;
}

/* Overlay */
#overlay {
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 51;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#overlay.active {
  display: block;
}

/* Menu de navegação */
.nav-container {
  background: #213979;
  z-index: 8;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#nav ul.level1 {
  margin: 0px;
  z-index: 8;
  display: table;
  text-align: center;
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
}

#nav ul.level1 li {
  float: none;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#nav ul.level1 li.todasCategorias {
  background: #213979;
}

#nav ul.level1 li.nivel:before {
  content: "";
  width: 1px;
  height: auto;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 20%;
  /* background: #56586a; */
  background: transparent;
}

#nav ul.level1 li>a {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  clear: none;
  line-height: 1.5;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none;
}

#nav ul.level1>li:hover {
  background: #0071bb;
}

#nav ul.level1 li .thumb-container {
  display: block;
  width: 38px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto;
}

#nav ul.level1 li .thumb-container>.menu-icon {
  display: inline-block;
  width: 38px;
  height: 42px;
  background-size: 38px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

#nav ul.level1 li:hover .thumb-container .thumbIcone {
  opacity: 1;
}

/* Submenu */
#nav ul.level1 ul {
  height: 0;
  opacity: 0;
  display: none;
  min-width: 350px;
  padding: 20px;
  background-color: #fff;
  transition: 0.3s ease;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  z-index: 999;
}

#nav ul.level1>li:hover>ul {
  opacity: 1;
  height: auto;
  display: flex;
  justify-content: space-between;
}

#nav ul.level1>li:hover .subCat.level2 {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

#nav ul.level1 ul aside {
  min-width: auto;
  max-width: 215px;
  height: 100%;
  position: relative;
  padding: 10px;
  display: table-cell;
  vertical-align: top;
}

#nav ul.level1 ul aside:nth-child(n+2) {
  padding-top: 40px;
  margin-left: 0px;
}

#nav ul.level1 ul aside .nomecat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: block;
  color: #f07b12;
  padding: 0 5px 15px 5px;
}

/* Imagem em destaque no menu */
#nav ul.level1 ul .menu-produto {
  min-width: 305px;
  max-width: 305px;
  height: 100%;
  position: relative;
  padding: 20px;
  display: table-cell;
  border-left: 1px solid #d9dae6;
  vertical-align: top;
}

#nav ul.level1 ul .menu-produto .menu-produto-wrapper {
  display: inline-table;
  width: 100%;
}

#nav ul.level1 ul .menu-produto .menu-produto-wrapper .product-image {
  display: block;
}

#nav ul.level1 ul .menu-produto .menu-produto-wrapper .product-image img {
  width: 100%;
  max-width: 305px;
  height: auto;
  border-radius: 5px;
}

#nav ul.level1 ul li {
  display: block;
  float: none;
}

#nav ul.level1 ul li a {
  clear: both;
  display: block;
  margin: 0;
  float: none;
  font-family: "Montserrat", sans-serif;
  color: #7b7e8f;
  font-size: 12px;
  text-align: left;
  height: auto;
  line-height: 1.5 !important;
  padding: 10px 5px;
  background: transparent !important;
  transition: 0.3s ease;
  text-decoration: none;
}

#nav ul.level1 ul li:hover>a {
  font-weight: bold;
  color: #7b7e8f;
  background: transparent !important;
  text-decoration: none;
}

/* Container fix */
.header-astro-container .container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.header-astro-container .container::after {
  content: "";
  display: table;
  clear: both;
}

/* Menu mobile - Esconder no desktop */
.mobile-menu-overlay,
.mobile-menu-panel {
  display: none;
}

/* Responsivo - Mobile */
@media only screen and (max-width: 769px) {
  .barra-header {
    display: block;
    height: 46px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .header-primary-container {
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 109;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  }

  .header-primary-container .container {
    height: 46px;
  }

  .open-mobile-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 46px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
  }

  .open-mobile-nav .icone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
    pointer-events: none;
  }

  .open-mobile-nav .icone span {
    position: absolute;
    left: 0;
    display: block;
    background: #f07b12;
    width: 30px;
    height: 4px;
    border-radius: 9px;
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
  }

  .open-mobile-nav .icone span:nth-child(1) {
    top: 0px;
  }

  .open-mobile-nav .icone span:nth-child(2),
  .open-mobile-nav .icone span:nth-child(3) {
    top: 8px;
  }

  .open-mobile-nav .icone span:nth-child(4) {
    top: 16px;
  }

  .opensearch {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50px;
    width: 50px;
    height: 46px;
    line-height: 42px;
    font-size: 22px;
    text-align: center;
    color: #f07b12;
    cursor: pointer;
  }

  .logo-wrapper {
    width: 135px;
    padding: 0;
    float: none;
    display: table;
    margin: 5px auto 0;
    position: relative;
    z-index: 1;
  }

  .header-astro-container .js-logo-container {
    width: auto !important;
    min-width: 150px !important;
    max-width: calc(100% - 165px) !important;
    position: absolute;
    left: 150px;
  }

  .logo-wrapper .logo img {
    width: auto;
    height: 36px;
  }

  .header-wrapper {
    width: 65px;
    position: absolute;
    top: 2px;
    right: 5px;
  }

  .mobile-search {
    position: fixed;
    top: 46px;
    right: 0;
    left: 0;
    padding: 15px !important;
    background: #f07b12;
    overflow: hidden;
    transform-origin: top;
    height: 0;
    transform: scaleY(0);
    opacity: 0;
    transition: all 300ms ease;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 108;
  }

  .mobile-search.active {
    height: auto;
    transform: scaleY(1);
    opacity: 1;
  }

  .mobile-search .form-search {
    max-width: 100%;
    margin: 0;
  }

  .mobile-search .form-search .input-text {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 10px 130px 10px 15px;
  }

  .mobile-search .form-search button {
    width: 120px;
    height: 40px;
    top: 5px;
    right: 5px;
  }

  .mobile-search .form-search button span {
    font-size: 16px;
  }

  .phones,
  .logar {
    display: none;
  }

  .topcart {
    width: 100%;
  }

  .carrinho .icone .cart-qtd {
    top: 2px;
    line-height: 36px;
    width: 40px;
    height: 40px;
  }

  .carrinho .icone .cart-txt {
    display: none;
  }

  .nav-container {
    display: none;
  }

  /* Menu mobile */
  .mobile-menu-overlay {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 9998 !important;
  }

  .mobile-menu-overlay.active {
    display: block !important;
  }

  .mobile-menu-panel {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 85% !important;
    max-width: 350px !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    transition: left 0.3s ease !important;
    overflow-y: auto !important;
  }

  .mobile-menu-panel.active {
    left: 0 !important;
  }

  .mobile-menu-header {
    background: #656565;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu-title {
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-menu-close {
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    padding: 5px 10px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-item {
    border-bottom: 1px solid #eee;
  }

  .mobile-menu-item>a {
    display: block;
    padding: 15px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    position: relative;
  }

  .mobile-menu-item.has-submenu>a {
    padding-right: 50px;
  }

  .mobile-menu-item .submenu-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    pointer-events: none;
    font-size: 0 !important;
    color: transparent !important;
    overflow: hidden;
  }

  .mobile-menu-item .submenu-arrow:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    border-top: 2px solid #f07b12;
    border-right: 2px solid #f07b12;
    height: 8px;
    width: 8px;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
  }

  .mobile-menu-item.open .submenu-arrow:before {
    transform: rotate(-45deg);
    border-color: #0072bc;
  }

  .mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .mobile-menu-item.open .mobile-submenu {
    max-height: 1000px;
  }

  .mobile-submenu li a {
    display: block;
    padding: 12px 15px 12px 30px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
  }

  .mobile-submenu li a:active {
    background: #e0e0e0;
  }
}

/* Responsivo - Tablet */
@media screen and (max-width: 1170px) and (min-width: 770px) {
  .header-primary-container .logo-wrapper {
    width: 180px;
    padding-right: 20px;
  }

  .header-wrapper {
    width: calc(100% - 180px);
  }

  .phones .lista li {
    font-size: 11px;
    line-height: 1.5;
  }

  .quick-access li,
  .quick-access a {
    font-size: 11px;
  }
}

/* =
=======================================
   MODAL DE ORÇAMENTO
   ======================================== */

.orcamento-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.orcamento-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.orcamento-modal {
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s ease;
  overflow: hidden;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.orcamento-modal-header {
  background: linear-gradient(135deg, #213979 0%, #2d4a9e 100%);
  color: #fff;
  padding: 25px;
  position: relative;
}

.orcamento-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  padding-right: 30px;
}

.orcamento-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 28px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
  padding: 0;
}

.orcamento-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.orcamento-modal-body {
  padding: 30px 25px;
}

.orcamento-form .form-group {
  margin-bottom: 20px;
}

.orcamento-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.orcamento-form input {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.orcamento-form input:focus {
  outline: none;
  border-color: #f59333;
  box-shadow: 0 0 0 3px rgba(245, 147, 51, 0.1);
}

.orcamento-submit-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #f59333 0%, #ff9d47 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}

.orcamento-submit-btn:hover {
  background: linear-gradient(135deg, #ff9d47 0%, #f59333 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(245, 147, 51, 0.3);
}

.orcamento-submit-btn:active {
  transform: translateY(0);
}

.orcamento-submit-btn i {
  font-size: 20px;
}

/* Responsivo */
@media (max-width: 768px) {
  .orcamento-modal {
    max-width: 95%;
    margin: 20px;
  }

  .orcamento-modal-header {
    padding: 20px;
  }

  .orcamento-modal-header h3 {
    font-size: 16px;
  }

  .orcamento-modal-body {
    padding: 20px;
  }
}

/* Banner customizado do menu */
#nav ul.level1 ul aside.menu-banner-custom {
  flex: 1 !important;
  max-width: 100% !important;
  min-width: auto !important;
  padding: 10px !important;
  display: flex !important;
  justify-content: flex-end;
  vertical-align: top !important;
  height: auto !important;
}

#nav ul.level1 ul aside.menu-banner-custom img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

#nav ul.level1 ul aside.menu-banner-custom a {
  display: block;
}

#nav ul.level1 ul aside.menu-banner-custom a:hover img {
  opacity: 0.9;
}

/* Esconde o banner se não houver imagem */
#nav ul.level1 ul aside.menu-banner-custom:empty {
  display: none !important;
}

/* Mobile - esconde o banner */
@media (max-width: 768px) {
  #nav ul.level1 ul aside.menu-banner-custom {
    display: none !important;
  }
}