* {
  scrollbar-width: auto;
  scrollbar-color: #326b29 transparent;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #326b29;
  border-radius: 10px;
  border: 6px solid #ffffff;
}

.home-btns {
  display: flex;
  overflow: auto;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -40px;
  padding: 0 50px;
}
.home-btn {
  padding-right: 90px;
  position: relative;
}
.home-btn h3 {
  width: 120px;
  position: absolute;
  font-weight: bold;
  top: 104px;
  left: 25px;
  font-size: 20px;
  color: #000;
}
.home-btn img {
  height: 51vh;
}
.home-btn {
  color: #000;
  text-decoration: none;
}
.home-btn.title-top {
  margin-top: 50px;
}
.home-btn.title-top h3 {
  position: relative;
  text-align: center;
  width: 85%;
  top: unset;
  left: unset;
  max-width: 233px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 19px;
  margin: auto;
  margin-bottom: 20px;
}
.home-btn.title-top img {
  margin-top: -10px;
  height: 32vh;
}

@media (max-width: 800px) {
  #categorias {
    margin-top: 90px;
  }
  .home-btns {
    display: grid;
    grid-template-columns: calc(50% - 30px) calc(50% - 30px);
    grid-gap: 30px;
    padding: 0px 30px;
    max-height: 63vh;
    overflow: auto;
  }
  .home-btn {
    padding-right: 0;
    text-align: center;
  }
  .home-btn h3 {
    top: 74px;
    left: 4px;
  }
  .home-btn img {
    height: auto;
    width: 70%;
  }
  .home-btn.title-top img {
    height: auto;
    width: 80%;
  }
  #categorias img {
    width: 100%;
  }
  .home-btn.title-top h3 {
    max-width: none;
  }
}

#wrapper .banner {
  text-align: center;
  margin-bottom: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
}
#wrapper .banner img {
  box-shadow: none;
  width: 85vw;
  margin: auto;
  margin-top: 40px
}
@media (max-width: 800px) {
  #wrapper .banner {
    bottom: 215px;
  }
}

#breadcrumbs {
  margin-top: -5px;
  padding: 0 16px;
  list-style: none;
}
#breadcrumbs li {
  display: inline;
  font-size: 18px;
}
#breadcrumbs li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
#breadcrumbs li a {
  color: #3A932C;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 30px 10px;
}
#breadcrumbs li a.active {
  color: #000;
}
#breadcrumbs li a i {
  color: #000;
  margin-right: 5px;
}
#breadcrumbs li a i.fa-home {
  font-size: 32px;
}