   PAGE: SETOR DE TINTAS - HISTÓRIA DAS TINTAS
   ============================================= */

#historia-hero {
  position: relative;
  z-index: 0;
  margin-top: -50px;
  padding-top: 50px;
  overflow: hidden;
}

#historia-hero .ht-paint-left {
  position: absolute;
  left: -74px;
  top: 0;
  width: 324px;
  pointer-events: none;
  z-index: 1;
  transform: scaleX(-1);
}

#historia-hero .ht-hero-img-wrap {
  position: relative;
  overflow: hidden;
  height: 600px;
}

#historia-hero .ht-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#historia-content {
  position: relative;
  overflow: hidden;
}

#historia-content .ht-paint-right {
  position: absolute;
  right: -101px;
  top: 232px;
  width: 341px;
  pointer-events: none;
  z-index: 0;
  rotate: 180deg;
}

#historia-content .ht-text-box {
  background-color: var(--color-silver-blue);
  border-radius: 0 0 20px 20px;
  width: 583px;
  max-width: 100%;
  padding: 36px 41px 77px 39px;
}

#historia-content .ht-text-box p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-silver);
  letter-spacing: -0.32px;
  line-height: 1.88;
  margin-bottom: 1.5rem;
}

#historia-content .ht-right-col {
  padding-top: 80px;
}

#historia-content .ht-section-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--color-purple);
  letter-spacing: -0.32px;
  line-height: 1.88;
  text-align: center;
  margin: 0 0 0 0;
}

#historia-content .ht-section-subtitle {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-purple);
  letter-spacing: -0.32px;
  line-height: 1.62;
  text-align: center;
  max-width: 420px;
  margin: 15px auto 20px;
}

#historia-content .ht-illustration-wrap {
  margin-left: 8px;
}

#historia-content .ht-illustration {
  width: 646px;
  max-width: 100%;
}

@media (max-width: 992px) {
  #historia-hero .ht-hero-img-wrap {
    height: 280px;
  }

  #historia-content .ht-text-box {
    width: 100%;
    padding: 30px 20px;
  }

  #historia-content .ht-right-col {
    padding-top: 40px;
  }

  #historia-content .ht-section-title {
    font-size: 22px;
  }

  #historia-content .ht-section-subtitle {
    font-size: 18px;
    max-width: 100%;
  }

  #historia-content .ht-illustration-wrap {
    margin-left: 0;
    text-align: center;
  }

  #historia-content .ht-illustration {
    width: 100%;
  }

  #historia-content .ht-paint-right {
    display: none;
  }
}

