/* -------------|
/* - CABECALHO
/* ----- */



/* -------------|
/* - CONTEUDO
/* ----- */

/*
- BREAD CRUMB
*/

section.main section.breadcrumb {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 2px #fff inset, 1px 1px 1px #e2e4e4;
	border-top: 4px solid #87a742;
	background: url(../images/bkg/textura_a.gif) left bottom repeat;
}
section.main section.breadcrumb a.home {
	width: 78px;
	height: 56px;
	margin-top: 2px;
	display: block;
	float: left;
	position: relative;
	background: #f0f0f0 url(../images/btn/home.png) no-repeat;
}
section.main section.breadcrumb > span {
	margin: 0 0 0 15px;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 2.1em;
	color: #5b5b5b;
	line-height: 58px;
	background: url(../images/ico/seta_a.png) left 3px no-repeat;
}
section.main section.breadcrumb ul {
	float: left;
	margin: 2px 0 0;
}
section.main section.breadcrumb ul li {
	float: left;
	height: 56px;
	line-height: 56px;
	padding: 0 40px 0 20px;
	font-size: 1.6em;
	color: #5b5b5b;
	background: url(../images/bkg/ponta_b.png) no-repeat right 0;	
}
section.main section.breadcrumb ul li span {
	color: #83a140;
	font-weight: bold;
}
section.main section.breadcrumb div.estado{
	float: right;
	width: 330px;
}
section.main section.breadcrumb div.estado select{
	width: 330px;
}

/*
- BOX DE INFORMAÇÕES EM NÚMEROS
*/

section.main .dados .corpo > ul > li {
	margin: 50px 0 0;
	overflow: hidden;
}
section.main .dados .corpo > ul > li:first-child {
	margin: 0;
}
section.main .dados .corpo ul.colunas-4 li + li {
	margin: 0 0 0 18px;
	overflow: auto;
}
section.main .dados img {
	margin: 0 0 10px;
	display: block;
}
section.main .dados strong {
	font-size: 4.0em;
	color: #5b5b5b;
	text-align: center;
	display: block;
}
section.main .dados span {
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
	display: block;
}

/*
- BOX DE DEPOIMENTOS
*/

section.main .depoimentos article{
	overflow: hidden;
}
section.main .depoimentos img {
	margin: 0;
	padding: 6px;
	display: block;
	float: right;
	border: 1px solid #e8e8e8;
	box-shadow: 1px 1px #f7f7f7;
	background-color: #fff;
}
section.main .depoimentos blockquote {
	width: 580px;
	margin-top: 25px;
	display: block;
	float: left;
}
section.main .depoimentos blockquote.large{ width: auto !important; }
section.main .depoimentos blockquote p {
	margin: 0;
	font-size: 1.5em;
	color: #5b5b5b;
	line-height: 1.5em;
	text-align: center;
}
section.main .depoimentos blockquote p strong { color: #5b5b5b; }
section.main .depoimentos blockquote cite {
	margin-top: 32px;
	padding-top: 25px;
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em;
	color: #5b5b5b;
	text-align: center;
	display: block;
	background: url(../images/ico/balao_a.png) center top no-repeat;
}

/*
- BOX DE NOTÍCIAS
*/
section.main .noticias header h2 {
	line-height: 43px;
	background-position: 0 12px;
}
section.main .noticias img {
	margin: 0 35px 20px 0;
	padding: 6px;
	display: block;
	float: left;
	border: 1px solid #e8e8e8;
	box-shadow: 1px 1px #f7f7f7;
	background-color: #fff;
}
section.main .noticias h3 { margin-bottom: 29px; }
section.main .noticias h3 a { color: #12412b; }
section.main .noticias .data {
	margin-bottom: 22px;
	font-size: 1.4em;
	display: block;
}
section.main .noticias .data a { color: #f1561c; }
section.main .noticias .destaque {
	width: 546px;
	float: left;
}
section.main .noticias aside {
	width: 270px;
	padding: 0 0 0 34px;
	float: right;
	background: url(../images/ico/borda_b.png) left center no-repeat;
}
section.main .noticias aside h3 {
	margin-bottom: 12px;
	font-size: 1.7em;
}
section.main .noticias aside h3 a {
	padding-left: 10px;
	background: url(../images/ico/seta_c.png) left 3px no-repeat;
}
section.main .noticias aside .data { margin-bottom: 0; }
section.main .noticias aside article { margin-bottom: 42px; }

section.main .noticias-listagem { display: none; }

/*
- CARROSSEL DE NOTÍCIAS
*/

section.main .carrossel-noticias img {
	padding: 6px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
section.main .carrossel-noticias .corpo { padding: 20px 0; }

/*
- ALTERAÇÕES NO BLOCO DE NOTÍCIAS
*/

section.main .noticias.home .destaque {
	width: 360px;
}
section.main .noticias.home .destaque img {
	margin: 0 0 10px;
	padding: 4px;
	float: none;
	border-radius: 3px;
	border: 1px solid #c9c9c9;
}
section.main .noticias.home aside {
	width: 510px;
	padding: 0;
	background: none;
}
section.main .noticias.home aside div {
	width: 240px;
	padding: 0 0 0 10px;
	float: left;
	background: url(../images/ico/borda_e.png) left top no-repeat;
}
section.main .noticias.home aside div + div {
	margin-left: 5px;
}
section.main .noticias.home aside article {
	margin-bottom: 0;
}
section.main .noticias.home aside article + article {
	padding-top: 19px;
	background: url(../images/ico/borda_f.png) left top repeat-x;
}
section.main .noticias.home aside article h3,
section.main .noticias.home aside article .data,
section.main .noticias.home article.destaque h3,
section.main .noticias.home article.destaque .data {
	margin-bottom: 5px;
}
section.main .noticias.home aside article p {
	margin-bottom: 0;
	padding-bottom: 15px;
}

/*
- BOX DE NOTÍCIAS RELACIONADAS
*/

section.main .noticia-relacionada {
}

section.main .noticia-relacionada h3 {
	font-size: 1.6em;
	line-height: 16px;
	font-weight: bold;
	background: url(../images/ico/seta_c.png) no-repeat 0 3px;
	padding: 0 0 0 13px;
}

section.main .noticia-relacionada .tag-related {
	font-size: 1.5em;
	color: #999999;
	padding: 0 0 0 13px;
}

section.main .noticia-relacionada .tag-related > a{
	color: #f1561c;
}

/*
- CARROSSEL DE VÍDEOS
*/

section.main .videos .corpo a {
	font-size: 1.5em;
	color: #5b5b5b;
	text-decoration: none;
	position: relative;
	display: block;
}
section.main .videos .corpo .colunas-3 a:hover { text-decoration: underline; }
section.main .videos .corpo img {
	margin-bottom: 17px;
	padding: 6px;
	display: block;
	border: 1px solid #e8e8e8;
	box-shadow: 1px 1px #f7f7f7;
	background-color: #fff;
}
section.main .videos .corpo .play {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 62px;
	left: 112px;
	background: url(../images/ico/play_a.png) no-repeat;
}
section.main .videos .corpo a:hover .play { background-position: 0 -95px; }
section.main .videos .corpo .descricao {
	margin: 0;
	padding-left: 10px;
	font-size: 1.0em;
	background: url(../images/ico/seta_c.png) left 3px no-repeat;
	display: block;
}

/*
- PÁGINA VÍDEOS
*/

section.main .videos .listagem > li {
	padding: 30px 0 30px;
}

/*
- CARROSSEL DE PROGRAMAS
*/

section.main #carrossel-programas footer .paginacao {
	display: none;
}

/*
- CARROSSEL DE FOTOS
*/

section.main .fotos .corpo a {
	display: block;
	position: relative;
}
section.main .fotos img {
	width: 256px;
	height: 160px;
	margin-bottom: 16px;
	padding: 12px 7px 8px 7px;
	display: block;
	background: url(../images/bkg/moldura_a.png) no-repeat;
}
section.main .fotos a span {
	margin-bottom: 16px;
	font-size: 1.5em;
	color: #5b5b5b;
	line-height: 1.2em;
	text-decoration: none;
	display: block;
	background: url(../images/ico/seta_c.png) left 4px no-repeat;
}
section.main .fotos a span:first-letter { padding-left: 10px; }
section.main .fotos .quantidade {
	height: 24px;
	margin-bottom: 10px;
	padding: 0 10px 0 34px;
	float: left;
	border-radius: 3px;
	background: #f5f5f5 url(../images/ico/fotos.png) 5px 5px no-repeat;
}
section.main .fotos .quantidade span {
	font-size: 1.2em;
	color: #929292;
	line-height: 24px;
}

/*
- PARA A IMPRENSA
*/

section.main .para-imprensa article em {
	margin-bottom: 35px;
	display: block;
}
section.main .para-imprensa article a.botao { margin-left: 70px; }
section.main .para-imprensa li footer {
	background: url(../images/bkg/sombra_c.png) center top no-repeat;
}

/*
- ÁUDIOS
*/

.audio-player {
	width: 270px;
	height: 48px;
	margin-bottom: 16px;
}
.audios .player img { display: block; }
.audios a span {
	margin-bottom: 16px;
	font-size: 1.5em;
	color: #5b5b5b;
	line-height: 1.3em;
	text-decoration: none;
	display: block;
	background: url(../images/ico/seta_c.png) left 4px no-repeat;
}
.audios a span:first-letter { padding-left: 10px; }
.audios .quantidade {
	height: 24px;
	margin-bottom: 10px;
	padding: 0 10px 0 30px;
	float: left;
	border-radius: 3px;
	background: #f5f5f5 url(../images/ico/relogio.png) 7px center no-repeat;
}
.audios .quantidade span {
	font-size: 1.2em;
	color: #929292;
	line-height: 24px;
}

/*
- CURSOS
*/
.erro-cursos {
	font-size: 2em;
	color: #9b5b5b;
	line-height: 35px;
	padding: 0 20px 20px 20px;
}
section.main .cursos h2 {
	font-size: 3em;
	line-height: 42px;
	background-position: 0 12px;
}
section.main .cursos .legenda-inscricao {
	float: left;
	margin: 0 0 30px;
}
section.main .cursos .legenda-inscricao em {
	float: left;
	font-style: normal;
	font-size: 1.4em;
	color: #b7b7b7;
	line-height: 16px;
}
section.main .cursos .legenda-inscricao ul {
	float: left;
}
section.main .cursos .legenda-inscricao li {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #5b5b5b;
	margin: 0 0 0 15px;
	padding: 0 0 0 17px;
	line-height: 16px;
}
section.main .cursos .legenda-inscricao li.abertas {
	background: url(../images/ico/ponto_a.png) no-repeat 0 0;
}
section.main .cursos .legenda-inscricao li.breve {
	background: url(../images/ico/ponto_b.png) no-repeat 0 0;
}
section.main .cursos .sugestao {
	float: right;
}
section.main .cursos .sugestao p {
	font-size: 1.4em;
}
section.main .cursos .sugestao a {
	color: #f1561c;
	text-decoration: underline;
}
section.main .cursos .corpo {
	overflow: visible;
}
section.main .cursos .lista-cursos {
	float: left;
	margin: 12px 0 12px -4px;
}
section.main .cursos .lista-cursos .coluna {
	float: left;
	margin: 0 0 0 16px;
	width: 274px;
}
section.main .cursos .lista-cursos li {
	float: left;
	margin: 0 0 10px 16px;
	width: 274px;
	overflow: hidden;
}
section.main .cursos .lista-cursos li a {
	display: block;
	text-indent: 19px;
	color: #5b5b5b;
	font-size: 1.6em;
	height: 36px;
	line-height: 36px;
	padding: 3px 0 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.14);
	box-shadow: 1px 1px rgba(0,0,0,.14);
	background: #fafafa url(../images/bkg/textura_c.png) repeat-x 0 0;
}
section.main .cursos .lista-cursos li a span.text {
	display: block;
}
section.main .cursos .lista-cursos li a:hover {
	background: url(../images/bkg/textura_i.png) repeat-x 0 0;
	text-decoration: none;
}
section.main .cursos .lista-cursos li a:active {
	background: url(../images/bkg/textura_j.png) repeat-x 0 0;
}
/*section.main .cursos .lista-cursos li.aberto a span.text {
	background: url(../images/bkg/barra_a.png) no-repeat 0 center;
}
section.main .cursos .lista-cursos li.breve a span.text {
	background: url(../images/bkg/barra_b.png) no-repeat 0 center;
}*/

/*
 CURSO - INTERNA
*/
section.main .box-info h2 {
	width: 500px;
}
section.main .box-info .inscricoes {
	float: right;
	padding: 20px 30px;
	background: #ebebeb;
	border-radius: 3px;
}
section.main .box-info .inscricoes span {
	font-size: 1.6em;
	color: #999;
	display: block;
	margin: 0 0 10px 0;
}
section.main .box-info .inscricoes strong {
	font-size: 1.6em;
	color: #5b5b5b;
	padding: 0 0 0 20px;
}
section.main .box-info .inscricoes strong.abertas {
	background: url(../images/ico/ponto_a.png) no-repeat 0 1px;
}
section.main .box-info .inscricoes strong.breve {
	background: url(../images/ico/ponto_b.png) no-repeat 0 1px;
}
section.main .box-info .objetivo {
	float: left;
	width: 575px;
}
section.main .box-info h3 {
	font-size: 2em;
	margin: 0 0 10px;
}
section.main .box-info ul {
	float: left;
	margin: 20px 0 0 -40px;
}
section.main .box-info ul.info-cursos { width: 100%; }
section.main .box-info li {
	float: left;
	width: 265px;
	margin: 0 0 0 40px;
	background: url(../images/ico/balao_b.png) no-repeat center 95px;
}
section.main .box-info div.information{
	padding-top: 30px;
	clear: both;
}
section.main .box-info li strong {
	display: block;
	text-align: center;
	font-size: 1.7em;
	color: #5b5b5b;
	padding: 60px 0 25px;
}
section.main .box-info li.requisitos strong {
	background: url(../images/ico/check.png) no-repeat center 0;
}
section.main .box-info li.carga-horaria strong {
	background: url(../images/ico/relogio_b.png) no-repeat center 0;
}
section.main .box-info li.total-vagas strong {
	background: url(../images/ico/pessoas.png) no-repeat center 0;
}
section.main .box-info li.data strong {
	background: url(../images/ico/calendario.png) no-repeat center 0;
}
section.main .box-info li.horario strong {
	background: url(../images/ico/relogio_b.png) no-repeat center 0;
}
section.main .box-info li.local strong {
	background: url(../images/ico/pin_b.png) no-repeat center 0;
}
section.main .box-info li.remuneracao strong {
	background: url(../images/ico/dinheiro_b.png) no-repeat center 10px;
}
section.main .box-info li .conteudo {
	margin: 25px 0 0;
}
section.main .box-info li .conteudo ul {
	margin: 0;
	float: none;
}
section.main .box-info li .conteudo li {
	float: none;
	margin: 0 0 10px;
	color: #999;
	text-align: center;
}
section.main .box-info li .conteudo li span {
	background: url(../images/ico/seta_c.png) no-repeat 0 3px;
	display: inline;
	padding: 0 0 0 10px;
}
section.main .box-info li .conteudo span {
	font-size: 1.8em;
	color: #999;
	text-align: center;
	display: block;
}
section.main .box-info li .conteudo a.ver-mais {
	margin: 15px auto 0;
	display: block;
	background: #f5f5f5 url(../images/ico/mais.png) no-repeat 13px center;
	line-height: 34px;
	width: 150px;
	padding: 0 0 0 30px;
	font-size: 1.6em;
	color: #5b5b5b;
	border-radius: 3px;
}

section.main .curso-programacao .corpo {
	background: url(../images/ico/bloco_notas.png) no-repeat 650px 75px;
}
section.main .curso-programacao ul {
	width: 575px;
}
section.main .curso-programacao li {
	color: #5b5b5b;
	font-size: 1.6em;
	margin: 0 0 15px;
	line-height: 20px;
	background: url(../images/ico/seta_c.png) no-repeat 0 5px;
	padding: 0 0 0 12px;
}
section.main .curso-programacao .info {
	margin: 40px 0 0;
}

section.main .curso-instrutores .corpo {
	background: url(../images/ico/quadro_b.png) no-repeat right 55px;
}
section.main .curso-instrutores ul {
	width: 590px;
}
section.main .curso-instrutores ul li {
	margin: 0 0 10px;
}
section.main .curso-instrutores ul li .nome {
	color: #999;
	font-size: 1.8em;
	display: block;
	margin: 0 0 10px;
}
section.main .curso-instrutores ul li p {
	
}
section.main .curso-instrutores ul li .curriculo {
	color: #f1561c;
	font-size: 1.4em;
	text-decoration: underline;
	background: url(../images/ico/doc.png) no-repeat 0 0;
	line-height: 29px;
	float: left;
	padding: 0 0 0 37px;
}
section.main .curso-instrutores ul li .curriculo:hover{
	background-color: transparent !important;
}

section.main .curso-locais .corpo {
	background: url(../images/ico/pin.png) no-repeat 665px 40px;
}
section.main .curso-locais .mapa {
	background: url(../images/bkg/mapa.png) no-repeat 0 0;
	height: 260px;
	margin: 0 0 20px;
	padding: 7px 10px 15px;
	width: 561px;
}
section.main .curso-locais .mapa .conteudo {
	width: 561px;
	height: 260px;
}
section.main .curso-locais ul {
	margin: 0 0 15px -35px;
	width: 610px;
	overflow: hidden;
}
section.main .curso-locais ul li {
	padding: 25px;
	width: 220px;
	float: left;
	background: #f3f3f3;
	margin: 0 0 0 35px;
	border-radius: 3px;
}
section.main .curso-locais ul li h4 {
	font-size: 2em;
	color: #5b5b5b;
	margin: 0 0 15px;
}
section.main .curso-locais ul li address {
	margin: 0 0 30px;
}
section.main .curso-locais ul li address span {
	display: block;
	font-size: 1.6em;
	font-style: normal;
	color: #a0a0a0;
	margin: 0 0 5px;
}
section.main .curso-locais ul li .inscricao span {
	font-size: 1.6em;
	color: #a0a0a0;
	display: block;
	margin: 0 0 10px;
}
section.main .curso-locais ul li .inscricao strong {
	font-size: 1.6em;
	color: #5b5b5b;
	display: block;
	margin: 0 0 5px;
}
section.main .curso-locais ul li .botao {
	width: 220px;
	height: 48px;
	line-height: 48px;
	display: block;
	margin: 20px 0 0;
	font-size: 2.2em;
	text-align: center;
	padding: 0;
}

/* MAPA */
.gomapMarker {
	font-size: 1.6em;
	color: #5b5b5b;
}

/*
 - PROGRAMAS
*/
section.main .programas .corpo {
	padding: 16px 0 0;
}
section.main .programas .corpo img {
	padding: 6px;
	border: 1px solid #e8e8e8;
	margin-left: 65px;
}

section.main .lista-programas .corpo {
	padding: 11px 0 0;
}
section.main .lista-programas ul {
	clear: both;
	float: left;
	margin-bottom: 70px;
	width: 100%;
}
section.main .lista-programas ul li {
	height: 100%;
	float: left;
	margin: 0 0 0 35px;
	width: 270px;
}
section.main .lista-programas ul li:first-child{
	margin-left: 0;
}
section.main .lista-programas img {
	border: 1px solid #e8e8e8;
	display: block;
}
section.main .lista-programas h4 {
	background: url(../images/ico/seta_c.png) no-repeat 0 4px;
	margin: 20px 0 10px;
	color: #5b5b5b;
	font-size: 1.8em;
	padding: 0 0 0 10px;
}
section.main .lista-programas p {
	font-size: 1.5em;
	margin: 0;
}

section.main .lista-programas ul li iframe {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/*
 - PROGRAMAS INTERNA
*/
section.main .programas-info {
	position: relative;
}
section.main .programas-info .descricao img {
	float: right;
	margin: 0 0 0 45px;
}
section.main .programas-info .descricao img.pronatec-cursos {
	float: none;
	margin: 0 0 0 10px;
}
section.main .programas-info .descricao ul{
	padding-left: 30px;
	margin-bottom: 24px;
}
section.main .programas-info .descricao ul li{
	list-style: disc;
	font-size: 16px;
    line-height: 1.4em;
}
section.main .programas-info .descricao ul.courses li{
	float: left;
	margin: 0 0 0 10px;
}
section.main .programas-info .descricao ul.courses li img{
	float: none;
	margin: 0;
}


section.main .video {
	float: left;
	width: 410px;
	margin: 0 60px 0 0;
}
section.main .video .content {
	border: 1px solid #e8e8e8;
	padding: 7px;
}
section.main .video .player {
	display: block;
	position: relative;
}
section.main .video .player img {
	display: block;
}
section.main .video .player .icon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 45px;
	height: 45px;
	margin: -23px 0 0 -23px;
	background: url(../images/ico/play_a.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
section.main .video .player:hover .icon { background-position: 0 -95px; }
section.main .video p {
	margin: 10px 0 5px;
	font-size: 1.4em;
	color: #999;
}

section.main .galeria {
	width: 410px;
	margin: 0 0 30px;
	/*float: right;*/
}
section.main .galeria .content {
	background: url(../images/bkg/moldura_b.png) no-repeat 0 0;
	padding: 6px 0 0;
}
section.main .galeria .content .moldura {
	border: 1px solid #e8e8e8;
	padding: 7px;
	overflow: hidden;
}
section.main .galeria .fotos {
	position: relative;
	display: block;
}
section.main .galeria .fotos img {
	display: block;
	background: none;
	height: auto;
  padding: 0;
  width: auto;
	margin:0;
}
section.main .galeria .fotos .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/ico/lupa.png) no-repeat center center;
}
section.main .galeria .fotos:hover .icon {
	background: url(../images/ico/lupa_d.png) no-repeat center center;
}
section.main .galeria p {
	margin: 10px 0 0;
	font-size: 1.4em;
	color: #999;
	float: left;
	width: 330px;
	line-height: 24px;
}
section.main .galeria .qtde {
	float: right;
	margin: 10px 0 0;
	height: 24px;
	line-height: 24px;
	font-size: 1.2em;
	color: #929292;
	padding: 0 10px 0 35px;
	background: #f5f5f5 url(../images/ico/fotos.png) no-repeat 7px center;
}
section.main .redes-sociais-interna {
	position: absolute;
	right: 30px;
	bottom: 30px;
	height: 22px;
}
section.main .redes-sociais-interna a {
	float: right;
}

section.main .mais-noticias h2 {
	font-size: 2.1em;
}
section.main .mais-noticias li h3 {
	font-size: 1.7em;
	width: 270px;
	margin: 0 0 10px;
	font-weight: normal;
}
section.main .mais-noticias li h3 a {
	color: #5b5b5b;
}
section.main .mais-noticias li .data {
	font-size: 1.4em;
	color: #999;
}
section.main .mais-noticias li .data a {
	color: #f1561c;
	text-decoration: underline;
}

section.main .destaque .corpo {
	padding: 6px 0 12px;
}
section.main .destaque h2 {
	font-size: 2.5em;
	color: #5b5b5b;
	margin: 0 0 10px;
}
section.main .destaque img {
	float: left;
	border: 1px solid #e8e8e8;
	padding: 6px;
	margin: 0 30px 0 0;
}

/*
 - BIBLIOTECA
*/

section.main .cartilhas .clear{
	clear: both;
}
section.main .cartilhas .colunas-3 {
	margin-left: -35px;
}
html.eq-ie7 section.main .cartilhas .colunas-3 {
	width: 940px;
}
section.main .cartilhas .colunas-3 li + li {
	margin-left: 0;
}
section.main .cartilhas .colunas-3 li {
	margin-left: 20px !important;
	margin-bottom: 30px;
	/*min-height: 334px;*/
}
section.main .cartilhas .colunas-3 li.clear{
	clear: both;
	/*margin-left: 0 !important;*/
}
section.main .cartilhas article a {
	display: block;
}
section.main .cartilhas article a:hover {
	background-color: transparent !important;
}
section.main .cartilhas article .imagem {
	display: block;
	padding: 0 0 35px;
	margin: 0 0 20px;
	background: url(../images/ico/balao_b.png) no-repeat center bottom;
}
section.main .cartilhas article img {
	margin: 0 auto;
	display: block;
}
section.main .cartilhas article .descricao {
	background: url(../images/ico/seta_c.png) no-repeat scroll left 3px transparent;
  font-size: 1em;
  margin: 0;
  padding-left: 10px;
	font-size: 1.5em;
	color: #5b5b5b;
}
section.main .cartilhas article .data {
	font-size: 1.4em;
	color: #999;
	display: block;
	margin: 10px 0 0;
}

/*
 - BIBLIOTECA
 -- LICITACOES
*/

section.main .cartilhas .licitacoes ul.colunas-3 {
	margin: 0;
}

section.main .cartilhas .licitacoes ul.colunas-3 li {
	width: auto;
	min-height: auto;
	display: block;
	clear: both;
	margin: 0 0 20px;
}

section.main .cartilhas .licitacoes ul.colunas-3 li > ul {
	padding: 10px 0 0 20px;
	overflow: hidden;
}

section.main .cartilhas .licitacoes ul.colunas-3 li > ul li {
	margin: 10px 0 0 0 !important;
}

section.main .cartilhas .licitacoes ul.colunas-3 li > ul li:first-child {
	margin-top: 0 !important;
}

/*
 LISTAGEM
*/
section.main .listagem {
	float: left;
}

section.main .listagem > li {
	margin: 0 0 0 0;
	background: url(../images/ico/borda_f.png) left top repeat-x;
	padding: 30px 0  0;
}

section.main .listagem > li:first-child {
	background: none;
}
section.main .listagem > li:before,
section.main .listagem > li:after {
	content: " ";
	display: table;
}
section.main .listagem > li:after {
	clear: both;
}
section.main .listagem > li {
	*zoom: 1;
}

/* Noticias */
section.main .noticias .listagem h3 {
	font-size: 1.7em;
	margin: 0 0 5px;
}
section.main .noticias .listagem h3 a {
	background: url(../images/ico/seta_c.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}
section.main .noticias .listagem .data {
	margin: 0 0 10px;
}
section.main .noticias .listagem p {
	font-size: 1.4em;
}

/*
 LISTAGEM - BUSCA
*/
section.main .noticias .listagem-busca > li {
	padding: 5px;
	background: none;
}
section.main .noticias .listagem-busca h3 {
	font-size: 1.5em;
	margin: 0 0 5px;
}
section.main .noticias .listagem-busca h3 a {
	background: none;
	padding: 0;
	color: #5b5b5b;
}
section.main .noticias .listagem-busca .data {
	margin: 10px 0 0;
	color: #999999;
}
section.main .noticias .listagem-busca p {
	font-size: 1.4em;
	color: #999999;
}
 

/*
 RESULTADO - BUSCA
*/
#resultado .barra {
	background: url(../images/bkg/textura_d.png) repeat-x 0 0;
	border-radius: 5px;
	height: 61px;
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}
#resultado span {
	font-size: 2.4em;
	color: #5b5b5b;
	display: block;
	line-height: 61px;
}
#resultado span em {
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
#resultado .mensagem {
	background: url(../images/ico/exclamacao.png) no-repeat center 0;
	margin: 60px 0 0;
	padding: 105px 0 0;
}
#resultado .mensagem p {
	text-align: center;
	color: #5b5b5b;
	font-size: 1.9em;
	font-style: italic;
}

/*
 NOTÍCIAS - INTERNA
*/
section.main .noticias-interna header h2
, section.main .biblioteca-interna header h2 {
	width: 475px;
}
section.main .noticias-interna header h2{
	color: #12412B;
}
section.main .noticias-interna header .data
, section.main .biblioteca-interna header .data {
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #999;
}
section.main .noticias-interna header .data a
, section.main .biblioteca-interna header .data a {
	color: #f1561c;
	text-decoration: underline;
}
/* section.main .noticias-interna .corpo, */
section.main .biblioteca-interna .corpo {
	padding-bottom: 80px;
}
section.main .noticias-interna .corpo-interna {
	padding: 40px 0 0;
}
section.main .noticias-interna .corpo-interna p + p {
	margin: 24px 0 0 0;
}
section.main .noticias-interna h3
, section.main .biblioteca-interna h3 {
	font-size: 2em;
}
section.main .noticias-interna .imagem {
	/*float: right;*/
	width: 560px;
	border: 1px solid #e8e8e8;
	padding: 6px;
	margin: 0 auto 25px;
	clear: both;
}
section.main .noticias-interna .news-image{
	display: inline-block;
	border: 1px solid #E8E8E8;
	padding: 6px;
	margin: 10px 20px;
}
section.main .noticias-interna .news-image img{
	display: block;
	margin: 0 auto;
	max-width: 838px;
	border: none;
	padding: 0;
}
section.main .noticias-interna .news-image figcaption{
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
section.main .biblioteca-interna .imagem
, section.main .biblioteca-interna .corpo p{
	text-align: center;
}
section.main .biblioteca-interna .corpo .download{
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 210px;
}
section.main .noticias-interna .imagem img {
	display: block;
	margin: 0 auto;
	border: none;
	padding: 0;
}
section.main .noticias-interna .imagem span {
	display: block;
	font-size: 14px;
	color: #999;
	margin: 5px 0 0;
	line-height: 20px;
	text-align: center;
}
section.main .noticias-interna .galeria {
	margin: 0 0 20px 50px;
}
section.main .noticias-interna .video {
	margin: 0 40px 20px 0;
	width: auto;
}

.noticias-interna .corpo img {
	display: block;
	border: 1px solid #e8e8e8;
	padding: 6px;
	margin: 0 auto;
}
.noticias-interna .corpo table {
	width: 100%;
	margin-bottom: 25px;
}
.noticias-interna .corpo table td {
	padding-left: 25px;
}
.noticias-interna .corpo table td:first-child {
	padding: 0;
}
.noticias-interna .corpo img[style="float: left;"] {
	margin-right: 25px;
}
.noticias-interna .corpo img[style="float: right;"] {
	margin-left: 25px;
}
.noticias-interna .corpo > div {
	font-size: 16px;
	margin-bottom: 24px;
}
section.main .noticias-interna .fonte {
	background: #fbfbfb;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 880px;
	height: 42px;
	padding: 30px;
}
section.main .noticias-interna .fonte span {
	display: block;
	font-size: 1.5em;
	color: #999;
	margin: 0 0 5px;
}

/*
 ATENDIMENTO
 E LOGIN DE USUARIO
*/

section.main #user-login
, section.main #user-pass{
	overflow: hidden;
}
section.main .atendimento-form .corpo
, section.main .banco-talentos .corpo {
  overflow: visible;
  padding: 6px 0 12px;
}
section.main .atendimento-form .form-item
, section.main .banco-talentos .form-item
, section.main .processo-seletivo .form-item,
#webform-client-form-5121 .form-item,
#webform-client-form-5121 #edit-actions,
#webform-client-form-3378 .form-item,
#webform-client-form-3378 #edit-actions,
#webform-client-form-3430 .form-item,
#webform-client-form-3430 #edit-actions {
  overflow: hidden;
	padding: 0 0 2px;
}
section.main .atendimento-form .form-box
, section.main #user-login .form-item
, section.main #user-pass .form-item
, section.main .banco-talentos .form-item
, #formulario-identificacao .linha
, section.main .processo-seletivo .form-box,
#webform-client-form-5121 .webform-component-textfield,
#webform-client-form-5121 .webform-component-email,
#webform-client-form-5121 .webform-component-select,
#webform-client-form-5121 .webform-component-managed_file,
#webform-client-form-5121 .webform-component-textarea,
#webform-client-form-3378 .webform-component-textfield,
#webform-client-form-3378 .webform-component-email,
#webform-client-form-3378 .webform-component-select,
#webform-client-form-3378 .webform-component-managed_file,
#webform-client-form-3378 .webform-component-textarea,
#webform-client-form-3430 .webform-component-textfield,
#webform-client-form-3430 .webform-component-email,
#webform-client-form-3430 .webform-component-select,
#webform-client-form-3430 .webform-component-managed_file,
#webform-client-form-3430 .webform-component-textarea {
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fafafa;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.14);
	box-shadow: 1px 1px rgba(0,0,0,.14);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.04), rgba(255,255,255,.04));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.04), rgba(255,255,255,.04));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.04), rgba(255,255,255,.04));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.04), rgba(255,255,255,.04));
	background-image: linear-gradient(to top, rgba(0,0,0,.04), rgba(255,255,255,.04));
	padding: 20px;
}
#formulario-identificacao .linha { width: auto; }
#formulario-identificacao .linha + .linha { margin: 20px 0 0; }
section.main #user-login .form-item
, section.main #user-pass .form-item{
	padding: 10px;
	margin-bottom: 10px;
}
section.main .atendimento-form .form-item + .form-item
, section.main .banco-talentos .form-item + .form-item,
#webform-client-form-5121 .form-item + .form-item,
#webform-client-form-5121 #edit-actions,
#webform-client-form-5121 #edit-submitted-carregar-imagem-ajax-wrapper,
#webform-client-form-5121 .webform-component-textarea,
#webform-client-form-3378 .form-item + .form-item,
#webform-client-form-3378 #edit-actions,
#webform-client-form-3378 #edit-submitted-carregar-imagem-ajax-wrapper,
#webform-client-form-3378 .webform-component-textarea,
#webform-client-form-3378 .webform-component-managed_file,
#webform-client-form-3430 .form-item + .form-item,
#webform-client-form-3430 #edit-actions,
#webform-client-form-3430 #edit-submitted-carregar-imagem-ajax-wrapper,
#webform-client-form-3430 .webform-component-textarea,
#webform-client-form-3430 .webform-component-managed_file {
  margin: 20px 0 0;
}
#webform-client-form-3378 .webform-component-managed_file input[type=file],
#webform-client-form-3430 .webform-component-managed_file input[type=file] { font-size: 1.4em; }
#webform-client-form-3378 .webform-component-managed_file input[type=submit],
#webform-client-form-3430 .webform-component-managed_file input[type=submit] { float: right; }
#webform-client-form-5121 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0,
#webform-client-form-3378 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0,
#webform-client-form-3430 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0 {
	width: 100%;
	float: none;
}
#webform-client-form-5121 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0 input[type="checkbox"],
#webform-client-form-3378 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0 input[type="checkbox"],
#webform-client-form-3430 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0 input[type="checkbox"] {
	margin-top: 3px;
	float: left;
}
#webform-client-form-5121 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0 label,
#webform-client-form-3378 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0 label,
#webform-client-form-3430 .form-item-submitted-declaro-ser-o-detentor-dos-direitos-autorais-0 label {
	width: 857px !important;
	margin-left: 10px;
	font-weight: 400 !important;
	font-size: 1.6em !important;
	line-height: normal !important;
}
#webform-client-form-5121 #webform-component-declaro-ser-o-detentor-dos-direitos-autorais > label,
#webform-client-form-3378 #webform-component-declaro-ser-o-detentor-dos-direitos-autorais > label,
#webform-client-form-3430 #webform-component-declaro-ser-o-detentor-dos-direitos-autorais > label { display: none; }
section.main .atendimento-form .form-item .col-left
, section.main .banco-talentos .form-item .col-left
, section.main #user-login .form-item label
, section.main #user-pass .form-item label
, section.main .processo-seletivo .form-item .col-left
, section.main .processo-seletivo .form-item label,
#webform-client-form-5121 .form-item label,
#webform-client-form-3378 .form-item label,
#webform-client-form-3430 .form-item label {
  float: left;
  width: 355px;
}
section.main .atendimento-form .form-item .col-right
, section.main .banco-talentos .form-item .col-right
, section.main .processo-seletivo .form-item .col-right {
  float: right;
  width: 475px;
	position: relative;
}
section.main .atendimento-form .form-item label
, section.main .banco-talentos .form-item label
, section.main #user-login .form-item label
, section.main #user-pass .form-item label,
#formulario-identificacao label
, section.main .processo-seletivo .form-item label,
#webform-client-form-5121 .form-item label,
#webform-client-form-3378 .form-item label,
#webform-client-form-3430 .form-item label {
  font-size: 2.4em;
  font-weight: bold;
  color: #5b5b5b;
  line-height: 56px;
}
#formulario-identificacao label {
	width: 115px;
	display: block;
	float: left;
}
section.main .atendimento-form .form-item label span
, section.main .banco-talentos .form-item label span
, section.main #user-login .form-item label span
, section.main #user-pass .form-item label span {
  color: #89a943;
}
section.main .atendimento-form .form-item label span.req
, section.main .banco-talentos .form-item label span.req
, section.main #user-login .form-item label span.form-required
, section.main #user-pass .form-item label span.form-required {
  color: #f1561c;
}
section.main .atendimento-form .form-item label.form-box-error
, section.main .banco-talentos .form-item label.form-box-error {
	background: url(../images/ico/fechar_f.png) no-repeat 0 0;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -10px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

section.main .banco-talentos .form-item .customfile label.form-box-error {
	display: none !important;
}

section.main .atendimento-form .form-item p
, section.main .banco-talentos .form-item p {
  font-size: 1.5em;
  color: #999;
  width: 335px;
}
section.main .atendimento-form .form-item ::-webkit-input-placeholder,
section.main .atendimento-form .form-item :-moz-placeholder,
section.main .atendimento-form .form-item :-ms-input-placeholder,
section.main .atendimento-form .form-item .placeholder
, section.main .banco-talentos .form-item ::-webkit-input-placeholder,
, section.main .banco-talentos .form-item :-moz-placeholder,
, section.main .banco-talentos .form-item :-ms-input-placeholder,
, section.main .banco-talentos .form-item .placeholder {
  color: #999;
	font-weight: normal !important;
}
#form-fale-conosco {
	position: relative;
}
section.main .atendimento-form .form-item input.text
, section.main .banco-talentos .form-item input.text
, section.main #user-login .form-item input.form-text
, section.main #user-pass .form-item input.form-text
, .customfile-feedback
, #formulario-identificacao input[type=text]
, #formulario-identificacao input[type=password]
, #user-edit-form input[type=text]
, #user-edit-form input[type=password],
#webform-client-form-5121 input[type=text],
#webform-client-form-5121 input[type=email],
#webform-client-form-5121 input[type=password],
#webform-client-form-5121 select,
#webform-client-form-5121 textarea,
#webform-client-form-3378 input[type=text],
#webform-client-form-3378 input[type=email],
#webform-client-form-3378 input[type=password],
#webform-client-form-3378 select,
#webform-client-form-3378 textarea,
#webform-client-form-3430 input[type=text],
#webform-client-form-3430 input[type=email],
#webform-client-form-3430 input[type=password],
#webform-client-form-3430 select,
#webform-client-form-3430 textarea {
  width: 435px;
  font-size: 1.9em;
  font-weight: bold;
  color: #5b5b5b;
  height: 22px;
  padding: 16px 19px 15px;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #ececec;
	border-top: 1px solid #cecece;
}
#formulario-identificacao input[type=text],
#formulario-identificacao input[type=password],
#webform-client-form-5121 input[type=text],
#webform-client-form-5121 input[type=email],
#webform-client-form-5121 input[type=password],
#webform-client-form-5121 select,
#webform-client-form-5121 textarea,
#webform-client-form-3378 input[type=text],
#webform-client-form-3378 input[type=email],
#webform-client-form-3378 input[type=password],
#webform-client-form-3378 select,
#webform-client-form-3378 textarea,
#webform-client-form-3430 input[type=text],
#webform-client-form-3430 input[type=email],
#webform-client-form-3430 input[type=password],
#webform-client-form-3430 select,
#webform-client-form-3430 textarea { float: right; }
#webform-client-form-5121 select,
#webform-client-form-3378 select,
#webform-client-form-3430 select {
	width: 475px;
	height: 55px;
}
#webform-client-form-5121 textarea,
#webform-client-form-3378 textarea,
#webform-client-form-3430 textarea {
	height: 100px;
	margin-bottom: 10px;
}
#webform-client-form-5121 #edit-submitted-carregar-imagem-upload,
#webform-client-form-3378 #edit-submitted-carregar-imagem-upload,
#webform-client-form-3430 #edit-submitted-carregar-imagem-upload { font-size: 1.4em; }
.customfile-feedback{
	overflow: hidden;
	width: 260px;
}
#webform-client-form-3430 #edit-submitted-aceito-as-condicoes label {
	width: 100%;
	padding: 0 0 0 20px;
	font-size: 1.5em;
	font-weight: 400;
	color: #5b5b5b;
	line-height: initial;
	display: block;
	float: none;
}
section.main .atendimento-form .form-item .textarea-wrapper
, section.main .banco-talentos .form-item .textarea-wrapper {
  display: block;
  position: relative;
}
section.main .atendimento-form .form-item textarea
, section.main .banco-talentos .form-item textarea {
  width: 435px;
  font-size: 1.9em;
  font-weight: bold;
  color: #5b5b5b;
  height: 115px;
  padding: 16px 19px 15px;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #ececec;
	border-top: 1px solid #cecece;
	resize: none;
}
section.main .atendimento-form .form-item textarea:focus + .limite-text
, section.main .banco-talentos .form-item textarea:focus + .limite-text {
	background: #ef551c;
}
section.main .atendimento-form .form-item .limite-text
, section.main .banco-talentos .form-item .limite-text {
  background: #d9d9d9;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  right: 7px;
}
section.main .atendimento-form .form-item select 
, section.main .banco-talentos .form-item select {
  width: 475px;
  height: 50px;
  display: block !important;
  position: absolute;
  left: -99999px;
}
section.main .atendimento-form .form-item .campos-obrigatorios
, section.main .banco-talentos .form-item .campos-obrigatorios {
  font-size: 1.7em;
  color: #5b5b5b;
  line-height: 35px;
  float: left;
  margin: 15px 0 0;
}
section.main .atendimento-form .form-item .campos-obrigatorios span
, section.main .banco-talentos .form-item .campos-obrigatorios span {
  font-size: 35px;
  font-weight: bold;
  color: #f1561c;
  vertical-align: text-top;
}
section.main .banco-talentos .form-item input#fileupload{
	opacity: 0;
}
section.main .atendimento-form .form-item input.submit
, section.main .banco-talentos .form-item input.submit
, section.main #user-login input.form-submit
, section.main #user-pass input.form-submit
, #user-edit-form input.form-submit
, section.main .processo-seletivo input.submit,
#webform-client-form-5121 #edit-submit,
#webform-client-form-5121 #edit-next,
#webform-client-form-5121 #edit-submitted-carregar-imagem-upload-button,
#webform-client-form-3378 #edit-submit,
#webform-client-form-3378 #edit-next,
#webform-client-form-3378 #edit-submitted-carregar-imagem-upload-button,
#webform-client-form-3430 #edit-submit,
#webform-client-form-3430 #edit-next,
#webform-client-form-3430 #edit-submitted-carregar-imagem-upload-button {
	float: right;
	font-size: 2.3em;
	padding: 20px 30px;
}
#webform-client-form-5121 #edit-previous,
#webform-client-form-3378 #edit-previous,
#webform-client-form-3430 #edit-previous {
	font-size: 2.3em;
	padding: 20px 30px;
	float: left;
}
#formulario-identificacao input[type=submit] { margin: 20px 0 0; }
#webform-client-form-5121 .description,
#webform-client-form-3378 .description,
#webform-client-form-3430 .description {
	width: 100%;
	font-weight: 400;
	font-size: 1.6em;
	line-height: normal;
	float: left;
}

#formulario-identificacao .bt-download{
	float: none;
	margin: 20px auto;
	text-align: center;
	width: 300px;
}

.loading {
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.loading.ativo {
	display: block;
}
.loading img {
	display: block;
	left: 50%;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 50%;
}

section.main .mapa-locais .corpo {
  overflow: visible;
  padding-top: 20px;
}
section.main .mapa-locais .mapa {
  background: url(../images/bkg/mapa_b.png) no-repeat 0 0;
  width: 867px;
  height: 260px;
  float: left;
  margin: 0 0 0 -4px;
  padding: 7px 10px 12px 10px;
}
section.main .mapa-locais .mapa .conteudo {
  width: 867px;
  height: 260px;
}
section.main .mapa-locais ul {
  float: left;
  margin: 0 0 0 -20px;
}
section.main .mapa-locais ul li {
  float: left;
  margin: 20px 0 0 20px;
  background: #f3f3f3;
  border-radius: 3px;
  padding: 25px;
  width: 380px;
}
section.main .mapa-locais li h4 {
  font-size: 2em;
  color: #5b5b5b;
  display: block;
  margin: 0 0 15px;
}
section.main .mapa-locais li span {
  font-size: 1.6em;
  color: #a0a0a0;
  display: block;
  margin: 5px 0 0;
	font-style: normal;
}

section.main .perguntas-frequentes .corpo {
  background: url(../images/ico/interrogacao.png) no-repeat 0 25px;
  padding-left: 235px;
  height: 120px;
}
section.main .perguntas-frequentes h4 {
  font-size: 1.7em;
  color: #5b5b5b;
  margin: 0 0 10px;
}
section.main .perguntas-frequentes footer {
  float: right;
  width: 645px;
  margin: -40px 0 0;
}

section.main .faq .corpo {
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 12px;
}
section.main .faq .accordion-header {
  font-weight: normal;
}
section.main .faq .accordion-header span {
  font-weight: bold;
}
section.main .faq .accordion-content strong {
  float: left;
  width: 40px;
  margin: 33px 0 0 20px;
  font-size: 2.4em;
  color: #5b5b5b;
}
section.main .faq .accordion-content p {
  float: left;
  width: 790px;
  margin: 30px 0 30px;
  padding-left: 20px;
  padding-right: 20px;
}

section.main .atendimento .corpo {
  background: url(../images/ico/headset.png) no-repeat 0 20px;
  padding-left: 235px;
  height: 140px;
  padding-top: 20px;
}
section.main .atendimento h3 {
  font-size: 1.7em;
  color: #5b5b5b;
  margin: 0 0 10px;
}
section.main .atendimento p a {
  color: #f1561c;
  text-decoration: underline;
}
section.main .atendimento footer {
  float: right;
  width: 645px;
  margin: -40px 0 0;
}

/*
 ERRO 404
*/
section.main .erro404 h2 {
  font-size: 4em;
  color: #5b5b5b;
  text-align: center;
  margin: 0 0 25px;
}
section.main .erro404 .info {
  background: url(../images/bkg/sombra_d.png) no-repeat center bottom;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
section.main .erro404 .info p {
  text-align: center;
  font-size: 1.6em;
  font-style: italic;
  margin: 0 0 5px;
}
section.main .erro404 .cursos {
  background: url(../images/ico/seta_k.png) no-repeat center bottom;
  padding: 0 0 140px;
}
section.main .erro404 .cursos p {
  font-size: 2em;
  font-style: italic;
  color: #5b5b5b;
  text-align: center;
}

/*
 BOX - DESTAQUES
*/

section.main .destaques .texto {
	width: 230px;
	padding: 13px 20px 20px;
	position: absolute;
	top: 40px;
	left: 28px;
	opacity: 0.95;
	background-color: #fff;
	z-index: 2;
}
section.main .destaques h2 {
	padding-bottom: 9px;
	font-size: 2.4em;
	color: #5b5b5b;
	letter-spacing: -1px;
}
section.main .destaques p {
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #8d8d8d;
	line-height: 1.4em;
}
section.main .destaques .modal-link {
	float: right;
	position: relative;
}
section.main .destaques img {
	margin: 0 !important;
	padding: 6px;
	display: block;
	border: 1px solid #e8e8e8;
	box-shadow: 1px 1px #f7f7f7;
	background-color: #fff;
}
section.main .destaques .modal-link .play {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 90px;
	left: 114px;
	background: url(../images/ico/play_a.png) no-repeat;
}
section.main .destaques .modal-link:hover .play { background-position: 0 -95px; }

/*
 BOX - ACESSO RÁPIDO
*/

section.main .acesso-rapido {
	padding: 20px 30px;
}
section.main .acesso-rapido header {
	width: 214px;
	padding: 0;
	float: left;
	background: none;
}
section.main .acesso-rapido header h2 {
	width: auto;
	margin-top: 13px;
}
section.main .acesso-rapido li {
	width: 210px;
	float: left;
}
section.main .acesso-rapido li + li { margin-left: 15px; }
section.main .acesso-rapido a {
	height: 52px;
	font-weight: bold;
	font-size: 1.8em;
	color: #5b5b5b;
	line-height: 52px;
	text-decoration: none;
	text-align: center;
	display: block;
	box-shadow: 0 1px #fff inset, 1px 1px #dbdbdb;
	border-top: 3px solid #8bab44;
	border-radius: 3px;
	background-color: #f8f8f8;
}
section.main .acesso-rapido a:hover { opacity: 0.7; }

/*
 BOX - SERVIÇOS
*/
section.main .servicos .corpo {
	padding: 25px 0 0;
}
section.main .servicos ul li {
	height: 176px;
	border-top: 3px solid #8bab44;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fafafa;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.14);
	box-shadow: 1px 1px rgba(0,0,0,.14);
	background-image: -webkit-linear-gradient(bottom, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
	background-image: -moz-linear-gradient(bottom, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
	background-image: -o-linear-gradient(bottom, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
	background-image: -ms-linear-gradient(bottom, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
	background-image: linear-gradient(to top, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
}
section.main .servicos ul li a {
	display: block;
	height: 51px;
	padding: 125px 0 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #5b5b5b;
}
section.main .servicos ul li a:hover {
	background-color: transparent !important;
	text-decoration: none;
}
section.main .servicos ul li.senar a {
	background: url(../images/ico/brasil.png) no-repeat center 30px;
}
section.main .servicos ul li.sindicatos a {
	background: url(../images/ico/bandeira.png) no-repeat center 32px;
}
section.main .servicos ul li.instrutores a  {
	background: url(../images/ico/quadro.png) no-repeat center 37px;
}
section.main .servicos ul li.mobilizadores a {
	background: url(../images/ico/pessoas_b.png) no-repeat center 39px;
}

/*
 TIME AGRO
*/
section.main .time-agro h2 .icon {
	position: absolute;
	background: url(../images/lgo/time_agro_brasil_2.png) no-repeat 0 0;
	width: 39px;
	height: 42px;
	left: 260px;
  top: 18px;
}
section.main .time-agro h3 {
	font-size: 1.6em;
	margin: 15px 0 10px;
}
section.main .time-agro h3 a {
	color: #5b5b5b;
}
section.main .time-agro .membros {
	font-size: 1.4em;
}
section.main .time-agro img {
	float: left;
	margin: 0 17px 0 0;
}

/*
 CURSOS
*/
#cursos header {
	width: 880px;
	margin: 0 auto;
	background: url(../images/bkg/textura_e.png) repeat-x 0 0;
	height: 145px;
	border-top: 4px solid #87a742;
	border-right: 1px solid #cfd1d1;
	border-radius: 5px 5px 0 0;
	padding: 20px 25px 0;
	position: relative;
	z-index: 20;
}
#cursos.sem-navegacao header {
	height: 70px;
	border-top: 1px solid #f1f1f1;
	background-position: 0 -5px;
}
#cursos .escolha-estado {
	float: left;
	margin: 4px 0 0;
}
#cursos .escolha-estado .estado-atual {
	float: left;
	font-size: 3em;
	line-height: 34px;
	margin: 0 13px 0 0;
	color: #5b5b5b;
	background: url(../images/ico/seta_a.png) no-repeat 0 8px;
	padding: 0 13px 0 18px;
}
#cursos .escolha-estado em {
	font-size: 1.4em;
	color: #b7b7b7;
	font-style: normal;
	float: left;
	line-height: 34px;
}
#cursos .escolha-estado em strong {
	color: #5b5b5b;
}
#cursos .escolha-estado .mapa {
	float: left;
	background: url(../images/ico/mapa_a.png) no-repeat 0 0;
	width: 40px;
	height: 36px;
	margin: 0 0 0 15px;
	text-indent: -9999px;
	overflow: hidden;
}
#cursos header .pesquisa {
	width: 315px;
}
#cursos header .pesquisa input.text {
	background: #fff;
	width: 240px;
}
#cursos nav ul {
	float: left;
	margin: 21px 0 0;
	height: 81px;
	width: 100%;
}
#cursos nav ul li {
	float: left;
	margin: 6px 7px 0 0;
	height: 75px;
	-webkit-border-radius: 3px 3px 0 0/1px 1px 0 0;
	-moz-border-radius: 3px 3px 0 0/1px 1px 0 0;
	border-radius: 3px 3px 0 0/1px 1px 0 0;
	background: url(../images/bkg/textura_g.png) repeat-x 0 0;
	position: relative;
}
#cursos nav ul li.ativo {
	background: url(../images/bkg/textura_f.png) repeat-x 0 0;
	height: 81px;
	margin-top: 0;
}
#cursos nav ul li .icon {
	display: none;
}
#cursos nav ul li.ativo .icon {
	display: block;
	width: 21px;
	height: 11px;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin: 0 0 0 -10px;
	background: url(../images/ico/seta_m.png) no-repeat 0 0;
}
#cursos nav ul li a {
	float: left;
	font-size: 1.6em;
	color: #fff;
	padding: 15px 25px 0 95px;
	line-height: 25px;
	text-shadow: 1px 1px rgba(0,0,0,.19);
}
#cursos nav ul li a.formacao {
	width: 125px;
	padding-left: 83px;
}
#cursos nav ul li.ativo a.formacao {
	background: url(../images/ico/bandeira_c.png) no-repeat 25px 18px;
}
#cursos nav ul li a.cursos {
	width: 70px;
	background: url(../images/ico/trator_b.png) no-repeat 24px 22px;
}
#cursos nav ul li a.graduacao-pos {
	width: 115px;
	background: url(../images/ico/capelo_b.png) no-repeat 23px 19px;
}
#cursos nav ul li a.ead {
	background: url(../images/ico/computador_b.png) no-repeat 25px 18px;
	width: 70px;
}
#cursos .box {
	z-index: 10;
}
#cursos .box .form-item {
	clear: both;
	margin: 25px 0;
}
#cursos .box label {
	font-size: 1.9em;
	font-weight: bold;
	color: #5b5b5b;
	line-height: 58px;
	padding: 0 0 0 15px;
	background: url(../images/ico/seta_h.png) no-repeat 0 21px;
	float: left;
	margin: 0 15px 0 0;
	width: 280px;
}
#cursos .box .form-element label {
	background: none;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #555;
	width: auto;
}
#cursos .box .datepicker-input {
	float: left;
	position: relative;
	margin: 0 22px 0 0;
}
#cursos .box .datepicker-input .ui-datepicker-trigger {
	position: absolute;
	top: 12px;
	right: 10px;
	background: url(../images/ico/datepicker.png) no-repeat 0 0;
	width: 40px;
	height: 36px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
#cursos .box .datepicker-input .ui-datepicker-trigger:active {
	background-position: 0 -133px;
}
#cursos .box input.text {
	float: left;	
	width: 138px;
	height: 21px;
	font-size: 1.6em;
	font-weight: bold;
	color: #555;
	padding: 17px 5px 16px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f0f0f0;
	border: 1px solid #ececec;
	border-top: 1px solid #cecece;
}
#cursos .box select {
	float: left;
	width: 570px;
}
#cursos .box .select2-container .select2-choice {
	background: #f0f0f0;
}
#cursos .box input.submit {
	width: 172px;
	height: 56px;
	font-size: 2.5em;
	float: right;
	margin: -83px 0 0;
}

/*
 EVENTO - INTERNA
*/
section.main .evento-publico-alvo .corpo {
	background: url(../images/ico/pessoas_c.png) no-repeat right 30px;
}
section.main .evento-publico-alvo ul {
	width: 560px;
}
section.main .evento-publico-alvo li {
	font-size: 1.6em;
	color: #5b5b5b;
	float: left;
	width: 265px;
	margin: 0 0 20px;
	background: url(../images/ico/seta_c.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

section.main .evento-programacao .corpo {
	background: url(../images/ico/bloco_notas.png) no-repeat 650px 60px;
	padding: 25px 0;
}
section.main .evento-programacao table {
	width: 585px;
}
section.main .evento-programacao td {
	overflow: hidden;
	border-top: 1px dashed #d4d4d4;
	vertical-align: middle;
	padding: 15px 0;
	line-height: 20px;
}
section.main .evento-programacao tr:first-child td {
	border-top: 0;
}
section.main .evento-programacao td.horario,
section.main .evento-programacao .dia {
	width: 63px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	border-right: 1px dashed #d4d4d4;
}
section.main .evento-programacao .dia {
	padding-top: 10px;
	font-size: 1.8em;
}
section.main .evento-programacao td.item {
	font-size: 1.6em;
	color: #666;
	padding: 15px 0 15px 35px;
	background: url(../images/ico/seta_c.png) no-repeat 19px 19px;
}

section.main .local-box .mapa {
	background: url(../images/bkg/mapa_c.png) no-repeat 0 0;
	height: 340px;
	padding: 7px 10px 15px;
	width: 561px;
	float: left;
}
section.main .local-box .mapa .conteudo {
	width: 561px;
	height: 340px;
}
section.main .local-box ul {
	float: right;
}
section.main .local-box ul li {
	min-height: 304px;
	padding: 25px;
	width: 220px;
	float: left;
	background: #f3f3f3;
	border-radius: 3px;
}
section.main .local-box ul li h4 {
	font-size: 2em;
	color: #5b5b5b;
	margin: 0 0 15px;
}
section.main .local-box ul li address {
	margin: 0 0 30px;
}
section.main .local-box ul li address span {
	display: block;
	font-size: 1.6em;
	font-style: normal;
	color: #a0a0a0;
	margin: 0 0 5px;
}
section.main .local-box ul li .inscricao span {
	font-size: 1.6em;
	color: #a0a0a0;
	display: block;
	margin: 0 0 10px;
}
section.main .local-box ul li .inscricao strong {
	font-size: 1.6em;
	color: #5b5b5b;
	display: block;
	margin: 0 0 5px;
}
section.main .local-box ul li .botao {
	width: 228px;
	height: 48px;
	line-height: 48px;
	display: block;
	margin: 20px 0 0;
	padding: 0;
	font-size: 2.2em;
	text-align: center;
}

/*
 SOBRE O SENAR
*/
section.main .sobre-senar-apresentacao img.right {
	float: right;
	margin: 0 -25px 0 30px;
}
section.main .sobre-senar-apresentacao img.left {
	float: left;
	margin: 0 30px 0 -25px;
}
section.main .sobre-senar-apresentacao .veja {
	float: right;
	color: #f1561c;
	font-size: 1.4em;
	text-decoration: underline;
}

section.main .list-box .corpo {
	padding: 15px 0;
}
section.main .list-box li a {
	display: block;
}
section.main .list-box li img {
	display: block;
	margin: 0 auto 25px;
}
section.main .list-box li strong {
	display: block;
	text-align: center;
	font-size: 2em;
	color: #5b5b5b;
}
section.main .list-box li .descricao {
	display: block;
	background: url(../images/ico/balao_b.png) no-repeat center 0;
	margin: 25px 0 0;
	padding: 30px 0 0;
}
section.main .list-box li .descricao span {
	font-size: 1.5em;
	color: #5b5b5b;
	padding: 0 0 0 10px;
	background: url(../images/ico/seta_c.png) no-repeat 0 2px;
	line-height: 18px;
}

section.main .missao ul li {
	font-size: 1.6em;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
	line-height: 22px;
	background: url(../images/ico/seta_c.png) no-repeat 0 5px;
}

section.main .organograma h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
	text-align: center;
}
section.main .organograma p {
	margin-bottom: 13px;
	font-size: 1.6em;
	color: #666;
}
section.main .organograma img {
	display: block;
	margin: 0 auto;
}

section.main .legislacao .accordion-content ul {
	padding: 30px;
}
section.main .legislacao .accordion-content li {
	font-size: 1.6em;
	color: #5b5b5b;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	background: url(../images/ico/seta_c.png) no-repeat 0 3px;
}

section.main .gestao .corpo {
	padding: 20px 0;
}
section.main .gestao p {
	color: #666;
}
section.main .gestao .filtro {
	
}
section.main .gestao .filtro form {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fafafa;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.14);
	box-shadow: 1px 1px rgba(0,0,0,.14);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: linear-gradient(to top, rgba(0,0,0,.02), rgba(255,255,255,.02));
	margin: 0 0 1px;
	padding: 10px 12px;
	height: 43px;
}
section.main .gestao .filtro form .form-item {
	float: left;
	margin: 0 0 0 12px;
}
section.main .gestao .filtro form .form-item:first-child {
	margin: 0;
}
section.main .gestao .filtro form .form-item select {
	font-size: 1.8em;
}
section.main .gestao .filtro form .form-item select.filtro-1 {
	width: 115px;
}
section.main .gestao .filtro form .form-item select.filtro-2 {
	width: 105px;
}
section.main .gestao .filtro form .form-item select.filtro-3 {
	width: 150px;
}
section.main .gestao .filtro form .form-item select.filtro-4 {
	width: 450px;
}
section.main .gestao .filtro form .select2-container .select2-choice {
	padding: 9px 19px 8px;
}
section.main .gestao .filtro .select2-container .select2-choice span {
	font-size: 1.8em;
	font-weight: normal;
}
section.main .gestao .filtro .select2-container .select2-choice div {
	background: url(../images/ico/seta_p.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
}
section.main .gestao .filtro .content {
	padding: 15px 30px 30px;
	background: #f8f8f8;
}
section.main .gestao .filtro img {
	display: block;
	margin: 0 auto;
}

section.main .senar-regional-info .corpo {
	padding: 0;
}
section.main .senar-regional-info .content {
	float: left;
	width: 500px;
}
section.main .senar-regional-info .corpo p {
	margin: 0 0 45px;
}
section.main .senar-regional-info .corpo p strong {
	color: #5b5b5b;
}
section.main .senar-regional-info .corpo .botao {
	margin: 0 20px 25px 0;
}
section.main .senar-regional-info .corpo .links {
	clear: both;
}
section.main .senar-regional-info .corpo .links li {
	float: left;
	line-height: 16px;
	border-left: 1px solid #e8ecee;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
section.main .senar-regional-info .corpo .links li:first-child {
	border: 0;
	margin: 0;
	padding: 0;
}
section.main .senar-regional-info .corpo .links li a {
	font-size: 1.4em;
	background-position: 0 center;
	padding: 0 0 0 15px;
	text-decoration: underline;
}
section.main .senar-regional-info .bandeira {
	float: right;
}

section.main .onde-fica .corpo {
	padding: 20px 0 0;
}
section.main .onde-fica .mapa {
	background: url(../images/bkg/mapa.png) no-repeat 0 0;
	height: 260px;
	margin: 0 0 20px;
	padding: 7px 10px 15px;
	width: 561px;
	float: left;
}
section.main .onde-fica .mapa .conteudo {
	width: 561px;
	height: 260px;
}
section.main .onde-fica ul {
	float: right;
}
section.main .onde-fica ul li {
	padding: 25px;
	width: 220px;
	height: 220px;
	float: left;
	background: #f3f3f3;
	border-radius: 3px;
}
section.main .onde-fica ul li h4 {
	font-size: 2em;
	color: #5b5b5b;
	margin: 0 0 15px;
}
section.main .onde-fica ul li address {
	margin: 0 0 30px;
}
section.main .onde-fica ul li address span {
	display: block;
	font-size: 1.6em;
	font-style: normal;
	color: #a0a0a0;
	margin: 0 0 5px;
}

section.main .instrutores .corpo {
	padding: 0;
	background: url(../images/ico/quadro_b.png) no-repeat right 30px;
}
section.main .instrutores .descricao {
	width: 580px;
}
section.main .instrutores .botao {
	margin: 0 20px 0 0;
}

section.main .mapa-sindicato .corpo {
	padding: 0;
}
section.main .mapa-sindicato .mapa {
	background: url(../images/bkg/mapa_d.png) no-repeat 0 0;
	height: 380px;
	padding: 7px 10px 15px;
	width: 867px;
	position: relative;
}
section.main .mapa-sindicato .mapa .conteudo {
	width: 867px;
	height: 380px;
}
section.main .mapa-sindicato .mapa .cadastro-sindicato {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 999;
	height: 32px;
	background: #fff;
	padding: 0 3px 0 13px;
	border-radius: 3px 0 0 0;
}
section.main .mapa-sindicato .mapa .cadastro-sindicato p {
	line-height: 32px;
	font-size: 1.4em;
}
section.main .mapa-sindicato .mapa .cadastro-sindicato p a {
	color: #f1561c;
	text-decoration: underline;
}

section.main .dicas h2 {
	margin: 5px 0 0;
}
section.main .dicas .corpo {
	padding-bottom: 0;
}
section.main .dicas .corpo > ul > li {
	margin: 0 0 30px;
	padding: 0 0 1px;
	overflow: hidden;
}
section.main .dicas .corpo > ul > li a {
	display: block;
	width: 239px;
	height: 176px;
	text-align: center;
	font-size: 2em;
	color: #5b5b5b;
	padding: 0 15px;
	border-top: 4px solid #8bab44;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fafafa;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.14);
	box-shadow: 1px 1px rgba(0,0,0,.14);
	background-image: -webkit-linear-gradient(bottom, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
	background-image: -moz-linear-gradient(bottom, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
	background-image: -o-linear-gradient(bottom, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
	background-image: -ms-linear-gradient(bottom, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
	background-image: linear-gradient(to top, rgba(96,96,96,.02), rgba(255,255,255,.02) 49%);
}
section.main .dicas .corpo > ul > li a:hover {
	background: #e6e6e6;
	border-top-color: #d44813;
	text-decoration: none;
}
section.main .dicas .corpo > ul > li a table {
	width: 100%;
	height: 100%;
}
section.main .dicas .corpo > ul > li a table td {
	vertical-align: middle;
}

section.main .oportunidades h2 {
	margin: 5px 0 0;
}
section.main .oportunidades .mapa {
	background: url(../images/bkg/mapa_d.png) no-repeat 0 0;
	height: 380px;
	padding: 7px 10px 15px;
	width: 867px;
	position: relative;
	margin: 0 0 40px;
}
section.main .oportunidades .mapa .conteudo {
	width: 867px;
	height: 380px;
}
section.main .oportunidades .corpo > ul > li {
	overflow: hidden;
	margin: 60px 0 0;
}
section.main .oportunidades .corpo > ul > li:first-child {
	margin: 0;
}
section.main .oportunidades .corpo > ul > li h3 {
	font-size: 1.7em;
	color: #5b5b5b;
	display: inline;
	padding: 0 0 0 15px;
	background: url(../images/ico/seta_c.png) no-repeat 0 3px;
}
section.main .oportunidades .corpo > ul > li h3 a {
	color: #5b5b5b;
}
section.main .oportunidades .corpo > ul > li .area {
	margin: 10px 0;
}
section.main .oportunidades .corpo > ul > li .area a {
	font-size: 1.4em;
	color: #f1561c;
	text-decoration: underline;
}
section.main .oportunidades .corpo > ul > li span {
	font-size: 1.4em;
	color: #999;
	display: block;
	margin: 0 0 5px;
}
section.main .oportunidades .corpo > ul > li span strong {
	color: #5b5b5b;
}

section.main .principais-atividades .corpo {
	background: url(../images/ico/quadro_b.png) no-repeat right 30px;
	padding-bottom: 0;
}
section.main .principais-atividades .corpo ul {
	width: 565px;
}
section.main .principais-atividades .corpo ul li {
	margin: 0 0 20px;
	font-size: 1.6em;
	color: #5b5b5b;
	background: url(../images/ico/seta_c.png) no-repeat 0 2px;
	padding: 0 0 0 15px;
}

section.main .beneficios .corpo {
	background: url(../images/ico/check_b.png) no-repeat right 30px;
	padding-bottom: 0;
}
section.main .beneficios .corpo ul {
	width: 565px;
}
section.main .beneficios .corpo ul li {
	margin: 0 0 20px;
	font-size: 1.6em;
	color: #5b5b5b;
	background: url(../images/ico/seta_c.png) no-repeat 0 2px;
	padding: 0 0 0 15px;
}

section.main .passos .corpo nav {
	height: 140px;
	margin: 0 0 30px;
}
section.main .passos .corpo nav ul {
	width: 870px;
	height: 123px;
	-webkit-border-radius: 4px 3px 3px 4px/3px;
	-moz-border-radius: 4px 3px 3px 4px/3px;
	border-radius: 4px 3px 3px 4px/3px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.23);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.23);
	box-shadow: 1px 1px rgba(0,0,0,.23);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.07), rgba(255,255,255,.07));
	background-image: linear-gradient(to top, rgba(0,0,0,.07), rgba(255,255,255,.07));
}
section.main .passos .corpo nav li {
	float: left;
	width: 145px;
	height: 123px;
}
section.main .passos .corpo nav li:first-child a {
	border-left: 0;
}
section.main .passos .corpo nav li:last-child a {
	border-right: 0;
}
section.main .passos .corpo nav li a {
	display: block;
	width: 143px;
	height: 123px;
	border-left: 1px solid #fff;
	border-right: 1px solid #c7c7c7;
}
section.main .passos .corpo nav li .num {
	font-size: 5em;
	font-weight: bold;
	color: #5b5b5b;
	display: block;
	line-height: 95px;
	height: 75px;
	text-align: center;
}
section.main .passos .corpo nav li .text {
	font-size: 1.3em;
	display: block;
	text-align: center;
	width: 95px;
	margin: 0 auto;
}
section.main .passos .corpo nav li a:hover {
	text-decoration: none;
}
section.main .passos .corpo nav li.ativo a {
	background-color: #f16531;
	border: 0;
	width: 145px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px #cf4a19;
	-moz-box-shadow: 0 2px #cf4a19;
	box-shadow: 0 2px #cf4a19;
	background-image: -webkit-linear-gradient(bottom, #f1561c, #f17b4e);
	background-image: -moz-linear-gradient(bottom, #f1561c, #f17b4e);
	background-image: -o-linear-gradient(bottom, #f1561c, #f17b4e);
	background-image: -ms-linear-gradient(bottom, #f1561c, #f17b4e);
	background-image: linear-gradient(to top, #f1561c, #f17b4e);
	position: relative;
}
section.main .passos .corpo nav li.ativo .num {
	font-size: 8.1em;
	color: #9f3718;
	text-shadow: 0 1px rgba(255,255,255,.25), inset 0 1px 8px rgba(0,0,0,.25);
	line-height: 123px;
	height: 123px;
}
section.main .passos .corpo nav li.ativo .text {
	display: none;
}
section.main .passos .corpo nav li.ativo .ico {
	background: url(../images/ico/seta_q.png) no-repeat 0 0;
	width: 22px;
	height: 14px;
	position: absolute;
	bottom: -14px;
  left: 50%;
  margin-left: -10px;
}
section.main .passos .conteudo h3 {
	font-size: 3.5em;
	color: #5b5b5b;
	text-align: center;
	margin: 0 0 15px;
}
section.main .passos .conteudo em {
	font-size: 1.8em;
	color: #5b5b5b;
	text-align: center;
	display: block;
	margin: 15px 0 25px;
}
section.main .passos .conteudo p {

}

/*
- SENAR EM NÚMEROS PÁGINAS E BLOCO DA HOME
*/

body[data-page=sobre-senar] .colunas-2 {
	padding-top: 30px;
	overflow: hidden;
}
.senar-numeros .colunas-2 {
	overflow: hidden;
}
body[data-page=sobre-senar] .colunas-2 li,
.senar-numeros .colunas-2 li {
	width: 420px;
	min-height: 260px;
	margin-top: 0 !important;
	float: left;
}
body[data-page=sobre-senar] section.main .dados img,
.senar-numeros .colunas-2 li img {
	margin: 0 auto 10px;
}

/*
- MAPA REGIÕES SENAR
*/

#mapa-regionais {
	width: 569px;
	height: 574px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bkg/mapa_brasil.jpg) no-repeat;
}

#mapa-regionais > div {
	width: 31px;
	/*width: 47px;*/
	position: absolute;
}

#mapa-regionais > div > a {
	width: 31px;
	height: 36px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/lgo/senar_regionais.png) no-repeat left top;
}

#mapa-regionais > div .box-detalhes {
	width: 190px;
	padding: 10px 10px 0;
	z-index: 5;
	position: absolute;
	display: none;
	top: 10px;
	left: 47px;
	border-top: 3px solid #8bab44;
	color: #5b5b5b;
	background: #f8f8f8;

	-webkit-box-shadow: 1px 1px #ccc;
	-moz-box-shadow: 1px 1px #ccc;
	box-shadow: 1px 1px #ccc;

	-webkit-border-radius: 0px 3px 3px 3px;
	-moz-border-radius: 0px 3px 3px 3px;
	border-radius: 0px 3px 3px 3px;
}

#mapa-regionais > div .box-detalhes:before {
	width: 17px;
	height: 60px;
	content: "";
	display: block;
	position: absolute;
	left: -17px;
	top: -4px;
	background: url(../images/ico/borda_d.png) no-repeat left top;
}

#mapa-regionais > div:hover {
	height: 100px;
	z-index: 10;
}

#mapa-regionais > div:hover .box-detalhes {
	display: block;
}

#mapa-regionais > div .box-detalhes strong {
	width: 100%;
	height: 25px;
	padding-left: 45px;
	margin-bottom: 10px;
	display: block;
	line-height: 25px;
	font-size: 17px;
	background: url(../images/ico/bandeiras_estados.png) no-repeat;
}

#mapa-regionais > div .box-detalhes span {
	font-size: 13px;
	display: block;
	margin-bottom: 20px;
}

#mapa-regionais > div .box-detalhes hr {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

#mapa-regionais div.estado-ac { top: 208px; left: 60px; }
#mapa-regionais div.estado-ac strong { background-position: 0 0 }

#mapa-regionais div.estado-al { top: 220px; right: 0px; }
#mapa-regionais div.estado-al strong { background-position: 0 -25px }

#mapa-regionais div.estado-ap { top: 40px; left: 317px; }
#mapa-regionais div.estado-ap strong { background-position: 0 -50px }

#mapa-regionais div.estado-am { top: 131px; left: 140px; }
#mapa-regionais div.estado-am strong { background-position: 0 -75px }

#mapa-regionais div.estado-ba { top: 250px; right: 86px; }
#mapa-regionais div.estado-ba strong { background-position: 0 -100px }

#mapa-regionais div.estado-pr { top: 420px; right: 230px; }
#mapa-regionais div.estado-pr strong { background-position: 0 -125px }

#mapa-regionais div.estado-ce { top: 138px; right: 57px; }
#mapa-regionais div.estado-ce strong { background-position: 0 -150px }

#mapa-regionais div.estado-df { top: 280px; right: 175px }
#mapa-regionais div.estado-df:hover { width: 65px; right: 140px; }
#mapa-regionais div.estado-df .box-detalhes { width: 210px; left: 65px;  }
#mapa-regionais div.estado-df strong { background-position: 0 -175px }
#mapa-regionais div.estado-df > a { background: url(../images/lgo/senar_regionais_capital.png) no-repeat; width: 45px; height: 54px; }

#mapa-regionais div.estado-es { top: 357px; right: 86px; }
#mapa-regionais div.estado-es .box-detalhes { width: 200px; }
#mapa-regionais div.estado-es strong { background-position: 0 -200px }

#mapa-regionais div.estado-go { top: 315px; right: 220px; }
#mapa-regionais div.estado-go strong { background-position: 0 -225px }

#mapa-regionais div.estado-ma { top: 140px; right: 135px; }
#mapa-regionais div.estado-ma strong { background-position: 0 -250px }

#mapa-regionais div.estado-mt { top: 250px; left: 250px; }
#mapa-regionais div.estado-mt strong { background-position: 0 -275px }

#mapa-regionais div.estado-ms { top: 350px; left: 260px; }
#mapa-regionais div.estado-ms .box-detalhes { width: 250px; }
#mapa-regionais div.estado-ms strong { background-position: 0 -300px }

#mapa-regionais div.estado-mg { top: 330px; right: 125px; }
#mapa-regionais div.estado-mg strong { background-position: 0 -325px }

#mapa-regionais div.estado-pa { top: 140px; left: 290px; }
#mapa-regionais div.estado-pa strong { background-position: 0 -350px }

#mapa-regionais div.estado-pb { top: 160px; right: -10px; }
#mapa-regionais div.estado-pb strong { background-position: 0 -375px }

#mapa-regionais div.estado-pe { top: 180px; right: 35px; }
#mapa-regionais div.estado-pe strong { background-position: 0 -400px }

#mapa-regionais div.estado-pi { top: 180px; right: 100px; }
#mapa-regionais div.estado-pi strong { background-position: 0 -425px }

#mapa-regionais div.estado-rj { top: 400px; right: 100px; }
#mapa-regionais div.estado-rj .box-detalhes { width: 200px; }
#mapa-regionais div.estado-rj strong { background-position: 0 -450px }

#mapa-regionais div.estado-rn { top: 135px; right: 10px; }
#mapa-regionais div.estado-rn .box-detalhes { width: 260px; }
#mapa-regionais div.estado-rn strong { background-position: 0 -475px }

#mapa-regionais div.estado-rs { bottom: 50px; left: 285px; }
#mapa-regionais div.estado-rs .box-detalhes { width: 230px; }
#mapa-regionais div.estado-rs strong { background-position: 0 -500px }

#mapa-regionais div.estado-ro { top: 220px; left: 140px; }
#mapa-regionais div.estado-ro strong { background-position: 0 -525px }

#mapa-regionais div.estado-rr { top: 30px; left: 165px; }
#mapa-regionais div.estado-rr strong { background-position: 0 -550px }

#mapa-regionais div.estado-sc { bottom: 80px; left: 330px; }
#mapa-regionais div.estado-sc .box-detalhes { width: 205px; }
#mapa-regionais div.estado-sc strong { background-position: 0 -575px }

#mapa-regionais div.estado-sp { top: 380px; right: 190px; }
#mapa-regionais div.estado-sp strong { background-position: 0 -600px }

#mapa-regionais div.estado-se { top: 230px; right: 30px; }
#mapa-regionais div.estado-se strong { background-position: 0 -625px }

#mapa-regionais div.estado-to { top: 210px; left: 355px; }
#mapa-regionais div.estado-to strong { background-position: 0 -650px }

#mapa-regionais div:hover > a {
	background-position: left bottom;

	-webkit-box-shadow: -2px 2px 3px #666666;
	-moz-box-shadow: -2px 2px 3px #666666;
	box-shadow: -2px 2px 3px #666666;
}

#mapa-regionais div.estado-rs:hover,
#mapa-regionais div.estado-sc:hover {
	height: 36px;
}

/*Formação tecnica */

.curso-tecnico {
	background: url(../images/bkg/mapa_brasil_v2.jpg) no-repeat !important;
}

#mapa-regionais > div > a.formacao-tecnica {
	width: 31px;
	height: 36px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/lgo/senar_formacao_tecnica.png) no-repeat left top;
}

#mapa-regionais > div:hover > a.formacao-tecnica {
	background-position: left bottom;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mapa-regionais div.formacao-tecnica-rj { top: 378px; right: 100px; }
#mapa-regionais div.formacao-tecnica-rj .box-detalhes { width: 200px; }
#mapa-regionais div.formacao-tecnica-rj strong { background-position: 0 -450px }

#mapa-regionais div.formacao-tecnica-pa { top: 135px; left: 312px; }
#mapa-regionais div.formacao-tecnica-pa strong { background-position: 0 -350px }

#mapa-regionais div.formacao-tecnica-se { top: 212px; right: 18px; }
#mapa-regionais div.formacao-tecnica-se strong { background-position: 0 -625px }

#mapa-regionais div.formacao-tecnica-go { top: 285px; right: 205px; }
#mapa-regionais div.formacao-tecnica-go strong { background-position: 0 -225px }

#mapa-regionais div.formacao-tecnica-ms { top: 337px; left: 260px; }
#mapa-regionais div.formacao-tecnica-ms .box-detalhes { width: 250px; }
#mapa-regionais div.formacao-tecnica-ms strong { background-position: 0 -300px }

#mapa-regionais div.formacao-tecnica-mg { top: 312px; right: 125px; }
#mapa-regionais div.formacao-tecnica-mg strong { background-position: 0 -325px }

#mapa-regionais div.formacao-tecnica-sc { bottom: 76px; left: 340px; }
#mapa-regionais div.formacao-tecnica-sc .box-detalhes { width: 205px; }
#mapa-regionais div.formacao-tecnica-sc strong { background-position: 0 -575px }

.curso-tecnico div:hover > a {
	background-position: left bottom;
}

.frentes-trabalho .interna-simples > ul > li:first-child {
	margin-top: 0;
}

.frentes-trabalho .interna-simples > ul > li {
	margin-top: 30px;
}

/*
- Eixos Tecnologicos
*/

section.main .eixos-tecnologicos ul li{
	
}

/*
- eventos-seminarios-interna
*/

body[data-page=eventos-seminarios-interna] .box .corpo .texto img {
	margin: 0 20px 10px 0;
	float: left;
}

body[data-page="eventos-seminarios"] #carrossel-noticias ul.carrossel {
	height: auto;
}

body[data-page="eventos-seminarios"] #carrossel-noticias footer {
	display: none;
}

/*
- PÁGINA LEGISLAÇÃO/GESTÃO
*/

.legislacao h3,
.gestao h3 { margin-bottom: 5px; }
.legislacao h4,
.gestao h4 {
	color: #5B5B5B;
	font-size: 1.6em;
	margin-bottom: 5px;
}
.legislacao .lista,
.gestao .lista { margin-bottom: 20px; }
.legislacao table,
.gestao table { margin-bottom: 24px; }
.legislacao table td,
.gestao table td { padding: 6px 24px; }
.legislacao table td p,
.gestao table td p { margin-bottom: 0; }
.gestao.tipo-b table img {
	margin: 0 0 40px 0 !important;
	display: block;
	float: none !important;
}
.lista-simples {
	margin-bottom: 24px;
	list-style: disc inside;
}
.lista-simples li { padding-left: 10px; }
.lista-simples p {
	margin-bottom: 0;
	line-height: normal;
	display: inline;
}
.lista-dados-gestao td { padding: 6px !important; }





section.user {
	font: normal 1.5em 'HelveticaNeue Medium';
	text-align: right;
	margin: -28px auto 12px auto;
}
section.user span {
	color: #aaa;
}

section.user a {
	color: #005825;
}


/*
- PÁGINA PROCESSO SELETIVO
*/

section.processo-seletivo .clear{
	clear: both;
}
section.processo-seletivo .bloco{
	background-color: #f5f5f5;
	/* margin-bottom: 20px; */
}
section.processo-seletivo .bloco .vazio{
	/* background: #fff url("../images/ico/notfound.png") no-repeat center top;
	padding-top: 96px; */
	background: #fff;
}
section.processo-seletivo .bloco .vazio p{
	color: #c4c4c4;
	font-family: "HelveticaNeue-Medium";
	font-size: 2.4em;
	text-align: center;
}
section.processo-seletivo .topo{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.14);
	box-shadow: 1px 1px rgba(0,0,0,.14);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: linear-gradient(to top, rgba(0,0,0,.02), rgba(255,255,255,.02));
	font-size: inherit;
	height: inherit;
	padding: 20px;
	position: relative;
	z-index: 2;
}
section.processo-seletivo .topo span{
	font-family: "HelveticaNeue-Bold";
	font-size: 1.4em;
	text-transform: uppercase;
}
section.processo-seletivo .topo h3{
	font-family: "HelveticaNeue-Bold";
	font-size: 2.0em;
	color: #00a651;
	margin-bottom: 0;
	text-transform: uppercase;
}
section.processo-seletivo .topo .accordion-link{
	background-position: 0 0;
	height: 44px;
	margin-top: -22px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 48px;
	z-index: 10;
}
section.processo-seletivo .informacoes{
	float: left;
	padding: 15px 20px;
	width: 500px;
}
section.processo-seletivo .informacoes p{
	color: #999;
	font-family: "HelveticaNeue";
	font-size: 1.6em;
}
section.processo-seletivo .informacoes ul li{
	background-color: #e5e5e5;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.processo-seletivo .informacoes ul li span{
	border-right: solid 2px #f5f5f5;
	display: inline-block;
	font-family: "HelveticaNeue";
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	width: 20%;
}
section.processo-seletivo .informacoes ul li a{
	display: inline-block;
	font-family: "HelveticaNeue-Medium";
	font-size: 1.6em;
	padding: 10px 0 10px 10px;
	position: relative;
	width: 72%;
}
section.processo-seletivo .informacoes ul li .icon{
	background: url("../images/ico/seta_t.png") no-repeat 0 0;
	height: 9px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	width: 5px;
}
section.processo-seletivo .inscricao{
	float: right;
	padding: 15px 20px;
	width: 300px;
}
section.processo-seletivo .inscricao .periodo{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ebebeb;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.14);
	box-shadow: 1px 1px rgba(0,0,0,.14);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.02), rgba(255,255,255,.02));
	background-image: linear-gradient(to top, rgba(0,0,0,.02), rgba(255,255,255,.02));
	margin-bottom: 10px;
	padding: 20px 0;
	text-align: center;
}
section.processo-seletivo .inscricao .periodo h4{
	color: #f15c24;
	font-family: "HelveticaNeue-Bold";
	font-size: 1.6em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
section.processo-seletivo .inscricao .periodo p{
	font-family: "HelveticaNeue";
	font-size: 2.0em;
	margin-bottom: 0px;
	text-transform: uppercase;
}
section.processo-seletivo .inscricao a{
	font-family: "HelveticaNeue-Medium";
	font-size: 2.2em;
	text-align: center;
	width: 261px;
}

/*
- PÁGINA PROCESSO SELETIVO
>>>>> Inscrição
*/

section.processo-seletivo header .campos-obrigatorios{
	font-family: "HelveticaNeue-Medium";
	font-size: 1.7em;
	float: right;
	line-height: 1em;
}
section.processo-seletivo header .campos-obrigatorios span{
	color: #f1561c;
	font-family: "HelveticaNeue-Bold";
	font-size: 35px;
	float: left;
	line-height: 0.8em;
	margin: 0 3px 0 0;
	position: relative;
	top: -2px;
}
section.processo-seletivo header .observacoes{
	clear: both;
	margin-left: 20px;
}
section.processo-seletivo header .observacoes h5{
	color: #999;
	font-family: "HelveticaNeue-Bold";
	font-size: 1.5em;
	text-transform: uppercase;
}
section.processo-seletivo header .observacoes p{
	color: #999;
	font-family: "HelveticaNeue";
	font-size: 1.5em;
}
section.processo-seletivo .form-item{
	margin-bottom: 30px;
}
section.processo-seletivo .form-item .col-left label{
	line-height: inherit;
}
section.processo-seletivo .bloco .col-right select{
	width: 100%;
}
section.processo-seletivo form *
, section.processo-seletivo form *:before
, section.processo-seletivo form *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.processo-seletivo form .bloco{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fafafa;
	-webkit-box-shadow: 1px 1px rgba(0,0,0,.14);
	-moz-box-shadow: 1px 1px rgba(0,0,0,.14);
	box-shadow: 1px 1px rgba(0,0,0,.14);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.04), rgba(255,255,255,.04));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.04), rgba(255,255,255,.04));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.04), rgba(255,255,255,.04));
	background-image: linear-gradient(to top, rgba(0,0,0,.04), rgba(255,255,255,.04));
	padding: 20px;
}

section.processo-seletivo form .topo{
	box-shadow: none;
	background: none;
	padding: 0 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.processo-seletivo form .topo h3{
	color: #5b5b5b;
	font-family: "HelveticaNeue-Bold";
	font-size: 2.4em;
	text-transform: inherit;
}
section.processo-seletivo form .topo h3 span{
	color: #89a943;
	font-size: 24px;
}

section.processo-seletivo form .englobar{
	background: #efeeee;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
section.processo-seletivo form .separar{
	margin-bottom: 20px;
}

section.processo-seletivo .padded{
	padding: 5px 15px;
}

section.processo-seletivo .linha{
	margin: 0 -5px 25px;
	width: 100%;
}
section.processo-seletivo .linha:before
, section.processo-seletivo .linha:after{
	content: " ";
	display: table;
}
section.processo-seletivo .linha:after{
	clear: both;
}
section.processo-seletivo .linha.hidden{
	display: none;
}

section.processo-seletivo .col-10, section.processo-seletivo .col-9, section.processo-seletivo .col-8, section.processo-seletivo .col-7, section.processo-seletivo .col-6, section.processo-seletivo .col-5, section.processo-seletivo .col-4, section.processo-seletivo .col-3, section.processo-seletivo .col-2, section.processo-seletivo .col-1{
	float: left;
	min-height: 1px;
	position: relative;
	padding: 0 5px;
}
section.processo-seletivo .col-10{
	width: 100%;
}
section.processo-seletivo .col-9{
	width: 90%;
}
section.processo-seletivo .col-8{
	width: 80%;
}
section.processo-seletivo .col-7{
	width: 70%;
}
section.processo-seletivo .col-6{
	width: 60%;
}
section.processo-seletivo .col-5{
	width: 50%;
}
section.processo-seletivo .col-4{
	width: 40%;
}
section.processo-seletivo .col-3{
	width: 30%;
}
section.processo-seletivo .col-2{
	width: 20%;
}
section.processo-seletivo .col-1{
	width: 10%;
}
section.processo-seletivo input[type=text]
, section.processo-seletivo input[type=password]
, section.processo-seletivo textarea{
	width: 100%;
	font-size: 1.8em;
	font-weight: bold;
	color: #5b5b5b;
	height: 58px;
	padding: 16px 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #ececec;
	border-top: 1px solid #cecece;
}
section.processo-seletivo textarea{
	height: 152px;
}
section.processo-seletivo form .select2-container .select2-choice{
	height: 58px;
}
section.processo-seletivo select{
	width: 96%;
}
section.processo-seletivo .linha label{
	background: url("../images/ico/seta_a.png") no-repeat left center;
	display: block;
	font-family: "HelveticaNeue-Bold";
	font-size: 1.6em;
	margin-bottom: 12px;
	padding-left: 15px;
}
section.processo-seletivo .linha label span{
	color: #f1561c;
	font-family: "HelveticaNeue-Bold";
	font-size: 18px;
	line-height: 0.8em;
	position: relative;
}
section.processo-seletivo .checkbox{
	float: left;
	width: 48%;
}
section.processo-seletivo form .englobar .checkbox { margin-top: 20px; }
section.processo-seletivo .checkbox label{
	background: none;
	display: inline-block;
	font-family: "HelveticaNeue";
	padding-left: 0;
}

section.processo-seletivo .linha h4{
	font-family: "HelveticaNeue-Bold";
	font-size: 2.2em;
	margin-bottom: 25px;
}

section.processo-seletivo .horas span{
	font-family: "HelveticaNeue-Bold";
	font-size: 1.4em;
	float: right;
	margin-top: 21px;
}
section.processo-seletivo .horas input{
	float: left;
	width: 70%;
}
section.processo-seletivo .bt-add{
	color: #939393;
	font-family: "HelveticaNeue";
	font-size: 1.5em;
	text-decoration: underline;
}
section.processo-seletivo .bt-add:hover{
	text-decoration: none;
}

#ui-datepicker-div{
	z-index: 2000 !important;
}

section.processo-seletivo .date{
	position: relative;
}
section.processo-seletivo .date.x2 .ui-datepicker-trigger { top: 30px; right: 20px; }
section.processo-seletivo .date.x2{
	float: left;
	width: 49%;
}
section.processo-seletivo .date.x2 span{
	font-family: "HelveticaNeue";
	font-size: 1.5em;
	float: left;
	margin: 19px 5px 0 0;
}
section.processo-seletivo .date.x2 input{
	width: 80%;
}
section.processo-seletivo .date .ui-datepicker-trigger{
	background: url(../images/ico/datepicker.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 36px;
	margin: -1px 0 0 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: 44px;
	right: 7%;
	width: 40px;
}
section.processo-seletivo .date.x2 .ui-datepicker-trigger{
	margin: -18px 0 0 0;
}
section.processo-seletivo .date .ui-datepicker-trigger:active{
	background-position: 0 -133px;
}
section.processo-seletivo .trabalho{
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 30px;
}
section.processo-seletivo .resultado{
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 480px;
}
section.processo-seletivo .resultado .botao{
	float: none;
	margin: 0 auto;
	width: 340px;
}
section.processo-seletivo .linha .form-box-error{
	background: url(../images/bkg/textura_k.png) repeat-x 0 0;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* CORREÇÃO NO TÍTULO */

h2.tipo-b { width: 720px; }

section.processo-seletivo form.validate .submit { margin-top: 20px; }

.margin-bottom-0 { margin-bottom: 0 !important; }

/***
* SENAR EM CAMPO - INTERNA
***/

.logo-senar-campo {
	display: block;
	border-bottom: 10px solid #17602f;
}

section.main .senar-campo header {
	padding: 0;
	background: none;
}
section.main .senar-campo header h2 {
	width: 100%;
	margin-bottom: 12px;
	padding: 0;
	font-size: 25px;
	color: #17602f;
	line-height: 30px;
	float: none;
	background: none;
}
section.main .senar-campo header .data {
	font-size: 16px;
	color: #666;
	float: none;
	clear: none;
}

section.main .senar-campo .corpo { padding: 0; }
section.main .senar-campo .corpo .video { margin-top: 27px; }
section.main .senar-campo .corpo .video .content {
	padding: 0;
	border: none;
}

section.main .senar-campo p,
section.main .senar-campo a,
section.main .senar-campo .strong,
section.main .senar-campo-lista p,
section.main .senar-campo-lista a,
section.main .senar-campo-lista .strong {
	margin-bottom: 21px;
	font-size: 16px !important;
	color: #666;
	line-height: 19px;
}
section.main .senar-campo a,
section.main .senar-campo .strong,
section.main .senar-campo-lista a,
section.main .senar-campo-lista .strong {
	font-weight: bold;
	color: #1e6334 !important;
}
section.main .senar-campo p a,
section.main .senar-campo p .strong,
section.main .senar-campo-lista p a,
section.main .senar-campo-lista p .strong { margin: 0; }

section.main .senar-campo .videos-relacionados h3 {
	margin-bottom: 25px;
	font-size: 25px;
	color: #17602f;
}

section.main .senar-campo .corpo img,
section.main .senar-campo-lista .corpo img {
	width: 196px;
	height: 110px;
	padding: 0;
	border: none;
}

section.main .senar-campo hr,
section.main .senar-campo-lista hr {
	height: 1px;
	margin-bottom: 27px;
	border: none;
	background-color: #9e9e9e;
}

section.main .senar-campo .corpo .videos-relacionados .descricao,
section.main .senar-campo-lista .corpo .descricao {
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	color: #17602f;
	line-height: 22px;
	background: none;
}
section.main .senar-campo .corpo .videos-relacionados .play,
section.main .senar-campo-lista .corpo .play {
	top: 32px;
	left: 76px;
}

section.main .senar-campo .corpo .coluna-1 {
	/*width: 708px;
	float: left;*/
	width: 100%;
}
section.main .senar-campo .corpo .coluna-2 {
	width: 152px;
	float: right;
}
/* section.main .senar-campo .corpo .texto-principal.botao-unico { padding-bottom: 40px; } */
section.main .senar-campo .corpo .coluna-1 .botao-senar-campo {
	width: 152px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none !important;
	text-shadow: 1px 1px #d25426;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 2px #cf4a19;
	border-radius: 4px;
	background: #f17b4e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f17b4e 0%, #f1561c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f17b4e), color-stop(100%,#f1561c));
	background: -webkit-linear-gradient(top, #f17b4e 0%,#f1561c 100%);
	background: -o-linear-gradient(top, #f17b4e 0%,#f1561c 100%);
	background: -ms-linear-gradient(top, #f17b4e 0%,#f1561c 100%);
	background: linear-gradient(to bottom, #f17b4e 0%,#f1561c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17b4e', endColorstr='#f1561c',GradientType=0 );
}
section.main .senar-campo .corpo .coluna-1 .botao-senar-campo:hover {
	text-shadow: 1px 1px #c95e36;
	background: #f1561c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f1561c 0%, #f17b4e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1561c), color-stop(100%,#f17b4e));
	background: -webkit-linear-gradient(top, #f1561c 0%,#f17b4e 100%);
	background: -o-linear-gradient(top, #f1561c 0%,#f17b4e 100%);
	background: -ms-linear-gradient(top, #f1561c 0%,#f17b4e 100%);
	background: linear-gradient(to bottom, #f1561c 0%,#f17b4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1561c', endColorstr='#f17b4e',GradientType=0 );
}
section.main .senar-campo .corpo .coluna-1 .arquivo a {
	width: 112px;
	min-height: 38px;
	padding: 66px 20px 10px;
	color: #fff !important;
	text-align: center;
	display: block;
	background: url(../images/ico/download.png) center 17px no-repeat;
}
section.main .senar-campo .corpo .coluna-1 .arquivo + .enviar-sugestoes { margin-left: 20px; }
section.main .senar-campo .corpo .texto-principal.botao-unico .enviar-sugestoes { bottom: 0; }
section.main .senar-campo .corpo .coluna-1 .enviar-sugestoes a {
	width: 112px;
	min-height: 38px;
	padding: 66px 20px 10px;
	color: #fff !important;
	text-align: center;
	display: block;
	background: url(../images/ico/balao.png) center 21px no-repeat;
}

/* SENAR EM CAMPO - LISTAGEM */

section.main .senar-campo-lista header {
	padding: 0;
	background: none;
}
section.main .senar-campo-lista header .pesquisa {
	width: 840px;
	margin-top: 52px;
	padding: 20px;
	float: none;
	overflow: hidden;
	background-color: #ebebeb;
}
section.main .senar-campo-lista header .pesquisa label {
	margin-bottom: 26px;
	font-size: 18px;
	color: #f16633;
	display: block;
}
section.main .senar-campo-lista header .pesquisa input[type=text] {
	width: 810px;
	margin-bottom: 20px;
	float: none;
}
section.main .senar-campo-lista header .pesquisa .limpar { display: none; }
section.main .senar-campo-lista header .pesquisa .select-tipo-b {
	width: 708px !important;
	float: left;
	position: static !important;
	right: auto !important;
}
section.main .senar-campo-lista header .pesquisa .select-tipo-b a { margin-bottom: 0 !important; }
section.main .senar-campo-lista header .pesquisa input[type=submit] {
	width: 112px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none !important;
	text-shadow: 1px 1px #d25426;
	text-indent: 0 !important;
	cursor: pointer;
	cursor: hand;
	float: right;
	position: static;
	right: auto;
	box-shadow: 0 2px #cf4a19;
	border-radius: 4px;
	background: #f17b4e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f17b4e 0%, #f1561c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f17b4e), color-stop(100%,#f1561c));
	background: -webkit-linear-gradient(top, #f17b4e 0%,#f1561c 100%);
	background: -o-linear-gradient(top, #f17b4e 0%,#f1561c 100%);
	background: -ms-linear-gradient(top, #f17b4e 0%,#f1561c 100%);
	background: linear-gradient(to bottom, #f17b4e 0%,#f1561c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17b4e', endColorstr='#f1561c',GradientType=0 );
}

section.main .senar-campo-lista .corpo { padding: 0 !important; }
section.main .senar-campo-lista .corpo .erro404 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}

/*
 ÍCONE DE CARREGAMENTO VIA AJAX
*/

.select2-container.loading:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .8) url(../images/ico/ajax_loader.gif) center center no-repeat;
}