* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1378px;
  margin: 0 auto;
  padding: 0 0.938rem;
}



.breadcrumb a {
  font-weight: 400px;
  color: black;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}


.btn-menu-mobile{
  display: none;
}

@media(max-width: 1024px){
  .btn-menu-mobile{
    display: block;
  }
}

.nav-desktop{
  justify-content: space-between;
}

.produtos-mobile{
  display: none;
}

@media(max-width: 800px){
  .produtos-desktop{
    display: none;
  }
  .produtos-mobile{
    display: block;
  }
}
