<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slickbanner {
  height: 674px;
}

#banner &gt; div &gt; div {
  margin: 0;
}

.slick2 {
  background-image: url(../imagens/Destaque_Retangulo.png);
  position: absolute;
  background-repeat: no-repeat;
  height: 340px;
  width: 674px;
  /* top: 33rem; */
  top: 20rem;
  left: 5rem;
  z-index: 9;
}
div#banner-novo .moduletable {
  margin: 0;
}
.bannertitle h1 {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  min-height: 115px;
}

.banner-intro {
  color: #fff;
}
.banner-intro {
  color: #fff;
  min-height: 121px;
}
.banner-intro p {
  font-size: 21px;
}
button.botao-banner {
  margin-left: 2rem;
  background: transparent;
  box-shadow: 5px 5px 10px #457d124d;
  border-radius: 23px;
  opacity: 1;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 0.5em;
  width: 10em;
  transition: all 0.5s;
  border: 1px solid #eee;
  color: #fdfdfd;
}

.nav {
  /* border: 3px solid #fff;*/
  /*border-radius: 50%;*/
  /* width: 1.5rem; */
  height: 7.5rem;
  /*margin: 0.5rem; */
  cursor: pointer;
  z-index: 11;
  margin-top: 10px;
  margin-left: -11px;
  background-color: transparent;
}
.slick-active .nav {
  background-color: transparent;
}
.banner-dots {
  position: absolute;
  top: 46vw;
  left: 46vw;
}
li {
  list-style-type: none;
}
.txtbanner {
  padding: 0px 25px;
}
ul.slick-dots {
  display: flex;
  gap: 10px;
}

i.fas.fa-circle {
  color: transparent;
  border: 1px solid white;
  border-radius: 50%;
}
.banner-dots {
  position: absolute;
  top: 47vw;
  left: 49vw;
  z-index: 9999999999 !important;
}
li.slick-active &gt; i.fas.fa-circle {
  border: none;
}
.slick-dots li.slick-active i:before {
  color: white;
}
</pre></body></html>