.breadcrumb .horizontal a {
  color: #667085;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb .horizontal a.active {
  color: #ed6b47;
}

#app > nav > ul > li:nth-child(2) > i {
  width: 7px;
  height: 12px;
  margin: 0 10.5px 0 10.5px;
  color: #98A2B3;
}

.breadcrumb {
  width: 100%;
  height: 56px;
  background: #f2f4f7;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.breadcrumb a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #667085;
}

.breadcrumb img {
  background-position: left;
  background-repeat: no-repeat;
  width: 22.5px;
  height: 22.5px;
  margin-right: 5px;
}

.section-box-2 .text-heading-6 {
  line-height: 22px;
  font-size: 15px;
}

.section-box-2 .slider-nav {
  margin-top: -190px !important;
  right: 0;
}

.counter-text {
  text-align: center;
}

.section-box-about-01 {
  margin-top: 80px;
}
.section-box-about-01 h3 {
  font-family: "Chivo";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  color: #0069b4;
}

.section-box-about-01 p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #667085;
}

/* #section-box-2 {
  display: block;
} */

#section-box-2 .slider-nav {
  justify-content: flex-end !important;
}

#section-box-2-mobile {
  display: none;
}

#section-box-2 .grid-category-style-2 {
  width: 100%;
  height: auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1199px) {
  #counter {
    display: flex;
    padding: 0;
    margin: 56px 0;
  }

  #counter .vertical-middle .card {
    height: 153px;
    background: #fbfbfb;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    justify-content: center;
  }

  #counter .vertical-middle {
    gap: 16px;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .section-box-about-01 span {
    font-size: 56px;
    line-height: 72px;
  }
}

@media (max-width: 624px) {
  #counter {
    height: auto;
  }

  #counter .vertical-middle {
    flex-wrap: wrap;
    flex-direction: column;
  }

  #counter .vertical-middle .card {
    width: 100%;
  }
}

@media (max-width: 863px) {
  .section-box-2 .slider-nav {
    margin-top: -380px !important;
  }
  .block-slider-bottom-banner {
    padding-right: 0px;
  }
}


@media (min-width: 425px) and (max-width: 659px) {
  .section-box-2 .slider-nav {
    margin-top: -180px !important;
  }
  .slider-button::after {
    width: 30px !important;
    height: 30px !important;
  }
  
}

@media (max-width: 425px) {
  /* Slider Nossos Produtos */

  .grid-category {
    display: flex;
  }

  .grid-category-style-2 .grid-image-bottom {
    margin: 0;
    justify-content: center;
    align-items: center;
  }

  .grid-category .grid-image-left-category {
    display: flex;
    justify-content: center;
  }

  .grid-category .grid-image-left-category .category-image img {
    margin: 25px;
  }
}

@media (max-width: 425px) {
  /* Slider Nossos Produtos mobile*/

  /* #section-box-2 {
    display: none;
  } */

  #section-box-2-mobile {
    display: block !important;
    height: auto;
    margin: 56px 0 -12px 0;
  }

  #section-box-2-mobile .grid-category-mobile .orange-shadow {
    width: 297px;
    height: 164px;
    background: rgba(230, 143, 119, 0.6);
    border-radius: 16px;
    position: relative;
    margin-top: -180px;
    left: 60px;
  }

  #section-box-2-mobile h2 {
    font-family: "Superclarendon";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
  }

  #section-box-2-mobile .slider-nav {
    display: none;
  }

  #section-box-2-mobile .grid-category-mobile h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #020202;
    margin: 52px 0 8px 0;
  }

  #section-box-2-mobile .grid-category-mobile img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
  }

  #section-box-2-mobile img.banner-blue {
    position: relative;
    margin-top: -80px;
    z-index: -1;
  }
}
