/*=======================================================
/           Reset
========================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin:0 auto; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent }body { line-height:1 }ol, ul { list-style:none }blockquote, q { quotes:none }blockquote:before, blockquote:after, q:before, q:after { content:''; content:none }:focus { outline:0 }ins { text-decoration:none }del { text-decoration:line-through } input, select, textarea, button {-webkit-appearance: none;}


/*=======================================================
/           Global
========================================================*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	padding: 0 !important;
}

* {
	outline: 0 !important;
}

.container {
    padding-right: 10px;
    padding-left: 10px;

}

a,
a:hover,
a:active,
a:focus,
svg {
	color: #085c0d;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover {color: #333;}

.entry-content ul li a:hover {
    text-decoration: underline;
    color: #333;
}

.tag-desc table, article table {
	border-collapse: collapse;
}

* {
	outline: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {background: #085c0d; color: #fff;}
::selection {background:#085c0d; color: #fff;}

h1,
h2,
h3,
h4,
h5,
h6 {font-weight: normal;}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	-webkit-text-fill-color: #4fb2ac;
}

input[type=text], input[type=tel], select, textarea {
	color: #999999;
	background: #ffffff;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border: none;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	width: 100%;
}

textarea {height: 300px;}

select {
	background-image: url(../images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}

input[type=button].btn-default,
input[type=submit].btn-default,
button.btn-default,
a.btn-default {
	border: 0;
	text-align: center;
	width: auto;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	background: #085c0d;
	color: #fff;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 15px;
}

input[type=button].btn-default:hover,
input[type=submit].btn-default:hover,
button.btn-default:hover,
a.btn-default:hover {background: #2b8630; color: #fff;}

form .input .icon,
form .textarea .icon {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 12px;
	right: 15px;
	width: 25px;
	height: 25px;
}

form .form-group.input .icon,
form .form-group.textarea .icon {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 35px;
	right: 0px;
	width: 25px;
	height: 25px;
}

form .input.erro .icon,
form .textarea.erro .icon,
form .input.sucesso .icon,
form .textarea.sucesso .icon {
	display: block;
}

form .input.erro .icon:before,
form .textarea.erro .icon:before {
	content: "\f057";
	display: inline-block;
	font: normal normal normal 14px/1 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #c63f3f;
	font-size: 18px;
}

form .input.sucesso .icon:before,
form .textarea.sucesso .icon:before {
	content: "\f058";
	display: inline-block;
	font: normal normal normal 14px/1 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #74a046;
	font-size: 18px;
}

.no-padding {padding: 0;}

::-webkit-input-placeholder {color: #999999; opacity: 1 !important; }
:-moz-placeholder {color: #999999; opacity: 1 !important; }
::-moz-placeholder {color: #999999; opacity: 1 !important; }
:-ms-input-placeholder {color: #999999; opacity: 1 !important; }

:focus::-webkit-input-placeholder { opacity: 0.5 !important; }
:focus:-moz-placeholder { opacity: 0.5 !important; }
:focus::-moz-placeholder { opacity: 0.5 !important; }
:focus:-ms-input-placeholder { opacity: 0.5 !important; }


/*  Validar Form  */
form .campo {
	position: relative;
	display: block;
}
form .campo.readonly:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	content: ' ';
}
form .campo.readonly .select .select2-container--default .select2-selection--single .select2-selection__arrow:after {display: none !important;}
form .campo.readonly .select .select2-container--default .select2-selection--single .select2-selection__rendered {color: #aaa !important;}

form .campo .icon {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 5px;
	width: 25px;
	height: 25px;
}

form .campo.erro .icon,
form .campo.sucesso .icon {
	display: block;
}

form .campo.erro > input,
form .campo.erro > textarea,
form .termos.erro,
section#cadastro #form-cadastro .select.erro .select2-container--default .select2-selection--single {
	border: 1px solid #e80000 !important;
}

form .campo.erro .icon:before {
	content: "\f057";
	display: inline-block;
	font: normal normal normal 14px/1 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #c63f3f;
	font-size: 18px;
}

form .campo.sucesso .icon:before {
	content: "\f058";
	display: inline-block;
	font: normal normal normal 14px/1 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #74a046;
	font-size: 18px;
}

form .msg {
	font-family: 'Montserrat';
	margin-top: 30px;
	color: #808080;

}

.entry-text {
	line-height: 24px;
}
.entry-text ul li {position: relative; padding-left: 24px;}
.entry-text ul li:before {
	content: '';
	background: #ef4b84;
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 9px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.entry-text ul li {
	margin-bottom: 20px;
}

.entry-text p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}

.entry-text h1,
.entry-text h2,
.entry-text h3,
.entry-text h4,
.entry-text h5,
.entry-text h6 {
	font-weight: 900;
	color: #5dc8ba;
	margin-bottom: 25px;
}

.entry-text h1 {font-size: 38px;}
.entry-text h2 {font-size: 34px;}
.entry-text h3 {font-size: 30px;}
.entry-text h4 {font-size: 26px;}
.entry-text h5 {font-size: 24px;}
.entry-text h6 {font-size: 20px;}

.entry-content img {max-width: 100%; height: auto;}

/*
	Recomendaçãoes do Wordpress para ainhamento das imagens nos posts.
	https://codex.wordpress.org/Styling_Images_in_Posts_and_Pages
*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*=======================================================
/           Header
========================================================*/

#header {
	background: #085c0d;
}
#header .top {
	background: #e2e2e2;
	padding: 6px 0;
	font-size: 14px;
}
#header .top .qtd_vagas {margin-top: 2px;}
#header .top .qtd_vagas strong {
	font-weight: 700;
	color: #085c0d;
	font-size: 22px;
}
#header .top .qtd_vagas a {
	font-weight: 700;
	color: #085c0d;
}
#header .top .social-icons {
	text-align: right;
}
#header .top .social-icons a {
	background: #cbcbcb;
	color: #666;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
}
#header .top .social-icons a.facebook:hover {background: #49639F; color: #fff;}
#header .top .social-icons a.twitter:hover {background: #55ACEE; color: #fff;}
#header .top .social-icons a.google-plus:hover {background: #DB4437; color: #fff;}
#header .top .social-icons a.rss:hover {background: #F48D37; color: #fff;}
#header .top .social-icons a span {position: absolute;left: 110%;}

#header .bloco-bandeira {position: relative;}
#header .bloco-bandeira:after {
	content: '';
	position: absolute;
	width: 209px;
	display: block;
	background: url(../images/elemento-bandeira.png) no-repeat top right;
	background-size: contain;
	top: 0;
	bottom: 0;
	right: 0;
}

#header .bloco-logo {
	padding: 25px 0 20px;
}

#header .bloco-logo .logo > a {
	font-size: 0;
	background-image: url("../images/svg/brand.svg");
	background-repeat: no-repeat;
	transition: 250ms;
	display: block;
	height: 45px;
}

#header .bloco-logo .logo > a:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 17.9166667%;
}

#searchform {position: relative;margin-top: 9px;z-index: 5;margin-right:10px;}
#searchform input {padding-right: 57px;}
#searchform button {
	position: absolute;
	top: 0;
	right: 0;
	background: #eeeeee;
	color: #085c0d;
	height: 42px;
	width: 42px;
	border: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*
#header .bloco-menu-primario {
	background: #07530c;
	border-top: 1px solid #074e0b;
}
*/

#header .bloco-menu-primario ul {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	z-index: 6;
}
#header ul li {float: left; position: relative;}
#header ul li a {
	padding: 10px 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
}
#header .bloco-menu-primario #abrir-menu {display: none;}

#header .bloco-menu-primario ul li a {letter-spacing: 0.5px;}
#header .bloco-menu-primario ul li a:hover {background: #fdd647; color: #07530c;}

#header .bloco-menu-primario ul li ul.sub-items {
	display: none;
	margin: 0;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position: absolute;
	top: 150%;
	left: 0;
	min-width: 100%;
	z-index: 20;
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
#header .bloco-menu-primario ul li:hover ul.sub-items {display: block; top: 100%;}
#header .bloco-menu-primario ul li ul.sub-items a {
	color: #666;
	width: 100%;
	display: block;
	text-transform: none;
	font-weight: 400;
	font-size: 15px;
	white-space: nowrap;
}
#header .bloco-menu-primario ul li ul.sub-items a:hover {background: #f0f0f0;}
#header .bloco-menu-primario ul li ul.sub-items li {
	width: 100%;
	position: relative;
}
#header .bloco-menu-primario ul li ul.sub-items li > ul {
	margin: 0;
	position: absolute;
	top: 0;
	left: 110%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	min-width: 240px;
	display: none;
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
#header .bloco-menu-primario ul li ul.sub-items li:hover > ul {
	left: 100%;
	display: block;
}
#header .bloco-menu-primario ul li ul.sub-items li > ul li img {
	width: 32px;
	display: inline-block;
	border: 1px solid #e2e2e2;
	margin-right: 10px;
	vertical-align: middle;
}

#header .bloco-menu-estados {
	background: #064b0b;
	border-top: 1px solid #06470a;
}
#header .bloco-menu-estados ul {
	margin-left: -8.5px;
	margin-right: -8.5px;
	position: relative;
	z-index: 5;
}
#header .bloco-menu-estados ul li a {
	padding: 10px 10.8px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}
#header .bloco-menu-estados ul li a:hover {color: #fdd647;}
#header .bloco-menu-estados ul li a abbr {
	border-bottom: none;
	text-decoration: none;
	cursor: pointer;
}

.select-estados-responsive {display: none;}


/*=======================================================
/           Footer
========================================================*/

#footer {
	margin-top: 10px;
	background: #085c0d;
}

#footer .bloco-links {
	padding: 70px 0;
}

#footer .bloco-links h4 {
	color: #fcd712;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #216d26;
	margin-bottom: 30px;
}

#footer .bloco-links ul li a {
	color: #fff;
	line-height: 20px;
}
#footer .bloco-links ul li a:hover {color: #fcd712;}

#footer .bloco-links ul li {position: relative; padding-left: 22px;}
#footer .bloco-links ul li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #fcd712;
	position: absolute;
	top: 8px;
	left: 8px;
}

#footer .bloco-logo {
	background: #07530c;
	padding: 28px 0;
}

#footer .bloco-logo .logo {margin-top: 15px; display: inline-block;}

#footer .social-icons {margin-top: 24px;}

#footer .social-icons a {
	background: #fcd712;
	color: #085c0d;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	font-size: 22px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
}
#footer .social-icons a:hover {background: #fff;}
#footer .social-icons a span {position: absolute; left: 110%;}

#footer .bloco-logo .texto {
	font-size: 14px;
	color: #c1e1c3;
	line-height: 20px;
	border-left: 1px solid #206525;
	padding: 30px 0 30px 45px;
	margin-left: 15px;
}

#footer .bloco-copyright-criacao {
	background: #064b0b;
	padding: 10px 0;
}

#footer .bloco-copyright-criacao .copyright {
	line-height: 25px;
	color: #448848;
	font-size: 14px;
}

#footer .bloco-copyright-criacao .criacao {text-align: right;}


/*=======================================================
/           Home
========================================================*/

#destaques.home {margin: 10px 0;}
#destaques.home .row {margin-right: -5px; margin-left: -5px;}
#destaques.home .row [class^='col-'] {
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	position: relative;
	min-height: 1px;
}
#destaques.home .row .col-left {width: 840px;}
#destaques.home .row .col-right,
#destaques.home .row .col-sub-right {width: 320px;}
#destaques.home .row .col-sub-left {width: 520px;}

#destaques.home .row .post {
	position: relative;
	background-size: cover;
}

#destaques.home .post .categoria {position: relative; padding-top: 10px;}
#destaques.home .post .categoria:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 4px;
	background: #fcd712;
	display: block;
}
#destaques.home .post .categoria a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}

#destaques.home .noticias-destaques .post .categoria a {
	color: #fff;
}

#destaques.home .noticias-destaques .post .categoria a:hover {color: #13b21c;}

#destaques.home .row .col-sub-left .post h2,
#destaques.home .row .col-sub-right .post h2 {
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	text-shadow: 0 0 7px rgba(0,0,0,0.4);
	position: absolute;
	bottom: 30px;
	left: 35px;
	right: 35px;
	letter-spacing: -0.04em;
}
#destaques.home .row .col-sub-right .post h2 {
	font-size: 24px;
	left: 18px;
	right: 18px;
}

#destaques.home .row .col-sub-left .post {
	height: 510px;
	width: 100%;
}

#destaques.home .noticias-destaques .post .texto {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
#destaques.home .noticias-destaques .post:hover .texto {
	background: rgba(0,0,0,0.8);
}

#destaques.home .noticias-destaques .post .categoria {
	position: absolute;
	top: 30px;
	left: 35px;
	right: 35px;
	z-index: 3;
}

#destaques.home .noticias-destaques .col-sub-right .post .categoria {left: 18px; right: 18px;}

#destaques.home .noticias-destaques .post > a {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-left: 100%;
}

#destaques.home .row .col-sub-right .post {
	height: 250px;
	width: 100%;
}

#destaques.home .row .col-sub-right .post + .post {margin-top: 10px;}
#destaques.home .concursos-destaques {margin-top: 10px;}

#destaques.home .concursos-destaques .post {
	background: #f6f6f6;
	border: 1px solid #e2e2e2;
	padding: 18px;
	position: relative;
	min-height: 150px;
}
#destaques.home .concursos-destaques .post > a {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-left: 100%;
}

#destaques.home .concursos-destaques .post .categoria a {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}
#destaques.home .concursos-destaques .post .categoria a:hover {color: #13b21c;}

#destaques.home .concursos-destaques .post h3 {
	color: #085c0d;
	font-size: 24px;
	font-weight: 700;
	margin-top: 16px;
	letter-spacing: -0.04em;
}

.home_ads1 {height: 250px; margin-bottom: 10px;}

.widget-encerrando-inscricoes,
.widget_newsletter {
	border: 1px solid #e2e2e2;
}
.widget-encerrando-inscricoes h4 {
	position: relative;
	background: #f6f6f6;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2;
	padding: 13px 15px;
	min-height: 45px;
}

.widget-encerrando-inscricoes h4:before {
	content: '';
	background: #fcd712;
	width: 8px;
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
}

.widget-encerrando-inscricoes ul li {
	padding: 10px;
	height:91px;
}

.widget-encerrando-inscricoes ul li + li {
	border-top: 1px solid #e2e2e2;
}

.widget-encerrando-inscricoes ul li p.dt_termino {
	font-size: 12px;
	margin-top:5px;
}

.widget-encerrando-inscricoes ul li h3 {
	line-height: 19.2px;
	font-size: 16px;
	font-weight: 700;
}

aside {margin-bottom: 50px;}

#concursos_por_regiao {margin-top: 60px;}

#concursos_por_regiao .box-concursos {margin-bottom: 100px;}
#concursos_por_regiao .box-concursos h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid #e2e2e2;
	color: #666;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#concursos_por_regiao .box-concursos h2 a {color: #666;}
#concursos_por_regiao .box-concursos h2 a:hover {color: #085c0d;}

#concursos_por_regiao .box-concursos ul.links,
.widget_postsrecentes ul.links {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#concursos_por_regiao .box-concursos ul.links li,
.widget_postsrecentes ul.links li {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}

#concursos_por_regiao .box-concursos ul.links li img,
.widget_postsrecentes ul.links li img {
	width: 18px;
	height: auto;
	margin-bottom: 3px;
	box-shadow: 0 0 0 1px #e2e2e2;
}


#concursos_por_regiao .box-concursos ul.links li abbr,
.widget_postsrecentes ul.links li abbr {
	cursor: pointer;
	display: block;
	border: 0;
	color: #666;
	text-decoration: none;
}
#concursos_por_regiao .box-concursos ul.links li.ativo abbr,
.widget_postsrecentes ul.links li.ativo abbr {
	font-weight: 700;
	color: #000;
}

#concursos_por_regiao .box-concursos .concurso-item {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
	min-height: 116px;
}
.widget_postsrecentes .concurso-item {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

#concursos_por_regiao .box-concursos .concurso-item .imagem img,
.widget_postsrecentes .concurso-item .imagem img {border-radius: 2px;}

#concursos_por_regiao .box-concursos .concurso-item h4,
.widget_postsrecentes .concurso-item h4 {
	font-size: 16px;
	font-weight: 700;
}

#concursos_por_regiao .box-concursos .concurso-item .texto p,
.widget_postsrecentes .concurso-item .texto p {font-size: 15px;}
#concursos_por_regiao .box-concursos .concurso-item .texto p + p,
.widget_postsrecentes .concurso-item .texto p + p {margin-top: 12px;}
#concursos_por_regiao .box-concursos .concurso-item .texto p i,
.widget_postsrecentes .concurso-item .texto p i {color: #999;}

#concursos_por_regiao .box-concursos .concurso-item .imagem,
.widget_postsrecentes .concurso-item .imagem {
	float: left;
	margin-right: 15px;
	max-width: 120px;
}

#concursos_por_regiao .box-concursos .concurso-item h4 {line-height: 20px;}

#concursos_por_regiao .box-concursos .concurso-item h4 a:hover {
	color: #085c0d;
	text-decoration: underline;
}

.widget_postsrecentes .concurso-item h4 {font-size: 14px; line-height: 16px;}

#concursos_por_regiao .box-concursos a.vejamais {
	text-transform: lowercase;
	font-weight: 700;
	font-size: 16px;
}
#concursos_por_regiao .box-concursos a.vejamais i {color: #fcd91e;}
#concursos_por_regiao .box-concursos a.vejamais:hover i {color: #085c0d;}
#concursos_por_regiao .texto-post {
	float: right;
}

.widget_postsrecentes a.vejamais {
	background: #085c0d;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 15px;
	text-transform: uppercase;
	border: 0;
	text-align: center;
	display: block;
}
.breadcrumbs {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin-bottom: 10px;
}

.breadcrumbs ul li {
	font-size: 13px;
	display: inline-block;
	color: #999;
}
.breadcrumbs ul li a {color: #749676; font-weight: 700;}
.breadcrumbs ul li a:hover {color: #085c0d;}
.breadcrumbs ul li + li:before {
	content: '';
	background: url(../images/bread_arrow.png) no-repeat;
	width: 5px;
	height: 7px;
	display: inline-block;
	margin: 0 7px 0 5px;
}

.archive .row .col-left {
	width: calc(100% - 330px);
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.archive .row .col-right {
	width: 330px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.archive .titulo-principal {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 6px;
	margin-bottom: 25px;
	margin-top:20px;
}

.archive .titulo-principal h1,
.archive .titulo-principal h4 {
	color: #085c0d;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width:1024px)  {

	.archive .posts .destaques {
		padding-bottom: 35px;
		margin-bottom: 35px;
		border-bottom: 1px solid #e2e2e2;
	}

	.archive .posts article.destaque {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.archive .posts article.destaque .imagem,
	.archive .posts article.destaque .texto {
		width: 100%;
		float: none;
	}
	.archive .posts article.destaque .imagem {margin-bottom: 30px; position: relative;}

	.archive .posts article.destaque .texto .chamada {display: none;}
	.archive .posts article.destaque .texto h2 {font-size: 30px;}

}

.archive .posts article {

	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;

}
.tags
{
	padding-bottom:20px;
	margin-top:10px;
	border-bottom: 1px solid #e2e2e2;
}
.tags h4
{
	color:#333;
	font-size:20px;
}
.tags ul li {
    float: left;
}

.tags ul li a:link, .tags ul li a:visited {
    border: 1px solid #d2d2d2;
    float: left;
    font-weight: bold;
	color:#333;
    margin-right: 16px;
    margin-top: 16px;
    padding: 8px;
	text-transform:capitalize;
}
.tags ul li a:hover {
    background:#085c0d;
	color:white;
	border: 1px solid #085c0d;
}
.divider_social
{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 8px solid #e2e2e2;
	margin-bottom:10px;
}
.archive .posts article .imagem {
	float: left;
	width: 35%;
}

.archive .posts article .imagem img {border: 1px solid #e2e2e2;}

.archive .posts article .texto {
	width: 60%;
	float: right;
}
.archive .posts article .full-text {
	width: 100%;

}

.archive .posts article .texto .data {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top:20px;
	text-transform:uppercase;
}

.archive .posts article .texto h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top:5px;
	line-height: 1.4;
}

.archive .posts article .texto .chamada {
	font-size: 16px;
	color: #666;
	line-height: 1.4;
}

.pagination {text-align: center; width: 100%; margin-bottom: 10px;}
.pagination ul {display: inline-block;}
.pagination ul li {float: left; font-size: 15px; font-weight: 700;}

.pagination ul li a,
.pagination ul li span {
	padding: 6px 8px;
	display: block;
	color: #085c0d;

}
.pagination ul li a:hover {background: #f0f0f0;}
.pagination ul li span.current {background: #fcd712;}
.pagination ul li span.dots {
	color: #666;
	vertical-align: text-bottom;
}


.widget_postsrecentes .card {
	border: 1px solid #e2e2e2;
	border-bottom: 0;
}

.widget + .widget {margin-top: 10px;}

.widget_banners img {border: 1px solid #e2e2e2;}


.widget_postsrecentes .card:last-child {border-bottom: 1px solid #e2e2e2;}
.widget_postsrecentes .card .card-header,
.widget_newsletter h4.widgettitle {
	border-bottom: 1px solid #e2e2e2;
	background: #f6f6f6;
	padding: 15px 20px;
}

.widget_postsrecentes .card .card-header h2,
.widget_newsletter h4.widgettitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}
.widget_postsrecentes .card .card-header h2 span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	text-transform: lowercase;
	margin-top: 3px;
}
.widget_postsrecentes .card .card-body {
	padding: 20px;
}
.widget_postsrecentes .card .card-body .concurso-item .imagem {
	width: 85px;
}

.widget_postsrecentes .card .card-header {cursor: pointer;}
.widget_postsrecentes .card .card-header h2 span {display: none;}
.widget_postsrecentes .card.ativo .card-header h2 span {display: block;}
.widget_postsrecentes .card.ativo .card-header,
.widget_newsletter h4.widgettitle {position: relative;}
.widget_postsrecentes .card.ativo .card-header:after,
.widget_newsletter h4.widgettitle:after {
	content: '';
	position: absolute;
	display: block;
	background: #749676;
	top: -1px;
	left: -1px;
	bottom: -1px;
	width: 8px;
}
.widget_postsrecentes .card:not(.ativo) .card-header h2{position: relative;}
.widget_postsrecentes .card:not(.ativo) .card-header h2:after{
	content: '';
	width: 12px;
	height: 2px;
	background: #878787;
	display: block;
	position: absolute;
	right: -5px;
	top: 9px;
}
.widget_postsrecentes .card:not(.ativo) .card-header h2:before{
	content: '';
	width: 2px;
	height: 12px;
	background: #878787;
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
}
.widget_postsrecentes .card .card-header h2 a {color: #333; font-size: 16px;}

.widget_newsletter > div {
	padding: 20px;
}

.widget_newsletter > div p {line-height: 1.4;}

.widget_newsletter form {margin-top: 15px;}
.widget_newsletter form input {
	background: #f0f0f0;
	border: 1px solid #e2e2e2;
}
.widget_newsletter form .msg {margin-top: 15px;}
.widget_newsletter form .msg .sucesso {color: #92ae56;}
.widget_newsletter form .msg .alerta {color: #eca700;}
.widget_newsletter form .msg .erro {color: #dd3737;}

.leitura .titulo-principal h4 {
	font-weight: 600;
	text-transform: uppercase;
	font-size:18px;
}
.leitura .titulo-principal h4 a:link, .leitura .titulo-principal h4 a:visited {

	color:#666666;
}
.leitura .titulo-principal h4 a:hover {
	color:#085c0d;
}

.leitura h1 {
	font-size: 32px;
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
    font-stretch: 100%;
    line-height: 1.125;
	font-weight: 700;
	color: #333;
	letter-spacing: normal;
	margin-bottom: 10px;
}

.leitura .chamada {
	font-size: 20px;
	line-height: 1.2;
	color: #696969;
	margin-bottom: 20px;
}

.leitura .entry-meta {
	/*border-top: 1px solid #e2e2e2;*/
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}
.leitura .entry-meta div.data {
	padding: 12px 0;
	float:left;
	margin-right:20px
}

.leitura .entry-meta div.author {
	padding: 12px 0;
	float:left;
	text-transform: uppercase;
	cursor:pointer;
}

.entry-content {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}

.entry-content h3{
	color: black;
	font-weight: 600;
}

.entry-content * + * {margin-top: 15px;}
.entry-content p, .entry-content ul
{
	    line-height: 1.375;
		font-size: 16px;
		font-family:Helmet, Freesans, Helvetica, Arial, sans-serif;
		font-weight:400;
		letter-spacing:normal;
		color:#404040;
}
.entry-content ul li
{
	list-style-type:square;
	margin-top:5px;
}
/* .entry-content ul li a:link, .entry-content ul li a:visited
{
	color: #222;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
	    display: block;
    margin-bottom: 20px;
} */

.entry-content ul
{
	margin-left:40px;
}

.entry-content ol {
    margin-left: 40px;
}

.entry-content ol li {
    list-style-type: decimal;
    margin-top: 5px;
}

.entry-content p a:hover{
	text-decoration:underline;
}

.tag-desc table, article table {
	width: 100%;
	border: 1px solid #e2e2e2;
}

.tag-desc table thead, article table thead {
	border-bottom: 2px solid #e2e2e2;
}

.tag-desc table thead th, article table thead th {
	font-size: 18px;
	color: #333;
	text-align: center;
	padding: 18px 10px;
}

.tag-desc table tbody tr:nth-child(2n+1),
article table tbody tr:nth-child(2n+1) {
	background: #f9f9f9;
	border: 1px solid #e2e2e2;
}

.tag-desc table tbody tr > td,
.tag-desc table tbody tr > th,
article table tbody tr > td,
article table tbody tr > th {
	font-size: 15px;
	padding: 15px;
}

table.detalhes-concurso tbody tr > th {text-align: right;}

table.detalhes-concurso tbody ul li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 11px;
}

table.detalhes-concurso tbody ul li a {
	background: #749676;
	color: #fff;
	padding: 7px 10px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}
table.detalhes-concurso tbody ul li a:hover {background: #3a713d;}


.off-screen{
	position:absolute !important;
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height:1px !important;
	width:1px !important;
	overflow:hidden;
}

.share-tools > ul {float: right;}
.share-tools > ul > li {
	float: left;
	font-size: 18px;
}
.share-tools > ul > li.compartilhar > div {display: none;}

.share-tools .messenger-hide {display:none;visibility:hidden}
.share-tools .messenger-show {visibility:visible}

.share-tools > ul > li > a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}
.share-tools > ul > li.compartilhar > a {width: auto; height: auto; padding: 10px 10px 11px;}

.share-tools > ul > li.compartilhar > a:hover,
.share-tools > ul > li.compartilhar.ativo > a {color: #fff; background: #085c0d;}

.share-tools > ul > li > a .icone {
	display: table-cell;
	height: 40px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
}
.share-tools > ul > li.compartilhar > a .share-text {font-size: 15px;}
.share-tools > ul > li > a .icone svg {margin-left: -3px; margin-top: -1px;}

.share-tools > ul > li.share-facebook a {color: #3b5998;}
.share-tools > ul > li.share-twitter a {color: #1da1f2;}
.share-tools > ul > li.share-email a {color: #615f5d;}
.share-tools > ul > li.share-messengerdesktop a svg {fill: rgb(0, 132, 255);}

.share-tools > ul > li.share-facebook a:hover {background: #3b5998; color: #fff;}
.share-tools > ul > li.share-twitter a:hover {background: #1da1f2; color: #fff;}
.share-tools > ul > li.share-email a:hover {background: #615f5d; color: #fff;}
.share-tools > ul > li.share-messengerdesktop a:hover {background: rgb(0, 132, 255); color: #fff;}
.share-tools > ul > li.share-messengerdesktop a:hover svg {fill: #fff;}

.share-tools > ul > li.compartilhar {position: relative;}
.share-tools > ul > li.compartilhar .share-box {
	position: absolute;
	top: 45px;
	left: 0;
	width: 300px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	z-index: 999;
	color: #666;
}
.share-tools > ul > li.compartilhar .share-box:after,
.share-tools > ul > li.compartilhar .share-box:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.share-tools > ul > li.compartilhar .share-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.share-tools > ul > li.compartilhar .share-box:before {
	border-color: rgba(226, 226, 226, 0);
	border-bottom-color: #ccc;
	border-width: 16px;
	margin-left: -16px;
}
.share-tools > ul > li.compartilhar.ativo .share-box {display: block;}

.share-tools .compartilhar .share-close-button {
	position: absolute;
	top: 15px;
	right: 10px;
	background: none;
	border: 0;
	color: #666;
}

.share-tools .compartilhar ul {
	margin: 15px -15px;
}

.share-tools .compartilhar ul li a {
	padding: 5px 15px;
	display: block;
	color: #666;
	font-size: 14px;
}
.share-tools .compartilhar ul li a:hover {background: #f0f0f0;}

.share-tools .compartilhar ul li a .icone {
	overflow: hidden;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 18px;
	vertical-align: middle;
}

.share-tools .compartilhar ul li.share-googleplus a .icone,
.share-tools-rodape ul li.share-googleplus a .icone {background: #df4a32; color: #fff;}
.share-tools .compartilhar ul li.share-linkedin a .icone,
.share-tools-rodape ul li.share-linkedin a .icone {background: #0077b5; color: #fff;}
.share-tools .compartilhar ul li.share-whatsapp a .icone,
.share-tools-rodape ul li.share-whatsapp a .icone {background: #34b04a; color: #fff;}
.share-tools .compartilhar ul li.share-facebook a .icone,
.share-tools-rodape ul li.share-facebook a .icone {background: #3b5998; color: #fff;}
.share-tools .compartilhar ul li.share-twitter a .icone,
.share-tools-rodape ul li.share-twitter a .icone {background: #1da1f2; color: #fff;}
.share-tools .compartilhar ul li.share-email a .icone,
.share-tools-rodape ul li.share-email a .icone {background: #615f5d; color: #fff;}
.share-tools .compartilhar ul li.share-messengerdesktop a .icone,
.share-tools-rodape ul li.share-messengerdesktop a .icone {background: rgb(0, 132, 255); color: #fff;}
.share-tools .compartilhar ul li.share-messengerdesktop a .icone svg {fill: #fff; margin: -14px 0 0 -10px;}
.share-tools-rodape ul li.share-messengerdesktop a .icone svg {fill: #fff; margin: -3px 0 0 -3px;}

@media screen and (min-width: 860px){
	.share-tools ul li.share-whatsapp {
		display: none;
	}
}

.share-tools .compartilhar .copy-text {font-size: 14px; margin-bottom: 5px;}
.share-tools .compartilhar input {
	border: 1px solid #e2e2e2;
	background: #f0f0f0;
	padding: 8px;
	line-height: inherit;
	height: auto;
	margin-bottom: 15px;
}

.share-tools-rodape
{
	margin-top: 0px;

	padding-top:20px;
}
.share-tools-rodape .share-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.share-tools-rodape ul {
	float: none;
	margin-top: 10px;
}
.share-tools-rodape ul li a {overflow: hidden; margin-right: 8px;}

.gotop {
	cursor: pointer;
	margin-top: 15px;
	display: inline-block;
}

.comentarios {
	border-top: 4px solid #e1e1e1;
	border-bottom: 4px solid #e1e1e1;
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;

}

.comentarios h4,
.relacionados h4 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}


#busca.archive {margin-bottom: 60px;}
#busca.archive #searchform {margin-bottom: 30px;}
#busca.archive #searchform input {border: 1px solid #e2e2e2; background: #fcfcfc;}
#busca.archive #searchform button {border: 1px solid #e2e2e2;}

#concursos {
	padding-bottom: 80px;
}

#concursos .titulo-principal h1,
#page.archive .titulo-principal h1 {font-size: 36px;}
#page.archive .titulo-principal h1 {margin-bottom: 0;}

#concursos .titulo-localidade {margin-bottom: 30px;}

#concursos .titulo-localidade h1 {
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}

#concursos .titulo-localidade p {
	font-size: 18px;
	color: #999;
}

#concursos .lista-localidades .item {
	position: relative;
	border: 1px solid #e2e2e2;
}

#concursos .lista-localidades .item > .titulo {
	display: table;
	width: 100%;
	vertical-align: middle;
	background: #efefef;
	padding: 15px;
	cursor: pointer;
}

#concursos .lista-localidades .item > .titulo > div {display: table-cell; vertical-align: middle;}
#concursos .lista-localidades .item > .titulo .imagem {
	width: 75px;
	padding-right: 15px;
}
#concursos .lista-localidades .item > .titulo .imagem img {max-width: 100%; height: auto;}
#concursos .lista-localidades .item > .titulo .texto h2 {
	font-size: 24px;
	font-weight: 700;
	color: #333333;
}
#concursos .lista-localidades .item > .titulo .texto p {
	font-size: 14px;
	font-weight: 300;
	color: #666;
}
#concursos .lista-localidades .item > .titulo .texto p strong {
	font-size: 16px;
	font-weight: 700;
	color: #085c0d;
}

#concursos .lista-localidades .item > .titulo i {
	color: #83a185;
	font-size: 30px;
	position: absolute;
	top: 30px;
	right: 20px;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

#concursos .lista-localidades .item.ativo > .titulo i {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#concursos .lista-localidades .item > .lista {
	border-top: 1px solid #e2e2e2;
}
#concursos .lista-localidades .item > .lista > article + article {
	border-top: 1px solid #e2e2e2;
}
#concursos .lista-localidades .item > .lista > article {display: table; width: 100%;}
#concursos .lista-localidades .item > .lista > article > div {display: table-cell; vertical-align: middle;}
#concursos .lista-localidades .item > .lista > article > div + div {border-left: 1px solid #e2e2e2;}

#concursos .lista-localidades .item > .lista > article > div.imagem {width: 108px; padding: 15px; text-align: center;}

#concursos .lista-localidades .item > .lista > article > div.texto {
	padding: 15px;
}
#concursos .lista-localidades .item > .lista > article > div.texto h3 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 8px;
}
#concursos .lista-localidades .item > .lista > article > div.texto p {
	font-size: 14px;
	color: #999;
}

#concursos .lista-localidades .item > .lista > article > div.vagas {
	width: 100px;
	font-size: 16px;
	font-weight: 300;
	color: #085c0d;
	text-align: center;
}

#concursos .lista-localidades .item > .lista > article > div.vagas strong {font-weight: 700; font-size: 20px; display: block;}

#concursos .lista-localidades .item:first-of-type > .lista {
    display: none;
}

#modal-news-interesse h3.modal-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	float: left;
	font-weight: 700;
}
#modal-news-interesse .resposta-newsletter {
	text-align: center;
	margin-bottom: 35px;
}
#modal-news-interesse .resposta-newsletter h4 {
	font-weight: 700;
	color: #56932e;
	margin-bottom: 10px;
}
#modal-news-interesse ul.lista-estados li {
	float: left;
	width: 16.666%;
	text-align: center;
	padding: 10px;
}

#modal-news-interesse ul.lista-estados li > div {
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fcfcfc;
	cursor: pointer;
	position: relative;
	min-height: 115px;
}

#modal-news-interesse ul.lista-estados li > div:hover {background-color: #f0f0f0;}
#modal-news-interesse ul.lista-estados li.ativo > div:after {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 18px;
	background-color: #56932e;
	color: #fff;
	border: 2px solid #e2e2e2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 29px;
	height: 29px;
	padding-top: 3px;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#modal-news-interesse ul.lista-estados li > div label {cursor: pointer;padding: 10px;display: block;}
#modal-news-interesse ul.lista-estados li > div img {margin: 0 auto 8px;}
#modal-news-interesse ul.lista-estados li > div h5 {font-weight: 700; color: #333; min-height: 32px;}

.relacionados{padding-bottom:10px;}

.pagina_ads1 {margin-bottom: 10px;margin-top: 0px;}
.pagina_ads2 {margin-top: 10px;}
.tabela_ads,
.relacionados_ads,
.comentarios_ads,
.conteudo_ads {margin-bottom: 10px;margin-top:10px;}

.filtro-provas label {
	color: #666;
	display: block;
	float: left;
	text-align: left;
	white-space: inherit;
	font-size: 14px;
	padding: 0 5px 0 0;
}

.filtro-provas .cargo {
	width: 30%
}

.filtro-provas .banca, .filtro-provas .orgao, .filtro-provas .escolaridade {
	width: 20%
}
.filtro-provas .escolaridade {padding: 0;}

.filtro-provas input,
.filtro-provas select,
.select-estados-responsive select {
	background: #fcfcfc;
	border: 1px solid #e2e2e2;
	color: #666;
	margin: 8px 0;
}
.filtro-provas select,
.select-estados-responsive select {background: #fcfcfc url(../images/select_arrow.png) no-repeat right center;}
.select-estados-responsive select {margin-bottom: 30px;}
.filtro-provas button {
	background: #085c0d;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 15px;
	text-transform: uppercase;
	float: right;
	border: 0;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 15px;
}
.filtro-provas .reset {float: right; line-height: 35px;}

.relacionados li {margin-bottom: 30px;}
.relacionados .thumb {margin-bottom: 15px;}
.relacionados .thumb img {max-width: 100%; height: auto;}
.relacionados .content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.sidebar {max-width: 300px;padding-bottom:10px;}

#prova.archive.leitura h1 {margin-bottom: 15px;}
#prova.archive.leitura h3 {
	color: #444;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}

article #prova.archive.leitura table td {vertical-align: middle;}
#prova.archive.leitura a.btn-default {
	margin-top: 0;
}

.widget_categories {
	border: 1px solid #e2e2e2;
}

.widget_categories ul {
	background: #fff;
}

.widget_categories ul li {
    background-color: #f6f6f6;
	border-bottom: 1px solid #e4e4e4;
}

.widget_categories ul li:hover {
    background-color: #fff;
}

.widget_categories ul li ul li:hover {
    background-color: #fff;
}

.widget_categories ul li a {
	display: block;
	padding: 10px 15px 10px 15px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
}

.widget_categories ul .ativo {
	background-color: #fff;
	border-left: 5px solid #749676;
}

.widget_categories ul .ativo :last-child {
	background-color: #fff;
	border-left: none;
}

.widget_categories .ativo a ul {
	background-color: #fff;
	border-left: none;
}

.widget_categories ul li ul {background: rgba(255,255,255,0.1);}

.widget_categories ul li ul li a {
	font-size: 15px;
}

.widget_categories ul li ul li a i {
	margin-left: 10px;
	margin-right: 5px;
	color: #fcd712;
}

.widget_categories > ul > li > a::after {
	content: '';
	width: 12px;
	height: 2px;
	background: #878787;
	display: block;
	position: absolute;
	right: 25px;
	margin-top: -10px;
}

.widget_categories > ul > li > a::before {
	content: '';
	width: 2px;
	height: 12px;
	background: #878787;
	display: block;
	position: absolute;
	right: 30px;
}

.Entry__Headline {
	font-size: 18px;
}

/* Customize kk-star-ratings */
.kk-star-ratings.rgt {
	margin: -70px auto;
}

/* Cutomização do tag description */
.tag-title h1 {
	font-size: 36px !important;
}

.tag-desc {
	padding-top: 10px;
}

.tag-desc p {
	font-size: 16px;
	color: #666;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 10px;
}

.tag-desc a:hover {
	text-decoration: underline !important;
}

.tag-desc-table-title, .tag-desc h3 {
    padding-bottom: 10px;
	color: #3e3e3e;
	font-weight: 600;
}

.tag-content-title {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 6px;
	margin-bottom: 25px;
	margin-top: 20px;
	color: #085c0d;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.tag-desc-table {
    border: 1px solid #e2e2e2;
	margin-top: 20px;
}

.tag-desc-table table, article table {
	border-collapse: collapse;
}

.tag-desc-table thead tr th {
    text-align: left;
}

.tag-desc-table tbody tr td {
    text-align: left;
}

.tag-desc-table tbody tr td a:hover {
    color: #085c0d;
	text-decoration: underline;
}

.tag-desc-table .tab-title {
	background-color: #f9f9f9;;
}

.tag-desc-table .tab-title th {
	text-align: center;
	font-size: 18px;
}
#page-not-found h1 {
    font-size: 4.0em;
    padding: 10px;
}

#page-not-found p {
    font-size: 1.5em;
}

#page-not-found .searchform {
    margin: 60px 60px 0px 60px
}

#page-not-found  input[type=text], input[type=tel], select, textarea {
	color: #999999;
	background: #f0f0f0;
}
#page-not-found #searchform button {
	color: #085c0d;
    background: #c8c8c8;
}
