.hero-produto {
  display: flex;
  align-items: stretch;
}

.hero-produto .card {
  background: url("../images/produto-hero-interno.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 122px;
  padding-left: 160px;
  width: 50%;
}

.hero-produto .breadcrumb-links-link.active,
.hero-produto .breadcrumb-links-link.active a {
  color: #fbe8e7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hero-produto h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 26px;
  max-width: 532px;
}

.hero-produto .image {
  display: flex;
  width: 50%;
}

.hero-produto .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-produto .list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  max-width: 800px;
  gap: 32px;
}

.hero-produto svg {
  flex-shrink: 0;
}

.hero-produto li {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-produto a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

/* produtos disponiveis */
.produtos-disponiveis {
  padding-block: 80px;
  background: #f6f6f6;
}

.produtos-disponiveis h2 {
  color: #001534;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
}

.produtos-disponiveis .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 67px;
}

.more-products {
  background-color: #f1f1f1;
  width: 100%;
  padding-block: 80px;
}

.more-products .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 80px;
}

.produtos-disponiveis .card,
.more-products .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 384px;
  height: 100%;
  flex: 1;
}

.produtos-disponiveis .card-content a,
.more-products .card-content a {
  text-decoration: none;
}

.produtos-disponiveis .card img,
.more-products .card img {
  width: 100%;
  max-width: 384px;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
}

.produtos-disponiveis .card-content,
.more-products .card-content {
  width: 100%;
  max-width: 384px;
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 0 0 10px 10px;
  background: #fff;
  flex: 1;
}

.produtos-disponiveis .card-content h3,
.more-products .card-content h3 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.produtos-disponiveis .card-content .saiba-mais,
.more-products .card-content .saiba-mais {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #ee1610;
  color: #e6f2f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 153px;
  height: 56px;
  transition: background-color ease-in 0.3s;
}

.more-products .card-content .saiba-mais {
  margin-top: 48px;
}

.produtos-disponiveis .card-content .saiba-mais:hover,
.more-products .card-content .saiba-mais:hover {
  background-color: #001534;
}

.more-products .title {
  color: #121212;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

/* artigo  */
.breadcrumb-links-link-product.active a {
  color: #003b94;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.breadcrumb-links-link-product a,
.breadcrumb-links li {
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.article-product .card-article {
  background: #f1f1f1;
  padding-block: 80px;
  width: 100%;
}

.article-product .card-article .container {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
}

.article-product .title-border {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-top: 40px;
}

.article-product .border-article {
  width: 4px;
  height: 60px;
  background: #ee1610;
}

.article-product h1 {
  color: #ee1610;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.article-product .card-article p {
  color: #424242;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  max-width: 741px;
  margin-top: 40px;
}

.article-product .card-article .orcamento {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 226px;
  height: 56px;
  border-radius: 12px;
  background: #ee1610;
  color: #e6f2f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 24px;
  transition: background-color ease-in 0.3s;
  text-decoration: none;
}

.article-product .card-article .orcamento:hover {
  background-color: #001534;
}

.article-product article .container {
  padding-block: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1280px;
  gap: 24px;
}

.article-product .card-article img {
  border-radius: 12px;
  border: 1px solid #aaa;
}

.article-product article ul {
  margin-left: 20px;
}

.article-product article p,
.article-product article li {
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.article-product article h2,
.article-product article h3 {
  color: #161616;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 1024px) {
  .hero-produto {
    flex-direction: column;
  }

  .hero-produto .card,
  .hero-produto .image {
    width: 100%;
  }

  .hero-produto .card {
    padding-block: 102px;
    padding-left: 40px;
  }

  .hero-produto .list {
    max-width: 100%;
  }

  .produtos-disponiveis .cards {
    grid-template-columns: 1fr 1fr;
  }

  .produtos-disponiveis .card,
  .produtos-disponiveis .card-content,
  .produtos-disponiveis .card img {
    max-width: 100%;
  }

  .more-products .card,
  .more-products .card img,
  .more-products .card-content {
    max-width: 100%;
  }

  .article-product .card-article .container {
    flex-direction: column;
    gap: 64px;
  }

  .article-product .card-article {
    padding-block: 64px;
  }

  .article-product article .container {
    max-width: 100%;
  }

  .more-products .cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .hero-produto .card {
    padding-block: 74px;
    padding-left: 16px;
  }

  .hero-produto h1,
  .article-product h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.08px;
  }

  .hero-produto .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
  }

  .produtos-disponiveis h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.08px;
  }

  .produtos-disponiveis .cards {
    grid-template-columns: 1fr;
  }

  .more-products .cards {
    grid-template-columns: 1fr;
  }

  .article-product .card-article {
    padding-block: 40px;
  }
}
