<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	color: #333333;
	font-family: 'Roboto', 'Arial', sans-serif;	
	font-size: 1.1em;
	font-weight: 300;
}
.noticias-outras img {
	border: 0;
	width: 100%;
}

/* -------------------------------------------------------- */

.topo {
	width: 100% !important;
	margin: 0 auto;
	background-image: linear-gradient(0deg, rgb(255, 252, 244), rgba(255, 255, 255, 0.8));
}
.topo .header .container {
	/*background: url("../../assets/figuras/topo.png") top right no-repeat;*/
}
.topo .logo {
	float: left;
}
.topo .logo img {
	width: auto;
	height: 100px;
	margin: 20px 35px 20px 0;
}
.topo .nome {
	font-size: 2rem;
	font-weight: bold;
	color: #c5a45d;
	text-shadow: .05rem .05rem #000000;
	margin-top: 30px;
	letter-spacing: -2px;
}

@media (max-width: 1023px) {
	.topo {
		display: none;
	}
}
@media (min-width: 1200px) {
	.topo .nome {
		margin-top: 25px;
		font-size: 2.5rem;	
	}
}
.header-barra {
	width: 100%;
	background-color: #333;
	height: 5px;
	line-height: 28px;
	font-size: 0.7rem;
	color: #FFF;
}
.header-data {
	color: #989898;
	font-size: 0.8rem;
	text-indent: 2px;
}

/* -------------------------------------------------------- */


@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navegacao {
	box-shadow: 0 8px 15px rgba(0,0,0,0.075);
	position: relative;
	z-index: 1000;	
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
	z-index: 1000;
}
.navbar-default, .navbar-collapse {
    background-color: #ffffff;
}
@media (max-width: 1023px) {
	.navbar-default {
		background-color: #ffffff;
	}
}
.navbar-brand {
    float: left;
    height: 60px;
    padding: 5px 10px;
    display: none;
}
.navbar-brand img {
	width: auto;
	height: 50px;
}
@media (max-width: 1023px) {
	.navbar-brand {
		display: block;
	}
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 14px;
    margin-right: 5px;
    margin-bottom: 14px;
    background-color: transparent !important;
    background-image: none !important;
    border: none;
    border-radius: 4px;
}
.navbar ul li a {
	color: #030504 !important;
	font-weight: 600;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
}
.navbar ul li a:hover {
 	color: #d4a238 !important;
}
@media (max-width: 1023px) {
	.navbar ul li a {
		height: 35px;
		line-height: 35px;
		font-size: 0.8rem;
		padding: 0 15px;
	}
}
@media (min-width: 1024px) {
	.navbar ul li a {
		height: 40px;
		line-height: 40px;
		font-size: 0.8rem;
		padding: 0 17px;
	}
}
@media (min-width: 1200px) {
	.navbar ul li a {
		height: 40px;
		line-height: 40px;
		font-size: 0.8rem;
		padding: 0 28px;
	}
}


@media (max-width: 1023px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 10px 0;
  }
  .navbar-nav&gt;li {
      float: none;
  }
  .navbar-nav&gt;li&gt;a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
      margin-bottom: 15px;
  }
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

/* -------------------------------------------------------- */

.destaque-black {
	background-color: #000000;
	padding: 70px;
}
.destaque-black-medium {
	background-color: #2d2d2d;
	padding: 70px;	
}
.destaque-black-light {
	background-color: #4e4e4e;
	padding: 70px;	
}

/* -------------------------------------------------------- */

.noticias {
	position: relative;
	z-index: 1;
	padding: 30px 0 30px;
	background-position: center;
}
.noticias::before {
   	content:'';
    position:absolute;
    width:100%; 
    height:100%;
    top:0; 
    left:0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8));
}
.noticia {
	position: relative;
	overflow: hidden;
}
/* .noticias img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;	
}
.noticias:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
} */
.noticia-data {
	color: #b5b5b5;
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.noticia-titulo {
	color: #ffffff;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.noticia-texto {
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.4rem;
}

.pd-right-15 {
	padding-right: 15px !important;
}
.pd-left-15 {
	padding-left: 15px !important;
}
.pd-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.pd-1 {
	padding-right: 1px !important;
	padding-left: 1px !important;
}

/* -------------------------------------------------------- */

.noticias-outras {
	background-color: #ffffff;
	padding: 55px 0 35px 0;
}
.noticias-outras-topico {
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 25px;
}
.noticias-outras a {
	color: #333;
	font-size: 0.85rem;
}
.noticias-outras a:hover {
	color: #ce9000;
	text-decoration: none;
}
.noticias-outras-item {
	margin-bottom: 25px;	
}
.noticias-outras-capa {
	border: 1px solid #f0f0f0;
}
.noticias-outras-data {
	color: #ababab;
	font-size: 0.7rem;
	margin-bottom: 8px;
}
@media (max-width: 1023px) {
	.noticias-outras-capa {
		margin-bottom: 10px;
	}
}
@media (min-width: 1024px) {
	.noticias-outras-capa {
		float: left;
		width: 120px;
		margin-right: 15px;
	}
}
.noticias-outras-separador {
	margin: 30px 0 0 0;
	border-top: 2px solid #eaeaea;
}

/* -------------------------------------------------------- */

.beneficios-slide {
    background-color: #b29353;
	padding: 20px 0 40px;
}
.beneficios-slide h2 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.3rem;
}
.beneficios-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.beneficios-item {
	width: 200px;
	margin: 0 10px 10px 10px;
	display: block;
	text-align: center;
}
.beneficios-item:first-child {
	margin-left: 0;
}
.beneficios-item:last-child {
	margin-right: 0;
}
.beneficios-item a {
	display: block;
}
.beneficios-item img {
	width: 200px;
}
.beneficios-item h2 {
	font-size: 18px;
	margin-top: 10px
}

/* -------------------------------------------------------- */

.outros-destaques {
	padding: 60px 0;
}
.outros-destaques a:hover &gt; .outros-destaques-texto {
	color: #333 !important;
}
.outros-destaques-imagem {
	margin-bottom: 30px;
}
.outros-destaques-titulo {
	font-weight: bold;
	color: #caa700;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 25px;
}
/* .outros-destaques-titulo::after {
	content: "";
	display: block;
	width: 80px;
	border-bottom: 2px solid #696969;
	margin: 20px 0;
} */
.outros-destaques-texto {
	font-size: 0.95rem;
	line-height: 1.5rem;
	color: #ffffff;
	margin-bottom: 30px;
}
.outros-destaques .icone {
	color: #e4c800;
}

.btn {
  border: 2px solid white;
  background-color: transparent;
  color: white;
  padding: 0.5rem 1.4rem;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.default {
  border-color: white;
  color: white !important;
}
.default:hover {
  background-color: #ffffff;
  color: black !important;
}
.gold {
  border-color: #ce9000;
  color: #ce9000 !important;
  font-size: 0.85rem;	
}
.gold:hover {
  background-color: #ce9000;
  color: #FFF !important;
}

/* -------------------------------------------------------- */

.fale-conosco {
	background-color: #f0f0f0;
	padding: 50px 0;
	text-align: center;
}
.fale-conosco-titulo {
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/* .fale-conosco-titulo::after {
	content: "";
	display: block;
	width: 50px;
	border-bottom: 2px solid #333;
	margin: 20px auto;
} */
.fale-conosco-texto {
	color: #6d6d6d;
	margin-bottom: 25px;
}
.fale-conosco-botao .action-button {
	margin: 0 auto;
}

/* -------------------------------------------------------- */

.associe {
	background-color: #f0f0f0;
	padding: 50px 0;
}
@media (min-width: 1024px) {
	.associe .container .row {
		display: flex;
		align-items: center;		
	}
	.associe-botao {
		float: right;
	}
}
@media (max-width: 1023px) {
	.associe-botao {
		margin-top: 20px;
	}
}
.associe-titulo {
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;

}
/* .associe-titulo::after {
	content: "";
	display: block;
	width: 50px;
	border-bottom: 2px solid #333;
	margin: 20px 0;
} */
.associe-texto {
	color: #6d6d6d;
	text-indent: 72px;
}
.icone {
	color: #8e8e8e;
	width: 50px;
	height: 50px;
	border: 2px solid;
	margin-right: 15px;
	border-radius: 8px;
	text-align: center;
	line-height: 45px;
	font-size: 1.3rem;
}

/* -------------------------------------------------------- */

.pagina {
	min-height: 500px;
}
.pagina-titulo {
	background-color: #000000;
	padding: 40px 0;
	border-bottom: 4px solid #eaa103;
}
.pagina-titulo h2 {
	color: #FFF;
	margin: 0;
	padding: 0;	
	font-weight: bold;
	font-size: 1.3rem;
	text-transform: uppercase;
}
.pagina-conteudo {
	padding: 30px 0;
	font-size: 0.9rem;
}
.pagina-conteudo a {
	color: #000000 !important;	
}
.pagina-conteudo a:hover {
	color: #eaa103 !important;	
	text-decoration: underline;
}
.pagina-conteudo-titulo {
	color: #525252;
	font-size: 1.3rem;
	font-weight: bold;
}
.pagina-conteudo-data {
	color:#bbbbbb;
	font-size: 0.7rem;
	margin-bottom: 15px;	
}
.pagina img {
    /*
	width: 0;
	width: auto;
	height: auto;
    */
}
@media (max-width: 720px) {
	.pagina img {
		width: 100%;
	}
}

.pagina-conteudo-lista ul, .pagina-conteudo-lista-cont ul {
	list-style: none;
	padding: 0;
}
.pagina-conteudo-lista ul li {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: block;
}
.pagina-conteudo-lista-cont ul li {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	width: 33%;
}
.pagina-conteudo-lista-cont ul li .pagina-conteudo-lista-titulo {
	margin-top: 25px;
}
.pagina-conteudo-lista ul li a {
	color: #525252;
}
.pagina-conteudo-lista ul li a:hover {
	color: #a70f00;
	text-decoration: none;
}
.pagina-conteudo-lista-capa {
	border: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
	.pagina-conteudo-lista-capa {
		
	}
}
@media (min-width: 768px) {
	.pagina-conteudo-lista-capa {
		float: left;
		width: 100px;
		margin-right: 15px;
	}
	.pagina-conteudo-lista-capa img {
		width: 98px;
	}
}
.pagina-conteudo-lista-data {
	color:#bbbbbb;
	font-size: 0.7rem;
}

.pagina-conteudo-separador {
	margin: 30px 0;
	border-top: 2px solid #eaeaea;	
}
.pagination {
    display: flex;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
	color: #000000 !important;
	text-decoration: none !important;
}
.pagination&gt;.active&gt;a, 
.pagination&gt;.active&gt;a:focus, 
.pagination&gt;.active&gt;a:hover, 
.pagination&gt;.active&gt;span, 
.pagination&gt;.active&gt;span:focus, 
.pagination&gt;.active&gt;span:hover {
	background-color: #eaa103;
	border-color: #eaa103;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
#diretoria_tb td {
    padding: 10px;
/*     border: 1px solid #e5e5e5; */
}


/* -------------------------------------------------------- */

.convencoes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.convencoes ul li {
	color: #525252;
	margin-bottom: 20px;
	font-weight: 600;
}
.convencoes ul li ul {
	list-style: disc;
	padding-left: 30px;
}
.convencoes ul li ul li {
	font-weight: normal;
	margin: 5px 0;
}

/* -------------------------------------------------------- */

.eventos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.eventos ul li {
	color: #525252;
	margin-bottom: 20px;
	font-weight: 600;
}
.eventos ul li ul li {
	font-weight: normal;
	margin: 15px 0;
	background-color: #f0f0f0;
	padding: 10px;
}
.eventos .capa {
	border: 1px solid #FFF;
	background-color: #FFF;
	width: 98px;
	height: 73px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.eventos h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.eventos .data,
.eventos .local {
	color: #777777;
}
.eventos .nome {
	color: #333;
	font-weight: 600;
}
.eventos .foto {
	width: 98px;
	height: 98px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 8px 8px;
}
.eventos .clique {
	font-size: .9rem;
}

/* -------------------------------------------------------- */

.sociais {
	padding: 18px;
	text-align: center;
	background-color: #e2e2e2;
}
.sociais a {
    color: #ce9000;
	margin-left: 15px;
	text-decoration: none;
	padding: 2px 5px;
}
.sociais a:hover {
	color: #ffffff;
	background-color: #ce9000;
}

/* -------------------------------------------------------- */

.rodape {
	color: #FFFFFF;
	background-color: #333333;
	width: 100%;
	padding: 40px 0;
}
address {
	font-size: .8rem;
	margin-bottom: 0;
	line-height: 1.4rem;
}
@media (max-width: 767px) {
	.selo {
		margin-top: 20px;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.selo {
		margin-top: 0;
		text-align: right;
	}
}
.consir {
	width: 86px;
	height: 26px;
}
address .icone {
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 35px;
	margin-bottom: 10px;
	font-size: 1rem;
	border: 1px solid;
}

/* -------------------------------------------------------- */

.clear {
	clear: both;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{
	max-width: 250px;
	position: relative;
	padding: 10px 30px 8px 30px;
	display: block;
	border-radius: 5px;
	font-size: 0.95rem;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;	
}

.black
{
	background-color: #565656;
	border-bottom: 3px solid #383838;
}
.red
{
	background-color: #fe0000;
	border-bottom: 3px solid #a70f00;
}
.action-button:active
{
	transform: translate(0px,5px);
	-webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}
.action-button:hover {
	background-color: #757575;
	border-bottom: 3px solid #333;	
	color: #FFF;
	text-decoration: none;
}

/* -------------------------------------------------------- */

.parc select {
	padding: 4px 4px 5px;
	margin-right: 10px;
}
.parc input {
	padding: 3px 15px;
}
.parc h3 {
	color: #eaa103;
	margin-bottom: 15px;
}
.parc-item {
	display: block;
	padding-bottom: 13px;
	border-bottom: 1px dashed #eeeeee;
	margin: 0 0 30px 20px;
}
.parc-capa {
	width: 200px;
	overflow: hidden;
	float: left;
	margin: 0 15px 20px 0;
}
.parc-capa img {
	width: 100%;
}
.parc-titulo {
	color: #626262;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.owl-carousel a {
	transition: transform 150ms ease-in-out;
}
.owl-carousel a:hover {
	transform: scale(1.1);
}</pre></body></html>