#produtos-nova-ai {
  padding: 50px 0;
}

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

.produtos-nova-ai p {
  font-family: "Margem-medium";
  font-size: 1.1rem;
  line-height: 100%;
  color: #638DFF;
  text-transform: uppercase;
  text-align: center;
}

.produtos-nova-ai h2 {
  width: 100%;
  max-width: 1006px;

  font-family: "Margem-medium";
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: -1px;
  color: #011A40;
  text-align: center;
}

.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: 76px;
}

.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 #424242;
}

.produtos-tabs button span {
  color: var(--blues-blue-900, #424242);
  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: 2px solid #4B59E0;
  color: var(--blues-blue-900, #003E99);
}

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

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


.black-friday-nova-ai #produtos-nova-ai {
  background-color: #121212;
}

.black-friday-nova-ai .produtos-nova-ai h2 {
  color: #FFFFFF;
}

.black-friday-nova-ai .produtos-tabs button.active,
.black-friday-nova-ai .produtos-tabs button:hover,
.black-friday-nova-ai .produtos-tabs button:focus
 {
  border: 2px solid #66A4FF;
  color: #66A4FF;
}

.black-friday-nova-ai .produtos-tabs button.active span,
.black-friday-nova-ai .produtos-tabs button:hover span {
  color: #66A4FF;
}

.black-friday-nova-ai .produtos-tabs button:hover img,
.black-friday-nova-ai .produtos-tabs button.active img {
  filter: saturate(0.5);
}



.black-friday-nova-ai .produtos-tabs button span {
  color: #9e9e9e;
}

@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-nova-ai h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .produtos-tab-section {
    margin-top: 24px;
  }

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

@media (max-width: 575px) {
  .produtos-tabs button span {
    font-size: 12px;
  }
}
