.header-pages {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  padding-top: 73px;
  padding-bottom: 100px;
}

.header-pages::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: #666 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #666 !important;
}
/* 
.link-category img{
  
} */

/* .link-category::after {
  content: "";
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.41) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 25px;
} */

.link-category .text-box {
  width: fit-content;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  padding: 7px 20px;
  border-radius: 0 0 14px 14px;
  border: 1px solid rgba(250, 250, 250, 0.24);
  backdrop-filter: blur(3px) !important;
  z-index: 10;
}

.box-description {
  position: relative;
}

.text-content {
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.fade-overlay {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, #f8f7f4, rgb(255 255 255 / 0%));
  display: none;
  pointer-events: none;
}

.btn-more,
.btn-less {
  display: none;
  margin-top: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.description{
  padding-bottom: 6rem;
}


@media (min-width: 768px) and (max-width: 992px) {
  .header-pages {
    padding-top: 100px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .header-pages {
    padding-top: 100px;
  }

  .description{
    padding-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .header-pages {
    padding-top: 0px;
    padding-bottom: 65px;
  }

  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: 14px !important;
  }

  .description{
    padding-bottom: 1rem;
  }
}
