.titulo {
  color: #0c2856;
  font-family: "DIN Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mod-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 20px 0px;
  margin: 0;
  border-bottom: 1px solid #80808080;
}

.first-item {
  display: flex;
  gap: 20px;
  width: 100%;
}

.first-item .grid-image {
  flex: 1;
  height: 350px;
}

.first-item .grid-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.first-item .grid-content {
  flex: 1;
  padding: 0 15px;
}
.first-item a {
  color: #0c2856;
  font-family: "DIN Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.nome-categoria {
  color: var(--M3-ref-neutral-neutral60, #939090);
  font-family: "DIN Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}

.grid-item {
  display: flex;
  flex-direction: column;
}

.grid-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.grid-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.grid-content {
  padding: 15px;
}

.mod-articles-category-title {
  color: #0c2856;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.grid-introtext {
  color: #666;
  font-size: 0.9em;
}
.programas-acoes-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px;
}

.programa-acao-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
  height: 100%;
}

.programa-acao-icon {
  font-size: 50px;
  margin-bottom: 10px;
  color: #007bff;
}

.programa-acao-title {
  color: #0c2856;
  text-align: center;
  font-family: "DIN Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
  border: none;
}
#sp-left .sp-module ul > li > a {
  color: var(--azul-escuro);
  font-family: var(--din-regular);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding: 10px 0px;
}
#sp-left .sp-module ul > li.active > a {
  color: #1f64ff;
}
#sp-left .sp-module ul > li > a:hover {
  color: #1f64ff;
}
ul.mod-menu.mod-list.nav.menu-lateral {
  display: flex;
  flex-direction: column;
}
#sp-left .sp-module {
  margin-top: 50px;
  padding: 5px 5px 40px;
  background: #f6faff;
  border-radius: 3px;
  border: none;
}
.custom-related-articles {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #80808038;
}
.custom-related-articles > .custom-related-title {
  font-family: DIN Pro bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000000;
  width: 100%;
}
.custom-related-article {
  width: calc(33% - 10px);
}
.custom-related-article img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 5px;
}
.custom-related-category {
  font-family: DIN Pro regular;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  color: #939090;
  margin-top: 15px;
  margin-bottom: 5px;
}
.custom-related-article .custom-related-title {
  font-family: DIN Pro medium;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #0c2856;
}
.custom-related-article .custom-related-title:hover,
.custom-related-article .custom-related-title:active {
  color: #0c2856;
}
.custom-related-readtime {
  font-family: DIN Pro regular;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #939090;
  margin-top: 15px;
}
#sp-main-body {
  padding: 0;
}
