<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Lato", sans;
  width: 100vw;
  overflow-x: hidden;
}
.advertorial {
  color: #57575C;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: 300;
}
hr {
  color: #ececec;
}
.content {
  max-width: 715px;
  margin: 2em auto;
}
.title {
  font-size: 2.5em;
  font-weight: 900;
  color: #ff1616;
  line-height: 1.1em;
}
.title &gt; .link {
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.info {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  font-size: 12px;
  margin: 1em 0;
  font-weight: 700;
  line-height: 20px;
}
.info span {
  display: flex;
  align-items: center;
}
.info img {
  width: 15px;
}
.info .red {
  color: #ff1616;
  font-weight: normal;
}
.link {
  color: #3072AB;
  /* color: #438aca; */
  cursor: pointer;
  text-decoration: underline;
}
.legenda {
  font-style: italic;
  padding: 10px 0;
}
img {
  width: 100%;
}
#manchetesMobile {
  display: none;
}
p {
  margin-bottom: 1em;
  line-height: 25px;
}
p:not(.legenda){
  font-size: 20px;
  font-weight: 500;
  width: 90%;
}
button.link {
  font-size: 34px;
}
.font-normal {
  font-weight: normal !important;
}
.item {
  cursor: auto;
  margin-right: 0.5em;
  font-size: 1em;
  text-decoration: none;
  font-weight: bold;
}
.text-20 {
  font-size: 20px;
}
.margin-block-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.w-95 {
  width: 95%;
}

@media screen and (max-width: 768px) {
  .content {
    margin: 2em;
  }

  .title {
    font-size: 2em;
  }
  #manchetesDesktop {
    display: none;
  }
  #manchetesMobile {
    display: block;
  }
}
</pre></body></html>