<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Geral */
.voltar-home {
  font-weight: bold;
}
table {
  border-collapse: collapse !important;
  width: 100% !important;
}

#sectionPrincipal
  &gt; div
  &gt; div:nth-child(3)
  &gt; div
  &gt; div:nth-child(3)
  &gt; table
  &gt; tbody
  &gt; tr:nth-child(1) {
  background: #187394 !important;
}

td,
th {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 8px;
  width: 1px;
  padding-left: 2px;
}
tr:nth-child(odd) {
  background: #eeeeee;
}
tr:nth-child(even) {
  background-color: #ffffff;
}
h4.titulo-tab {
  text-align: center;
}
td.titulo-tab1,
td.titulo-tab0,
td.titulo-tab2,
td.titulo-tab3,
td.titulo-tab4,
td.titulo-tab5 {
  text-align: center;
}
td.titulo-tab0,
td.titulo-tab4 {
  background-color: #00b3b0 !important;
}

td.titulo-tab1,
td.titulo-tab5 {
  color: #ffffff;
  background: #d8418d;
}
td.titulo-tab2 {
  color: #ffffff;
  background-color: #ed2e2e;
}
tr.rodape-tab {
  background-color: #ffc5b3;
}
.sala {
  font-size: 14px;
}
strong.nome-tab {
  font-weight: 400;
}
strong.sala {
  font-size: 14px;
}

/* alinhamento do texto "sala" */
#interna
  &gt; div.container.containerBody
  &gt; div:nth-child(2)
  &gt; div
  &gt; div:nth-child(2)
  &gt; div
  &gt; table
  &gt; tbody
  &gt; tr:nth-child(21)
  &gt; td:nth-child(2)
  &gt; strong,
#interna
  &gt; div.container.containerBody
  &gt; div:nth-child(2)
  &gt; div
  &gt; div:nth-child(2)
  &gt; div
  &gt; table
  &gt; tbody
  &gt; tr:nth-child(18)
  &gt; td:nth-child(2)
  &gt; p
  &gt; strong:nth-child(1) {
  position: absolute;
  padding: 8px;
  top: 0;
}

.patrocinio.col-md-12 {
  background: white;
  border-top: 4px solid #56a662;
  border-bottom: 4px solid #254aa5;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#headerPrincipal #site-logo img {
  height: 5rem;
}
a:hover {
  text-decoration: none;
}

#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: absolute;
  width: 79px;
  background-color: #f4db7d;
  margin-left: -60px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 14px;
  height: 70px;
  display: flex;
  right: 0;
}
#irTopo &gt; p {
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  #irTopo {
    left: 5%;
    right: inherit;
  }
}

#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: 25px;
  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;
}
td {
  font-size: 15.7px;
  position: relative;
}
/**** INICIO FOOTER ****/
#footerPrincipal {
  /* margin-top: 15px; */
}

/**** 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 ****/

/**** refatoraÃ§Ã£o ****/
.parceiros .carousel-control.left,
.parceiros .carousel-control.right {
  background-image: none;
}
</pre></body></html>