/* desenvolvimento: brivia.com.br */
#banners {
	height: 380px;
	position: relative;
}

.blocoBanners {
	float: left;
}

.navegacaoBanner {
	top: auto;
	bottom: 0;
}

#blocoTouch,
#blocoMaisAcessados {
	margin: 38px 0 0 20px;
	position: relative;
	max-width: 209px;
}

#blocoTouch img {
	display: block;
	width: 100%;
}

#blocoTouch .imgTouchMobile {
	display: none;
}

#blocoMaisAcessados {
	background: #FFF;
	border: 1px solid #EEE;
	border-top: 0;
	border-bottom: 0;
	width: 164px;
	margin-top: 41px;
}

#blocoMaisAcessados .blocoTitulo {
	background: #FAFAFA;
	padding: 7px 0 0 15px;
}

#blocoMaisAcessados .blocoTitulo span {
	color: #666;
	display: block;
	font-family: 'FrutigerLTStd57Condensed', sans-serif;
	font-size: 13px;
	line-height: 1em;
	padding-bottom: 3px;
}

#blocoMaisAcessados .blocoTitulo .textoNegrito {
	text-transform: uppercase;
	font-family: 'FrutigerLTStd77BlackCondensed', sans-serif;
	font-size: 16px;
}

#blocoMaisAcessados ul li {
	position: relative;
}

#blocoMaisAcessados .centralizar {
	border-top: 1px solid #EEE;
	color: #006E43;
	width: 149px;
	height: 57px;
	font-family: 'FrutigerLTStd67BoldCondensed', sans-serif;
	font-size: 14px;
	line-height: 1em;
	padding-left: 42px;
	text-align: left;
}

#blocoMaisAcessados ul li:first-child .centralizar {
	padding-top: 2px;
}

#blocoMaisAcessados .centralizar:hover {
	color: #4AB83F;
}

#blocoMaisAcessados .iconeAcessados {
	background-repeat: no-repeat;

	background-position: 0 0;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 50%;
	left: 15px;
	margin-top: -14px; 
}

#blocoMaisAcessados li a:hover .iconeAcessados {
	background-position: 0 -28px;
}

#blocoMaisAcessados .centralizar .texto {
	display: inline-block;
	max-width: 110px;
	margin-left: 5px;
	line-height: 14px;
}

#blocoMaisAcessados .paraQuem {
	color: #878787;
	display: block;
	font-family: 'OpenSans-Italic', sans-serif;
	font-size: 11px;
	margin-left: 5px;
	line-height: 11px;
}

#blocoMaisAcessados .canto {
	background-color: #FFF;
	background-position: 0 -348px;
	top: -3px;
	left: -1px;
	width: 166px;
	height: 3px;
}

#blocoMaisAcessados .cantoBaixo {
	background-position: 0 -335px;
	top: auto;
	bottom: -3px;
}

#bannerPrincipal {
	width: 561px;
	height: 395px;
	position: relative;
	margin-top: -17px;
}

#bannerPrincipal .conteudoBanner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#bannerPrincipal .conteudoBanner .canto {
	background-position: -538px -356px;
	width: 19px;
	height: 19px;
	top: auto;
	bottom: 0;
	z-index: 101;
}

#bannerPrincipal .conteudoBanner .banner,
#bannerPrincipal .conteudoBanner img {
	position: absolute;
	right: 0;
	bottom: 0;
}

#bannerPrincipal .bannerTexto {
	right: 8px;
	width: 230px;
}

#bannerPrincipal .bannerHorizontal {
	width: 360px;
}

/* ============
   PRODUTOS SICREDI
   ============ */
#produtosSicredi {
	background: url('../img/backgrounds/produtos.jpg') repeat;
	position: relative;
	margin-top: 80px;
}

#produtosSicredi.produtosSicreDestaque {
	margin-top: 115px;
}

#produtosSicredi .sombra {
	background: url('../img/backgrounds/sombra_produtos.png') repeat;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#produtos {
	font-size: 0;
	position: relative;
	top: -40px;
	/*padding: 0 01px;*/
}

#produtos li {
	display: inline-block;
	vertical-align: top;
}

.produtos4Colunas li {
	width: 23.5%;
	margin-left: 2%;
}

#produtos li:first-child {
	margin-left: 0;
}

#produtos li a {
	display: block;
}

#produtos li .imagem {
	display: block;
	width: 100%;
	position: relative;
}

#produtos li .imagem img {
	display: block;
	width: 100%;
}

.imagem .canto {
	background: url('../img/mask_fotos_produtos.png') no-repeat;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
}

.imagem .cantoEsquerdaBaixo {
	background-position: 0 -16px;
	top: auto;
	bottom: 0;
}

.imagem .cantoDireitaCima {
	background-position: 0 -8px;
	right: 0;
	left: auto;
}

.imagem .cantoDireitaBaixo {
	background-position: 0 -24px;
	top: auto;
	right: 0;
	left: auto;
	bottom: 0;
}

#produtos li:first-child .imagem .cantoEsquerdaBaixo,
#produtos li:last-child .imagem .cantoDireitaCima {
	background-position: 0 -32px;
	width: 22px;
	height: 22px;
}

#produtos li:last-child .imagem .cantoDireitaCima {
	background-position: 0 -54px;
}

#produtos li .titulo {
	color: #006C43;
	display: block;
	font-family: 'FrutigerLTStd67BoldCondensed', sans-serif;
	font-size: 21px;
	line-height: 1em;
	padding: 18px 0 5px;
}

#produtos.produtos3Colunas li:first-child .titulo {
	padding-top: 0;
	margin-top: -6px;
}

#produtos li a:hover .titulo {
	color: #4AB940;
}

#produtos li a:hover .titulo .seta {
	background-position: -197px -20px;
}

#produtos li .descricao {
	color: #858585;
	display: block;
	font-size: 12px;
	line-height: 16px;
}


/* ============
   VARIACAO PRODUTOS
   ============ */
#produtos.produtos3Colunas {
    top: -75px;
    padding: 0;
}

.produtos3Colunas li {
	width: 311px;
	display: block;
	position: relative;
	border-bottom: 1px solid #EEE;
	padding: 170px 0 20px;
}

#produtos.produtos3Colunas li .imagem,
#produtos.produtos3Colunas li .imagem img {
	width: auto;
}

.produtos3Colunas li .imagem .canto,
#produtos.produtos3Colunas li:last-child .imagem {
	display: none;
}

.produtos3Colunas li:first-child,
.produtos3Colunas li:last-child {
	border-bottom: none;
	padding: 0;
}

.produtos3Colunas li:first-child {
	width: 290px;
	height: 195px;
	float: left;
	padding: 110px 40px 0 335px;
}

#produtos.produtos3Colunas li .imagem {
	position: absolute;
	top: 0;
	right: 0; 
}

#produtos.produtos3Colunas li:first-child .imagem {
	width: 330px;
	right: 352px;
	bottom: 0;
	top: auto;
}

#produtos.produtos3Colunas li:first-child .imagem img {
	width: 100%;
}

#produtos.produtos3Colunas li:first-child .titulo {
	font-size: 28px;
}

#produtos.produtos3Colunas li:first-child .descricao {
	font-size: 13px;
}

/* ============
   SICREDI NAS REDES
   ============ */
#redesSociais {
	background: url('../img/backgrounds/bg_verde.jpg') repeat;
	padding: 40px 25px 100px;
	border-top: 1px solid #FFF;
}

#blocoRedes {
	margin-top: 40px;
}

#blocoRedes .bloco {
	float: left;
	max-width: 295px;
}

.blocoFacebook {
	max-width: 210px;
}

.bloco .titulo {
	color: #FFF;
	margin-bottom: 10px;
}

.bloco .titulo:hover {
	color: #FEDE00;
}

#blocoRedes .blocoBlog {
	max-width: 380px;
}

#blocoRedes .blocoTwitter {
	margin: 0 34px;
}

.blocoBlog .blocoConteudo {
	position: relative;
}

.blocoBlog .imagem {
	width: 146px;
	height: 146px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}

.blocoBlog .imagem img {
	width: auto;
	height: 146px;
	display: block;
}

.blocoBlog .mascaraFoto {
	background: url('../img/mask_circulo.png') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.blocoBlog .centralizar {
	height: 146px;
	text-align: left;
}

.post {
	color: #B2D8A6;
	font-size: 12px;
	line-height: 16px;
}

.post span {
	display: block;
}

.postTitulo {
	color: #FFF;
	display: block;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 14px;
	padding: 10px 0 9px;
	text-decoration: underline;
}

.blocoTwitter .titulo .icone {
	background: url('../img/sprite.png') no-repeat 0 -30px;
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-right: 3px;
}


/* ============
   ULTIMOS TWEETS
   ============ */
.twitter-timeline {
	width: 100% !important;
}

a.twitter-timeline {
	color: #b2d8a5;
	font-family: 'FrutigerLTStd67BoldCondensed',sans-serif;
	font-size: 20px;
}

.blocoBlog a:hover .postTitulo,
.tweets li a:hover {
	color: #FEDE00;
}

@media only screen and (max-width: 1000px) {
	#banners {
		max-width: 320px;
		height: auto;
		margin: 0 auto;
	}

	#bannerPrincipal {
		width: 320px;
		height: 225px;
		margin: 0 auto;
	}

	.banner img {
		width: auto;
		height: 225px;
		display: block;
	}

	#bannerPrincipal .bannerTexto {
		display: none;
		right: 0;
		bottom: -205px;
		width: 280px;
	}

	.descricaoMobile {
		float: left;
		width: 100%;
	}

	

	#blocoTouch,
	#blocoMaisAcessados {
		margin-left: 60px;
	}

	#blocoTouch,
	#blocoMaisAcessados {
		margin-left: 0;
	}

	#blocoTouch {
		max-width: 140px;
	}

	#blocoTouch img {
		display: none;
	}

	#blocoTouch .imgTouchMobile {
		display: block;
	}

	#blocoMaisAcessados {
		float: right;
	}

	#blocoMaisAcessados ul li:last-child {
		display: none;
	}


	#blocoMaisAcessados .centralizar {
		height: 55px;
	}

	#produtosSicredi.produtosSicreDestaque {
		margin-top: 30px;
	}

	#produtosSicredi {
		padding: 30px 0 20px;
	}

	#produtos {
		top: 0;
		max-width: 320px;
		margin: 0 auto;
		padding: 0;
	}

	#produtos.produtos3Colunas {
		top: 0;
	}

	#produtos li {
		display: block;
		width: auto;
		margin: 0;
		margin-bottom: 40px;
		position: relative;
		padding: 0 0 0 124px;
		padding-top: 0;
		height: auto;
		float: none;
		min-height: 127px;
	}

	#produtos li .imagem {
		position: absolute;
		top: 0;
		left: 0;
		width: 110px;
		height: 127px;
	}

	#produtos li .imagem img {
		display: block;
		width: 100%;
		height: 100%;
	}

	#produtos.produtos3Colunas li .imagem {
		max-width: 110px;
		height: auto;
	}

	#produtos.produtos3Colunas li .imagem img {
		height: auto;
	} 

	#produtos li .titulo {
		font-size: 18px;
		padding-top: 0;
	}

	.produtos3Colunas li {
		border: none;
	}

	#produtos.produtos3Colunas li:first-child .titulo {
		font-size: 18px;
	}

	#produtos.produtos3Colunas li:first-child .imagem {
		top: 0;
	}

	#produtos.produtos3Colunas li .imagem, 
	#produtos.produtos3Colunas li .imagem img {
		width: 100%;
	}


	#blocoRedes .bloco {
		max-width: 295px;
	}

	#blocoRedes .blocoBlog {
		max-width: 380px;
	}

	#blocoRedes .blocoTwitter {
		margin: 0 0 0 40px;
	}

	#blocoRedes .blocoFacebook {
		display: none;
	}

	#faleConosco,
	#social { 
		max-width: 300px;
		margin: 0 auto;
	}
	
	#faleConosco {
		display: block;
		margin-bottom: 20px;
	}

	#redesSociais {
		text-align: center;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	#social {
		text-align: center;
	}

	#blocoRedes .blocoBlog {
		max-width: 380px;
		margin: 0 auto;
		float: none;
	}

	.blocoBlog .centralizar {
		height: auto;
		text-align: center;
	}

	.blocoBlog .imagem {
		position: relative;
		float: none;
		margin: 0 auto 20px;
	}

	.blocoBlog .blocoConteudo,
	.blocoTwitter,
	.blocoFacebook {
		display: none;
	}

	#blocoRedes .sliderMobile .blocoConteudo, 
	#blocoRedes .sliderMobile .blocoTwitter, 
	#blocoRedes .sliderMobile .blocoFacebook {
		display: block;
		float: none;
		margin: 0;
	}

	.paginacaoDepoimentosMobile {
		padding-top: 30px;
	}

	.sliderMobile {
		min-height: 280px;
		height: auto;
	}

	.sliderMobile li  {
		width: 100%;
	}

	.blogMobile .data, 
	.blogMobile .descricao {
		line-height: 15px;
	}

	#faleConosco {
		margin-top: -20px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* IE10+ specific styles go here */
	#blocoRedes .blocoTwitter {
		max-width: 276px;
	}
}
