<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Geral */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#headerPrincipal &gt; div &gt; div.col-md-8 &gt; div.moduletable &gt; div {
  position: relative;
  left: 64vw;
  width: 25%;
}

.dat-not p {
}

div#quem-somos .moduletable {
  margin-top: 42px;
}

.container.contFix .col-md-12 .col-md-4 .moduletable {
  margin-top: 39px;
  margin-bottom: 0px;
}
.container.contFix .item-page {
  margin-top: 42px;
}

div#quem-somos .moduletable h3 {
  margin-bottom: 42px;
}

#headerPrincipal #site-logo img {
  width: 100%;
  padding-top: 9px;
}
.containe {
  margin-right: 10%;
  margin-left: 10%;
}

#position-menu .moduletable {
  margin: 0;
}

.module-title h3 {
  text-transform: uppercase;
}

#sectionPrincipal {
  min-height: 400px;
}

#position-header * {
  font-size: 14px;
}

#position-header .moduletable {
  margin-top: 8px;
  margin-bottom: 0;
}

#irTopo {
  position: fixed;
  right: 2%;
  bottom: -40px;
  z-index: 999;
  padding-bottom: 5px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  #irTopo {
    left: 5%;
    right: inherit;
  }
}
#acessibilidadeBar {
  position: fixed;
  top: 39%;
  z-index: 10;
}
#irTopo:hover {
  cursor: pointer;
  background-color: rgb(217, 214, 214);
}

#irTopo:active {
  background-color: rgb(197, 194, 194);
}

#component ul li {
  margin-left: 25px;
}

#component img {
  margin: 5px;
  max-width: 100%;
  height: auto;
}

#component .items-leading &gt; div {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #component img {
    margin: 5px 0;
  }
}

.page-header {
  margin: 20px 0 20px;
}

.moduletable {
  margin-top: 58px;
  margin-bottom: 20px;
}

.moduletable.no-margin {
  margin: 0 !important;
}
.moduletable.no-margin-top {
  margin-top: 0 !important;
}
.moduletable.no-margin-bottom {
  margin-bottom: 0 !important;
}

.moduletable &gt; h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.breadcrumb .divider {
  display: none;
}

table.tabela {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

table.tabela tr td {
  padding: 5px;
  border: 1px solid black;
}

/**** INICIO FOOTER ****/

#footerPrincipal &gt; .container {
  position: relative;
  min-height: 140px;
}
/**** FIM FOOTER ****/

/**** INICIO LOGO UNICAST ****/
#developer-logo {
  height: 80px;
  text-align: right;
}
#developer-logo img {
  margin-top: 18px;
  width: 130px;
}
/**** FIM LOGO UNICAST ****/

/**** INICIO PAGINACAO ****/
.pagination {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
.pagination .counter {
  float: none !important;
  display: block !important;
  text-align: center;
}
.pagination ul {
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 !important;
}
.pagination a,
.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
  background-color: #f5f5f5;
}
.pagination .active a,
.pagination .active span {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination span {
  background: #eee;
}
/**** FIM PAGINACAO ****/

.map-container {
  width: 100%;
  margin: 50px 0 30px;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked {
  pointer-events: auto;
}

div#cinza {
  background: url(../images/bg-eve.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 116px;
  min-height: 492px;
}
td.mod_events_latest_noevents {
  display: none;
}

.menu-padrao ul.lista-menu-principal li.parent &gt; ul &gt; li:hover {
  color: #3b3b3b;
  background-color: #aec670;
}
.mod_events_latest_table tr {
  border-bottom: none !important;
}
#abas &gt; div &gt; table &gt; tbody &gt; tr &gt; td &gt; br:nth-child(4) {
  display: none;
}
.data-not p {
  margin-top: 6px;
  margin-bottom: 0px;
  color: #688d35;
  font-size: 12px;
  margin-left: 10px;
}
.data-not {
  display: flex;
}

.container.contFix {
  padding-bottom: 20px;
}
.txt-Banner a {
  background: #a5c66b;
  padding: 7px 24px;
  border-radius: 18px;
  margin-top: 10px !important;
  color: black;
}
</pre></body></html>