<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.classeCarrossel {
  position: relative;
  overflow: hidden;
  height: 615px;
}
.classeCarrossel .itens {
  width: 20000em;
  position: absolute;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  left: 0vw;
}
.classeCarrossel .itens &gt; * {
  height: 615px;
  width: 100vw;
  float: left;
  overflow: visible;
  /* text-indent: 100000%; */
  /* color: #00000000; */
}

.setas a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 37px;
  height: 82px;
  text-indent: -9999px;
  z-index: 99;
  cursor: pointer;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -ms-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.setas a:first-child {
  left: 10px;
  background: url(esquerda.png) no-repeat;
}
.setas a:last-child {
  right: 10px;
  background: url(direita.png) no-repeat;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.indicador {
  text-align: center;
  width: 100%;
  bottom: 7%;
  position: absolute;
}
.indicador &gt; * {
  display: inline-block;
  margin: 0 20px;
}
.indicador a {
  position: absolute;
  outline: 0;
  width: 20px;
  height: 20px;
  z-index: 99;
  cursor: pointer;
  background-color: #005323;;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 3px white;
}
.indicador a.ativo, .indicador a:hover {
  background-color: #5ec200;
}
</pre></body></html>