<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cards-xid {
  display: grid;
  grid-template-areas:
    "a b"
    "c d";
  grid-template-rows: 450px 450px;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  margin-bottom: 50px;
}

.slick-list.draggable {
  height: 100% !important;
}

.card {
  border-radius: 18px;
  position: relative;
  margin: 0px 30px;
  min-height: 313px !important;
  margin-bottom: 2rem;
  border: 0px !important;
  background-color: transparent !important;
  width: 350px;
}
.categoria-noticias {
  padding: 5px 15px;
  text-align: center;
  font-weight: 600;
  background-color: #c88a91;
  color: white;
  border-radius: 18px 18px 0 0;
  text-transform: uppercase;
}
.categoria-informe-academico {
  padding: 5px 15px;
  text-align: center;
  font-weight: 600;
  background-color: #9daaf2;
  color: white;
  border-radius: 18px 18px 0 0;
  text-transform: uppercase;
}
.imagem-card {
  height: 94px;
  background-position: center;
  background-size: 354px 94px;
  border-radius: 8px;
}
.cards-xid .title-noticia {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  /* text-align: justify; */
}
.cards-xid .date-noticia {
  padding: 5px 15px;
  color: #c88a91;
}
.link-noticia {
  position: absolute;
  bottom: 2%;
  right: 5%;
  text-transform: uppercase;
  font-weight: 700;
}
.link-noticia a {
  color: #c88a91;
}
.link-noticia {
  text-align: right;
}

.link-noticia a,
.date-noticia p {
  color: #c88a91;
}

.title-noticia {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-family: Source Sans Pro !important;
}
.text-noticia {
  height: 13rem;
}

.date-noticia {
  margin-top: 2rem;
  display: grid;
  grid-template: "q1 q2";
  grid-template-columns: 7% 90%;
}

.passador {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  position: relative;
}

.cls-1 {
  fill: none;
  stroke: #9daaf2;
  stroke-width: 5px;
  cursor: pointer;
}

.slick-dots {
  list-style: none;
}

.slick-dots &gt; li {
  float: left;
  margin-right: 1rem;
}
.slick-dots &gt; li &gt; svg {
  overflow: visible;
}

.slick-active &gt; svg &gt; circle {
  fill: #9daaf2 !important;
}

.slick-dots svg {
  cursor: pointer;
}

.link-noticia {
  color: white;
  background-color: #9daaf1;
  border-radius: 12px;
  padding: 0.7rem;
  transition: transform 0.5s;
  width: 9rem;
  text-align: center;
}

.link-noticia:hover {
  background-color: #021634;
  transition: transform 0.5s;
}

.slickcards {
  margin: auto;
}

.data {
  /* left: 13px; */
  font-family: Source Sans Pro !important;
  position: relative;
}
.data p {
  margin-top: 1rem;
  margin-bottom: 0;
}
</pre></body></html>