/*
Theme Name:Hydra Portal
Theme URI:
Description:
Author:UFJF
*/


/*
INDEX

1. GENERAL ELEMENTS
Styles basic elements such as headings or hyperlinks, affecting the overall site but not its layout.

2. LAYOUT
Defines the structure and design of the site. All styles that displace elements go here.
Special layout elements such as breadcrums or page-specific stuff also goes here.

3. NAVIGATION
Defines the styles for menus and cross-post navigation. Any specific element related to site traversing goes here.

4. POSTS
Styles the appearance of posts and overall content, as well as typography. 
Must be in line with editor-style.css, so that both styles match.

5. COMMENTS
Sets the appearance of the comment system, structuring both entries and posting forms.

6. WIDGETS
Establishes the layout of widgets. Whereas the layout section affects the site in general, 
this section determines widget appearance for both their layout and contents.

*/


/* --------------------------------------------------------------
1. GENERAL ELEMENTS
-------------------------------------------------------------- */

/* BODY */
body { font-family:'Roboto', Arial, sans-serif; background:#aaa; color:#212121; font-size:0.875em; line-height:1.6; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { font-family:'Roboto', Arial, Helvetica, sans-serif; color:#444; line-height:1.2; margin:0 0 20px; font-weight: bold;}
h1 { font-size:3em; }
h2 { font-size:2.28em; }
h3 { font-size:1.5em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

/* HYPERLINKS */
a:link, a:visited { color:#111; text-decoration:none; }
a:hover { text-decoration:underline; }

/* GENERAL TYPOGRAPHY */
p {font-family: 'Roboto Slab', Georgia, serif;}
p, address { margin-bottom:1.6em; }
span, div, p, dl, td, th, ul, ol, blockquote { }

/* LISTS */
ul li { list-style:circle; margin:0 0 5px 20px; list-style-position:outside; }
ol li { list-style:decimal; margin:0 0 5px 20px; list-style-position:outside; }
ol ol li { list-style:upper-alpha; }
ol ol ol li { list-style:lower-roman; }
ol ol ol ol li { list-style:lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom:0; }
ul, ol, dd, pre, hr { margin-bottom:24px; }
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, b { font-weight:bold; }
cite, em, i { border:none; font-style:italic; }
big { font-size:131.25%; }
ins { background:#ffc; border:none; }
del { text-decoration:line-through; }

/* ADDRESSES */
address { font-size:0.9em; line-height:1.2em; }

/* CITATIONS */
blockquote { display:block; font-style:italic; color:#000; font-size:1.2em; width:33%; padding:3%; float: left; line-height: 1.4em; margin: 0 1.5em 1em 0; border-top: 2px solid #212121; border-bottom: 2px solid #212121; }
.blockquote-r { display:block; font-style:italic; color:#000; font-size:1.2em; width:33%; padding:3%; float: right; line-height: 1.4em; margin: 0 0 1em 1.5em; border-top: 2px solid #212121; border-bottom: 2px solid #212121; }
blockquote cite, blockquote em, blockquote i { font-style:normal; }
.qleft {float:left; padding: 0 5% 0 0; text-align:left;}
.qright {float:right; padding: 0 0 0 5%; text-align:right;}

/* PREDEFINED TEXT */
pre { font-family:Courier, monospace; background:#f5f5f5; border:1px solid #ccc; color:#222; line-height:18px; margin-bottom:18px; padding:1.5em; display:block; overflow:auto; margin:25px 0; }

abbr, acronym { border-bottom:1px dotted #666; cursor:help; }
ins { text-decoration:none; }
sup, sub { font-size:0.7em; height:0; line-height:1; position:relative; vertical-align:baseline; }
sup { bottom:1ex; }
sub { top:.5ex; }
pre, kbd, tt, var { line-height:21px; }
code { font-size:1.05em; }

/* CODE */
code, code var { font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

/* TABLES */
table { border:1px solid #bbb; border-collapse:collapse; border-spacing:0; margin:0 0 24px; text-align:left; width:100%; }
tr th, thead th { border:none; color:#888; font-weight:bold; line-height:1.2em; padding:9px 24px; }
tr td { border:none; padding:6px 24px; }
tr th, thead th, tr th, thead th { background:#ddd; }

/* FORM FIELDS */
input, textarea { font-size:1em; }

/* HEADING LINE */
hr { background-color:#fff; border:0; border-top:1px dotted #bbb; border-bottom:1px solid #fff; clear:both; height:0; margin: 5px 0 !important; }

/* INLINE IMAGES */
img { margin:0; line-height:0; height:auto; }
.alignleft, img.alignleft { display:inline; float:left; margin-right:15px; margin-top:4px; }
.alignright, img.alignright { display:inline; float:right; margin-left:15px; margin-top:4px; }
.aligncenter, img.aligncenter { display:block; margin-left:auto; margin-right:auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom:12px;}

/* IMAGE CAPTIONS */
.wp-caption { margin-bottom:20px; max-width:100%; text-align:center; background: #212121; line-height:0em; }
.wp-caption .wp-caption-text{ color: #fff; clear: both; padding: 15px 15px;}
.wp-caption img { margin:0; padding:0; max-width:100%; line-height:0em; }
.wp-caption p { color:#666; line-height:1.2em; font-size:1em !important; }
.wp-smiley { margin:0; }
.wp-caption.alignleft, .wp-caption.alignright { margin-right: 20px; }

/* FORMS */
label { display:block; width:100%; padding:8px 0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
input[type=text], input[type=password], input[type=input], 
input[type=tel], input[type=url], input[type=email], 
input[type=number], input[type=range], input[type=search], input[type=color], 
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime], 
textarea, select { font-family:inherit; border:1px solid #ddd; padding:8px; width:100%; background:#f3f3f3; box-shadow:inset 0 1px 2px #bbb; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-appearance:none; }
input[type=submit] { width:auto; -webkit-appearance:none; }

/* MAIN THEME COLORS */
.sticky { }
.primary-color { color:#333; }
.primary-color-bg { background-color:#333; }
.secondary-color { color:#555; }
.secondary-color-bg { background-color:#555; }


/* SHORTCODE CUSTOM STYLING */

/* BUTTONS */
.button, .button:visited, input[type=submit] { border-radius:80px; }
.button-default, .button-default:link, .button-default:visited, input[type=submit] { background:#555;
	background:-moz-linear-gradient(top, #777 0%, #555 100%);
	background:-webkit-linear-gradient(top, #777 0%,#555 100%); 
	background:linear-gradient(to bottom, #777 0%,#555 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#777', endColorstr='#555',GradientType=0 );
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5); border:none; box-shadow:none; }
	.button_default:hover, input[type=submit]:hover { background:#777; }
	.botao {
		padding: 0 32px;
		background-color: #D32F2F;
		line-height: 32px;
		color: #fff !important;
		text-transform: uppercase;
		border-radius: 2px;
		display: inline-block;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.botao:hover {
		text-decoration: none !important;
		box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
		background-color: #E53935;
	}
	.botao a:link {
		color: #fff; 
	}
	.mais-noticias {
		margin: 8px 0 24px;
	}
/* --------------------------------------------------------------
2. LAYOUT
-------------------------------------------------------------- */

/* WRAPPERS */
.outer { overflow:hidden; width:100%; }
.wrapper { background:#fff; margin:0 auto; }
.wrapper-boxed { width:1180px; margin:0 auto; max-width:1100px; box-shadow:0 0 3px 1px rgba(0,0,0,0.5); }
.container { max-width:980px; padding:0 0px; margin:0 auto; }
.wrapper-fixed .container { max-width:980px; }
.wrapper-fluid .container { width:90%; padding:0 5%; max-width:100%; }
.wrapper-boxed .container { max-width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.clear { clear:both; width:100%; height:0; margin:0; padding:0; }


/* TOPMENU */
.topbar { display:block; color:#999; line-height:1; font-size:0.9em; background:#444; }
.topbar a { color:#fff; }


/* SOCIAL ICONS */

/* LANGUAGE SWITCHER */
.languages { float:right; padding-left:10px; }
.languages .language-item { display:inline-block; margin:12px 0 12px 10px; }
.languages img { margin-right:5px; }


/* HEADER */
.header { position:relative; width:100%; padding:0; background-color: #D32F2F;}
.header .logo { float:left; padding-top:16px; padding-bottom:16px; }
.header .logo a { display:block; line-height:1em; }
.header .logo a img {height: 71px;}
.header .title { display:block; line-height:1em; margin:0; }
.header .title a { display:inline; }
.header .title a:hover { text-decoration:none; }
.header .logo .description { display:none; text-transform:capitalize; letter-spacing:2px; }
.header .hidden { display:none; }
.header .subheader { float:right; text-align:right; padding:20px 0 0 20px; }
.header {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	
	z-index: 5;
}
/* THEME DESIGN DETAILS */
.small-border { padding:0; }


/* TAGLINES */
.tagline { clear:both; overflow:hidden; background:#f5f5f5; position:relative; margin:0px auto 50px; padding:0; box-shadow:inset 0 1px 2px #999; }
.tagline-nomargin { margin:0px auto; }
.tagline .tagline-item { list-style:none; display:block; margin:0; width:100%; text-align:center; }
.tagline .tagline-item  .container { padding-top:20px; padding-bottom:20px; }
.tagline p:last-child { margin-bottom:0; }


/* HOMEPAGE SLIDES */
.slider { padding:0; margin:0; position:relative; text-align:center; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
/*.slider > div { width:100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }*/
/* Fallback Cycle Slider */
.slider-slides { display:block; overflow:hidden; padding:0; margin:16px auto 0; max-width: 980px; height:350px; border-radius: 4px; z-index:1;}
.slider-slides .slide { overflow:hidden; background-color:#AAA; position:relative; list-style:none; width:100%; height:350px; margin:0; padding:0;}
.slider-slides .container { position:relative; height:350px; }
.slider-slides .slide-textbox { overflow:hidden; position:absolute; bottom:0; left:32px; padding:0; width:28%; text-align:left; color:#424242; }
.slider-slides .slide-right .slide-textbox { left:auto; right:30px; text-align:right; }
.slider-slides .slide-textbox .slide-title { font-size:2em; color:#212121; }
.slider-slides .slide-textbox p:last-child {  }
.slider-slides .slide-textbox a:link { color:#212121 !important; text-decoration: none !important;}
.slider-slides .slide-textbox a:visited { color:#212121 !important; }
/* Slider Controls */
.slider-prev,
.slider-next,
.slider-pages { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; opacity:0; }
.slider:hover .slider-prev,
.slider:hover .slider-next,
.slider:hover .slider-pages { opacity:1; }
.slider-prev, 
.slider-next { position:absolute; width:50px; height:50px; font-size:50px; line-height:50px; margin-top:-25px; top:50%; text-align:center; color:#E53935; z-index:999; border-radius:50%; text-shadow:0 0 3px rgba(0,0,0,0.5); cursor:pointer; }
.slider-prev { left:20px; }
.slider-prev:before { font-family:'fontawesome'; content:'\f053'; }
.slider-next { right:20px; }
.slider-next:before { font-family:'fontawesome'; content:'\f054'; }
.slider-pages { position:absolute; text-align:center; bottom:10px; right:0; left:0; z-index:9000; }
.slider-pages a { display:inline-block; overflow:hidden; background:rgb(0,0,0); background:rgba(0,0,0,0.5); color:transparent; margin:0 5px; width:16px; height:16px; box-shadow:0 0 3px 0 rgba(0,0,0,0.5); border-radius:50%; }
.slider-pages .activeSlide { background:#fff; }
.slide-background {;height: 100%;}
.slide.image {flex:2;background-size:cover;background-position: center center; background-repeat: no-repeat; height: 100%;}
.slide-flex {display: flex; flex-wrap:wrap-reverse; align-content:stretch;width: 100%;height: 100%;}

.slide-flex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-basis: auto;
}
.slide-background {
	-webkit-box-flex: 1 1 0;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1 1 0;         /* OLD - Firefox 19- */
	-webkit-box-flex: 1 1 0;
	-webkit-flex: 1 1 0;          /* Chrome */
	-ms-flex: 1 1 0;              /* IE 10 */
	flex: 1 1 0;
}
.slide.image {
	width: 67%;
	height: 100%;
	min-width: 320px;
	float: right;
	-webkit-box-flex: 2 2 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 2 2 auto;         /* OLD - Firefox 19- */
	-webkit-flex: 2 2 auto;          /* Chrome */
	-webkit-box-flex:2 2 auto;
	-ms-flex: 2 2 auto;              /* IE 10 */
	flex: 2 2 auto;
}

/* BREADCRUMBS */
.breadcrumb { margin:0 0 16px; }
.breadcrumb a { position:relative; padding-right:15px; margin-right:10px; }
.breadcrumb a:before { display:block; position:absolute; top:50%; right:0; list-style:none; font-family:'fontawesome'; content:'\f0da'; font-size:14px; color:#999; margin-top:-7px; line-height:1; }
.breadcrumb a:first-child {  }
.breadcrumb a:hover {  }
.breadcrumb span { }


/* PAGE BANNERS AND TITLES */
.banner { overflow:hidden; padding:0; margin:0 0 30px; max-height:400px; }
.banner img { display:block; width:100%; height:auto; line-height:0; padding:0; margin:0; }
.pagetitle { padding:0; margin:0; }
.pagetitle .pagetitle-title { margin:0 0 20px 0; }
.pagetitle-title {}
.pagetitle-title h1 {font-size:2em;}


/* HOMEPAGE MINI FEATURES */
.minifeatures { margin:16px 0 16px 0; width: 980px;}
.minifeatures .feature { border-radius:2px; margin-left: 1px; margin-bottom:1px; position:relative;}
.minifeatures .feature .feature-icon { float:left; font-family:'fontawesome'; text-align:center; width:50px; height:50px; font-size:25px; color:#fff; margin:0 20px 10px 0; line-height:50px; border-radius:50px; }
.minifeatures .feature img { display:block; width:315px; height:2px; position:absolute; bottom:0; left:0; z-index:10;}
.minifeatures .feature .feature-title { font-size:0.9em; font-weight:bold; position: absolute; bottom: 0; right: 16px;left: 16px;}
.minifeatures .feature .feature-content { clear:both; font-size:0.9em !important; font-family: 'Roboto', sans-serif; overflow: hidden; height: 95px;}
.minifeatures .separator { clear:both; width:100%; }

/* PAGE CONTENT */
.main { overflow:hidden; padding:0; margin:0; padding: 0 0 16px;}
.main-post { overflow:hidden; padding:0; margin:32px 0 32px 0; }
.content { float:left; width:67%; margin:0 0 16px 0; padding-right:1em; }
.content-right { float:right; margin:0 0 32px 5%; }
.content-wide { float:none; padding:0; margin:0; width:auto; }
.content.half { margin:0 0 32px 52%;}
.content p a:link{color: #b01116;}


/* SIDEBARS */
.sidebar { float:left; width: 30%; min-width:300px; position:relative;}
.widget { overflow:hidden; margin:0 0 30px; }
#iframeyt {
	position: relative;
	width: 600px;
    height: 336px;
    max-width: none !important;
    zoom: 0.5;
}
#iframe-hide {
	width: 300px;
	height: 168px;
	overflow: hidden;
}


/* SIDE NAVIGATION */
.submenu { float:left; width:30%; }


/* FOOTER FEED */
.footerfeed { color:#eee; font-size:1.2em; padding:20px 0; }
.footerfeed a, .footerfeed a:link, .footerfeed a:visited { color:#fff; }

/* FOOTER SIDEBARS */
.footersidebar { overflow:hidden; background:#333; padding:30px 0 0; color:#aaa; border-bottom:1px solid #444; border-top:1px solid #252525; }
.footersidebar a, .footersidebar a:link, .footersidebar a:visited { color:#fff; }
.footersidebar .widget .widget-title { color:#888; text-shadow:1px 1px 0 #222; }


/* FOOTER */
.footer { background:#222; color:#999; text-align:center; overflow:hidden; padding:30px 0; clear:both; border-top:1px solid #1b1b1b; }
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 { color:#BBB; }
.footer a { color:#fff; }

/* INICIO - Acessiblidade */
#menu-acesso-acessibilidade {
	max-width: 980px;
	margin:0 auto;
	float: none !important;
}
#menu-acesso-acessibilidade li {
	padding: 8px 0;
}
#menu-acesso-acessibilidade a{
	font-size:0.8em;
}

.menu-acesso-rapido-container {
	background-color: #f1f1f1;
}


#menu-acesso-acessibilidade.portal-siteactions {
	float: right !important;
	padding-right: 20%;
}


#menu-acesso-acessibilidade span {
	color: #fdffff;
	padding: 0 3px;
	margin: 0 3px;
	background-color: #bbbbbb;
}


.alto{
	-webkit-filter: invert(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	-moz-filter: invert(100%);
}

.alto-contraste{
	float:left;
	top: 5rem;
	background:#FFF;
	z-index: 100;
	/*background:url(images/contrast.svg);*/
	width: 1rem;
	height: 1rem;
	margin: .7rem .7rem 0 .7rem;
}
.alto-contraste:hover{
	-webkit-filter: invert(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	-moz-filter: invert(100%);
	text-decoration:none;
}

.ir-conteudo-escondido
{
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/* FIM - Alto Contraste */

/* --------------------------------------------------------------
3. NAVIGATION
-------------------------------------------------------------- */

/* TOP MENU */
.topmenu { float:right; }
.menu-top { float:left; margin:12px 12px; line-height:1em; }
.menu-top > ul { overflow:visible; margin:0;  }
/* Menu Elements */
.menu-top li { float:left; list-style:none; margin:0 15px 0 0; padding:0; }
.menu-top li:last-child { border-right:0; }
.menu-top li a { display:block; float:left; padding:0; }
.menu-top li a:hover,
.menu-top li:hover > a { text-decoration:underline; }
.menu-top .current_page_item > a, .menu-top .current-menu-item > a { text-decoration:underline; }
.hamburger {
	position: absolute;
	line-height: 5.3em;
	color: #fff;
	padding-left: 2em;
	display: none;
	cursor: pointer;
}


/* MAIN MENU */
.menu-main { padding-top:0; float:right; }
.menu-main { margin:0; }
.menu-main > ul { display:block; margin:0; padding:0; } /* Fix for extra wrapper in default menu markup */ 

/* Menu Elements */
.menu-main li { float:left; }
.menu-main li { position:relative; margin:0; list-style:none; -moz-transition:0.2s all; -webkit-transition:0.2s all; transition:0.2s all; }
.menu-main li a { display:block; margin:0; padding:10px; line-height:86px; height:86px; color:#fff; -moz-transition:0.2s all; -webkit-transition:0.2s all; transition:0.2s all; }
.menu-main li a .menu-description { display:none; }
.menu-main li:hover > a, .menu-main li a:hover { text-decoration:none; background-color:#E53935; }
/* Current item highlight both normally and on hover */
.menu-main .current-menu-ancestor > a, .menu-main .current-menu-item > a { color:#FFCDD2; }
.menu-main .current_page_ancestor > a:hover, .menu-main .current-menu-item > a:hover { }
/* Children Elements */
.menu-main  ul, .menu-main  li, .menu-main  a { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
.menu-main .has-children:before { display:block; position:absolute; top:50%; right:10px; list-style:none; font-family:'fontawesome'; content:'\f0d7'; color: #fff; font-size:14px; margin-top:-7px; line-height:1; }
.menu-main .has-children > a { padding-right:26px; }
.menu-main li ul { display:none; margin:0; position:absolute; background:rgba(0,0,0,0.8); padding:10px 0; top:100%; left:0; z-index:9999; }
.menu-main li ul li { overflow:hidden; width:200px; padding:0 10px; }
.menu-main li ul li a { width:180px; color:#fff; line-height:1.5; height:auto; padding:8px 10px; text-shadow:none; border-top:1px solid #555; }
.menu-main li ul li:first-child a { border-top:none; }
.menu-main li ul li:hover > a,  .menu-main li ul li a:hover { background-color:#555; }
.menu-main li ul .current_page_ancestor > a,
.menu-main li ul .current-menu-item > a { color:#aaa; }
.menu-main .menu-description { display:none; }
.responsive-menu {
	display: none;
}

/* Children display on hover */
.menu-main li:hover > ul { display:block; }
.menu-main li:hover > ul { display:block; z-index:999; }
/* Further Children Elements */
.menu-main li ul .has-children:before { display:block; position:absolute; top:50%; right:20px; list-style:none; font-family:'fontawesome'; content:'\f0da'; font-size:14px; color:#999; margin-top:-7px; line-height:1; }
.menu-main li ul .has-children > a { padding-right:10px; }
.menu-main li ul > li:hover { overflow:visible; }
.menu-main li ul ul { margin:0; top:-10px; left:220px; padding:10px 0; }

/* FOOTER MENU */
.footermenu { overflow:hidden; margin:0 0 30px; }
.menu-footer { display:table; table-layout:fixed; width:100%; text-align:center; margin:0; padding:0; }
.menu-footer > ul { overflow:hidden; margin:0; padding:0; }
/* Menu Elements */
.menu-footer li { display:table-cell; width:100%; text-align:left; padding:0; margin:0; list-style:none; padding: 0 10px;}
.menu-footer li a { margin-bottom:10px; color:#fff; font-weight:bold; }
.menu-footer li a:hover,
.menu-footer li:hover > a { }
.menu-footer .current_page_item > a, 
.menu-footer .current-menu-item > a { text-decoration:underline; }
/* Children Elements */
.menu-footer li ul { float:none; }
.menu-footer li ul li { display:block; margin:0; padding:0;}
.menu-footer li ul li a { font-size:0.8em; font-weight:normal; color:#ccc; }

/* SUBMENU NAVIGATION */
.menu-sub { margin:0 0 30px; padding:0; border:1px solid #ddd; }
.menu-sub li { position:relative; list-style:none; margin:0; }
.menu-sub li:before { display:block; position:absolute; top:50%; left:10px; list-style:none; font-family:'fontawesome'; content:'\f0d9'; font-size:14px; color:#999; margin-top:-7px; line-height:1; }
.left .menu-sub li:before { left:auto; right:10px; content:'\f0da'; }
.menu-sub li a { display:block; padding:8px 10px 8px 30px; color:inherit; border-top:1px solid #eee; }
.menu-sub li:first-child a { border:none; }
.left .menu-sub li a { padding:8px 30px 8px 10px; }
.menu-sub li a:hover { text-decoration:none; background:#f3f3f3; }
.menu-sub .current_page_item, .menu-sub .current-cat { border-bottom:0; }
.menu-sub .current_page_item a, .menu-sub .current-cat a { background:#ddd; }
.menu-sub li ul { display:none; font-size:1em; }

/* PORTFOLIO NAVIGATION */
.menu-portfolio { overflow:hidden; margin:0 0 30px; padding:0; text-align:center; border-bottom:1px solid #ddd; }
.menu-portfolio li { list-style:none; display:inline-block; padding:0; margin:0; }
.menu-portfolio li a { display:block; padding:10px 15px; color:#222; }
.menu-portfolio li a:hover { background:url(images/shades/black_5.png); text-decoration:none; }
.menu-portfolio .back a { position:relative; padding:8px 15px; margin-right:10px; }
.menu-portfolio .back a:before { display:block; position:absolute; top:50%; left:0; list-style:none; font-family:'fontawesome'; content:'\f104'; font-size:14px; color:#999; margin-top:-7px; line-height:1; }
.menu-portfolio .current_page_item, .menu-portfolio .current-cat { border-bottom:0; background:#333; }
.menu-portfolio .current_page_item a, .menu-portfolio .current-cat a { color:#fff; }
.menu-portfolio li ul { display:none; font-size:1em; }

/* NEXT/PREV PORTFOLIO NAVIGATION */
.navigation-portfolio { float:right; text-align:center; }
.navigation-portfolio .icon { display:inline-block; background:#333; width:30px; height:30px; line-height:30px; color:#fff; text-align:center; margin:10px 0 0 5px; }
.navigation-portfolio .icon:hover { background:#555; text-decoration:none; }


/* NEXT/PREV POST NAVIGATION */
.navigation { width:100%; margin:0; padding:20px 0; float:left; }
.navigation .prev { float:left; width:50%; text-align:right; }
.navigation .next { float:right; width:50%;  }
.navigation a:link,
.navigation a:visited { display:inline-block; padding:6px 15px; margin:0 3px; font-size:14px; background:#ddd; background:-moz-linear-gradient(top, #f5f5f5 0%, #cccccc 100%); background:-webkit-linear-gradient(top, #f5f5f5 0%,#cccccc 100%); background:linear-gradient(to bottom, #f5f5f5 0%,#cccccc 100%); border:1px solid #ccc; border-bottom:1px solid #aaa; color:#444; text-shadow:0 1px 0 #f2f2f2; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.navigation a:active,
.navigation a:hover { background:#fff; }


/* PAGINATION */
.page-link { clear:both; }
.pagination { overflow:hidden; margin:0 0 30px; text-align:center; }
.pagination span,
.pagination a { display:inline-block; color:#777; margin:0 3px; padding:5px 10px; border-radius:3px; }
.pagination span {color: #fff; background:url(images/shades/black_10.png); background-color: #999; box-shadow:inset 0 1px 2px #999;}
.pagination a:hover { background:#eee; text-decoration:none; }
.pagination .current { }


/* IN-POST PAGINATION */
.page-link { clear:both; }
.postpagination { overflow:hidden; margin:10px 0px 30px; float:left; background:#ddd; background:-moz-linear-gradient(top, #f5f5f5 0%, #cccccc 100%); background:-webkit-linear-gradient(top, #f5f5f5 0%,#cccccc 100%); background:linear-gradient(to bottom, #f5f5f5 0%,#cccccc 100%); border:1px solid #ccc; border-bottom:1px solid #aaa; color:#444; text-shadow:0 1px 0 #f2f2f2; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.postpagination span { display:block; float:left; color:#777; background:#ccc; padding:5px 10px; font-size:14px; }
.postpagination a span { display:block; float:left; padding:5px 10px; font-size:14px; background:none; }
.postpagination a span:hover { background:#eee; text-decoration:none; }
.postpagination .current { text-shadow:0 1px 0 #fff;  }


/* --------------------------------------------------------------
4. POSTS & PAGES
-------------------------------------------------------------- */

/* POSTS */
.post  { margin:0 15px 20px 0; overflow:hidden; }
.post .post-image { margin:0 20px 20px 0; line-height:0em; width: 100%; height:400px; overflow: hidden; float:left; display:none;}
.post .post-image img { display:block; margin:0; line-height:0em; width:100%; height:auto; overflow: hidden;}
.post .post-title { padding:0; margin:0 0 10px 0; }
.post .post-title a { color:inherit; }
.post .post-byline { float:left; text-align:left; width:auto; padding:0; padding-right:20px; font-size:0.9em; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.post .post-byline .post-date { position:relative; padding:0 1em 0 0; font-size:1.5em; color:#999; text-transform:capitalize; }
.post .post-byline .post-date .icon { position:absolute; top:50%; right:0; width:24px; font-size:24px; margin-top:-15px; color:#999; }
.post .post-byline a { color:inherit; }
.post .post-byline .icon { display:block; float:right; width:15px; margin-top:1px; font-size:1.3em; margin-left:10px; text-align:center; }
.post .post-byline div { position:relative; padding-right:25px; margin-bottom:10px; }
.post .post-byline div:before { display:block; position:absolute; line-height:1.2; width:15px; top:0; right:0; font-family:'fontawesome'; font-size:1.3em; text-align:center; }
.post .post-byline .post-author:before { content:'\f007'; }
.post .post-byline .post-category:before { content:'\f07c'; }
.post .post-byline .post-comments:before { content:'\f086'; }
.post .post-tags { display:block; margin:0 0 30px; padding:0; }
.post .post-tags li { display:inline-block; list-style:none; padding:0 5px; margin:0; border-radius:3px; }
.post .post-tags li a { color:#fff; }
.post .post-content { padding:0; margin:0 0 15px 0; text-align: left; color: #212121;}
.post .post-content p { font-size:1.28em; }
.post .post-content p:last-child { margin-bottom:0; }
.post .separator { clear:both; width:100%; }
.post .readmore { margin:0; }
.post-date {margin-right:1em;float:left;text-transform:uppercase !important; font-family: 'Roboto' !important; font-weight: bold; margin-bottom:20px; font-size: 1em; color:#212121;}

/* PAGES */


/* COLUMNS BLOG */
.post_column { clear:both; float:left; width:48%; margin:0 4% 30px 0; }
.right_post_column { clear:none; margin:0 0 30px; }


/* FULL WIDTH BLOG */


/* SPECIAL POST FORMATS */
.format-quote .post-title { position:relative; padding:0 40px; line-height:1.4; }
.format-quote .post-title:before { display:block; position:absolute; top:0; left:0; list-style:none; font-family:'fontawesome'; content:'\f10d'; font-size:26px; color:#aaa; }
.format-quote .post-title:after { display:block; position:absolute; bottom:0; right:0; list-style:none; font-family:'fontawesome'; content:'\f10e'; font-size:26px; color:#aaa; }
.video { margin:30px 0; position:relative; padding-bottom:56.25%; padding-top:25px; height:0; }
.video iframe { position:absolute; top:0; left:0; width:100%; height:100%; }


/* INDIVIDUAL PORTFOLIO ITEMS */
.cpo_portfolio .portfolio-image { text-align:center; margin:0 0 20px; }
.cpo_portfolio .portfolio-content { }

/* GALLERIES IN POSTS AND PORTFOLIOS */
.gallery { margin:0; position:relative; padding:0; overflow:hidden;  }
.gallery .item { float:left; overflow:hidden; list-style:none; width:32%; text-align:center; margin:0 2% 2% 0; padding:0; }
.gallery .item_last { margin:0 0 2%; }
.gallery .item img { line-height:0; width:100%; height:auto; }
.gallery .item .content { position:absolute; width:60%; margin:30px 15%; padding:20px 5%; bottom:0; background:url(images/shades/black_10.png); color:#fff; }
.gallery .separator { clear:both; }

/* AUTHOR BIOS */
.author-info { overflow:hidden; clear:both; padding:20px; margin:0 0 20px 25%; background:#eee; }
.author-info .author-image  { float:left; display:block; margin:0 20px 0 0; }
.author-info .author-image  img { display:block; line-height:0; margin:0; width:100px; }
.author-info .author-name { margin:0 0 10px 120px; }
.author-info .author-description { margin:0 0 0 120px; }

/* PORTFOLIO SHOWCASE */
.portfolio { clear:both; padding:0; }
.portfolio-heading { margin-bottom:30px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.portfolio-content { }
.portfolio-column { margin-left:0; list-style:none; padding:0; }
.portfolio-item { display:block; position:relative; list-style:none; padding:0; margin:0 0 30px; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; background-color:#fbfbfb; height:350px;}
.portfolio-item-image { display:block; position:relative;}
.portfolio-item-image img { display:block; max-width:100%; margin:0 auto; width:100%; height:auto; line-height:0; }
.portfolio-item .portfolio-item-title { color:#444; padding:15px 15px; margin:0 0; font-size:1.2em; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; }
.portfolio-item .portfolio-item-overlay { opacity:0; position:absolute; top:0; z-index:9999; width:100%; top:0; bottom:0; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-radius:4px 4px 0 0; }
.portfolio-item .portfolio-item-icon { display:block; position:absolute; top:60%; left:50%; font-size:32px; line-height:60px; color:#fff; margin:-30px 0 0 -30px; width:60px; height:60px; z-index:999; -moz-transition:0.6s all; -webkit-transition:0.6s all; transition:0.6s all; opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.portfolio-item a:hover { text-decoration:none; }
.portfolio-item:hover .portfolio-item-overlay {  }
.portfolio-item:hover .portfolio-item-icon { top:50%; opacity:1; text-shadow:0 0 10px #fff; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.portfolio-item .readmore { display:block; }
.separator { padding:20px 0; width:100%; }
.separator_two { display:none; }
.portfolio-item-excerpt {padding: 0 15px 10px 15px;}
.portfolio-item-excerpt p {font-size: 0.9 !important; text-align: justify;}

/* 404 PAGE */
.notfound { padding:100px;}
.notfound-image { font-size:200px; font-weight:bold; text-align:right; line-height:1; margin-left:30%;}
.notfound-title { }
.notfound-content {width:42%;margin-left:30%; }

/* SEARCH PAGE */
.search { margin:0 0 30px; }
.search-form { margin:0 0 30px; }
.search-title { margin:0; }
.search-byline { font-size:0.8em; }
.search-content p { margin:0; }

/* Googlesearch*/
.gsc-table-result, .gs-promotion-table, .gsc-above-wrapper-area-container, .gs-image, .gsc-resultsHeader {
	border: none !important;
}


/* WP GALLERY */
.gallery { margin:0 auto 2em; }
.gallery .gallery-item { float:left; display:block; background:#fff; margin:10px 1.5% 20px; text-align:center; width:47%; box-shadow:0 1px 2px 0 #111111; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.gallery .gallery-item:hover { }
.gallery .gallery-icon { text-align:center; padding:0; margin:0; overflow:hidden; line-height:0; }
.gallery-columns-2 .gallery-item { width:47%; }
.gallery-columns-3 .gallery-item { width:30%; }
.gallery-columns-4 .gallery-item { width:22%; }
.gallery-columns-5 .gallery-item { width:17%; }
.gallery-columns-6 .gallery-item { width:13.6%; }
.gallery-columns-7 .gallery-item { width:12.25%; margin:10px 1% 10px; }
.gallery-columns-8 .gallery-item { width:10.5%; margin:10px 1% 10px; }
.gallery-columns-9 .gallery-item { width:9.11%; margin:10px 1% 10px; }
.gallery dl a { display:block; }
.gallery dl a img { width:100%; height:auto; margin:0 auto; }
.gallery .gallery-caption { 	font-size:12px; line-height:1.2em; margin:10px 0 0; }
.gallery br+br { display:none; }



/* CONTACT FORM */
.contact-form  { float:right; margin-left:4%; width:48% }
.test { left:-9999px; position:absolute; top:-9999px; }
.field { overflow:hidden; margin:0 0 20px; }
.field label{ float:left; width:20%; }
.field input[type=text] { width:80%; }
.field textarea{ height:200px; max-height:600px; min-height:200px; resize:vertical; max-width:100%; }
.field .error{ display:block; margin-left:20%; color:#F30; font-weight:bold; font-size:0.9em; }
.field input[type=submit]{ margin:0; }

/* SITEMAP */
.sitemap { margin:30px 0; }
.sitemap .sitemap { margin-bottom:20px; }
.sitemap .sitemap li { list-style:none; display:block; margin:0; padding:0; }
.sitemap .sitemap .current_page_item { display:none; }
.sitemap .sitemap li a:link, .sitemap ul li a:visited { font-size:1.4em; }
.sitemap .sitemap ul { margin:0; width:100%; }
.sitemap .sitemap ul li { margin:0; padding:0; height:auto; text-transform:none; }
.sitemap .sitemap ul a:link, .sitemap ul ul a:visited { font-size:1em; }
.mapa .menu-footer li a {
	color: #212121 !important;
}


/* --------------------------------------------------------------
5. COMMENTS
-------------------------------------------------------------- */


/* COMMENTS */
.comments { clear:both; margin:0; }
.commentlist { list-style:none; padding:0; margin:0 0 30px; }
.comment { overflow:hidden; list-style:none; margin:0 0 10px; padding:0; }
.comment .comment-avatar { float:left; border-radius:3px; }
.comment .comment-title { padding:0; margin-left:100px; }
.comment .comment-author { display:block; font-size:1.3em; }
.comment .comment-date { font-size:0.9em; }
.comment .comment-approval { display:block; padding:0 10px 0; margin:0; }
.comment .comment-content { margin:10px 0 0 100px; padding:0; }
.comment .comment-options { overflow:hidden; text-align:right; font-size:0.9em; }
.comment .comment-options a { margin-left:10px; }
/* Contents Styling for Comment Body */
.comment .comment-content ul, .comment .comment-content ol { margin-bottom:18px; }
.comment .comment-content p:last-child { margin-bottom:6px; }
.comment .comment-content blockquote p:last-child { margin-bottom:24px; }
/* Nested Comments */
.comment .children { list-style:none; margin:0 0 0 50px; }
/* Pingbacks & Trackbacks */
.comments ol.pinglist { margin:0; }
.comments .pingback { list-style:none; margin:0 0 10px 0; }
.comments .pingback .url { font-style:italic; }


/* COMMENT FORM */
.comment-respond { margin:30px 0; overflow:hidden; position:relative; }
.comment-respond p { overflow:hidden; }
/* Fields */
.comment-respond .comment-notes { display:none; }
.comment-respond .required { color:#ff4b33; }
.comment-respond label{ display:block; float:left; padding:8px 10px 8px 0; width:25%; }
.comment-respond input[type=text] { width:75%; }
.comment-respond textarea{ height:200px; width:75%; max-height:400px; min-height:200px; resize:vertical; }
/* Nested Form */
#cancel-comment-reply-link { float:right; display:block; font-size:0.9em; }
/* Allowed Tags */
.comment-respond .form-allowed-tags { display:none; color:#888; font-size:0.9em; padding-left:25%; }
.comment-respond .form-allowed-tags code { display:block; font-size:0.9em; }
.comment-respond .form-submit { padding-left:25%; }



/* --------------------------------------------------------------
6. WIDGETS
Includes all widget-related elements
-------------------------------------------------------------- */


/* GENERAL WIDGET STYLING */
.widget ul { margin-bottom:0; }
.widget li { list-style:none; margin-left:0; }
.widget li ul { margin-left:20px; margin-top:5px; }


/* --------------------------------------------------------------
7. EXTERNAL RESOURCES
Includes styles for additional libraries and resources
-------------------------------------------------------------- */



.category-4 #top #main #content #portfolio .portfolio-item {
	border-left: 2px solid #000;
}

.comments-closed {display:none;}

.crpw-item {border-bottom: 1px dotted #CCCCCC;padding-bottom:6px;}

.post-category {float:right;text-transform:uppercase !important; font-family: 'Roboto' !important; font-weight: bold; margin-bottom:20px; font-size: 1em;}
.post-categories {}
.post-categories li {list-style:none; margin:0;float:left;margin-right:1em;}
.post-content-archive p {
	margin-bottom: 0.5em !important;
}
.harchive {
	margin-bottom: 0.5em !important;
}
.category-description {
	font-size: 1.2em;
}

#post-67 {
	display: none;
}
.icon-menu li {
	float: left;
	padding:0 10px;
}
.icon-menu a {
	color: #fff !important;
}

#agenda {
	width: 128px;
	height: 128px;
	padding:17px;
	float: left;
	position: relative;
	font-family: 'Roboto';
	color: #fff;
	border-radius: 2px;
}
#agenda h1 {
	font-size:18px;
	color:#fff;
	font-weight: normal !important;
}
#agenda a {
	color:inherit;
	position: absolute;
	bottom: 17px;
}

#agenda {
	width: 128px;
	height: 128px;
	padding:17px;
	float: left;
	position: relative;
	font-family: 'Roboto';
	color: #fff;
}
#agenda h1 {
	font-size:18px;
	color:#fff;
	font-weight: normal !important;
}
#agenda a {
	color:inherit;
	position: absolute;
	bottom: 17px;
}

/* INICIO - Destaque Avisos */
.thumb-cont {
	height:171px;
	overflow: hidden;
	border-radius: 0 2px 0 0;
}
.thumb-cont img {
	width: 100%;
}

.avisos-destaque{
	float: left;
	width: 67%;
	margin-right:16px;
}

.destaque {
	float: left;
	width: 48.7%;
	margin-right: 9px;
	background: #EEE;
	margin-bottom: 20px;
	height: auto;
	display: block;
	border-radius: 2px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
}
.destaque:nth-child(even) {
	margin-right: 0;
}
.destaque:nth-child(odd) {
	clear: both;
}
.home-d {
	padding:0 16px;
	min-height:0;
}

.destaque a{
	text-decoration:none;
}

.destaque img {
	overflow: hidden;
}

.destaque > .categoria{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding: 16px 0 0 16px;
	display: inline-block;
}
.slide-textbox > .categoria{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding: 1em 0 0 0;
	display: inline-block;
}
.destaque .imagem-pequena{
	width:100%;
}
.destaque h2 {
	font-size: 18px !important;
	padding: 0 16px;
	color:#111;
	display: block;
	margin:8px 0 !important;
	text-align: left;
	font-weight: bold;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.destaque p {
	padding:0 16px !important;
	text-align: left;
	color: #777;
	margin: 0 0 8px !important;
}

.destaque p b:hover{
	text-decoration:underline;
}

.destaque ul {
	list-style-type:none;
}

.destaque ul  li{
	margin-bottom: 10px;
	margin-left: 0px;
}

.destaque ul li a{
	text-decoration: underline;
	font-size: 15px;
}

.destaques, #noticias{
	float:left;
	width:47%;
}

.destaques{
	margin-right:60px;
}

.destaques a, #noticias a{
	text-decoration:underline;
}

/* INICIO - CATEGORIAS */

.destaque.midias-sociais {
	border-left: 4px solid #673AB7;
}
.destaque.midias-sociais a:hover {
	color: #673AB7 !important;
}
.destaque.midias-sociais h2:hover {
	color: #673AB7 !important;
}
.destaque.campus-comunidade {
	border-left: 4px solid #009688;
}
.destaque.campus-comunidade a:hover {
	color: #009688 !important;
}
.destaque.campus-comunidade h2:hover {
	color: #009688 !important;
}
.destaque.concursos-ingresso {
	border-left: 4px solid #2196F3;
}
.destaque.concursos-ingresso a:hover {
	color: #2196F3 !important;
}
.destaque.concursos-ingresso h2:hover {
	color: #2196F3 !important;
}
.destaque.cultura-arte {
	border-left: 4px solid #E91E63;
}
.destaque.cultura-arte a:hover {
	color: #E91E63 !important;
}
.destaque.cultura-arte h2:hover {
	color: #E91E63 !important;
}
.destaque.ensino-oportunidades {
	border-left: 4px solid #FF6F00;
}
.destaque.ensino-oportunidades a:hover {
	color: #FF6F00 !important;
}
.destaque.ensino-oportunidades h2:hover {
	color: #FF6F00 !important;
}
.destaque.esporte-lazer {
	border-left: 4px solid #4CAF50;
}
.destaque.esporte-lazer a:hover {
	color: #4CAF50 !important;
}
.destaque.esporte-lazer h2:hover {
	color: #4CAF50 !important;
}
.destaque.pesquisa-inovacao {
	border-left: 4px solid #E53935;
}
.destaque.pesquisa-inovacao a:hover {
	color: #E53935!important;
}
.destaque.pesquisa-inovacao h2:hover {
	color: #E53935 !important;
}
.destaque.relacoes-internacionais {
	border-left: 4px solid #1A237E;
}
.destaque.relacoes-internacionais a:hover {
	color: #1A237E !important;
}
.destaque.relacoes-internacionais h2:hover {
	color: #1A237E !important;
}
.categoria.midias-sociais a {
	color: #673AB7 !important;
}
.categoria.campus-comunidade a {
	color: #009688 !important;
}
.categoria.concursos-ingresso a {
	color: #2196F3 !important;
}
.categoria.cultura-arte a {
	color: #E91E63 !important;
}
.categoria.ensino-oportunidades a {
	color: #FF6F00 !important;
}
.categoria.esporte-lazer a {
	color: #4CAF50 !important;
}
.categoria.pesquisa-inovacao a {
	color: #E53935 !important;
}
.category-midias-sociais .post-category, .category-midias-sociais .post-category a:link, .category-midias-sociais .post-category a:visited {
	color: #673AB7 !important;
}

.category-campus-comunidade .post-category, .category-campus-comunidade .post-category a:link, .category-campus-comunidade .post-category a:visited {
	color: #009688 !important;
}

.category-concursos-ingresso .post-category, .category-concursos-ingresso .post-category a:link, .category-concursos-ingresso .post-category a:visited {
	color: #2196F3 !important;
}

.category-cultura-arte .post-category, .category-cultura-arte .post-category a:link, .category-cultura-arte .post-category a:visited {
	color: #E91E63 !important;
}
.category-ensino-oportunidades .post-category, .category-ensino-oportunidades .post-category a:link, .category-ensino-oportunidades .post-category a:visited {
	color: #FF6F00 !important;
}

.category-esporte-lazer .post-category, .category-esporte-lazer .post-category a:link, .category-esporte-lazer .post-category a:visited {
	color: #4CAF50 !important;
}

.category-pesquisa-inovacao .post-category, .category-pesquisa-inovacao .post-category a:link, .category-pesquisa-inovacao .post-category a:visited {
	color: #E53935 !important;
}

.category-relacoes-internacionais .post-category, .category-relacoes-internacionais .post-category a:link, .category-relacoes-internacionais .post-category a:visited {
	color: #1A237E !important;
}

.slide-background.midias-sociais {
	background-color: #eee !important;
	border-left: 8px #9575CD solid;
}

.slide-background.campus-comunidade {
	background-color: #eee !important;
	border-left: 8px #009688 solid;
}

.slide-background.concursos-ingresso {
	background-color: #eee !important;
	border-left: 8px #448AFF solid;
}

.slide-background.cultura-arte {
	background-color: #eee !important;
	border-left: 8px #AD1457 solid;
}
.slide-background.ensino-oportunidades {
	background-color: #eee !important;
	border-left: 8px #EF6C00 solid;
}

.slide-background.esporte-lazer {
	background-color: #eee !important;
	border-left: 8px #43A047 solid;
}

.slide-background.pesquisa-inovacao {
	background-color: #eee !important;
	border-left: 8px #E53935 solid;
}

.slide-background.relacoes-internacionais {
	background-color: #eee !important;
	border-left: 8px #E53935 solid;
}
/* FIM - CATEGORIAS */

/* INICIO - Destaque Editorias */
.thumb-cont {
	overflow: hidden;
}


.avisos-destaque-2{
	float: left;
}

.destaque-2 {
	background: #EEE;
	margin-bottom: 16px;
	display: block;
	height: auto;
	padding: 16px;
	border-radius:2px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
}


.destaque-2 a{
	text-decoration:none;
}

.destaque-2 img {
	margin-top:-33%;
}

.destaque-2 .categoria{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 20px 3px 20px;
	position: relative;
	display: block;
}

.destaque-2 .imagem-pequena{
	width:100%;
}

.destaque-2 article h3 {
	font-size: 18px !important;
	color:#111;
	display: block;
	margin:8px 0 !important;
	text-align: left;
	font-weight: bold;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.destaque-2 p {
	text-align: left;
	color: #777;
	margin: 0 0 8px !important;
}

.destaque-2 p b:hover{
	text-decoration:underline;
}

.destaque-2 ul {
	list-style-type:none;
}

.destaque-2 ul  li{
	margin-bottom: 10px;
	margin-left: 0px;
}

.destaque-2 ul li a{
	text-decoration: underline;
	font-size: 15px;
}

.destaques-2, #noticias-2{
	float:left;
	width:47%;
}

.destaques-2{
	margin-right:60px;
}

.destaques-2 a, #noticias-2 a{
	text-decoration:underline;
}

/* FIM - Destaque Avisos*/

/*The-time sidebar*/
.the-time {
	display: block;
	color: #616161;
}
/*LEIA MAIS HOME*/
.leia-mais {
	padding: 0 16px;
	margin-bottom: 8px;
	display: block;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
/* CARTÕES */
.cards {
	display: flex;
	max-width:980px; 
	padding:0; 
	margin:0 auto;
}
.card {
	padding: 30px;
	border-radius: 4px;
	background-color: #eee;
	flex: 1;
	margin-right: 30px;
}
.card ul li {
	list-style: none;
}

/*BARRA GOVERNO*/
#wrapper-barra-brasil ul li {
	list-style: none;
}

/* BRANCO */
#derp {
	color: #FFF !important;
}
/*CINZA 200*/
#derp {
	background-color: #eee;
}
/* CINZA 300 */
.minifeatures .feature, .destaque {
	background-color: #eee !important;
}
#derp {
	background-color: #9E9E9E !important;
}
/* CINZA 700 */
.destaque p, .widget  {
	color: #616161;
}
/* CINZA 800*/
.footersidebar {
	background-color: #424242 !important;
}
/* CINZA 900 */
.destaque h2, .leia-mais, h1, h2, h3, h4, h5, h6 {
	color: #212121;
}
.topbar, .footer, #agenda {
	background-color: #212121 !important;
}
/* PRETO */
#derp {
	background-color: #000 !important;
}



/*INICIO MOBILE*/
@media all and (max-width: 980px) {
	.slider-prev {
		left: 0;
	}
	.slider-next {
		right: 0;
	}
	.logo {
		float: none !important;
		margin: 0 auto;
		width: 2em;
	}
	.header .logo a img {
		height: 2em;
	}
	.hamburger {
		display: block;
	}
	.thumb-cont {
		width: 100%;
		height:171px;
		overflow: hidden;
		float: none;
	}
	.avisos-destaque{
		float: left;
		width: 67%;
	}
	.destaque {
		float: left;
		width: 310px;
		margin-right: 8px;
		background: #EEE;
		height: auto;
		min-height: 0;
		display: block;
	}
	.slider-slides {
		width: 85%;
	}
	.container-agenda {
		width: auto;
		padding: 0 5%;
		border-radius: 2px;
	}
	.destaque a{
		text-decoration:none;
	}

	.destaque img {
		overflow: hidden;
	}

	.destaque .categoria{
		font-size: 1em;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0.8em 1em;
		position: relative;
		display: block;
		float: left;
	}

	.destaque .categoria:hover {
		text-decoration: underline;
	}

	.destaque .imagem-pequena{
		width:100%;
	}
	.home-d {
		padding:0;
		min-height: 0;
	}
	.destaque h2{
		font-size: 1.2em !important;
		padding: 0 16px;
		color:#111;
		display: block;
		margin:0 !important;
		text-align: left;
		font-weight: bold;
		clear: both;
	}
	.destaque .post-date {
		padding:8px 16px 0;
	}
	.destaque p {
		padding:0.5em 1em !important;
		color: #777;
		margin: 0 !important;
	}

	.destaque ul {
		list-style-type:none;
	}

	.destaque ul li{
		margin-bottom: 10px;
		margin-left: 0px;
	}

	.destaque ul li a{
		text-decoration: underline;
		font-size: 15px;
	}

	.destaques, #noticias{
		float:left;
		width:47%;
	}

	.destaques{
		margin-right:60px;
	}

	.destaques a, #noticias a{
		text-decoration:underline;
	}

	.leia-mais {
		padding: 0.5em 1em 0 1em;
	}
	.desktop-menu {
		display: none;
	}
	.responsive-menu {
		background-color: #C62828;
		padding: 1%;
	}
	.responsive-menu .menu-main {
		float: none;
		padding: 1%;
	}
	.responsive-menu .menu-main li {
		width: 100%;
		margin-bottom: 1%;
		background-color: #E53935;
		border-radius: 2px;
	}
	.responsive-menu .menu-main li:last-child {
		margin-bottom: 0
	}
	.responsive-menu .menu-main li a {
		line-height: 32px;
		height: auto;
	}
	.responsive-menu .menu-main li:hover {
		background-color: #E53935 !important;
		border-radius: 2px;
	}
	.responsive-menu .menu-main li ul {
		display: block;
		position: relative;
		background: none;
	}
	.responsive-menu .menu-main li ul li {
		background-color: #EF5350;
		padding:0;
	}
	.responsive-menu .menu-main li ul li:hover {
		background-color: #EF5350 !important;
	}
	.responsive-menu .menu-main li ul li:hover > a, .menu-main li ul li a:hover {
		background: none;
	}
	.responsive-menu .menu-main li ul li a {
		border: 0;
	}
	.responsive-menu .menu-main li ul ul {
		left:16px;
	}
	.slider-slides .slide-textbox {
		width: auto;
		padding: 2em;
		position: static;
	}
	.slider-slides .slide-textbox .slide-title {
		margin-bottom:0;
	}
	.slider-slides .slide-textbox .slide-title {
		font-size: 1.3em;
	}
}

@media all and (min-width: 200px) and (max-width: 768px) {
	#menu-acesso-acessibilidade {
		display: none;
	}
	.slide.image {
		float: none;
		width: 100%;
		height: 80%;
		display: block;
	}
	.slide-background {
		width: 100%;
		height: auto;
		position: absolute;
		bottom:0;
	}
	.slide-content {
		display: none;
	}
	.topmenu {
		width: 980px;
		float: left !important;
		padding-left: 1%;
	}
	.scroller {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.scroller-menu {
		overflow-x: scroll;
		overflow-y: visible;
	}
	.menu-container {
		width: 655px;
	}
	.container {
		width: 100%;
	}
	.content {
		width: 90%;
		padding: 0 5%;
	}
	.avisos-destaque {
		width: auto;
		padding: 0 5%;
		margin:0;
	}
	.destaque {
		width: 100%;
	}
	.sidebar {
		width: 90%;
		padding: 0 5%;
		margin: 0;
	}
	#better_rss_widget-2 {
		width: auto;
	}
	
	.menu-footer, .menu-footer li {
		display: block;
	}
	.menu-footer li {
		float: left;
		margin-bottom: 10px;
		width: 25%;
	}
	.menu-footer li ul li {
		display: block;
		float: none;
		width: auto;
	}
	blockquote {
		width: 90%;
	}
	.mais-noticias {
		display: block;
		text-align: center;
	}
}
@media all and (min-width: 200px) and (max-width: 600px) {
	.slide.image {
		height: 100%;
	}
}
@media all and (min-width: 711px) and (max-width: 980px) {
	.topmenu {
		float: left !important;
		padding-left: 1%;
	}
	.container-agenda {
		padding: 0 7%;
	}
	.scroller {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.scroller-menu {
		overflow-x: scroll;
		overflow-y: visible;
	}
	.menu-container {
		width: 655px;
	}
	.container {
		width: 100%;
	}
	.content {
		width: 90%;
		padding: 0 5%;
	}
	.avisos-destaque {
		width: auto;
		padding: 0 5%;
		margin:0;
	}
	.destaque {
		width: 45%;
		margin: 0 1em 1em 1em;
	}
	.sidebar {
		width: 90%;
		padding: 0 5%;
		margin: 0;
	}
	#better_rss_widget-2 {
		width: auto;
	}
	.slider-slides .slide-textbox .slide-title {
		font-size: 1.3em;
	}
	.menu-footer, .menu-footer li {
		display: block;
	}
	.menu-footer li {
		float: left;
		margin-bottom: 10px;
		width: 25%;
	}
	.menu-footer li ul li {
		display: block;
		float: none;
		width: auto;
	}
}
@media all and (min-width: 980px) and (max-width: 1280px) {
	#menu-item-403 ul.sub-menu {
		right: 0 !important;
		left: initial;
	}
}
/*FIM MOBILE*/

.inicio .fa {
	float: left;
	font-size:4.4em !important;
	margin: 20px 0;
	color: #f9a825;
}
.widget-inicio {
	clear: both;
}

/* CAMPANHA AEGYPT GOVERNO */
#aegypti-intervencao {
	z-index: 10 !important;
}

#campanha-contra-aegypti{
	z-index: 10 !important;
}

.flipAE {
	visibility: hidden;
}
.aegypti {
	visibility: hidden;
}

/* CAMPANHA AEGYPT GOVERNO */

