@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Aldrich&family=Bebas+Neue&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";


.hidden {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.no-overflow {
  width: 100%;
  overflow: hidden;
}
.padrao-botao {
  display: block;
  width: fit-content;
  line-height: 40px;
  border-radius: 23px 0 23px 0;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  border: 3px solid #021240;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #021240;
  padding: 0 25px;
  transition: background 0.4s ease, border-color 0.4s ease;
  cursor: pointer;
}
.padrao-botao:hover {
    background: linear-gradient(90deg, rgba(0,102,0,0.5), rgba(255,223,0,0.5));

  color: #fff;
  border-color: #fff;
}


.cabecalho+.padrao-bloco {
  padding-top: 50px
}
.cabecalho {
  padding: 160px 0 0px;
  text-align: right;
  margin-bottom: 70px
}

@media(max-width: 991.98px) {
  .cabecalho {
      text-align:left;
      margin-bottom: calc(var(--tamanho-container)*.1);
      padding: 40px 0 0
  }
}

.cabecalho img {
  width: 100%;
  height: calc(100% + 30px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 40px 0 40px 0;
  margin-bottom: -145px;
  max-height: 540px;
  filter: brightness(0.5);
}

@media(max-width: 991.98px) {
  .cabecalho img {
      margin-bottom:calc(var(--tamanho-container)*-0.1);
      margin-top: 30px;
      height: calc(var(--tamanho-container)*.7)
  }
}

.cabecalho .padrao-titulo {
  margin-top: 40px
}

@media(max-width: 991.98px) {
  .cabecalho .padrao-titulo {
      margin-top:0
  }
}

.cabecalho p {
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.7em;
  margin-top: 30px
}

.cabecalho p strong {
  font-weight: 700
}

@media(min-width: 992px) {
  .cabecalho .texto-escuro {
      color:#414042
  }
}

.padrao-titulo {
  font-size: var(--fonte-45px);
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
}

.categorias-lateral .padrao-subtitulo {
  position: relative;
  margin-bottom: 35px
}

.categorias-lateral .padrao-subtitulo::before {
  content: " ";
  position: absolute;
  right: calc(100% + 30px);
  top: 50%;
  margin-top: -1.5px;
  height: 3px;
  width: calc(var(--tamanho-coluna) - 30px);
  background-color: #021240
}

@media(max-width: 991.98px) {
  .categorias-lateral .padrao-subtitulo::before {
      right:calc(100% + 8px);
      width: var(--tamanho-borda)
  }
}

.padrao-subtitulo-maior {
  font-weight: 600;
  font-size: var(--fonte-45px);
  letter-spacing: -0.01em;
}
.padrao-subtitulo-maior.fw800 {
  font-weight: 800;
}
.padrao-subtitulo {
  font-weight: 600;
  font-style: italic;
  font-size: var(--fonte-30px);
  letter-spacing: -0.01em;
}
.padrao-subtitulo.risco {
  position: relative;
}
.padrao-subtitulo.risco::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: currentColor;
}
.padrao-subtitulo.risco span {
  position: relative;
  background-color: #fff;
  padding: 0 45px;
}
@media (max-width: 767.98px) {
  .padrao-subtitulo.risco span {
    padding: 0 15px;
  }
}
.padrao-bloco {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .padrao-bloco {
    padding: 70px 0;
  }
}
.padrao-bloco.azul {
  background-color: #1f6eb4;
  color: #fff;
}
.padrao-bloco.cinza {
  background-color: #414042;
  color: #fff;
}
.padrao-bloco.branco + .padrao-bloco.branco {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .h-100 {
    height: 100%;
  }
}
.scroll-mobile {
  margin: 0 calc(var(--tamanho-borda) * -1);
  overflow: auto;
  padding: 0 var(--tamanho-borda) 10px;
}

.categorias-lateral {
  padding-top: 30px;
}
.categorias-lateral h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.toggle-menu {
  position: fixed;
  top: 30px;
  right: var(--tamanho-borda);
  z-index: 900;
  width: 60px;
  height: 60px;
  background: #414042;
  border: 2px #fff solid;
  color: #fff;
  border-radius: 100%;
  flex-direction: column;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 992px) {
  .toggle-menu {
    display: none;
  }
}
.toggle-menu canvas {
  width: 18px;
  height: 2px;
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.4s, margin 0.2s;
}
.toggle-menu canvas + canvas {
  margin-top: 5px;
}
.toggle-menu.ativo canvas {
  margin-top: 0;
}
.toggle-menu.ativo canvas:nth-child(1) {
  transform: rotate(-45deg);
}
.toggle-menu.ativo canvas:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -2px;
}
.toggle-menu.ativo canvas:nth-child(3) {
  display: none;
}

::marker {
  font-size: 0;
}
a.cta {
  display: block;
  width: max-content;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0px;
  color: #fff;
  background: #6a6b6e 0% 0% no-repeat padding-box;
  border-radius: 4px;
  text-decoration: none;
  padding: 12px 50px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}
a.cta:hover {
  background: #004e7a 0% 0% no-repeat padding-box;
}
a.cta.whats {
  float: right;
  margin: 0;
  color: #fff;
  background: #38ca70;
  padding: 8px 26px;
  font-size: 12px;
  transition: 0.3s;
}
a.cta.whats:hover {
  background: #2a8169;
}
p {
  text-align: left;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #6a6b6e;
}


.pecas ul {
  width: 80%;
  padding: 0;
  display: flex;
  margin: auto;
}
.pecas h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0px;
  color: #6a6b6e;
  text-transform: uppercase;
  font-weight: bold;
  padding: 25px 0px;
  margin-bottom: 25px;
  border-bottom: 3px solid #6a6b6e;
  opacity: 1;
  font-family: "Bebas Neue", sans-serif;
}
.pecas li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #021240;
  border-radius: 40px 0px;
  opacity: 1;
  padding: 25px 0;
}
.pecas h3 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #6a6b6e;
  opacity: 1;
}
.pecas span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #6a6b6e;
  opacity: 1;
  text-transform: uppercase;
}
.pecas .cta {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  color: #fff;
  background: #20336e 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 6px 25px;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.3s;
}
.pecas .cta:hover {
  color: #fff;
  background: #039fb0 0% 0% no-repeat padding-box;
}
.pecas li:not(:last-child) {
  margin-right: 15px;
}
.pecas img {
  width: 100%;
}
.pecas span.bar {
  width: 80%;
  border-bottom: 2px solid #021240;
  opacity: 1;
  margin: 15px 0;
}

.pecas {
  position: relative;
  margin-top: 50px;
}
.pecas:before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #707070;
  margin-bottom: 50px;
}

ul.paginacao {
  margin: 30px 0;
  padding: 12px 0 0;
  display: flex !important;
  align-items: center;
  justify-content: end;
  border-top: 2px solid #707070;
}
ul.paginacao a {
  text-align: right;
  font: normal normal normal 20px/18px Bebas Neue;
  letter-spacing: 2.5px;
  color: #6a6b6e;
  opacity: 1;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 15px;
}
ul.paginacao a:hover {
  color: #004e7a;
}
ul.paginacao li:last-child {
  margin-left: 15px;
  margin-right: 0;
}
ul.paginacao li {
  margin-right: 4px !important;
  border: none;
  padding: 0;
}

.cta-voltar {
  float: right;
  font: normal normal normal 25px/20px Bebas Neue;
  letter-spacing: 2.5px;
  color: #6a6b6e;
  background: none;
  border: none;
  padding: 15px 0 0 0;
  outline: none;
  transition: 0.3s;
}
.cta-voltar:hover {
  color: #20336e;
}
.categorias-lateral .col-md-3 ul {
  padding: 0 0 0 10px;
}
.categorias-lateral .col-md-3 ul a {
  position: relative;
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  text-align: left;
  font: normal normal normal 14px/20px Montserrat;
  letter-spacing: 0px;
  color: #6a6b6e;
  text-decoration: none;
  text-transform: uppercase;
}
.categorias-lateral .btn-category {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  align-items: center !important;
  text-align: left !important;
  font: normal normal normal 14px/20px Montserrat !important;
  letter-spacing: 0px !important;
  color: #6a6b6e !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 5px !important;
  padding: 3px 12px !important;
  transition: 0.3s !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.categorias-lateral .btn-category:focus,
.categorias-lateral .btn-category:hover {
  width: max-content;
  padding: 0px 6px;
  background: rgba(106, 107, 110, 0.0980392157) 0% 0% no-repeat padding-box;
  border: 1px solid #6a6b6e !important;
  border-radius: 5px;
}
.categorias-lateral h2 {
  width: max-content;
  position: relative;
  text-align: left;
  font: normal normal normal 30px/48px Bebas Neue;
  letter-spacing: 0px;
  color: #6a6b6e;
  opacity: 1;
}

.categorias-lateral .col-md-3 ul.level-0 > li > a > span.before {
  content: "";
  background-image: url(../images/icon-categorias.svg);
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(275deg);
  margin-bottom: 5px;
}
.categorias-lateral .col-md-3 ul.level-0 > li > a > span.active.before {
  transform: rotate(0);
  margin-bottom: -2px;
}
.categorias-lateral .col-md-3 .level-1 {
  display: none;
  padding: 0 0 0 35px;
}
body.produtos .pecas ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
body.produtos .pecas .busca {
  position: relative;
  background: rgba(0, 0, 0, 0);
  padding-top: 17px;
}
body.produtos .pecas .busca input#search-input {
  border-color: #707070;
}
body.produtos .pecas .busca input#search-input::placeholder {
  color: #6a6b6e;
  padding-left: 15px;
}
body.produtos .pecas ul li {
  margin: 0;
}
body.produtos .pecas:before {
  display: none;
}
body.produtos .pecas {
  margin: 0;
}

.categorias-lateral .col-md-3 ul.level-0 > li > a.active:after {
  content: "";
  width: 40%;
  height: 0px;
  border-bottom: 2px solid #021240;
  position: absolute;
  bottom: 0;
}
.categorias-lateral .col-md-3 ul.level-1 > li > a.active {
  width: max-content;
  padding: 0px 6px;
  background: rgba(106, 107, 110, 0.0980392157) 0% 0% no-repeat padding-box;
  border: 1px solid #021240 !important;
  border-radius: 5px;
}
body.produto .marcas {
  margin: 0;
}
body.inova.produto .fullbanner .col-12 > img {
  position: absolute;
  width: 15%;
  top: 106px;
  right: 0;
  margin: 0;
}
body.inova.produto .fullbanner .col-12 {
  position: relative;
}
body.produto .descricao {
  background: linear-gradient(to bottom, #20336e 56.8%, #ffffff 44%);
  padding-top: 50px;
}
body.produto .fullbanner {
  min-height: 180px;
}
body.produto .descricao h2 {
  text-align: left;
  font: normal normal normal 30px/20px Bebas Neue;
  letter-spacing: 0px;
  color: #6a6b6e;
  opacity: 1;
  padding-top: 20px;
}
body.produto .descricao p {
  text-align: left;
  font: normal normal normal 15px/17px Montserrat;
  letter-spacing: 0px;
  color: #6a6b6e;
  opacity: 1;
  margin-top: 16px;
}
body.produto .descricao h1 {
  text-align: left;
  font: normal normal bold 42px/50px Montserrat;
  letter-spacing: 2.35px;
  color: #6a6b6e;
  opacity: 1;
  margin-bottom: 20px;
}
body.produto .descricao span {
  display: block;
  text-align: left;
  font: normal normal bold 16px/22px Montserrat;
  letter-spacing: 1px;
  color: #6a6b6e;
  opacity: 1;
}
body.produto .descricao > .container {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2901960784);
  border-radius: 23px;
  opacity: 1;
  padding: 70px 60px 35px;
}
body.produto .descricao .col-md-6 {
  position: relative;
}
body.produto .descricao .col-md-6 .cta-voltar {
  position: absolute;
  top: -30px;
  right: -25px;
  padding: 0;
  font-size: 20px;
}
body.produto .descricao .col-md-6 .cta-voltar svg {
  width: 20px;
  margin-right: 10px;
}
body.produto .descricao ul.images {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 100px 0 0 0;
}
body.produto .descricao ul.images img {
  width: 85%;
  max-width: 118px;
  transition: 0.3s;
  cursor: pointer;
}
body.produto .descricao ul.images img:focus,
body.produto .descricao ul.images img.active,
body.produto .descricao ul.images img:hover {
  box-shadow: 0px 12px 6px rgba(0, 0, 0, 0.1882352941);
}
body.produto .descricao .col-md-6 > img {
  width: 80%;
}
body.produto .descricao h2:nth-child(2) {
  border-top: 2px solid #707070;
}
body.produto .descricao .form h2 {
  font: normal normal normal 30px/50px Bebas Neue;
  float: left;
  margin: 0;
}
body.produto .descricao .form form {
  padding: 0;
  margin-top: 12px;
}
body.produto .descricao .form form .col-12 > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.produto .descricao .form form .col-12 > div > div > div {
  display: flex;
  align-items: baseline;
}
body.produto .descricao .form form button {
  margin: auto;
  margin-right: 0;
  width: 168px;
  height: 42px;
  background: #6a6b6e 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 2px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  margin-top: 15px;
  box-shadow: none;
  outline: none;
  transition: 0.3s;
}


@media (max-width: 767px) {

  ul .nav-item:not(:last-child) {
    padding-right: 15px;
  }

  body.inova .fullbanner .col-12 > img {
    display: none;
  }
  ul .nav-item .nav-link {
    width: max-content;
  }
  section.servicos:before {
    height: 317px;
  }
  .servicos .carrossel {
    margin: 50px 0px;
  }
  .servicos .col-md-4 {
    margin-bottom: 25px;
  }
  .slick-track {
    min-width: 200px;
  }
  .slick-arrow {
    position: absolute;
    top: 101%;
    background: rgba(0, 0, 0, 0);
    border: none;
  }
  button.slick-prev.slick-arrow {
    transform: rotate(180deg);
    right: 10%;
  }
  .pecas ul {
    width: 100%;
    margin-bottom: 25px;
  }
  .pecas li {
    text-align: center;
    text-align: -webkit-center;
    min-width: 200px;
  }

  body.blog-interna .recent-post:first-child {
    margin-top: 100px;
  }
  body.modelo-servico .fullbanner > .container > .row {
    width: 100%;
    margin: auto;
  }
  body.modelo-servico .tab-content > .active .conteudo > ul .slick-slide {
    margin-right: 10px;
  }
  body.modelo-servico
    .tab-content
    > .active
    .conteudo
    > ul
    .slick-slide
    > div:first-child {
    margin-bottom: 10px;
  }

  body.modelo-servico .tab-content > .active {
    flex-direction: column;
    box-shadow: none;
  }
  body.modelo-servico .tab-content > .active .img {
    width: auto;
    margin: 15px 0 0 35px;
  }
  body.modelo-servico .tab-content > .active .img img {
    width: 68%;
    border-radius: 20px;
  }
  body.modelo-servico .tab-content > .active .conteudo {
    max-width: 100%;
    padding: 40px;
  }
  body.modelo-servico .tab-content > .active .img:after {
    top: auto;
    right: 50px;
    bottom: -3px;
  }
  body.produtos .pecas ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow-x: auto;
  }
  body.produto .descricao > .container {
    padding: 30px 30px 25px;
  }
  body.produto .descricao .col-md-6 > img {
    width: 100%;
  }
  body.produto .descricao > .container .col-md-6:last-child {
    order: 1;
  }
  body.produto .descricao > .container .col-md-6:first-child {
    order: 2;
  }
  body.produto .descricao h1 {
    font: normal normal bold 20px/25px Montserrat;
  }
  .sobre .conteudo img {
    position: initial;
    width: 100%;
  }
  body.produto .descricao ul.images {
    margin: 20px 0 0 0;
  }
  .veja-tambem .pecas > .cta {
    float: none;
    margin-top: 0;
  }
  body.produto .descricao .col-md-6 .cta-voltar {
    top: -17px;
    right: 0;
  }
  body .marcas {
    margin-bottom: 40px;
  }
  body.sobre .fullbanner h1 {
    padding: 185px 0 85px;
  }
  .conteudo img {
    position: initial;
    width: 100%;
  }
}

.cookie-bar {
  background: rgba(33, 33, 33, 0.94);
  position: fixed;
  display: flex;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 24px 14px;
  color: #fff;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  z-index: 9999999999;
}
.cookie-bar p {
  color: #ebebeb !important;
}
#cookie-img {
  width: 30px;
  height: 30px;
}
#divImg {
  height: 100%;
}
.btn {
  width: fit-content;
  line-height: 35px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  font-size: 1rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: currentColor;
  padding: 0 25px !important;
  transition: 0.3s;
  cursor: pointer;
}
.btn:hover {
  border: 2px solid #fff;
}
.btn-accept-cookie {
  color: #fff;
  background-color: #20336e;
  border-color: #20336e;
}
.btn-decline-cookie {
  color: #212121;
  background-color: #ccc;
  border-color: #ccc;
}
.modal-header > #acceptCookieCloseContainer:hover {
  cursor: pointer;
}
.modal-header > #acceptCookieCloseContainer > .closebar {
  position: absolute;
  width: 20px;
  height: 3px;
  display: block;
  background: #fff;
  transition: 600ms ease-in-out;
}
.modal-header > #acceptCookieCloseContainer > .closebar.bar1 {
  transform: rotate3d(0, 0, 0.5, 45deg);
  background: #c8c8c8;
}
.modal-header > #acceptCookieCloseContainer > .closebar.bar2 {
  transform: rotate3d(0, 0, 0.5, -45deg);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.8);
  transition: 300ms ease-in-out;
}
.modal-header > #acceptCookieCloseContainer:hover > .closebar.bar1 {
  transform: rotate3d(0, 0, 0.5, -45deg);
}
.modal-header > #acceptCookieCloseContainer:hover > .closebar.bar2 {
  transform: rotate3d(0, 0, 0.5, 45deg);
}
.modal-open .modal {
  z-index: 1000000000000000000000000000000000000000;
}
.click-link {
  color: #021240;
} /*# sourceMappingURL=servicos.css.map */
/* Produto Interno*/

@media (min-width: 992px) {

  .grid-itens>div:nth-child(3),
  .grid-itens>div:nth-child(4) {
      color: #fff !important;
  }
}
  
  body.produtos .descricao-modal > .container {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2901960784);
      border-radius: 23px;
      opacity: 1;
      padding: 70px 60px 35px;
  }
  
  @media (min-width: 1200px) {
      .container-xl, .container-lg, .container-md, .container-sm, .container {
          max-width: 1140px;
      }
  }
  
  body.produtos .descricao-modal .col-md-6 .cta-voltar {
      position: absolute;
      top: -30px;
      right: -25px;
      padding: 0;
      font-size: 20px;
  }
  
  body.produtos .descricao-modal h1 {
      text-align: left;
      font: normal normal bold 25px / 40px Montserrat;
      letter-spacing: 2.35px;
      color: #6A6B6E;
      opacity: 1;
      margin-bottom: 20px;
  }
  body.produtos .descricao-modal .codigo {
      display: block;
      text-align: left;
      font: normal normal bold 16px / 22px Montserrat;
      letter-spacing: 1px;
      color: #6A6B6E;
      opacity: 1;
  }
    body.produtos .descricao-modal .referencia {
      display: block;
      text-align: left;
      font: normal normal normal 16px / 22px Montserrat;
      letter-spacing: 1px;
      color: #6A6B6E;
      opacity: 1;
  }
  body.produtos .descricao-modal ul.images img {
      width: 85%;
      max-width: 118px;
      transition: 0.3s;
      cursor: pointer;
  }
  .thumbnail-image {
      box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2901960784);
  }
  body.produtos .descricao-modal ul.images {
      display: flex
  ;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 20px 0 0 0;
  }
  .cta-voltar {
      float: right;
      font: normal normal normal 25px / 20px Bebas Neue;
      letter-spacing: 2.5px;
      color: #6A6B6E;
      background: none;
      border: none;
      padding: 15px 0 0 0;
      outline: none;
      transition: 0.3s;
  }
  
  body.produtos .descricao-modal .col-md-6 > img {
      width: 100%;
  }
  body.produtos .descricao-modal .col-md-6 {
      position: relative;
  }
  body.produtos .descricao-modal .col-md-6 .cta-voltar svg {
      width: 20px;
      margin-right: 10px;
  }
  
  body.produtos .descricao-model ul.images {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 100px 0 0 0;
  }
  
  .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1000;
  }
  
  .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      padding-top: 20px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: rgb(0, 0, 0);
      background-color: rgba(0, 0, 0, 0.7);
  }
  
  
  /* Produto Interno*/


  .categorias-lateral {
    padding: 40px 0;
}

.categorias-lateral .padrao-subtitulo {
    margin-bottom: 20px;
}

.categorias-lateral .level-0 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categorias-lateral .level-0 li {
    margin-bottom: 10px;
}

.categorias-lateral .filtro-tipo {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
}

.categorias-lateral .filtro-tipo:hover,
.categorias-lateral .filtro-tipo.active {
    background-color: #f5f5f5;
    color: #021240;
}

.categorias-lateral .filtro-tipo .before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #021240;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.categorias-lateral .filtro-tipo:hover .before,
.categorias-lateral .filtro-tipo.active .before {
    opacity: 1;
}

.lista-produtos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.lista-produtos li {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.lista-produtos li:hover {
    transform: translateY(-5px);
}

.lista-produtos li img {
    max-width: 100%;
    height: auto;
}

.lista-produtos li h3 {
    margin: 10px 0;
    font-size: 15px;
    color: #333;
}

.lista-produtos li span {
    display: block;
    color: #666;
    margin-bottom: 15px;
}

.main-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.images {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.images li {
    flex: 0 0 100px;
}

.images li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
}