.header {
      --background-color: color-mix(in srgb, rgb(0 0 0), #000000 30%);
      --heading-color: #ffffff;
      color: var(--default-color);
      transition: all 0.5s;
      z-index: 997;
      background-color: var(--background-color);
    }
/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/
#section-projetos-20250130{
  background: #fff;
  
}
#section-projetos-20250130 .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

#section-projetos-20250130 .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#section-projetos-20250130 .portfolio-filters li:hover,
#section-projetos-20250130 .portfolio-filters li.filter-active {
  color: #fff;
  background: #0c5d4c;
  padding: 12px 15px 15px 15px;
  border-radius: 30px;
}

#section-projetos-20250130 .portfolio-filters li:first-child {
  margin-left: 0;
}

#section-projetos-20250130 .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  #section-projetos-20250130 .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

#section-projetos-20250130 .portfolio-content {
  position: relative;
  overflow: hidden;
}

#section-projetos-20250130 .portfolio-content img {
  transition: 0.3s;
}

#section-projetos-20250130 .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

#section-projetos-20250130 .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

#section-projetos-20250130 .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

#section-projetos-20250130 .portfolio-content .portfolio-info .preview-link,
#section-projetos-20250130 .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

#section-projetos-20250130 .portfolio-content .portfolio-info .preview-link:hover,
#section-projetos-20250130 .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

#section-projetos-20250130 .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

#section-projetos-20250130 .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

#section-projetos-20250130 .portfolio-content:hover img {
  transform: scale(1.1);
}
.hero-projetos{
  background: linear-gradient(29deg, #000000, transparent), url(../img/projetos.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
  height: 30vh;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#inner-hero {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}