#produtos-reinvencao-2025 {
  padding: 80px 0 30px 0;
}

.produtos-reinvencao-2025 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.produtos-reinvencao-2025 p {
  font-family: "Margem-medium";
  font-size: 1.1rem;
  line-height: 100%;
  color: #E24E5A;
  text-transform: uppercase;
  text-align: center;
}

.produtos-reinvencao-2025 h2 {
  width: 100%;
  max-width: 822px;

  font-family: "Margem-regular";
  font-size: 2.5rem;
  line-height: 40px;
  letter-spacing: -1px;
  color: #FFFFFF;
  text-align: center;
}

.produtos-reinvencao-2025 h2 span {
  color: #DD303E;
}

.produtos-tabs {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;

}

.produtos-tab-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 105px;
  margin-top: 30px;
}

.produtos-tabs button {
  display: flex;
  width: 312px !important;
  height: 47px;
  background-color: transparent;

  padding: 12px 12px 12px 16px;
  align-items: center;
  gap: 16px;

  border-radius: 12px;
  border: 1px solid #bdbdbd7a;
}

.produtos-tabs button span {
  color: #9E9E9E;
  text-align: center;
  font-family: "Margem-medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 22.5px */
  text-wrap: nowrap;
}

.produtos-tabs button img {
  filter: saturate(0);
}

.produtos-tabs button:hover img,
.produtos-tabs button.active img {
  filter: saturate(1);
}

.produtos-tabs button.active,
.produtos-tabs button:hover {
  border-radius: 12px;
  border: 1px solid #66A4FF;
}

.produtos-tabs button:hover span{
  color: #66A4FF;
}

.produtos-tabs button.active span {
  color: #66A4FF;
}

.produtos-view {
  width: 900px;
  height: fit-content;
  flex-shrink: 0;
}

.produtos-view img {
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1440px) {
  .produtos-view img {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .produtos-tab-section {
    justify-content: center;
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .produtos-tab-section {
    flex-direction: column;
  }

  .produtos-tabs {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .produtos-tabs::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 5px;
  }

  .produtos-tab-icon {
    display: none;
  }

  .produtos-tabs button {
    width: 200px !important;
    justify-content: center;
  }

  .produtos-view {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .produtos-tab-section {
    margin-top: 24px;
  }

  .produtos-tabs::-webkit-scrollbar {
    height: 0px;
  }
}

@media (max-width: 575px) {
  .produtos-reinvencao-2025 h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: start;
  }
  
  .produtos-tabs button span {
    font-size: 12px;
  }
}
