* {
  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;
  }
}

.header{
    background: #ffffff;
}
.carousel {
    /*margin-top: -140px;*/
}

.carousel-item img {
    width: 100% !important;
    max-height: 750px !important;
    height: 100vh !important;
  
}

.input-search::placeholder {
   /*color: #000000 ;*/
}