@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@charset "utf-8";


@font-face {
  font-family: 'FontAwesome';
  src:  url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
        url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2');
}



.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

	/* ------ FONTS ------
		LIGHT		:300
		REGULAR		:400
		SEMIBOLD	:600
		BOLD		:700
		BLACK		:900
	*/


	#msg-ie {
		display: none;
	}

	noscript {
		font-size: 16px;
	}

	/* ========================================================================================================== */
	/* ================================================= TOOLS ================================================== */
	/* ========================================================================================================== */

	* {
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size:0;
		text-decoration:none;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size:inherit;
		font-weight: normal;
	}
	h4.titulo,
	.conteudo h1 {
		color: #444 !important;
		font-size: 51px;
  		font-weight: 700;
  		margin: 10px 0;
  		line-height: 1;
	}
	.conteudo a {
		color: #0bb;
		font-weight: 400;
		text-decoration: none;
		font-size: 16px;
	}
	.conteudo .fonte a {
		text-decoration: underline;
	}
	.conteudo span {
		font-size: 16px
	}
	audio {
		width: 100%;
		background-color: #0bb;
	}
	ul, li {
		list-style-type: none;
		font-size: initial;
	}
	ul li a {
		font-size: 16px;
		color: #3d3d3d;
	}
	ul.listagem {
		margin-top: 25px;
	}
	ul.listagem-video li {
		background-image: none;
		display: inline-block;
		margin: 25px;
  		padding: 0;
  		max-width: 240px;
  		vertical-align: top;
	}
	ul.listagem-video li p {
		color:#066;
		text-align: center;
		margin: 15px 0;
		font-weight: 400;
	}
	ul.listagem-video img {
		border: 1px solid #DDD;
	}
	ul.listagem-informativos li {
		background-image: none;
		width: 230px;
		display: inline-block;
		margin-right: 65px;
	}
	ul.listagem-beneficio {
		padding: 0;
	}
	ul.listagem-beneficio li {
		background-image: none;
		padding: 0;
		margin-bottom: 10px;
  		border-bottom: 1px solid #dcdcdc;
  		padding-bottom: 10px;
	}
	ul.listagem-beneficio li:last-child {
		border: none;
	}
	ul.listagem-beneficio li img {
		float: left;
	}
	ul.listagem-beneficio li .bloco-beneficio {
		float: right;
		width: 365px;
		max-width: 100%;
	}
	ul.listagem-beneficio .titulo {
		color: #066;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 10px;
		font-size: 18px;
	}
	ul.listagem-audio li {
		background-image: none;
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 15px;
	}
	ul.listagem-audio li:last-child {
		border: none;
	}
	ul.listagem-audio img {
		float: left;
		margin-bottom: 20px;
	}
	ul.listagem-audio p {
		float: right;
  		width: 400px;
  		margin-top: 25px;
  		max-width: 100%;
  		font-weight: 400;
		color: #0bb;
		margin-bottom: 20px;
	}
	li {
		background-image: url(../img/seta.png);
		background-repeat: no-repeat;
		margin: 10px 0;
		padding-left: 25px;
		font-weight: 200;
	}
	img {
		border:none;
	}
	body {
		font-family: 'Source Sans Pro', sans-serif;
	}
  	button.botaoform {
    	padding: 0 10px;
  	}
  	hr {
		margin: 15px 0;
		border: 1px solid #DCDCDC;
	}
	.container {
		display:block;
		margin:0 auto;
	}

	.link-legislacao {
		color: #0BB;
		font-size: 14px;
		font-weight: 600;
		background-image: url(../img/seta.png);
		background-repeat: no-repeat;
		padding-left: 25px;
	}

	.leg-titulo {
		margin: 20px 0 -3px;
	}

	.legislacao .botao {
		display: block;
		margin-top: 10px;
		background-position: right;
	}

	.legislacao img {
		max-width: 100%;
		display: block;
	}

	.post-data {
		font-weight: 400 !important;
		color: #0BB !important;
		font-size: 18px !important;
		float: left;
		margin: 0 !important;
	}

	.imprimir {
		width: 125px;
		float: right;
		background-image: url(../img/imprimir.png);
		background-repeat: no-repeat;
		background-position: 10px;
		height: 35px;
		background-color: #066;
		color: #fff;
		font-size: 16px;
		padding: 7px 45px;
		border-radius: 4px;
		cursor: pointer;
	}

	.redes-sociais{
		width: 100%;
		height: 60px;
		display: block;
		margin-top: 15px;
	}

	.redes-sociais .fb-share-button{
		margin-right: 15px;
	}

	.redes-sociais .twitter-share-button{
		margin-left: 15px;
	}

	.redes-sociais .whatsapp-share{
		width: 95px;
	    height: 21px;
	    display: inline-block;
	    background-color: green;
	    border-radius: 2px;
	    font-size: 11px;
	    color: #FFF;
	    line-height: 20.17px;
	    text-align: right;
	    float: left;
	    margin: 10px 0 0px 0;
	    padding-right: 6px;
	    font-weight: bold;
	}

	.redes-sociais .fa-whatsapp{	
		float: left;
	    padding-left: 5px;
	    padding-top: 2px;
	    color: #FFF;
	    font-family: 'FontAwesome';
	}

	#botao-sindicalizese, 
	#botao-contato,
	#botao-mailing {
		cursor: pointer;
		float: left;
	}

	#botao-mailing {
		padding-top: 0px;
	}

	.pollbar {
		background-color: #0BB;
		background-image: none !important;
		border: 1px solid #ddd !important;
	}

	.wp-polls li {
  		padding: 0;
	}

	#form-contato fieldset span {
		color: #444;
		margin: 0 0 25px !important;
		font-weight: lighter;
		font-size: 16px;
	}

	#searchform,
	#searchform-mobile {
		display: none;
		font-size: 14px;
		margin-bottom: 15px;
	}

	#searchform-mobile input {
		width: 100%;
		margin: 10px 0;
	}

	#searchform-mobile button {
		background-position: right !important;

		width: 100%;
	}

	#s {
		font-size: 16px;
		border: 1px solid #0bb;
		padding: 5px 10px;
		width: 815px;
	}

	.botaopesquisa {
		width: 155px;
		font-size: 14px !important;
		height: 30px !important;
		padding: 5px 5px 5px 0 !important;
		background-position: 120px !important;
		background-image: url(../img/busca-mobile.png) !important;
		background-color: #066 !important;
		border: 1px solid #066 !important;
	}

	.fonte {
		margin-top:15px
	}

	.fonte a {
		font-size:16px;color:#0bb;font-weight:400
	}

	.fonte a:hover {
		text-decoration: underline;
	}


	.maisnoticias-home {
		float: left;
		width: 300px;
	}

	.side {
		width: 100%;
	}

	.side .destaques {
		width: 300px;
  		display: inline-block;
	}

	.side .destaques h3 {
		width: 110px;
	}

	.side .jornal,
	.side .destaques {
		margin-top: 0;
	}

	.side .destaques .fio {
		width: 140px;
	}

	.wp-polls-ul small {
		font-size: 14px;
	}

	.wp-polls-ul i {
		font-size: 16px;
	}



	.alignleft {
		margin-right: 10px;
  		float: left;
	}

	.alignright {
		margin-left: 10px;
  		float: right;
	}


	/* =================== PAGINAÇÃO ==================== */
	/* ================================================== */
	.pagination {
		margin-top: 40px;
	}
	.pagination-title {
		font-size: 14px;
  		color: #066;
  		text-transform: uppercase;
  		margin-right: 10px;
	}
	.pagination-item.current,
	.pagination-link.inactive:hover {
		font-size: 14px;
		background-color: #066;
		color: #fff;
		padding: 5px 10px;
		margin-left: 3px;
	}
	.pagination-link.inactive {
		font-size: 14px;
		background-color: #0bb;
		padding: 5px 10px;
		margin-left: 3px;
		color: #fff;
		width: auto;
  		margin-right: 0;
  		display: inline;
  		text-decoration: none;
	}
	.pagination-link {
		background-color: #0BB !important;
		color: #fff !important;
		font-size: 14px !important;
		padding: 5px 10px !important;
		display: inline !important;
		vertical-align: top !important;
		margin-left: 3px;
		width: auto !important;
		margin-right: 0 !important;
	}
	/* ================================================== */
	/* ================================================== */



	/* ========================================================================================================== */
	/* ================================================ 320 PX ================================================== */
	/* ========================================================================================================== */
		.enviando,
		.msg-retorno {
			width: 300px;
			max-width: 100%;
			display: none;
			padding: 10px;
			background-color: #fff;
			float: right;
			margin-top: 10px;
		}

		.enviando img,
		.msg-retorno img {
			float: left;
		}

		.enviando span,
		.msg-retorno span {
			float: left;
			display: block;
			margin: 10px 0 0 10px !important;
			font-size: 16px;
			color: #066;
		}

		.msg-retorno {
			width: 350px;
		}

		.msg-retorno span {
			float: right !important;
			width: 280px;
			margin-top: 0px !important;
		}

		.conteudo-beneficio {
  			display: none;
  			padding: 10px 0;
  			margin-top: 15px;
		}


		.container {
			width:300px;
		}
		.slide-box	{
			background-color:#0BB;
			padding:20px;
			max-width:100%;
			margin:0 auto;
			border-radius:3px;
		}
		.slide-box h2	{
			font-size:20px;
			font-weight:700;
			color:#111;
			line-height:18px;
			margin-bottom:10px;
		}
		.slide-box h3	{
			font-size:14px;
			font-weight:400;
			color:#FFF;
			line-height:14px;
		}

		.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
			display:none;
		}

		.cabecalho h1 {
			width:240px;
			height:60px;
			display:block;
			font-size:40px;
			font-weight:900;
			color: #066;
			letter-spacing:-2px;
			margin:10px auto;
			padding:10px 0 0 70px;
			background-image:url(../img/logo1.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		.cabecalho h2 {
			width:100%;
			display:block;
			font-size:13px;
			line-height:15px;
			font-weight:400;
			color: #888;
			text-align:center;
			text-transform:uppercase;
			margin-bottom:10px;
		}
		.cabecalho .botaogrande {
			width:300px;
			height:60px;
			display:block;
			font-size:24px;
			font-weight:700;
			letter-spacing:-1px;
			text-transform:uppercase;
			color: #FFF;
			padding:15px;
			background-color: #F90;
			border-radius:3px;
			background-image:url(../img/bt-grande.png);
			background-repeat:no-repeat;
			background-position:255px 15px;
			border-bottom:1px solid #D80;
			border-right:1px solid #D80;
		}
		.menu {
			display:none;
		}
		.menu-mobile-container {
			display: none;
		}
		.menu-mobile-container li {
			background-image: none;
			border-bottom: 1px solid #066;
			padding: 0 0 10px 5px;
		}
		.menu-mobile-container a {
			display: block;
		}
		.cabecalho .data {
			font-size:14px;
			font-weight:400;
			color: #888;
			margin:10px 0;
		}
		.menu-mobile {
			width:100px;
			height:30px;
			display:inline-block;
			vertical-align:top;
			font-size:20px;
			font-weight:600;
			letter-spacing:-1px;
			text-transform:uppercase;
			color: #0BB;
			padding:0 0 0 35px;
			background-image:url(../img/menu-mobile.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		.busca-mobile {
			width:30px;
			height:30px;
			display:inline-block;
			vertical-align:top;
			background-image:url(../img/busca-mobile.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		.fone {
			width:150px;
			height:30px;
			display:inline-block;
			vertical-align:top;
			padding:0 0 0 35px;
			margin:0 20px 0 0;
			color:#066;
			text-decoration:none;
			background-image:url(../img/fone.png);
			background-repeat:no-repeat;
			background-position:0 0;
			font-weight:700;
		}
		@-moz-document url-prefix() {
			.fone {
				width: 155px;
				margin-right: 15px;
			}
		}
		.fone, .fone span {
			font-size:20px;
			text-decoration:none;
		}
		.fone span {
			color:#0BB;
			font-weight:400;
		}
		.parallax {
			height: 320px;
			margin-top: 50px
		}
		.destaques, .maisnoticias, .jornal, .enquete, .mailing, .parceiros {
			padding:0 10px;
		}
		.destaques {
			margin-top:40px;
		}
		.destaques a, .maisnoticias a {
			margin-bottom:40px;
			display:block;
		}
		.destaques .semfoto {
			padding:10px;
			border:1px solid #EEE;
		}
		.destaques h3, .maisnoticias h3, .jornal h3, .enquete h3, .mailing h3, .parceiros h3, .atendimento h3 {
			width:100px;
			height:35px;
			font-size:18px;
			font-weight:700;
			text-transform:uppercase;
			color:#0BB;
			padding:5px 0;
			margin-bottom:25px;
			border-bottom:5px #0BB solid;
			display:inline-block;
			vertical-align:top;
		}
		.destaques .fio, .maisnoticias .fio, .jornal .fio, .enquete .fio, .mailing .fio, .parceiros .fio {
			width:180px;
			height:33px;
			display:inline-block;
			vertical-align:top;
			border-bottom:1px solid #DDD;
		}
		.destaques h4, .maisnoticias h4 {
			font-size:20px;
			line-height:22px;
			font-weight:400;
			color: #444;
			text-transform:uppercase;
		}
		.destaques h5, .destaques p, .maisnoticias h5 {
			font-size:14px;
			line-height:18px;
			font-weight:400;
			color: #666;
		}
		.destaques p {
			border-top:3px solid #0BB;
			margin:10px 0 0 0;
			padding:10px 0 0 0;
		}
		.destaques p span, .destaques .continua {
			color: #0BB;
			display:block;
			text-transform:uppercase;
			font-size:14px;
		}
		.destaques .data, .maisnoticias .data {
			font-size:14px;
			line-height:14px;
			font-weight:400;
			color: #F90;
			margin:5px 0;
		}
		.destaques .thumb {
			width:280px;
			height:160px;
		}
		.upper {
			text-transform: uppercase;
		}

		.conteudo {
			width: 100%;
			font-size: initial;
		}
		.conteudo table {
			border: 1px solid #dcdcdc;
			border-spacing: 0;
			border-collapse: collapse;
			font-size: 14px;
			margin: 20px 0;
		}
		.conteudo table td {
			font-size: 14px;
			color: #444;
			font-weight: 400;
			padding: 10px;
			border: 1px solid #dcdcdc;
		}
		.conteudo table td p {
			margin: 0;
		}
		.conteudo p {
			font-size: initial;
			color: #444;
			font-weight: lighter;
			font-family: 'Source Sans Pro';
			margin: 20px 0;
		}

		.conteudo em {
			font-size: initial;
			color: #444;
			font-family: 'Source Sans Pro';
		}

		.conteudo i {
			font-size: 16px;
			font-weight: lighter;
			color: #696969;
			font-family: 'Source Sans Pro';
		}

		.conteudo strong {
			font-size: initial;
			font-family: 'Source Sans Pro';
		}

		h4.titulo {
			/*color: #0BB !important;*/

		}

		.conteudo strong {
			/*color: #0BB;*/
		}

		.conteudo h2 {
			color: #0BB;
			font-size: 21px;
			font-weight: 400;
			margin-bottom: 10px;
		}

		.maisnoticias h3 {
			width:120px;
		}
		.maisnoticias .fio {
			width:160px;
		}
		.maisnoticias a {
			padding-bottom:20px;
			margin-bottom:20px;
			border-bottom: 4px solid #EEE;
		}
		.mais-noticias-link {
			font-size: 18px;
			color: #0BB;
			text-decoration: none;
			width: 100%;
			text-align: right;
			font-weight: bold;
			border: none !important;
			width: 300px;
			padding: 0;
			margin: 0 !important;
		}
		.mais-noticias-link:hover {
			text-decoration: underline;
		}
		.jornal {
			width:300px;
		}
		.jornal img {
			display: block;
		}
		.jornal h3 {
			width:150px;
			margin-bottom:10px;
		}
		.jornal .fio {
			width:110px;
		}
		.jornal h4, .jornal h5 {
			font-size:14px;
			text-transform:uppercase;
		}
		.jornal h4 {
			color:#222;
		}
		.jornal h5 {
			color:#F90;
			margin-bottom:10px;
		}
		.sidebar{
			font-size: initial;
		}
		.botaopequeno {
			height:40px;
			font-size:16px;
			font-weight:900;
			text-transform:uppercase;
			color: #FFF;
			padding:10px 0 0 15px;
			background-color: #F90;
			border-radius:3px;
			background-image:url(../img/bt-pequeno.png);
			background-repeat:no-repeat;
			background-position:130px 5px;
			border:none;
			border-bottom:1px solid #D80;
			border-right:1px solid #D80;
		}
		.seta {
			height:40px;
			font-size:14px;
			font-weight:600;
			color: #0BB;
			padding:0 0 0 22px;
			background-image:url(../img/seta.png);
			background-repeat:no-repeat;
			background-position:0 0;
			text-decoration:underline;
			text-transform:uppercase;
		}
		.jornal .botaopequeno {
			width:170px;
			display:inline-block;
			margin:20px 0;
		}
		.jornal .seta {
			width:110px;
			display:inline-block;
			margin:20px 0;
		}
		.denuncia-mobile {
			width:280px;
			background-color:#0BB;
			margin:0 10px;
			display:block;
			height:470px;
		}
		.denuncia-mobile h3 {
			font-size:24px;
			line-height:24px;
			letter-spacing:-1px;
			color:#FFF;
			font-weight:600;
			padding:0 20px;
		}
		.denuncia-mobile h4 {
			font-size:16px;
			line-height:16px;
			letter-spacing:-1px;
			color:#222;
			font-weight:400;
			padding:5px 20px 10px 20px;
		}
		.denuncia-mobile .alerta {
			font-size:14px;
			line-height:14px;
			color:#FFF;
			font-weight:400;
			padding:5px 0 0 50px;;
			background-color:#066;
			background-image:url(../img/denuncia-icone.png);
			background-repeat:no-repeat;
			background-position:12px 8px;
			width:260px;
			border-radius:20px;
			height:40px;
			margin:0 auto;
		}
		.denuncia-mobile .botaopequeno {
			width:190px;
			display:block;
			margin:20px auto;
			background-position:150px 5px;
		}
		.mailing, .enquete, .parceiros {
			width:300px;
			margin-top:40px;
		}
		.mailing h3,
		.atendimento h3 {
			width:110px;
			margin-bottom:10px;
		}
		.mailing h4, .enquete h4 {
			font-size:16px;
			color:#444;
		}
		.mailing .fio {
			width:170px;
		}
		.mailing .campo {
			width:280px;
			height:40px;
			font-size:12px;
			color:#222;
			background-color:#F2F2F2;
			border:1px solid #DDD;
			border-radius:3px;
			font-family: 'Source Sans Pro', sans-serif;
			padding:10px;
			display:block;
			margin:15px 0 0 0 ;
		}
		.mailing form .botaopequeno, .enquete form .botaopequeno {
			width:150px;
			display:block;
			margin:20px 0;
			padding:0 0 0 20px;
			text-align:left;
			font-weight:900;
			font-family: 'Source Sans Pro', sans-serif;
			background-position:110px 5px;
		}
		.enquete h3 {
			width:80px;
			margin-bottom:10px;
		}
		.enquete p {
			font-size:16px;
			color:#888;
			margin:5px 0 0 10px;
		}
		.enquete .fio {
			width:200px;
		}
		.enquete form {
			padding:10px 0 0 0;
		}
		.enquete form .botaopequeno {
			width:110px;
			display:inline-block;
			background-position:72px 5px;
			margin-right:20px;
		}
		.parceiros h3 {
			width:90px;
			margin-bottom:10px;
		}
		.parceiros .fio {
			width:190px;
		}
		.rodape {
			width:100%;
			padding:20px;
			background-color:#0BB;
			margin:40px 0 0 0;
		}
		.rodape .logo {
			width:280px;
		}
		.rodape .logo .marca {
			width:240px;
			height:60px;
			display:block;
			font-size:40px;
			font-weight:900;
			color: #FFF;
			letter-spacing:-2px;
			padding:10px 0 0 70px;
			background-image:url(../img/logo2.png);
			background-repeat:no-repeat;
			background-position:0 0;
		}
		.rodape .slogan, .rodape .endereco, .rodape .copyright {
			font-size:11px;
			font-weight:400;
			color: #FFF;
			padding:0 25px 0 70px;
			text-transform:uppercase;
			margin-bottom:20px;
		}
		.rodape .copyright {
			margin-top:20px;
			padding:0;
		}
		.rodape .sede {
			font-size:18px;
			font-weight:700;
			text-transform:uppercase;
			color:#066;
			margin-top:20px;
		}
		.rodape .endereco {
			padding:0;
			margin:0;
		}
		.rodape .fone, .rodape .fone span {
			font-size:24px;
			font-weight:700;
			color: #FFF;
			padding:0;
			margin:0;
			background:none;
		}
		.rodape .fone span {
			font-weight:400;
		}

		.rodape ul, .rodape .enderecos {
			margin-bottom:25px;
			width:260px;
		}
		.rodape li {
			border-bottom:1px dotted #0DC;
			padding:8px 0;
			background-image: none;
		}

		.rodape a:hover {
			text-decoration:underline;
		}
		.menu-rodape-titulo {
			width:100px;
			height:35px;
			font-size:18px;
			font-weight:700;
			text-transform:uppercase;
			color:#066;
			padding:5px 0;
			margin-bottom:15px;
			border-bottom:5px #066 solid;
			display:inline-block;
			vertical-align:top;
		}
		.menu-rodape-fio {
			width:180px;
			height:33px;
			display:inline-block;
			vertical-align:top;
			border-bottom:1px solid #066;
		}
		.rodape .institucional {
			width:125px;
		}
		.rodape .fio-institucional {
			width:135px;
		}
		.rodape .conteudo {
			width:90px;
		}
		.rodape .fio-conteudo {
			width:170px;
		}
		.rodape .informativos {
			width:125px;
		}
		.rodape .fio-informativos {
			width:135px;
		}
		.rodape ul li .link, .rodape ul li .sublink {
			font-size:14px;
			font-weight:400;
			text-transform:uppercase;
			color:#FFF;
		}
		.rodape ul li .sublink {
			padding-left:15px;
		}

		.wp-polls-ul label {
			font-size: 16px;
			font-weight: 400;
			color: #6B6B6B;
		}

		.wp-polls-ul li {
			background-image: none;
		}

		.bxslider li {
			background-image: none;
			margin: 0;
			padding-left: 0;
		}

		.box-footer-post {
			margin-top: 40px;
		}

		.atendimento {
		width: 300px;
		border: 1px solid #ddd;
		font-size: initial;
		padding: 13px;
		margin-top: 25px;
		}
		.atendimento .fone {
			margin: 10px 0 30px;
		}

		.denuncia {
			font-size: initial;
			background-image: url(../img/denuncia.jpg);
			background-repeat: no-repeat;
			background-size: 100%;
			background-color: #0BB;
			margin-top: 25px;
			padding: 265px 25px 0;
			height: 560px;
		}
		.denuncia h2 {
			font-size: 32px;
			color: #fff;
			margin: 10px 0;
			line-height: 1;
			font-weight: 600;
			letter-spacing: -1px;
		}
		.denuncia-subtitulo {
			color: #000;
			font-size: 21px;
			line-height: 1;
		}
		.denuncia-atencao {
			background-color: #006B65;
			font-size: 14px;
			color: #fff;
			background-image: url(../img/denuncia-icone.png);
			background-repeat: no-repeat;
			background-position: 7px 10px;
			padding: 5px 5px 5px 45px;
			border-radius: 20px;
			margin: 15px 0;
		}
		.botaofull {
			width: 100%;
			margin: 20px 0;
			display: block;
			padding-left: 35px;
			background-position: 200px 8px;
			font-size: 20px;
			height: 45px;
		}

		.sidebar-subtitulo {
			color: #444;
  			font-size: 19px;
		}

		.sidebar-desc {
			font-size: 14px;
			color: #888;
			margin: 5px 0;
		}

		form.formulario * {
			font-size: 14px;
			max-width: 100%
		}

		form.formulario label {
			width: 100%;
			display: block;
			margin-bottom: 3px;
			text-transform: uppercase;
		}

		form.formulario input,
		form.formulario select,
		form.formulario textarea {
			margin-bottom: 10px;
			width: 100%;
			border: 1px solid #0BB;
			padding: 5px 5px 5px 10px;
			height: 33px;
		}

		form.formulario textarea {
			height: 150px;
		}

		form.formulario fieldset {
			padding: 20px;
			margin: 20px 0 20px 0;
			/*border: 1px solid #0BB;*/
			border: 1px solid #DDD;
		}

		form.formulario h2 {
			color: #0BB;
			font-size: 21px;
			margin-bottom: 15px;
		}
	
	@media(min-width: 320px) and (max-width: 640px){
		.redes-sociais .whatsapp-share{
			display: inline-block;
		}
	}

	



	/* ========================================================================================================== */
	/* ================================================ 640 PX ================================================== */
	/* ========================================================================================================== */

	@media screen and (min-width: 640px) {

		.redes-sociais .whatsapp-share{
			display: none;
		}
		.container {
			width:620px;
		}
		.slide-box h2	{
			font-size:24px;
			line-height:24px;
			letter-spacing:-1px;
		}
		.slide-box h3	{
			font-size:18px;
			line-height:18px;
		}
		.cabecalho .logo, .cabecalho .botaogrande, .cabecalho .data {
			display:inline-block;
			vertical-align:top;
		}
		.cabecalho .botaogrande {
			margin-top: 10px;
		}
		.cabecalho .logo {
			width:310px;
			/*margin-bottom:20px;*/
		}
		.cabecalho h2 {
			font-size:14px;
			width:620px;
		}
		.cabecalho .data {
			width:300px;
			padding-left:10px;
		}
		.destaques .fio {
			width:480px;
		}
		.destaques a {
			display:inline-block;
			vertical-align:top;
			width:280px;
			margin-right:20px;
		}
		.maisnoticias a {
			display:inline-block;
			vertical-align:top;
			width:280px;
			margin-right:20px;
			padding-right:36px;
			border-right: 4px solid #EEE;
			border-bottom: none;
		}
		.maisnoticias .fio {
			width:460px;
		}

		.maisnoticias-home {
			width: auto;
		}

		.mais-noticias-link {
			width: 575px !important;
		}

		.jornal, .denuncia-mobile, .mailing, .enquete {
			display:inline-block;
			vertical-align:top;
		}
		.jornal {
			margin-right:20px;
			margin-top:70px;
		}
		.mailing {
			margin-right:20px;
			margin-top:40px;
		}
		.parceiros {
			width:620px;
		}
		.parceiros .fio {
			width:510px;
		}
		.rodape li {
			background-image: none;
			margin: 0
		}
		.rodape ul, .rodape .enderecos {
			display:inline-block;
			vertical-align:top;
			margin-right:20px;
		}


		#breadcrumbs {
			border-top: 5px solid #dcdcdc;
			border-bottom: 1px solid #dcdcdc;
			padding: 11px 3px;
			margin-top: 10px;
			margin-bottom: 20px;
		}

		#breadcrumbs a,
		#breadcrumbs .breadcrumb_last {
			font-size: 16px;
			text-transform: uppercase;
			color: #0BB;
			font-weight: 600;
		}

		#breadcrumbs .breadcrumb_last {
			color: #F90;
		}

		#breadcrumbs span {
			font-size: 16px;
			color: #0BB;
		}

		.denuncia-home .denuncia {
			width: 300px;
			float: right;
		}
	}

	/* ========================================================================================================== */
	/* ================================================ 980 PX ================================================== */
	/* ========================================================================================================== */

	@media screen and (min-width: 980px) {

		.container {
			width:980px;
		}
		.cabecalho .logo {
			width:670px;
		}
		.cabecalho h1, .cabecalho h2, .cabecalho .botaogrande, .cabecalho .logo {
			display:inline-block;
		}
		.cabecalho h1 {
			width:260px;
		}
		.cabecalho h2 {
			width:320px;
			font-size:14px;
			line-height:15px;
			text-align:left;
		}
		.conteudo {
			width: 600px;
			float: left;
		}
		.conteudo.destaques {
			width: 665px;
			margin-top: 0;
		}
		.conteudo.destaques h1 {
			margin-bottom: 40px;
		}
		.menu-mobile, .busca-mobile {
			display:none;
		}
		.menu-mobile-container {
			display: none !important;
		}
		.menu {
			display:block;
			width:980px;
			margin:0 0 20px auto;
		}
		.menu li {
			display: inline-block;
			background-image: none;
			margin: -1px;
			padding-left: 0
		}
		.menu a {
			border-right:1px solid #FFF;
			height:40px;
			padding:10px 20px;
			display:inline-block;
			color:#FFF;
			font-size:14px;
			font-weight:400;
			text-transform:uppercase;
			background-color:#0BB;
			border-radius:3px;
			vertical-align:top;
		}
		.menu a:hover {
			background-color:#D80;
		}
		.menu .busca-topo a {
			background-image:url(../img/busca-mobile.png);
			background-repeat:no-repeat;
			background-position:center center;
			background-color:#066;
			height:40px;
		}
		.sub-menu {
			display: none;
			position: absolute;
			z-index: 2
		}
		.sub-menu li {
			display: block;
			max-width: 190px;
			min-width: 112px;
		}
		.sub-menu li a {
			width: 100%;
			background-color: #F90;
			border: 1px solid;
		}
		.fone {
			margin:0 0 0 525px;
		}
		.slide-box	{
			margin:0 auto;
			z-index:10;
			position:relative;

		}
		.slide-box h2	{
			font-size:32px;
			font-weight:700;
			color:#111;
			letter-spacing:-2px;
			line-height:32px;
			margin-bottom:10px;
		}
		.slide-box h3	{
			font-size:18px;
			font-weight:400;
			color:#FFF;392px
			line-height:18px;
		}
		.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
			display:inline;
		}
		.destaques .fio {
			width:860px;
		}
		.destaques a {
			margin-right:40px;
		}
		form.formulario {
			width: 660px;
			float: left;
			margin-top: 5px;
		}

		form.formulario .col-3 {
			/*width: 302px;*/
			width: 196px;
		}

		form.formulario .col-6 {
			width: 407px;
		}

		form.formulario .bloco .col-3:nth-of-type(3),
		form.formulario .bloco-6-3 .col-3:nth-of-type(2) {
			margin-right: 0;
		}

		form.formulario .col-5 {
			/*width: 491px;*/
			width: 265px;
		}

		form.formulario .col-2	{
			/*width: 200px;*/
			width: 154px;
		}

		form.formulario .col-2,
		form.formulario .col-3,
		form.formulario .col-5,
		form.formulario .col-6 {
			float: left;
			margin-right: 15px;
		}

		form.formulario input[type="checkbox"] {
			width: 20px;
			float: left;
			margin: 26px 0 0 10px;
		}

		form.formulario span {
			float: left;
			margin: 33px 0 0 10px;
		}

		.botaoform {
			width: 180px;
			margin-top:20px;
			background-position: right;
			cursor: pointer;
		}

		.maisnoticias {
			width:640px;
			display:inline-block;
			vertical-align:top;
		}
		.jornal {
			margin-top:0;
		}
		.denuncia-mobile {
			display:none;
		}
		.mailing, .enquete, .parceiros {
			margin-right:25px;
		}
		.parceiros {
			width:300px;
			margin-top:40px;
			display:inline-block;
		}
		.parceiros .fio {
			width:190px;
		}
		.sidebar {
			float: right;
			width: 300px;
		}
		.rodape ul, .logo {
			display:inline-block;
		}
		.rodape {
			padding-top:40px;
		}
		.rodape .logo {
			width:280px;
		}
		.rodape ul {
			width:200px;
		}
		.rodape .fio-conteudo {
			width:110px;
		}
		.rodape .fio-informativos, .rodape .fio-institucional {
			width:75px;
		}
		.rodape .enderecos {
			margin:0 0 25px 280px;
			width:640px;
		}
		.rodape .endereco {
			font-size:14px;
			width:300px;
		}
		.rodape .fone {
			font-size:32px;
			width:300px;
		}
		.rodape .rodape-bloco-endereco {
			display:inline-block;
			width:320px;
		}

		.denuncia-home .denuncia {
			margin-right: 30px;

		}

	}



@media (min-width: 640px) and (max-width: 979px) {
	.sidebar div {
	  float: left;
	  margin-top: 0;
	  border: none;
	  /* text-align: center; */
	}
}




/* IMPRESSÃO */

@media print {
	.menu,
	a.fone,
	.rodape,
	div.data,
	.sidebar,
	.imprimir,
	.menu-mobile,
	a.busca-mobile,
	.box-footer-post,
	.cabecalho .botaogrande {
		display: none;
	}

	.data,
	p.post-data {
		margin-top: 45px !important;
		clear: both;
	}

	.container {
		width: 100%;
		padding: 10px;
	}

	.logo h1 {
		float: left;
	}

	.logo h2 {
		float: left;
		width: 400px;
		margin-top: 40px;
	}
}