/*
Theme Name: Jogos Estudantis 2025
Theme URI: http://www.ifbaiano.edu.br/
Description: Tema da página do JEIF.
Author: Diretoria de Comunicação do IF Baiano
Version: 2.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* RESPONSIVO */
@media screen and (max-width: 768px) {
	#conteudo-header {
		padding: 10px !important;
	}

	.itens-direita {
		max-width: 100% !important;
	}

	#wrapper,
	#footer,
	div#nomeEdital {
		width: auto !important;
	}
	
	#menu {
		gap: 20px 0 !important;
	}
	
	#apresentacao {
		padding: 20px 0 !important;
	}

	#wrapper,
	.entry-content,
	.child_pages .post_content,
	#main-border {
		padding: 0px !important;
	}

	.child_pages .child_page-container,
	.hentry,
	#processoseletivo,
	#documentos,
	#contato {
		margin: 0 !important;
	}

	#primary {
		width: 100% !important;
		position: absolute;
	}

	.child_pages .child_page,
	#processoseletivo,
	#documentos,
	#inscricoes,
	#contato,
	.textorodape {
		width: 100% !important;
	}

	.child_pages .child_page-container {
		height: auto !important;
		margin-bottom: 30px !important;
	}

	#primary,
	#processoseletivo,
	#documentos,
	#inscricoes,
	#contato,
	.marca-if-baiano,
	.textorodape,
	#imagemprocesso {
		float: none !important;
	}

	#content {
		margin: 10px !important;
	}

	.marca-if-baiano,
	.textorodape,
	#data-topo-documento,
	div#nomeEdital {
		text-align: center !important;
	}

	#container {
		margin-top: 10px !important;
	}

	.entry-content,
	.marca-if-baiano,
	.textorodape {
		border: 0 !important;
	}

	.dropdownmenu {
		background-color: #EDEFF1;
		border-top: solid 3px #00510F;
		border-bottom: solid 1px #D6DCD7;
		height: 30px;
		padding: 10px 0 0 0;
		color: #00510F;
		font-size: 12px;
		text-transform: uppercase;
		width: 100% !important;
		margin-bottom: 5px;
	}

	.dropdownmenu::before {
		padding-left: 20px;
		content: "Clique para acessar o menu principal";
	}

	.dropdownmenu {
		position: relative;
		display: inline-block;
		cursor: pointer;
	}

	.dropdownmenu:hover #MenuPrincipal {
		display: block;
	}

	#MenuPrincipal {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		padding: 0 !important;
		z-index: 999;
		width: 100% !important;
	}

	#DocumentosData {
		float: none !important;
		text-align: inherit !important;
		margin: 0 0 0 30px !important;
	}

	#DocumentosTitulo,
	#data-topo-documento,
	div#nomeEdital {
		float: none !important;
	}

	.headdata {
		display: none;
	}

	#imagemprocesso {
		margin: 10px auto;
		max-width: 150px !important;
	}

	#imagemprocesso {
		width: 100% !important;
		float: none !important;
	}

	#imagemprocesso img {
		padding-bottom: 10px !important;
	}

	#data-topo-documento a {
		font-size: 12px !important;
	}

	div#inscricoes div.textwidget {
		text-align: center;
	}
}

html {
	scroll-behavior: smooth;
}

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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

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

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	width: 100%;
}

#primary,
#secondary {
	float: left;
	width: 228px;
}

#secondary {
	clear: right;
}

#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
* {
	font-family: 'Open Sans', sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#main-border {
	margin: 0 auto;
	padding: 0 20px;
}

#wrapper {
	max-width: 800px;
	margin: auto;
}

#footer-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}

#site-generator {
	float: right;
	width: 220px;
}

#head {
	margin-bottom: 20px;
}

div#nomeEdital {
	margin: 10px 30px;
}

div#nomeEdital h2 {
	text-transform: uppercase;
	font-size: medium;
	font-weight: bold;
	color: #40814c;
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#nomeEdital p {
	font-size: small;
	color: #808080;
	font-style: italic;
	margin: auto;
}

/* =Global Elements
-------------------------------------------------------------- */

body {
	/* background: linear-gradient(45deg, transparent 49%, #eaffb9 49% 51%, transparent 51%) , linear-gradient(-45deg, transparent 49%, #eaffb9 49% 51%, transparent 51%); */
	background: url('imagens/jeif-bg.png') repeat;
	background-color: #f6fff3;
	opacity: 1
}

body,
input,
textarea {
	color: #333;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input#keyword:select {
	border: 1px solid #6bb078
}

input[type="text"],
textarea {
	border: 1px solid #ccc;
	padding: 2px;
}

a {
	font-weight: bold;
	color: #0061bb;
}

a:hover {
	color: #ff3454;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	width: 100%;
	height: auto;
	background-color: #0a5517;
	background-image: -moz-radial-gradient(center, ellipse cover, #19882c 1%, #025310 100%);
	background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #19882c), color-stop(100%, #025310));
	background-image: -webkit-radial-gradient(center, ellipse cover, #19882c 1%, #025310 100%);
	background-image: -o-radial-gradient(center, ellipse cover, #19882c 1%, #025310 100%);
	background-image: -ms-radial-gradient(center, ellipse cover, #19882c 1%, #025310 100%);
	background-image: radial-gradient(ellipse at center, #19882c 1%, #025310 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#177b28, endColorstr=#025310, GradientType=1);
	color: #fff;
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access li:hover>a,
#access ul ul :hover>a {
	background: #333;
	color: #fff;
}

#access ul li:hover>ul {
	display: block;
}

#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	padding-top: 57%;
}

#content {
	margin-bottom: 20px;
}

#content,
#content input,
#content textarea {
	font-size: 11px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}

#content code {
	font-size: 13px;
}

#content dt,
#content th {
	color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #b80c0c;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-weight: bold;
}

#content table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

#content tr th,
#content thead th {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px;
	text-align: center;
}

#content thead th:nth-child(2) {
	text-align: left;
}

#content tr td {
	padding: 8px 5px;
}

#content tr.odd td {
	background: #f2f7fc;
}

.hentry {
	margin: 0 0 48px 0;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

.entry-content {
	border-radius: 4px;
	background-color: #fdfdfd;
	padding: 10px;
	border-style: solid;
	border-color: #d7d7d7;
	border-width: 1px;
	overflow: hidden;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #888;
	font-size: 12px;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

body.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a,
.entry-utility a {
	color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.category-asides {
	padding: 0;
}

.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}

.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content .attachment img {
	max-width: 900px;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

#content .wp-caption img {
	margin: 5px 5px 0;
}

#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

#content .wp-smiley {
	margin: 0;
}

#content .gallery {
	margin: 0 auto 18px;
}

#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

#content .gallery img {
	border: 2px solid #cfcfcf;
}

#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

#content .gallery dl {
	margin: 0;
}

#content .gallery img {
	border: 10px solid #f1f1f1;
}

#content .gallery br+br {
	display: none;
}

#content .attachment img {
	/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {
	margin: 0 0 18px 0;
}

#nav-above {
	display: none;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

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

.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {
	/* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}

#wp-calendar thead {
	font-size: 11px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss a.rsswidget {
	color: #000;
}

.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

#containerMeio {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
}

#tituloNoticia {
	font-weight: bold;
	font-size: 20pt;
	border-bottom: 1px dashed #cecece;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-align: center;
	color: #482023;
}

#textoNoticia {
	padding: 10px;
}

#textoNoticia p {
	margin: 10px 0;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}

#main .widget-area ul ul {
	border: none;
	padding: 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 800px;
	color: #271d14;
	text-align: center;
	padding: 30px 0;
	margin: auto;
}

#site-info {
	font-size: small;
	margin: 0 auto;
}

.marca-if-baiano {
	width: 300px;
	margin: auto;
}

.textorodape {
	max-width: 80%;
	padding-top: 20px;
	;
	text-align: center;
	margin: auto;
}

#site-info a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-generator {
	font-style: italic;
	position: relative;
}

#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}

#site-generator a:hover {
	text-decoration: underline;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}

	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}

	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}

	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}

	#site-title {
		font-size: 13pt;
	}

	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}

	.entry-title {
		font-size: 21pt;
	}

	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}

	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}

	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}

	.wp-caption p {
		font-size: 11pt;
	}

	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}

	#colophon {
		width: auto;
	}

	img#wpstats {
		display: none;
	}

	#site-generator a {
		margin: 0;
		padding: 0;
	}

	#entry-author-info {
		border: 1px solid #e7e7e7;
	}

	#main {
		display: inline;
	}

	.home .sticky {
		border: none;
	}
}

/* =IFBaiano
-------------------------------------------------------------- */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a img {
	border: 0px;
}

hr {
	border-color: #ffffff;
}

ul {
	list-style: none;
	list-style-type: none;
}

/* ---------------------- TOPO1 - Barra Governo Federal ---------------------- */
#topo1 {
	width: 100%;
	height: 25px;
	background-color: #ffcc00;
}

.topo1_imagem1 {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

.topo1_imagem2 {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}

#topo1_destaqueGoveno {
	float: left;
	position: absolute;
	margin-top: 4px;
	margin-left: 38%;
}

/* Select da barra do governo federal */
#topo1_destaqueGoveno select {
	font-size: 11px;
	color: #666666;
	background-color: #ffcc00;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

/* ---------------------- TOPO2 - Banner Topo ---------------------- */
#topo2 {
	width: 100%;
	height: 177px;
	margin-top: 2px;
	background: transparent url(images/bg_topo2.png) no-repeat right top;
}

#topo2 img {
	border: none;
	padding: 0;
	margin: 0;
}

/* ---------------------- Outros ---------------------- */
#content h2.entry-title,
.page #content h1 {
	color: #00510F;
	margin-bottom: 10px;
}

.widget_pages .page_item.current_page_item,
.widget_nav_menu .menu-item.current_page_item,
.widget_nav_menu .current-page-ancestor {
	display: block;
}

.widget_pages .page_item.current_page_item .children li,
.widget_nav_menu .menu-item.current_page_item .sub-menu li,
.widget_nav_menu .current-page-ancestor .sub-menu li {
	display: block;
}



/* ---------------------- Menu ---------------------- */
#primary.widget-area h3 {
	display: none;
}

#primary.widget-area .xoxo,
#primary.widget-area .widget-container {
	margin: 0px;
	padding: 0px;
}

#primary.widget-area .xoxo>li>ul,
#primary.widget-area .xoxo>li>div>ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	border-style: solid solid solid solid;
	border-color: #d7d7d7;
	border-width: 1px;
	text-align: left;
}

#primary.widget-area .xoxo ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

#primary .xoxo li a {
	height: 20px;
	text-decoration: none;
	font-size: 13px;
	display: block;

}

#primary .xoxo ul li a:link,
#primary .xoxo ul li a:visited,
#primary .xoxo ul li a:active {
	color: #c7f3b8;

	/* background: url(imgs/menu10.gif); */
	border-bottom-style: solid;
	border-bottom-color: #c7f3b8;
	border-bottom-width: 1px;
	color: #3b8d27;
	padding-left: 8px;
	padding-top: 5px;
	background-color: #F5F5F5;
}

#primary .xoxo ul li a:hover {
	color: #3b8d27;
	/* background: url(imgs/menu10.gif) 0 -18px; */
	padding-left: 8px;
	padding-top: 5px;
	background-color: #fff;
	font-weight: bold;
}

/* Seleção */
#content p {
	font-size: 1rem;
	line-height: normal;
	color: #363636;
}

.inicial-titulo {
	padding: 2px 5px 5px 10px;
	border-style: solid;
	border-color: #e1e1e1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-width: 1px;
	height: 15px;
	color: #00510F !important;
	vertical-align: middle;
	background-color: #eaeaea;
	font-size: 12px;
	font-weight: bold;
}

.coluna-esquerda {
	float: left;
	width: 49%;
}

.coluna-direita {
	float: right;
	width: 49%;
}


div:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.clear {
	clear: both;
}

#conteudo-header {
	padding: 20px;
}

.nome-instituto-topo-pequeno,
.nome-ministerio {
	font-size: small;
	color: #dcffe3;
}

.nome-instituto-principal {
	font-size: 40px;
	font-weight: bold;
	font-weight: 900;
	letter-spacing: -0.025em;
}

.nome-ministerio {
	text-transform: uppercase;
}

.nomes-esquerda {
	float: left;
}

#Busca {
	height: 30px;
	width: 280px;
	float: right;
	margin-top: 20px;
}

.titulo-da-pagina {
	font-size: x-large;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
	color: #dcffe3;
}

.itens-direita {
	float: right;
	max-width: 60%;
}

/* menu */
#MenuPrincipal {
	height: auto;
	width: auto;
	border-bottom: solid 1px #FFFFFF;
}

#TituloMenu {
	background-color: #EDEFF1;
	border-top: solid 3px #00510F;
	border-bottom: solid 1px #D6DCD7;
	height: 40px;
	padding: 10px 0 0 10px;
	color: #00510F;
	font-size: 12px;
	font-weight: bold;
}

#menu {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 30px auto;
}

#menu a {
	font-size: 1.1rem;
	font-weight: bold;
	background: linear-gradient(to right, #e2ff6e 55%, #9ddd6f 100%);
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
}

#menuul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuli {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	background: #FFFFFF;
}

#menuli a {
	background: #FFFFFF;
	text-decoration: none;
	display: block;
	color: #000000;
	padding: 3px 10px 3px 20px;
	position: relative;
	border-bottom: solid 1px #D2E1DC;
	min-height: 30px;
	height: auto;
	line-height: 30px;
}

#menuli a:hover {
	font-weight: bold;
}

.titutloSecao {
	font-size: 1.1rem;
	text-align: center;
	margin: 40px 20px 20px 20px;
	color: #2e2e2e;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .4rem;
}

#ProreitoriaMeioDireitaTituloEditais {
	font-size: small;
	color: #00510F;
	font-weight: bold;
	border-left: 6px solid #6bb078;
	padding: 10px;
	float: left;
	background-color: #f9f9f9;
}

.tarjaVerde {
	background-color: #B6CF4A;
	color: #1A1F3B;
	font-size: 14px;
	font-weight: bold;
	margin: 7px auto;
	width: fit-content;
	padding: 1px 15px;
	border-radius: 5px;
}

#apresentacao {
	padding: 20px 30px;
	font-size: 13px;
	text-align: center;
}

#programacao {
	padding: 20px 0;
	font-size: 13px;
	text-align: left;
}

.textTab h2 {
	text-align: center;
}

.textTab div h3 {
	margin: 15px 0 0 0 !important;
}

.textTab div p {
	padding: 5px 0;
}

#processoseletivo p,
#apresentacao h3 {
	margin-bottom: 10px;
	word-wrap: break-word;
}

#DocumentosContainerTopo {
	padding: 5px 15px;
	background: #f1f1f1;
	font-size: x-small;
	text-transform: uppercase;
}

#DocumentosTitulo {
	float: left;
}

#DocumentosData {
	float: right;
	margin: 0 0 0 0;
	text-align: right;
	color: #8d8d8d;
}

#DocumentosData a {
	text-decoration: none;
	color: #b4b4b4;
	font-size: 11px;
}

#DocumentosContainer {
	border-top: dashed 1px #e8e8e8;
	padding: 8px 15px;
	word-break: break-word;
}

#DocumentosTitulo {
	float: left;
	color: #8d8d8d;
	max-width: 80%;
}

#DocumentosTitulo a {
	color: #08c;
	font-weight: bold;
	font-size: small;
}

.textwidget a {
	cursor: pointer;
	font-weight: bold;
}

.nome-instituto-principal a {
	color: #fff;
}

.nome-instituto-principal a:hover {
	text-decoration: none;
}

#processoseletivo {}

#documentos {
	margin: 20px 0;
}

#inscricoes {
	text-align: center;
	margin-top: 20px;
}

#DocumentosContainer img {
	max-width: 100% !important;
	height: auto;
}

#imagemprocesso {
	max-width: 150px;
	float: left;
}

#imagemprocesso img {
	border-radius: 50%;
	width: 100%;
}

#data-topo-documento {
	float: right;
	margin: 10px 0 20px 0;
}

#data-topo-documento a {
	color: #b6b6b6;
	text-decoration: none;
	font-size: small;
}

input#keyword {
	background: url('imagens/btn_pesquisar.png') right no-repeat;
	background-size: 20px;
	float: right;
	padding-left: 10px;
	min-width: 40%;
	height: 30px;
	background-position: 97%;
	font-size: 13px;
}

div#datafetch {
	background-color: #f9f9f9;
	transition: all 1s linear;
}

div#datafetch h4 {
	font-weight: bold;
	border-bottom: 1px dashed #d6e5d0;
	padding: 10px 20px;
	margin: auto;
	font-size: small;
}

div#datafetch h4 a {
	color: #6f6f6f;
}

.botao {
	background: linear-gradient(to bottom, #86c278 5%, #42843f 100%);
	border-radius: 28px;
	border: 1px solid #18ab29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: bold;
	padding: 12px 31px;
	text-decoration: none;
}

.botao:hover {
	background-color: #5cbf2a;
}

.botao:active {
	position: relative;
	top: 1px;
}

.sufixodoc {
	background-color: #809488;
	border-radius: 10px;
	font-size: smaller;
	font-weight: bold;
	color: #fff;
	padding: 0px 7px;
	margin-right: 10px;
}

#main-border {
	background: url('imagens/fundo-site-jogos.webp') no-repeat;
	background-size: 100%;
}

div.botoesCampiInt,
div.botoesCampiSub {
	display: none;
	margin: 10px 0 30px 0;
}

.show {
	display: block !important;
	-webkit-animation: slide-down .3s ease-out;
	-moz-animation: slide-down .3s ease-out;
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

.integrado,
.subsequente {
	display: inline-flex;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px;
	border-radius: 50px;
	border: 1px solid;
	padding: 2px 10px;
	color: #fff;
}

div#campi {
	color: #1A1F3B;
	background-color: #4aceff;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-flex;
	width: fit-content;
	margin: 3px 2px;
	text-decoration: none;
	border-radius: 10px;
}

.gray {
	background-color: #fafafa !important;
}

div.campi:hover {
	background-color: #1F3461;
	color: #E0D5EB;
	transition: .3s ease;
}

a.linkCampus:hover {
	text-decoration: none;
	color: #E0D5EB;
}

.emBreve::after {
	content: 'Em breve';
	background-color: #b0b0b0;
	font-size: 10px;
	color: #fff;
	padding: 2px 5px;
	text-transform: uppercase;
	margin-left: 5px;
	border-radius: 3px;
}

/* tabs css */
.transition,
ul li i:before,
ul li i:after,
div {
	transition: all 0.5s ease-in-out;
}

.flipIn,
ul li,
h1 {
	animation: flipdown 0.5s ease both;
}

.no-select,
h2 {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul {
	list-style: none;
	perspective: 900px;
	padding: 0;
	margin: 0;
}

ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
	border-top: 1px dotted #97cf79;
}

ul li:nth-of-type(1) {
	animation-delay: .1s;
}

ul li:nth-of-type(2) {
	animation-delay: 0.3s;
}

ul li:nth-of-type(3) {
	animation-delay: .5s;
}

ul li:last-of-type {
	/* padding-bottom: 0; */
}

ul li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 16px;
	right: 0;
}

ul li i:before,
ul li i:after {
	content: "";
	position: absolute;
	background-color: #b80c0c;
	width: 3px;
	height: 9px;
}

ul li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}

ul li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}

ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}

ul li input[type=checkbox]:checked~div {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	display: none;
	transform: translate(0, 50%);
}

ul li input[type=checkbox]:checked~i:before {
	transform: translate(2px, 0) rotate(45deg);
}

ul li input[type=checkbox]:checked~i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}

	5% {
		opacity: 1;
	}

	80% {
		transform: rotateX(8deg);
	}

	83% {
		transform: rotateX(6deg);
	}

	92% {
		transform: rotateX(-3deg);
	}

	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}

figure.medalhas table td:first-child,
figure.medalhas table th:first-child {
	width: 20px;
	padding-right: 0 !important;
}

figure.medalhas table th:nth-child(3),
figure.medalhas table th:nth-child(4),
figure.medalhas table th:nth-child(5) {
	padding: 5px 3px !important;
}

figure.medalhas table th:nth-child(3) {
	background-color: gold;
}

figure.medalhas table th:nth-child(4) {
	background-color: silver;
}

figure.medalhas table th:nth-child(5) {
	background-color: #cd7f32;
}

figure.medalhas table td {
	text-align: center;
}

figure.medalhas table td,
figure.medalhas table th {
	border: 0;
}

figure.medalhas table tr:first-child {
	font-weight: bold;
	font-size: 1rem;
}

figure.medalhas table th:first-child,
figure.medalhas table th:nth-child(2),
figure.medalhas table td:first-child,
figure.medalhas table td:nth-child(2) {
	text-align: left;
}

figure.medalhas {
	font-size: .95rem;
	max-width: 500px;
	margin: auto;
}

figure.medalhas table thead {
	border-bottom: 0;
}

figure.medalhas table thead tr {
	font-size: x-small;
	border: 0 !important;
	text-transform: uppercase;
}

figure.medalhas table tbody tr:first-child {
	border: 0 !important;
}

figure.medalhas table tbody tr {
	background-color: transparent;
}

figure.medalhas table tbody tr:nth-of-type(odd) {
	background-color: #ebffef;
}

figure.medalhas table td,
figure.medalhas table th {
	padding: 5px 10px;
}

figure.medalhas table th {
	background-color: #e8d193;
}

a.irPaginaInicial {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: .08em;
	color: rgb(1, 105, 224);
}

.textTab li {
	text-align: center;
	padding: 20px;
	font-size: .95rem;
	text-wrap: pretty;
}

span.placar {
	padding: 5px 10px;
	text-wrap: nowrap;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px 0px #9fd3aa;
}

div.partida {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-family: "Parkinsans", sans-serif;
	font-weight: 700;
	color: #166123;
}

div.partida svg {
	width: 25px;
}

.obs {
	margin-top: 10px;
	font-style: italic;
	display: block;
}

.vencedores {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	max-width: 900px;
}

.vencedores-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
	justify-content: center;
}

.vencedores-grid button {
	padding: 10px 15px;
	font-weight: bold;
	border: 1px solid #b4d308;
	background-color: #ffffff;
	color: #000;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s;
}

.vencedores-grid button:hover {
	background-color: #daff0a;
}

.vencedores-content {
	display: none;
	margin-bottom: 20px;
	text-align: center;
	font-size: .9rem;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #f9ffef;
}

.categoria {
	margin-top: 10px;
}

.categoria h4 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px !important;
}

.categoria ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.categoria ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}

.categoria ul li:last-child {
	border-bottom: none;
}

.programacao-jogos .jogo {
	margin: 10px 0;
	padding: 10px;
	border-bottom: 1px solid #cd7f32;
}

.programacao-jogos .jogo:last-child {
	border-bottom: none;
}

/* Animação para fade in */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}