div.container-informes {
    width: 100%;
    max-width: 1280px;
    min-height: 830px;
    margin: 20px auto 20px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: white;
}

div.breadcrumb {
    border-bottom: 1px solid #dedede;
    color: #dedede;
    font-size: 10px;
    margin-bottom: 17px;
    text-transform: uppercase;
    width: 100%;
}

div.container-informes h1 {
    color: #3c3c3c;
    margin-bottom: 9px;
    text-transform: uppercase;
}

div.container-informes h2 {
    color: #386f50;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

div.container-informes section.main section.informes .content p {
    border-bottom: 1px solid #dedede;
    padding-bottom: 7px;
}

div.container-informes section.main section.informes .content p:nth-child(n+1) {
    padding-top: 10px;
}

div.container-informes section.main section.informes .content h2:nth-child(n+1) {
    margin-top: 40px;
}

div.container-informes section.main section.informes .content a {
    color: black;
}

div.container-informes section.main section.informes .content a:hover {
    color: #2a612f;
    font-weight: bold;
}

.voltar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.voltar a {
    padding: 10px;
    text-align: center;
    background-color: #009468;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 140px;
}
nav.anos {
  /* estilo.css pinta todo <nav> de verde para a barra do topo. */
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 30px;
}

nav.anos a,
nav.anos span.atual {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  color: #009468;
  font-size: 14px;
}

nav.anos a:hover {
  background-color: #fafafa;
}

nav.anos span.atual {
  background-color: #009468;
  border-color: #009468;
  color: #fff;
}
