.breadcrumb-links-link a,
.breadcrumb-links-link.active {
  color: #002649;
}

.breadcrumb li:nth-of-type(3) svg path,
.breadcrumb li:nth-of-type(5) svg path {
  fill: #002649;
}

.informacoes-header {
  padding: 5rem 0;
}

.informacoes-header .container {
  display: grid;
  grid-template-columns: 1fr;
}

.informacoes-header__content h2 {
  color: #221200;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.44px;
  margin-bottom: 24px;
}

.informacoes-sidebar {
  display: none;
}

.informacoes-sidebar {
  background: #f2f2f2;
  padding: 32px;
  width: 100%;
}

.informacoes-sidebar h3 {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}

.share-icons {
  display: flex;
  gap: 12px;
}

.share-icons a {
  width: 36px;
  height: 36px;
  background: #f20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
}

.informacoes-sidebar hr {
  border: none;
  border-top: 1px solid #a3a3a3;
  margin: 20px 0;
}

.informacoes-sidebar p {
  color: #1e1e1e;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.informacoes-sidebar .whatsapp-btn {
  width: 100%;
}

@media screen and (min-width: 425px) {
  .informacoes-header__content h2 {
    font-size: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .informacoes-header__content h2 {
    font-size: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .informacoes-header .container {
    grid-template-columns: 2fr 350px;
    gap: 80px;
  }
  .informacoes-header__content h2 {
    font-size: 3.75rem;
  }
  .informacoes-sidebar {
    display: block;
    position: sticky;
    top: 120px;
    align-self: start;
  }
}

/* INFORMACOES ARTICLE*/
.informacoes-article {
  padding: 5rem 0;
}

.informacoes-article h2 {
  color: #121212;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 24px 0 16px;
}

.informacoes-article h3 {
  color: #121212;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 24px 0 16px;
}

.informacoes-article p {
  color: #424242;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 16px 0 8px;
}

article.informacoes-article a {
    color: #424242;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 16px 0 8px;
}

.informacoes-article ul,
.informacoes-article ol {
  list-style-position: inside;
}

.informacoes-article li {
  color: #424242;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 4px;
}

@media screen and (min-width: 425px) {
  .informacoes-article h2 {
    font-size: 1.75rem;
  }
  .informacoes-article h3 {
    font-size: 1.5rem;
  }
  .informacoes-article p,
  .informacoes-article li {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .informacoes-article h2 {
    font-size: 2rem;
  }
  .informacoes-article h3 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .informacoes-article .container > * {
    max-width: 70%;
  }
}

/* MORE INFORMACOES */
.informacoes {
  padding: 5rem 0;
  background-color: #f7f7f7;
}

.informacoes-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 80px;
}

.informacoes-cards__card {
  width: 100%;
  text-decoration: none;
  border: 1px solid #888;
  display: flex;
  flex-direction: column;
}

.informacoes-cards__card-content {
  background-color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.informacoes-cards__card-content h3 {
  color: #221200;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 20px;
}

.informacoes-cards__card-content p {
  color: #5c5c5c;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.informacoes-cards__card-content span {
  color: #bb2115;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 425px) {
  .informacoes-cards__card-content h3 {
    font-size: 1.25rem;
  }
  .informacoes-cards__card-content p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 650px) {
  .informacoes-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .informacoes-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .informacoes-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
