@CHARSET "UTF-8";

@font-face {
	font-family: 'aftaSansregular';
	src: url('../fontes/aftasansthin-regular-webfont.eot');
	src: url('../fontes/aftasansthin-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fontes/aftasansthin-regular-webfont.woff') format('woff'),
		url('../fontes/aftasansthin-regular-webfont.ttf') format('truetype'),
		url('../fontes/aftasansthin-regular-webfont.svg#afta_sansregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'humanst521';
	src: url('../fontes/humanst521_bt-webfont.eot');
	src: url('../fontes/humanst521_bt-webfont.eot?#iefix')
		format('embedded-opentype'), url('../fontes/humanst521_bt-webfont.woff')
		format('woff'), url('../fontes/humanst521_bt-webfont.ttf')
		format('truetype'),
		url('../fontes/humanst521_bt-webfont.svg#humanst521_btroman')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'swis721';
	src: url('../fontes/swiss_721_black_condensed_bt-webfont.eot');
	src: url('../fontes/swiss_721_black_condensed_bt-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fontes/swiss_721_black_condensed_bt-webfont.woff') format('woff'),
		url('../fontes/swiss_721_black_condensed_bt-webfont.ttf')
		format('truetype'),
		url('../fontes/swiss_721_black_condensed_bt-webfont.svg#swis721_blkcn_btblack')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'swis721_cn';
	src: url('../fontes/swis_721_cn_bt-webfont.eot');
	src: url('../fontes/swis_721_cn_bt-webfont.eot?#iefix')
		format('embedded-opentype'), url('../fontes/swis_721_cn_bt-webfont.woff')
		format('woff'), url('../fontes/swis_721_cn_bt-webfont.ttf')
		format('truetype'),
		url('../fontes/swis_721_cn_bt-webfont.svg#swis721_cn_btroman')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	font-family: 'aftaSansregular';
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-family: 'swis721' !important;
	color: #414042;
}

*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html,body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	height: 100%;
	background: #ffffff;
	min-width: 800px;
	font-weight: normal;
}

header {
	margin: 0px auto;
}

header a {
	color: #ffffff;
}

a {
	text-decoration: none;
}

.cabecalho {
	background: url(../img/geral/Topo.jpg);
	height: 44px;
	color: #ffffff;
	font-size: 13px;
	margin: 0px auto;
}

.pesquisaContainer {
	margin: 0px 60%;
	width: 402px;
	padding: 11px;
}

.pesquisaContainer ul,.pesquisaContainer li {
	margin: 0px 5px;
	float: left;
}

.pesquisaContainer  li {
	display: inline-block;
}

.pesquisaLabel {
	width: 55px;
	height: 27px;
	padding: 4px;
}

#pesquisar {
	height: 20px;
	border-radius: 10px;
	background: url('../img/geral/Lupa.png') no-repeat scroll 95% 4px #FFF;
	padding: 0px 25px 0px 7px;
	width: 162px;
	border: 0px;
}

.logoContainer {
	height: 182px;
/*	background: url(../img/geral/FundoAzul.jpg) center top no-repeat; */
	background: url(../img/geral/CabecalhoNovo.png) center top no-repeat; 
	width: 100%;
	padding: 37px;
	text-align: center;
}

.logoFrame { width: 1000px; margin: 0 auto; height: 140px; }

.logoPrincipal {
    width: 340px;
    margin: -30px auto;
    float: left;
}

.logoSecundario {
    width: 175px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;}

.menuPrincipal {
display: none !important;
	margin: 0px auto;
	text-align: center;
	color: #ffffff;
	padding: 5px;
/*	width: 930px; */
	width: 1130px;
	position: relative;
	left: 20px;
}

.menuPrincipal ul {
	margin: 0px auto;
	padding: 8px;
}

.menuPrincipal  li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	margin: 0px 15px 0px 0px;
	height: 16px;
	padding: 1px 28px 0px 5px;
}

.menuPrincipal  li.selecionado {
	border-left: 7px solid #faa61a;
}

.caixaAmarelaMenu {
	background: #ffb600;
	height: 16px;
	width: 7px;
	float: left;
	margin: 13px 10px 0 0;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -126px;
}

.page-wrap:after {
	content: "";
	display: block;
}

footer,.page-wrap:after {
	height: 126px;
}

section.container1 {
	width: 960px;
	margin: 20px auto;
	padding: 0px 0px 20px 0;
	overflow: hidden;
}

.clearfix:before,.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.artigo1 {
	width: 400px;
	padding: 10px 0 0 0;
	float: right;
	margin: 0 0 0 30px;
	font-size: 14px;
	overflow: hidden;
}

.artigo1home {
	width: 510px;
	padding: 10px 0 0 0;
	float: left;
	margin: 0 40px 0 0;
	font-size: 14px;
	overflow: hidden;
}

.artigo1.last-child {
	margin: 0 0px 0 0;
	width: 510px;
}

.artigo1home.last-child {
	margin: 0 0px 0 0;
	width: 410px;
}

div.slider {
   width:508px;
   height: 440px;
   border-top:12px solid #faa61a;
	position:relative;
	overflow:hidden;
}
.botoesSlider {
	position:absolute;
	left:10px;
	top: 248px;
	z-index:9999;
}
.slider .paginador span {
	display: inline-block;
width: 12px;
background: none repeat scroll 0% 0% white;
height: 12px;
margin: 0px 10px 0 0;

    -moz-box-shadow: -1px 0px 5px #000000;
    -webkit-box-shadow: -1px 0px 5px #000000;
    	box-shadow: 0px 0px 3px #000;

}

 .activeSlide{
background: #faa61a !important;
}

.artigoNoticias {
	font-size: 15px;
	width: 510px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}

.artigoNoticias>h1 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 3px 0px 3px 5px;
	background: url(../img/home/TexturaAmarela.jpg) repeat-x;
	position: relative;
	overflow: hidden;
}

.artigoNoticiasConteudo {
	margin-top: 10px;	
}
.artigoNoticiasImgDescricao {
		display: block;
		font-family: "humanst521";
		height: 20px;
		line-height: 20px;
color: #808285;
font-style: italic;
font-size: 12px;
}

.noticiaHomeTextoContainer h1 {
	margin-top: 10px !important;
}

.artigoNoticiasLista {
	font-size: 14px;
	width: 510px;
	padding: 30px 0 10px 0;
	margin: 10px 0 0 0;
	color: #808285;
}

.artigoNoticiasLista h1 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.noticiaContainerHome {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.noticiaContainerHome h1 {
	margin: 0 0 14px 0;
	font-size: 16px;
}

.noticiaHomeTextoContainer {
	width: 404px;
	font-size: 13px;
	color: #808285;
}

.noticiaHomeTextoContainer>h1 {
	font-size: 16px;
	color: #414042;
}

.miniCaixaAmarela {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 20px;
	height: 20px;
	background: url(../img/home/Mais.jpg) center top no-repeat;
	text-decoration: none;
}

.artigoNaMidia {
	font-size: 15px;
	width: 510px;
	padding: 0 0 10px 0;
}

.artigoNaMidia>h1 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 5px;
	background: url(../img/home/TexturaAmarela.jpg) repeat;
	overflow: hidden;
}

.imagemArtigoMidia {
	border-top: 7px solid #faa61a;
	height: 171px;
	width: 233px;
	float: left;
	margin: 0px 18px 0 0;
	position: relative;
}

.imagemArtigoMidiaDescricao {
	position: absolute;
	bottom: 3px;
	left: 0px;
	color: #808285;
	font-style: italic;
	font-family: 'humanst521';
	font-size: 12px;
}

.noticiaNaMidiaHome {
	position: relative;
	margin: 0 0 20px 0;
}

.noticiaNaMidiaHome {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px 0px 20px 0px;
}

.naMidiaTextoContainer {
	width: 210px;
	float: left;
	font-size: 13px;
	color: #808285;
}

.tituloNaMidia {
	margin: 5px 0px 10px 0px;
	font-size: 16px;
	color: #414042;
}

.artigoControleFoco {
	font-size: 15px;
	font-family: 'humanst521';
}

.tituloCaixa {
	font-size: 15px;
	padding: 7px 0 0 5px;
	border-left: 12px solid #faa61a;
	height: 29px;
	color: #414042;
	font-family: 'swis721_cn';
	margin: 0px 0 10px 0px;
}

.containerAudio {
	width: 412px;
	margin: 15px 0 15px 0;
	height: 352px;
	position: relative;
}

.audioImg {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 147px;
	width: 158px;
	background: url('../img/home/ControleEmFoco2.png') no-repeat scroll
		transparent;
	z-index: 999;
}

.containerAudioDescricao h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.containerAudioDescricao span {
	color: #808285;
}

.noticiasLista {
	list-style: none;
	margin: 0;
}

.noticiasLista li {
	position: relative;
	margin: 0 0 10px 0;
	width: 385px;
	font-family: 'humanst521';
	}
	
	.noticiasLista li a {
		color: #808285;
		text-decoration: none;
		padding-left: 15px;
	}

.noticiasLista li:before {
	content: "•";
	color: #faa61a;
	position: absolute;
	margin: 0px 8px 10px 0;
	left: 0em;
}

section.container2 {
	width: 960px;
	margin: 0px auto;
	position: relative;
	}
	
	section.container2 .entrevista .anterior,
	section.container2 .entrevista .proximo {
		position: absolute;
		display: block;
		cursor: pointer;
		width: 30px;
		height: 60px;
		top: 24px;
		z-index: 1000;
		}
		
		section.container2 .entrevista .anterior {
			left: 0px;
		}
		
		section.container2 .entrevista .proximo {
			right: 0px;
		}

article.entrevista {
	width: 100%;
	height: 108px;
}

.listaLinksNavegacao {
	margin: 47px 0 0 0;
	width: 100%;
	padding: 0px;
}

.listaLinksNavegacao ul {
	width: 960px;
	height: 248px;
}

.listaLinksNavegacao li {
	float: left;
	width: 262px;
	height: 248px;
	margin: 0px 32px 0 0px;
}

.listaLinksNavegacao .first-child {
	width: 384px;
}

.listaLinksNavegacao .last-child {
	margin: 0 0px 0 0px;
	margin-right: 0px;
	width: 250px;
}

.banrisulLogo {
	width: 727px;
	height: 87px;
	margin: 30px auto;
}

footer {
	position: relative;
	margin: 0px auto;
/*	background: url(../img/geral/Rodape.png); */
	background: url(../img/geral/RodapeNovo.png);
	padding: 5px 0px 0 0;
	font-size: 12px;
	color: #fefefc;
	height: 126px;
}

.containerFooterCorretor {
	width: 938px;
	height: 90px;
	margin: 0 auto;
}

.containerFooterCorretor strong {
	/* color: #f0f0f0; */
	color: #3c4d63;
}

.containerFooter {
	width: 538px;
	margin: 35px 0 0 0;
	text-align: left;
	float: left;
	font-style: italic;
	font-size: 12px;
	float: left;
	font-family: 'humanst521';
	line-height: 1.2em;
	color: #3c4d63;
}

.containerFooter h1 {
	font-size: 16px;
	margin: 0px 0 5px 0;
	font-style: normal;
}

.containerFooter a {
	color: white;
	text-decoration: none;
	color: #3c4d63;
}

.containerRodapeLogoMotiv {
	width: 400px;
	height: 10px;
	margin: 35px 0 0 0;
	float: left;
}

.containerRodapeLogoMotiv img {
	float: right;
}

.listaLinksLateral {
	font-size: 15px;
}

.listaLinksLateral li {
	margin: 0 20px 0 0;
	height: 248px;
	width: 262px;
}

/***Accordion Estilo**/
#blocosQuemSomos h3 {
	cursor: pointer;
	line-height: 19px;
}

#blocosQuemSomos p {
	color: #808285;
	font-family: 'humanst521';
	padding-bottom: 20px;
}

.BotaoAmarelo { background: #ffb600; color: #555; }
.BotaoAmarelo:hover, .BotaoCinza { background: #555; color: #ffb600; }

.BotaoCinza, .BotaoAmarelo { border: 0px; font-family: 'aftaSansregular'; padding: 2px 12px; position: relative; }

.tituloCaixaAccordion { color: #000 !important; }

.CaixaCinza { background: #f0f0f0; margin-top: 25px !important; padding: 10px; }
.MargemEspecial { margin-bottom: 100px; }

.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	display:inline-block;
	transition:all linear 0.15s;
}

.accordion-section-title.active, .accordion-section-title:hover {
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}

#accordion1 { width: 139px; background: url("../img/geral/ac-quem-somos.jpg") no-repeat; }
#accordion2 { width: 122px; background: url("../img/geral/ac-historico.jpg") no-repeat; }
#accordion3 { width: 251px; background: url("../img/geral/ac-principios.jpg") no-repeat; }
#accordion4 { width: 115px; background: url("../img/geral/ac-estatuto.jpg") no-repeat; }
#accordion5 { width: 188px; background: url("../img/geral/ac-regimento.jpg") no-repeat; }
#accordion6 { width: 121px; background: url("../img/geral/ac-diretoria.jpg" ) no-repeat; }
#accordion7 { width: 129px; background: url("../img/geral/ac-conselhos.jpg" ) no-repeat; }
#accordion8 { width: 98px; background: url("../img/geral/ac-equipe.jpg" ) no-repeat; }
#accordion9 { width: 203px; background: url("../img/geral/ac-prestacao.jpg" ) no-repeat; }
#accordion10 { width: 203px; background: url("../img/geral/ac-conselheiro.jpg" ) no-repeat; }

.accordion-section-title.active { background-position: right center !important; transition-duration: 0s; }
.accordion-section-title { transition-duration: 0s; }

.ui-icon.iconOpen,
.ui-icon.ui-icon-triangle-1-s {
	background: url(../img/home/Menos.png) center top no-repeat;
	background-size: 16px;
	width: 15px;
	height: 16px;
}

.ui-icon.iconClosed {
	background: url(../img/home/Mais.jpg) center top no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
}

.tituloCaixaAccordion {
	border-left: 12px solid #ffb600;
	padding: 6px 0 0 7px !important;
	width: 260px;
	height: 30px;
/*	display: inline-block !important;
	position: relative !important;  */
	margin: 0px 0px 20px 0 !important;
	font-family: 'swis721_cn';
	font-size: 16px !important;
}

.tituloCaixaAccordion span {
	float: right !important;
/*	position: relative !important; 
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important; */
	margin: 0px 0 0 5px !important;
}

/**** Noticias*****/
.navegacaoNoticias {
	height: 44px;
	background: #f0f0f0;
}

.listaNavegacaoNoticias {
	margin: 0 0 0 15px;
	text-align: left;
	font-family: 'swis721';
}

.navegacaoNoticias li {
	display: inline-block;
	font-size: 13px;
	margin: 12px 48px 0 0;
	border-left: 7px solid #ffb600;
	height: 20px;
	padding: 4px 0 0 5px;
}

.listaNavegacaoNoticias a {
	color: black;
}

.dataNoticia {
	display: block;
	font-family: 'swis721_cn';
	margin: 0 0 10px 0;
	color: #808285;
}

.noticiaContainer {
	font-size: 14px;
	display: inline-block;
	margin: 31px 0px 20px 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 325px;
}

.noticiaContainer h1 {
	font-size: 21px;
	margin: 10px 0 10px 0;
	font-family: 'swis721_cn';
	}
	
	.noticiaContainer h1 a {
		color: black;
	}

.tituloComCorte {
	display: block;
	background: url(../img/home/TexturaAmarela.jpg) repeat-x;
	padding: 5px 0px 2px 4px !important;
	position: relative;
	font-size: 15px;
	font-family: 'humanst521';
	text-transform: uppercase;
}

.tituloComCorte::after {
	content: " ";
	min-width: 60px;
	margin: -2px 13px 0px 6px;
	position: absolute;
	width: 100%;
	background: none repeat scroll 0% 0% #FFF;
	height: 20px;
}

.noticiaContainer>.miniCaixaAmarela {
	margin: -2px;
	right: 163px;
}

.imagemNoticia {
	width: 370px;
	height: 215px;
	border-top: 9px solid #ffb600;
	float: left;
	margin: 0 29px 0 0;
	position: relative;
}

.imagemNoticia img {
	width: 370px;
	display: block;
}

.textoNoticia {
	width: 400px;
	height: 170px;
	overflow: hidden;
	font-family: 'humanst521';
	color: #808285;
	float: left;
	font-size: 15px;
	line-height: 17px;
}


.imagemNoticiaSemImagem {
	display:none;
}
.textoNoticiaSemImagem {
	width: 835px;
	height: 170px;
	overflow: hidden;
	font-family: 'humanst521';
	color: #808285;
	float: left;
	font-size: 15px;
	line-height: 12px;
}


.imagemNoticiaDescricao {
	/*position: absolute;*/
	left: 0;
	bottom: -24px;
	font-family: 'humanst521';
	color: #808285;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
}

.navegadorPaginas {
	height: 16px;
	line-height: 16px;
	margin: 10px auto;
	width: 960px;
	font-size: 14px;
	font-family: 'swis721_cn';
}

.navegacaoPaginacao {
	margin: 0px auto;
}

.listaPaginas {
	text-align: center;
}

.listaPaginas li {
	display: inline-block;
	border-left: 1px solid black;
	padding: 0px 10px;
	}
	
	.listaPaginas li.sem-borda {
		border-left: none;
	}
	
	.listaPaginas li a {
		color: black;
	}
	
	.listaPaginas li.atual a {
		color: #faa61a;
		font-weight: bold;
	}
	
	.listaPaginas li.primeira,
	.listaPaginas li.anterior,
	.listaPaginas li.proxima,
	.listaPaginas li.ultima {
		border: none;
	}
	
	.listaPaginas li.primeira a,
	.listaPaginas li.anterior a,
	.listaPaginas li.proxima a,
	.listaPaginas li.ultima a {
		display: inline-block;
		width: 16px;
		background: url('../img/midias/Setas2.png') center center no-repeat;
		}
		
		.listaPaginas li.anterior a {
			background: url('../img/midias/Seta2.png') center center no-repeat;
		}
		
		.listaPaginas li.proxima a {
			background: url('../img/midias/Seta.png') center center no-repeat;
		}
		
		.listaPaginas li.ultima a {
			background: url('../img/midias/Setas.png') center center no-repeat;
		}

/*****Midias*****/
.spriteIconesMidias {
	background: url(../img/midias/MidiasIconesSprite.png) no-repeat top left;
}

.spriteIconesMidias.fotos {
	background-position: 0px 0px;
	width:128px;
}

.spriteIconesMidias.video {
	background-position: 0px -37px;
	width:128px;
}

.spriteIconesMidias.audio {
	background-position: 0px -74px;
	width:128px;
}

.spriteIconesMidias.documentos {
	background-position: 0px -111px;
	width:128px;
}
.spriteIconesMidias.achadosAuditoria {
	background-position: 0px -147px;
	width:250px;
	margin-left:30px;
}


.subMenuMidiasContainer {
	background: #f0f0f0;
	width: 960px;
	height: 46px;
	margin: 0px auto 40px;
	padding: 6px 0px 0px 12px;
	font-family: 'swis721';
}

.subMenuMidias {
	margin: 3px auto;
}

.menuMidiasLista li {
	display: inline-block;
	width: 210px;
	font-size: 13px;
	padding: 8px 33px;
}

.menuMidiasLista li a {
	color: black;
}

.midiasArtigo {
	width: 460px !important;
}

.caixa1 {
	padding: 30px 18px;
	background: #f0f0f0;
}

.listaAudios {
	margin: 0px 10px;
}

.listaAudios li {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
}

.listaAudios li > * {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.listaAudios li span.conteudoListaAudio {
	font-style: italic;
	font-family: 'swis721_cn';
	max-width: 240px;
}

.tamanhoArquivoLegenda {
	display: block !important;
	color: #808080;
	font-size: 14px;
	font-family: "swis721_cn";
	margin-top: 5px;
}

.botaoPequeno {
	background: url('../img/geral/BotaoDocumentos.png') repeat scroll 0% 0% transparent;
	width: 65px;
	height: 19px;
	border: medium none;
	color: #FFF;
	font-size: 12px;
	font-family: "swis721_cn";
	display: inline-block;
	text-align: center;
	line-height: 19px;
}

.midiasTitulo {
	margin: 10px 0px 20px 0;
	font-size: 21px;
	height: 20px;
	font-family: 'swis721_cn';
}

.linksSociaisAudios {
	width: 19px;
	height: 19px;
	}
	
	.linksSociaisAudios.facebook {
		background: url('../img/midias/Facebook.png') center center no-repeat;
	}
	
	.linksSociaisAudios.twitter {
		background: url('../img/midias/Twitter.png') center center no-repeat;
	}

.linksSociaisAudios img {
	margin: -3px;
}

/*****Fotos******/
.listaFotos {
	width: 960px;
}

.listaFotos li {
	font-size: 14px;
	width: 203px;
	height: 141px;
	overflow: hidden;
	display: inline-block;
	margin: 10px 43px 16px 0px;
	position: relative;
	cursor: pointer;
}

.listaFotos li:nth-child(4n) {
	margin-right: 0px;
}

.trianguloListaFotos {
	position: absolute;
	right: 5px;
	bottom: 5px;
	height: 34px;
	width: 34px;
	background: url(../img/midias/Triangulo.png);
}

.listaFotos li h1 {
	color: #ffb600;
	height: 40px;
	background: url(../img/midias/FotosTitulo.png);
	padding: 3px 6px 0 7px;
	font-size: 0.8em;
}
/** Videos ***/
.listaVideos {
	width: 960px;
}

.listaVideos li {
	font-size: 14px;
	width: 465px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 4px 4px 0 8px;
	position: relative;
}

.listaVideos li h1 {
	color: #ffb600;
	height: 36px;
	background: url(../img/midias/VideoTitulo.png);
	padding: 5px 0px 0px 10px;
}

.listaVideos li:nth-child(2n) {
	margin-right: 0px;
}

/***Associe se***/
.tituloGenerico {
	border-left: 13px solid #ffb600;
	font-size: 17px;
	height: 29px;
	padding-left: 8px;
	line-height: 29px;
	font-family: 'swis721_cn';
	text-transform: uppercase;
	margin-bottom: 20px;
}

.subTituloGenerico {
	font-size: 16px;
	color: gray;
	margin: 10px 0 10px 0;
}

.formularioParametrosBusca label,
.formularioAssociese label {
	font-size: 15px;
	display: block;
	margin: 10px;
	width: 395px;
	position: relative;
	height: 25px;
	}

	.formularioParametrosBusca label {
		float: left;
		margin: 0px 5px 0px 0px;
		}
		
		.formularioParametrosBusca label[for="termo"] {
			width: 570px;
		}
		
		.formularioParametrosBusca label[for="ordenacao"] {
			width: 270px;
		}
	
	.formularioParametrosBusca label > *,
	.formularioAssociese label > * {
		display: inline-block;
		height: 20px;
		line-height: 20px;
		margin-right: 10px;
		}

.formularioParametrosBusca span,
.formularioAssociese span {
	font-size: 14px;
	color: gray;
	float: left;
	}

	.formularioAssociese label span:nth-child(2) {
		float: right;
		font-size: 18px;
		width: 10px;
		text-align: right;
	}
	
.camposObrigatorios {
	font-style: italic;
}

.formularioAssociese input[type="text"],
.formularioAssociese input[type="password"],
.formularioAssociese select,
.formularioParametrosBusca input[type="text"],
.formularioParametrosBusca input[type="password"],
.formularioParametrosBusca select {
	border: 1px solid #ffb600;
	float: right;
	}
	
	.formularioParametrosBusca input[type="text"] {
		width: 380px;
		float: left;
	}
	
	.formularioParametrosBusca select {
		width: 160px;
		float: left;
	}
	
	.formularioParametrosBusca .botaoEnviar {
		margin: -5px 5px 0px 0px;
	}

#inputEndRes {
	width: 210px;
	margin: 0px 10px 0px 10px;
}

.formularioAssocieseInputAjudante {
	width: 120px;
}

.containerFormularioAssociados {
	float: left;
	margin-right: 30px;
}

.containerFormularioAssociados.container2 label {
	width: 300px;
}

.containerFormularioAssociados:first-child input[type="text"],
.containerFormularioAssociados:first-child input[type="password"],
.containerFormularioAssociados:first-child select {
	width: 300px;
}

input[type="file"] {
	display: none;
}

.botaoArquivo {
	position: absolute;
	top: 0;
	left: 35px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	border-radius: 0px;
	background: #eaeaea;
	border: 1px solid #b6b6b6;
	font-size: 11px !important;
	text-align: center;
	color: black;
	cursor: pointer;
}

.inputArquivo {
	margin-left: 0px;
	width: 135px;
	height: 20px;
	padding: 0px 5px;
	border-left: none !important;
}

.ddd {
	width: 41px;
	margin: 0 10px 0;
}

.telefones {
	width: 135px;
}

.cursoSuperior {
	width: 163px;
}

.contaBancaria {
	width: 75px;
	margin-right: 88px;
}

.botaoEnviar {
	float: right;
	margin-right: 7px;
	width: 63px;
	border: 0;
	height: 29px;
	background: url(../img/geral/BotaoEnviar.png);
}

.formularioAssociese .botaoEnviar {
	margin-top: 70px; 
	position: relative;
    right: 30%;
}

.autorizacao { position: relative; bottom: 22px; display: inline-table; }

/******Area associados******/
.containerLoginFormulario {
	background: #efeff0;
	width: 390px;
	margin: 0 auto;
	padding: 30px;
	height: 206px;
}

#loginFormulario {
	
}

#loginFormulario label {
	font-size: 15px;
	display: block;
	margin: 10px;
	position: relative;
	margin: 17px 0px 20px;
	width: 330px;
}

#loginFormulario input[type="text"],
#loginFormulario input[type="password"] {
	border: 1px solid #ffb600;
	float: right;
	height: 18px;
	width: 260px;
}

.botaoEnviarLogin {
	float: right;
	margin-right: 0px;
	width: 63px;
	border: 0;
	height: 29px;
	background: url(../img/geral/BotaoEnviar.png);
}

.esqueciSenha {
	margin: 12px 0px 0px 130px;
	float: left;
	font-size: 12px;
	color: gray;
}

.esqueciSenha a {
	color: gray;
}

/******Contato*******/
.formularioContato {
	height: 368px;
	width: 408px;
}

.formularioContato span:not(.validateSpan) {
	display: inline-block;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
}

.formularioContato input[type="text"],textarea {
	border: 1px solid #ffb600;
	float: right;
	height: 18px;
	width: 330px;
	height: 22px;
	line-height: 22px;
}

.formularioContato textarea {
	height: 150px;
	resize: none;
}

.formularioContato label {
	font-size: 15px;
	display: block;
	margin: 10px;
	position: relative;
	margin: 0px 0px 20px;
	width: 401px;
}

.botaoEnviarContato {
	/*margin: 21px 352px;*/
	float: right;
	width: 63px;
	border: 0px none;
	height: 29px;
	background: url('../img/geral/BotaoEnviar.png') repeat scroll 0% 0% transparent;
	margin: 15px 5px 0px 0px;
	clear: both;
}

.formularioContatoContainer {
	float: left;
}

.googleMapsContainer {
	float: left;
	margin: 0 0 0 40px;
}

.mapaContainer {
	border: 5px solid #ffb600;
	width: 500px;
	height: 275px;
}

/***Pesquisa*****/
.subMenuPesquisa {
	background: #f0f0f0;
	width: 960px;
	height: 173px;
	margin: 20px auto;
	padding: 6px 0px 0px 12px;
}

#filtroPesquisa {
	
}

#filtroPesquisa label {
	display: block;
	font-size: 16px;
	margin: 18px 0px 21px 0px;
}

#filtroPesquisa input[type="text"],select {
	border: 1px solid #9e9e9e;
}

#filtroPesquisa select {
	width: 162px;
}

.buscaResultadoContainer {
	font-size: 14px;
	position: relative;
	width: 776px;
	display: block;
}

.buscaResultadoTitulo {
	font-size: 25px;
	color: #8a8c8f;
	margin: 20px 0 10px 0;
	font-style: italic;
	font-family: "humanst521"
	}
	
	.buscaResultadoTitulo a {
		color: #8a8c8f;
	}

.buscaResultadoConteudo {
	margin: 0 0 10px 0px;
	font-size: 15px;
	color: #8a8c8f;
	font-family: "humanst521"
}

.buscaResultadoCaixaLink {
	height: 16px;
	width: 16px;
	background: url(../img/home/Mais.jpg) center top no-repeat;
	display: inline-block;
	margin-bottom: 10px;	
}

/***Noticia***/
.noticiaCorpo {
	font-family: 'humanst521';
	color: #414042;
}

.tituloNoticia {
	font-size: 18px;
	margin: 0 0 10px 0px;
}

.descricaoAutor {
	color: gray;
	font-size: 14px;
	margin: 0px 0px 20px 0;
}

.descricaoInicialArtigo {
	font-size: 14px;
	margin: 10px 0 0 0;
	font-family: "swis721_cn";
	line-height: 1.2em;	
}

.dataDescricaoInicial {
	display: block;
}

.noticiaCorpo {
	color: #808285;
	font-size: 16px;
	line-height: 1.2em;
}

.noticiaCorpo .texto p {
	margin-bottom: 1.0em;
}

.redesSociaisContainer {
	height: 27px;
	margin: 10px 0 10px 0;
}

.noticiaSlider {
	width: 496px;
	height: 386px;
	float: right;
	padding-left: 30px;
}

.descrciaoFinalArtigo {
	color: gray;
	margin: 10px 0 0 0;
	font-style: italic;
}

.dataDescricaoFinal {
	display: block;
}

.maisNoticiasContainer {
	border-top: 2px solid gray;
	width: 960px;
	font-size: 14px;
	position: relative;
}

.maisNoticiasSubContainer {
	float: left;
}

.propagandaCeapeMembro {
	width: 465px;
	height: 160px;
	float: left;
	margin: 0 0px 0 110px;
	}
	
	.propagandaCeapeMembro img {
		display: block;
		width: 465px;
		height: 160px;
	}

.tituloGenericoAjudante {
	margin: 15px 0px 15px 0px;
}

h1.tituloTextura {
	font-size: 15px;
	margin: 15px 0px 17px 0px;
	padding: 3px 0px 3px 5px;
	background: url('../img/home/TexturaAmarela.jpg') repeat scroll 0% 0%
		transparent;
	position: relative;
	overflow: hidden;
}

/**Fotos noticias***/
.fotos {
	float: left;
	width: 482px;
	overflow: hidden;
}

.fotos .principal {
	width: 508px;
	height: 284px;
	margin-left: -21px;
	border-top: 10px solid #FFB600;
}

.fotos .miniaturas {
	width: 453px;
	height: 94px;
	margin: 9px 0px 0px 3px;
	position: relative;
}

.fotos .miniaturas>* {
	float: left;
	vertical-align: middle;
}

.fotos .miniaturas>span {
	width: 13px;
	height: 27px;
	background: url('../img/midias/Slider1.png') repeat scroll 0% 0%
		transparent;
	cursor: pointer;
	position: absolute;
	top: 32px;
	left: 0px;
}

.fotos .miniaturas .anterior {
	display: none;
}

.fotos .miniaturas .proxima {
	display: none;
	background: url('../img/midias/Slider2.png') repeat scroll 0% 0%
		transparent;
	left: auto;
	right: -6px;
}

.fotos .miniaturas img {
	width: 135px;
	height: 94px;
	cursor: pointer;
	margin-right: 12px;
	float: left;
}

.fotos .miniaturas img:last-child {
	margin-right: 0px;
}

.fotos .miniaturas .container {
	height: 94px;
	overflow: hidden;
	width: 429px;
	position: absolute;
	top: 0px;
	left: 15px;
}

.fotos .miniaturas .imagens {
	height: 94px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#overlayFotosNoticia,
#overlayFotosGaleria {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.8);
}

#overlayFotosNoticia .fundo,
#overlayFotosGaleria .fundo {
	background: #f0f0f0;
	padding: 15px;
	display: inline-block;
	max-width: 800px;
	left: 50%;
	margin-left: -400px;
	position: fixed;
	top: 100px;
	max-height: 600px;
}

#overlayFotosNoticia img,
#overlayFotosGaleria img {
	display: none;
	max-width: 770px;
	max-height: 535px;
}

#overlayFotosNoticia img:nth-child(3) {
	display: block;
}

#overlayFotosNoticia h1,
#overlayFotosGaleria h1 {
	height: 25px;
	margin-top: 5px;
	font-size: 11px;
	color: #343636;
	line-height: 16px;
	text-align: center;
}

#overlayFotosNoticia .fechar,
#overlayFotosGaleria .fechar {
	position: absolute;
	top: -48px;
	right: -48px;
	line-height: 25px;
	height: 96px;
	width: 96px;
	display: inline-block;
	font-weight: bold;
	font-size: 11em;
	cursor: pointer;
	background: url(../img/lightBox/LightboxBotaoFechar.png) center top
		no-repeat;
}

#overlayFotosNoticia .voltar,
#overlayFotosNoticia .avancar,
#overlayFotosGaleria .voltar,
#overlayFotosGaleria .avancar {
	display: block;
	position: absolute;
	top: 35%;
	left: -70px;
	width: 82px;
	height: 104px;
	background: url(../img/lightBox/LightboxSetaBranca.png) center top
		no-repeat;
	cursor: pointer;
	margin-top: -15px;
}

#overlayFotosNoticia .avancar,
#overlayFotosGaleria .avancar {
	background: url(../img/lightBox/LightboxSetaBranca2.png) center top
		no-repeat;
	left: auto;
	right: -70px;
}

#lightBoxFundoErroFormulario {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	margin-top: -52px;
	background: #f0f0f0;
	border: 1px solid;
	padding: 15px 40px 15px 40px;
}

#lightBoxFundoErroFormulario .tituloAjudante {
	margin: 0px auto;
	text-align: left;
	line-height: 16px;
	font-family: 'swis721_cn';
}

#lightBoxFundoErroFormulario .fechar {
	background: url(../img/formularios/Fechar.png) center top no-repeat
		!important;
	height: 30px;
	width: 44px;
	top: -17px;
	right: -24px;
}

.conteudoBoxErro {
	color: gray;
	margin: 10px 0 0 0;
	font-family: 'humanst521';
	font-size: 15px;
}

.fecharLightBoxErro {
	position: absolute;
	top: -48px;
	right: -48px;
	line-height: 25px;
	height: 96px;
	width: 96px;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	background: url(../img/lightBox/LightboxBotaoFechar.png) center top
		no-repeat;
}

#inputEmail {
	border: 1px solid #ffb600;
	float: left;
	height: 18px;
	margin: 0px auto 0 5px;
	width: 178px;
}

/* Lightbox Mensagem */

#lightboxMensagem,
#lightboxEsqueciSenha {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.75);
}
	
#lightboxMensagem .conteudo,
#lightboxEsqueciSenha .conteudo {
	background: #efeff0;
	text-align: center;
	height: 120px;
	width: 320px;
	padding: 25px;
	position: fixed;
	top: 25%;
	left: 50%;
	margin: -60px 0px 0px -160px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
	}
	
	#lightboxEsqueciSenha .conteudo {
		width: 360px;
		height: 220px;
		marign: -110px 0px 0px -180px;
		text-align: left;
	}

#lightboxMensagem .titulo,
#lightboxEsqueciSenha .titulo {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	font-size: 21px;
	text-transform: uppercase;
	border-left: 13px solid #FFB700;
	padding-left: 10px;
	color: #414042;
	font-weight: bold;
	font-family: 'swis721';
}

#lightboxMensagem .mensagem,
#lightboxEsqueciSenha .mensagem {
	display: inline-block;
	font-size: 1.5px;
	color: #808285;
	line-height: 11px;
	font-family: 'humanst521';
	}
	
	#lightboxEsqueciSenha .mensagem {
		margin-bottom: 20px;
	}

#lightboxMensagem .fechar,
#lightboxEsqueciSenha .fechar {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('../img/formularios/Fechar.png') no-repeat;
}

#lightboxEsqueciSenha label {
	display: block;
	margin-bottom: 5px;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 20px;
	color: #808285;
	}
	
	#lightboxEsqueciSenha label > * {
		float: left;
	}
	
	#lightboxEsqueciSenha label span {
		width: 60px;
	}
	
	#lightboxEsqueciSenha label input {
		width: 245px;
	}

#lightboxEsqueciSenha .botaoEnviarLogin {
	margin-right: 0px !important;
}

.prestacoesAprovadas {
	display: block;
	margin: 20px;
	text-align: center;
	color: #2599fe;
	text-decoration: underline;
}
.containerAchadosAuditoria {
	margin: 10px auto 0;
}
.containerAchadosAuditoria > div {
	float: left;
	padding: 7px 14px;
	background: #f0f0f0;
	width: 435px;
	height: 249px;
	margin: 0 47px 47px 0;
	position: relative;
}

.containerAchadosAuditoria > div:nth-child(odd) {
	margin: 0 0 47px 0 !important;
}

.containerAchadosAuditoria > div > div {
	/*float: left;*/
	font-size: 18px;
	margin: 10px 0px 42px 5px;
	color: #414042;
	
}

.containerAchadosAuditoria > div > h2 {
	font-family: swis721;
	font-size: 2.0px;
	color: #414042;
}

.containerAchadosAuditoria > div > span {
	font-size: 15px;
	font-family: aftaSansregular;
	font-style: italic;
	line-height: 20px;
	color: #414042;
}
.containerAchadosAuditoria > div  ul,
.containerAchadosAuditoria > div li {
	list-style-type: none;
}

.containerAchadosAuditoria img {
	float: left;
	margin: 0 27px 0 0;
}
.containerAchadosAuditoria .botaoPequeno {
	position: absolute;
	top: 217px;
	left: 332px;
	
}

.logo-35anos{
    float: left;
    width: 128px;
    margin-top: 14px;
    margin-left: -2px;
}
.logo-fenastc{
	float: left;
    width: 165px;
    margin-top: 52px;
    margin-left: 30px;
}

#lightboxMensagem{
    z-index: 99999;
}

#lightboxMensagem .conteudo{
    height: auto;
    width: 480px;
}

#lightboxMensagem .conteudo img{
    float: left;
    width: 100%;
}
.formularioAssociese label .textoradio{
    float: none !important;
}

.formularioAssociese input[type=radio]{
   width: 15px;
    height: 13px;
    margin: 5px;   
}

#agenciaBancaria, #contaCorrente, #banco{
    margin-right: 30px;
    width: 120px;
}

/*LGPD e cookies
*/

.cookies-container {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: fixed;
  width: 100%;
  bottom: 2rem;
  z-index: 1000;
}

.cookies-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #faa61a;
  max-width: 520px;
  border-radius: 5px;
  padding: 1rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  transform: translateY(1rem);
  animation: slideUp 0.5s forwards;
}


.cookies-pref label {
  margin-right: 1rem;
}

.cookies-save {
  grid-column: 2;
  grid-row: 1/3;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #000000;
  color: white;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
}


#resenha{
    
    width: 261px;
}


.politicas h1{
margin:auto;
text-align: center;
padding: 30px;
}

.politicas p{
	padding: 20px;
	margin:auto;
	text-align: left;
	line-height: 25px;
}

.politicas p span{
	font-weight: bold;
}

.pol{width: 100%;}
.pol a{float:right; text-decoration: none; color:#3c4d63;}
.logo-rodape{
	width: 100%;
    margin-top: 30px;
}