@import url('https://fonts.bunny.net/css?family=anek-latin:400,500,600,700|open-sans:400,600,700');

.conteudo .categoria a {
  color: #DD6A10;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.conteudo .titulo a {
  color: #000;
  font-family: "Anek Latin";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.conteudo .titulo {
  color: #000;
  font-family: "Anek Latin";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.conteudo .mancha-colunas .titulo a {
  color: #000;
  font-family: "Anek Latin";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.conteudo .titulo.pagina {
  color: #DD6A10;
  font-family: "Anek Latin";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.conteudo .datahora {
  color: #DD6A10;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(143, 147, 159, 0.20);
}

.conteudo .mancha-colunas .datahora {
  margin: 0 0 20px 0;
}

.conteudo .compartilhe {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  color: #DD6A10;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.conteudo .compartilhe a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #DD6A10;
  border: 1px solid #DD6A10;
  border-radius: 20px;
  padding: 5px;
}

.conteudo .texto {
  color: #000;
  font-family: "Anek Latin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 30px 0;
}

.conteudo .texto :is(a, h1, h2, h3, h4, h5, h6) {
  color: #DD6A10;
}

.conteudo .nome {
  color: #000;
  font-family: "Anek Latin";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.conteudo .sobre {
  color: #000;
  font-family: "Anek Latin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 30px 0;
}

.conteudo .total {
  text-align: center;
  color: #DD6A10;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 20px 0;
  padding-top: 15px;
  border-top: 1px solid rgba(143, 147, 159, 0.20);
}

.conteudo .friso {
  border-bottom: solid 2px #DD6A10;
  margin: 0 0 30px 0;
}

.conteudo .manchas-c .titulo {
  color: #000;
  font-family: "Anek Latin";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.page-numbers {
  font-size: 15px;
  color: #DD6A10;
  display: inline-flex;
  width: 40px;
  height: 50px;
  border: solid 2px rgba(143, 147, 159, 0.20);
  margin: 0;
  align-items: center;
  justify-content: center;
}

.page-numbers:first-child {
  border-radius: 5px 0 0 5px;
}

.page-numbers:last-child {
  border-radius: 0 5px 5px 0;
}

.macro {
  color: #DD6A10;
  font-family: "Anek Latin";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.copy-js {
  cursor: pointer;
}