<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.itens_mobile{display: none !important;}
.itens_main{display: block !important;}

/*----------------------------------------------------------------- bread/banner*/
.bread {
  width: 100%;
  height: 340px;
  position: relative;
  background: url("../../imagens/Banner.png") no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bread ol, .bread h1 {text-align: center;}

.bread h1{
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	margin-top: 5px;
	font-style: italic;
}

.botao_bread{
	display: flex;
	margin-top: 20px;
}

.botao_bread a{
	width: 170px;
	height: 40px;
	background-color: #fff;
	color: #184583;
	text-align: center;
	margin: auto 10px auto auto;
	line-height: 40px;
	transition: 0.3s;
}

.botao_bread a:hover{transform: scale(1.05);}
/*----------------------------------------------------------------- bread/banner*/

/*----------------------------------------------------------------- HEADER*/
header{
    width: 100%;
    background: url("../../imagens/bg-header.png") no-repeat center top;
    position: absolute !important;
    z-index: 1;
    height: 130px !important;
	top: -25px;
	transition: 1s;
}

#logo{
    background: url("../../imagens/logo.png") no-repeat;
    position: absolute;
    left: 50%;
    margin: 40px 0 0 -590px;
    width: 245px;
    height: 108px;
    overflow: hidden;
    text-indent: -9999px;
    transition: 0.6s;
}

#account{
	color: #184583;
	font-size: 14px;
	background-color: #fff;
	border-radius: 8px;
	height: 35px;
	width: 150px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	margin-top: -10px;
	transition: 0.3s;
}

#account img{
	width: 16px;
	height: 20px;
	object-fit: cover;
	filter: none!important;
	transition: 0.3s;
}

#account:hover{
	background-color: #184583;
	color: #fff!important;
	transform: scale(1.05);
}

#account:hover img{filter: hue-rotate(200deg) saturate(0) brightness(3)!important;}

header nav,footer nav{
    display: flex;
    left: 50%;
    margin: 70px 0 0 -320px;
    position: absolute;
       
}

header nav a,footer nav a{
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}

header nav a:hover,footer nav a:hover{
    color: #184583;
    transition: 0.3s;
    
}

/* - - - - ALT - - - - */
header.alt{height: 105px!important;position: fixed!important;top: 0!important;background: none;background-color: #EFEFEF;}
header.alt .central{height: 80px;}

#logo__auditline.logo{width: 190px;height: 95px;background-size: cover;}

#header nav.menu{margin-top: 50px!important;}

header.alt:before{border-width: 15px 675px 0 675px;}
header.alt:after{
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	z-index: -1;
}

header.alt .logo{width: 140px; left: 0;bottom: auto;margin-top: 5px!important;}
/*----------------------------------------------------------------- HEADER*/

/* - - - - - NEWSLETTER - - - - - */
.newsletter{
	width: 100%; 
	height: 66px; 
	position: relative; 
	box-sizing: border-box;
	border-bottom: 1px #1A4568 solid;
	background: #1A4568;
	background: -moz-linear-gradient(left, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #1A4568), color-stop(50%, #1A4568), color-stop(50%, #100F0F), color-stop(100%, #100F0F));
	background: -webkit-linear-gradient(left, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	background: -o-linear-gradient(left, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	background: -ms-linear-gradient(left, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	background: linear-gradient(to right, #1A4568 0%, #1A4568 50%, #100F0F 50%, #100F0F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A4568', endColorstr='#100F0F', GradientType=1 );
}
.newsletter form.central{height: 65px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center;}

.newsletter form.central &gt; *{height: 65px; position: relative; box-sizing: border-box; margin: 0; font-size: 15px; transition: 0.3s;}

.newsletter form.central p{color: #fff; font-weight: bold; text-transform: uppercase; line-height: 65px; text-align: center; width: 400px;}
.newsletter form.central p img{
	height: 30px;
	width: auto; 
	position: relative; 
	display: inline-block; 
	vertical-align: middle;
	margin-right: 15px;
	filter: invert(1);
}

.newsletter form.central input{background-color: #100F0F; border: none; width: 570px; color: #D5D5D5; font-style: italic; padding: 0 25px;}
.newsletter form.central input::placeholder,.form select::placeholder{color: #CFCFCF; opacity: 1;}
.newsletter form.central input:-ms-input-placeholder,.form select:-ms-input-placeholder{color: #CFCFCF;}
.newsletter form.central input::-ms-input-placeholder,.form select::-ms-input-placeholder{color: #CFCFCF;}


.newsletter form.central button{background-color: #1A4568; color: #fff; text-transform: uppercase; font-weight: bold; border: none; width: 230px; cursor: pointer;}
.newsletter form.central button:hover{background-color: #5F84A1;}
/* - - - - - NEWSLETTER - - - - - */

/*----------------------------------------------------------------- FOOTER*/
/* - - - - - FOOTER - - - - - */
footer{width: 100%; height: auto; position: relative; display: block; box-sizing: border-box; background-color: #100F0F;}
footer .central{height: auto; display: flex; flex-wrap: wrap; justify-content: center;}

footer:before,footer:after{content: ""; display: block; position: absolute; box-sizing: border-box; left: 0; width: 100%; z-index: 1;}
footer:before{height: 165px; background: url("../../imagens/bg-info-footer.png") top center no-repeat; bottom: 230px;}
footer:after{height: 45px; background-color: #1A4568; bottom: 0;}


/* - - - Footer - content_footer - - - */
footer .content_footer{display: flex; flex-wrap: wrap; align-content: space-around; width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 75px 0 50px 0;}

/* - content_footer - li - */
footer .content_footer li{width: calc((100% - 210px) / 3); height: auto; position: relative; box-sizing: border-box; padding-right: 25px; border-right: 1px #5F84A1 solid;font-style: normal;}
footer .content_footer li:last-child{padding-right: 0; border-right: 0;}
footer .content_footer li &gt; *:not(.title_footer){font-size: 14px; color: #fff; display: block; margin: 0 auto; height: auto; position: relative; transition: 0.3s;}
footer .content_footer li &gt; *:last-child{margin: 0 auto !important;}

/* logo */
footer .content_footer li .logo{width: 150px; margin: 0 auto 20px 0;}
footer .content_footer li .logo img{width: 100%; height: auto; position: relative; display: block; object-fit: cover;}
/* logo */

/* title_footer */
footer .content_footer li .title_footer{
	width: 100%; 
	height: auto; 
	position: relative; 
	box-sizing: border-box;
	display: block; 
	color: #5F84A1;
	text-transform: uppercase;
	font-size: 16px; 
	font-weight: 700; 
	padding: 0 0 10px;
	margin: 0 auto 15px;
}
footer .content_footer li .title_footer:before,footer .content_footer li .title_footer:after{content: ""; display: block; position: absolute; bottom: 0;}

footer .content_footer li:nth-child(2) .title_footer:nth-child(3){margin-top: 15px;}

footer .content_footer li .title_footer:before{width: 100%; height: 1px; left: 0; background-color: #5F84A1;}
footer .content_footer li .title_footer:after{width: 45px; height: 3px; left: 0; background-color: #5F84A1;}
/* title_footer */

/* footer - block */
footer .content_footer li .block{width: 100%; position: relative; margin-bottom: 20px; display: flex !important;}

footer .content_footer li .block .link{margin-bottom: 10px;}
/* header - block */

footer .content_footer li .descricao{font-size: 13px; font-weight: 400; margin-bottom: 20px;}

footer .content_footer li .info{}
footer .content_footer li .info b{display: block;}

footer .content_footer li .item{margin-bottom: 5px;}
footer .content_footer li .item span{color: #707070; display: block;}
footer .content_footer li .item:hover{color: #5F84A1;}

footer .content_footer li .mapa{width: 100%; margin-right: 0;}
/* - content_footer - li - */

/* - - - Footer - content_footer - - - */


/* - - - Footer - info_footer - - - */
footer .info_footer{
	width: 100%;
	height: 165px;
	position: relative; 
	box-sizing: border-box; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-around;
	align-items: center;
	z-index: 2;
	margin-top: 170px;
}

/* - - li - - */
footer .info_footer li{width: auto; height: 50px; position: relative; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
footer .info_footer li &gt; *{position: relative; box-sizing: border-box;}
footer .info_footer li &gt; *:last-child{margin-right: 0;}

footer .info_footer li img{height: 100%; width: auto; filter: brightness(0) invert(1); margin-right: 10px;}
footer .info_footer li p{color: #fff; font-size: 16px;}
footer .info_footer li .titulo{margin-right: 15px;}
footer .info_footer li .titulo b{display: block; font-weight: 900; font-size: 20px; color: #8FD2EE;}
/* - - li - - */

/* - - - Footer - info_footer - - - */

/* - - - Footer - block.redes_footer - - - */
footer .redes_footer{width: 100%; height: 185px; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; text-align: center; margin: 0;}

footer .redes_footer .titulo{width: 100%; font-size: 20px; margin-bottom: 20px; height: auto; color: #1A4568;}

footer .redes_footer a{height: 35px; margin: 0 10px}
footer .redes_footer img{
    width: auto;
	height: 100%;
	position: relative;
	display: inline-block;
	transition: 0.2s;
	filter: invert(47%) sepia(25%) saturate(531%) hue-rotate(164deg) brightness(99%) contrast(95%);
}
footer .redes_footer img:hover{
    filter: invert(22%) sepia(9%) saturate(5589%) hue-rotate(171deg) brightness(92%) contrast(87%);
}
/* - - - Footer - block.redes_footer - - - */

/* - - Footer - assinatura - - */
footer .assinatura{width: 100%; height: 45px; position: relative; display: block; z-index: 2;}
footer .assinatura &gt; *{position: absolute; height: 45px; line-height: 45px;}
footer .logo_class{background: url(../../imagens/class-logo.png) center center no-repeat; text-indent: -999999px; overflow: hidden; width: 80px; left: 0;}
footer .direitos{right: 0; width: auto; font-size: 14px; color: #fff; font-weight: 500; letter-spacing: 0.5px;}
/* - - Footer - assinatura - - */

/* - - - - - FOOTER - - - - - */
/*----------------------------------------------------------------- FOOTER*/

/*----------------------------------------------------------------- FOOTER*/</pre></body></html>