<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-banner {
  /* background-image: url("../img/14_03_36ANPET_OpcaoLayout_0002s_0002_Objeto-Inteligente-de-Vetor.png"); */
}

.img-banner {
  background-image: url(../img/LogoGlyph.png);
  height: 455px;
  width: 490px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.grid-banner {
  display: grid;
  grid-template-areas: "a1 a2";
}
.img-intro-banner {
  /* width: 280px; */
  width: 92%;
  position: absolute;
  top: 6%;
  left: 7%;
}
.text-banner {
  margin: auto;
}

a {
  font-family: Source Sans Pro;
  font-weight: bold;
}

li span {
  font-family: Source Sans Pro;
  font-weight: bold;
}
.title-noticia {
  font-family: Source Sans Pro;
  font-weight: bold;
}
.data {
  font-family: Source Sans Pro;
  font-weight: lighter;
}
.texto {
  font-family: Source Sans Pro;
  font-weight: lighter;
}
.entrar {
  font-family: Source Sans Pro;
  font-weight: lighter;
}
.text-banner {
  font-family: Source Sans Pro;
  font-weight: lighter;
}
.text-banner h1 {
  font-family: Source Sans Pro;
  font-weight: bold;
}
ul.slick-dots li {
  border: 3px solid #02c974;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.5rem;
  cursor: pointer;
  z-index: 11;
}

.banner-dots li.slick-active {
  background: #02c974;
}

.banner-dots {
  display: flex;
  justify-content: center;
}
</pre></body></html>