@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	font-size: 10px;
	color: #333;
}

html, body, * {
	font-family: 'Roboto', sans-serif;
}

body {
	background: #efefef;
}

b, strong, h1, h2, h3 {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #2e4d85;
}

input, textarea, select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 0;
	background: #fff;
}

[type='application/gas-events-uni'] {
	display: none;
}

.table {
	display: table;
	width: 100%;
}

.table .row {
	display: table-row;
}

.table .row > * {
	display: table-cell;
	vertical-align: top;
}

.table.padding-table .row > * {
	padding: 15px !important;
}

.table.padding-table.pa5 .row > * {
	padding: 5px !important;
}

.table.padding-table .row > *:first-child {
	padding-left: 0 !important;
}

.table.padding-table .row > *:last-child {
	padding-right: 0 !important;
}

.ovhidden {
	overflow: hidden;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
	width: 33.333%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.mw50 {
	max-width: 50%;
}

.w60 {
	width: 60%;
}

.w66 {
	width: 66.666%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

#header {
	height: 182px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}

body {
	padding-top: 182px;
}

#submenu {
	background: #efefef;
	text-align: right;
	overflow: hidden;
	padding: 5px 0;
	overflow: hidden;
}

#submenu .lang {
	float: right;
	margin-left: 20px;
}

#submenu .social,
#submenu .lang {
	display: inline-block;
	overflow: hidden;
}

#submenu .social {
	padding-top: 2px;
}

#submenu .social li,
#submenu .lang li {
	float: left;
}

#submenu .social li a {
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 1.2rem;
	color: #fff;
	background: #444444;
	margin: 0 2px;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
}

#submenu .social .fa-envelope {background: #669c41;}
#submenu .social .fa-twitter {background: #2daae1;}
#submenu .social .fa-google-plus {background: #f63e28;}
#submenu .social .fa-facebook {background: #3c5b9b;}
#submenu .social .fa-linkedin {background: #0073b2;}

#submenu .lang li a {
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin-left: 5px;
	color: #b4b4b4;
	font-size: 1.2rem;
}

#submenu .lang li.active a {
	color: #fff;
	border-color: #2e4d85;
	background: #2e4d85;
}

#middle {
	background: #ffffff;
	text-align: center;
	padding: 10px 0;
	color: #2e4d85;
	overflow: hidden;
	height:60px;
}

#middle .wrap > a {
	float: left;
}

#middle h2 {
	float: right;
}

#middle h1 {
	font-weight: 400;
	padding-top: 7px;
}

#middle .wrap > a,
#middle h2,
#menu .logo {
	width: 160px;
	height: 64px;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
}

.bv-cdi {
	background-image: url(../images/bv-cdi.png);
}

.fapesp {
	background-image: url(../images/fapesp.png);
}

#menu .logo {
	display: none;
}

#middle h1 strong {
	font-size: 3rem;
	display: block;
}

#menu {
	background: #2e4d85;
	overflow: hidden;
  display:block;
  height: 60px;
}

#menu-scroll > ul {
	width: 80%;
	float: left;
	text-align: justify;
	font-size: 0;
	height: 60px;
}

#menu-scroll > ul:after {
	content: '';
	display: inline-block;
	width: 100%;
	padding: 0;
	height: 0px;
	overflow: hidden;
}

#menu form {
	width: 40%;
	float: right;
	position: relative;
	padding: 10px 0;
}

#menu form input {
	width: 100%;
	font-size: 1.8rem;
	border: none;
	background:#fff;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 1.8em 0 0.5em;
}

#menu form button {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 1.8em;
	color: #2e4d85;
	background: none;
	border: none;
}

#menu #menu-scroll > ul > li {
	padding: 20px 0;
	display: inline-block;
    width: 17%;
	height: 60px;

	
	margin-left:30px;

}

#menu #menu-scroll > ul > li > a {
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	display: block;
    text-align: center;
}

/*
#menu #menu-scroll > ul > li:hover .subnav {
	display: block;
	#margin-top:8px;
  	#border-style: solid;
	#border-color: black;
	#border-width: 1px;
}
*/

#menu #menu-scroll > ul > li.with-subnav:hover > a:after {
	content: '\f0d8';
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	font-size: 4rem;
	margin-left: -1.2rem;
	top: 18px;
	color: #fff !important;
}

#menu .subnav {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	font-size: 1.5rem;
	background: #fff;
	margin-top: 22px;
	padding: 20px 0;
	z-index: 1;
}

#menu .subnav ul li {
	margin: 10px 0;
}

#menu .subnav a {
	color: #333;
}

.wrap {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.5rem;
}

p {
	margin: 10px 0;
}


#footer {
	background: #2e4d85;
	margin-top: 30px;
}

#footer, #footer a {
	color: #fff;
}

#footer .copy {
	background: #21437f;
	padding: 15px 0;
}

#footer .copy .wrap {
	font-size: 1.2rem;
}

#footer .wrap.links {
	padding: 30px 0;
	overflow: hidden;
}

#footer .links > div {
	float: left;
}

#footer .links > div h2 {
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 2.5rem;
}

ul.third li {
	width: 33%;
	float: left;
}

#footer .links ul {
	overflow: hidden;
}

#footer .links ul li {
	display: block;
}

#footer .links ul li a {
	padding: 10px 0;
	display: inline-block;
}

#footer .copy {
	overflow: hidden;
}

#footer .copy p {
	float: left;
	margin: 5px 0;
}

#footer #elo {
	display: block;
	float: right;
	width: 87px;
	height: 45px;
	background: url(../images/elodigital.png);
	margin-top: -28px;
	overflow: hidden;
	text-indent: -2000em;
	background-repeat: no-repeat;
}

#content {
	padding: 5px 0;
	min-height: 500px;
}

#submenu,
#middle,
#menu {
	max-height: 182px;
	transition: 0.25s ease-in-out;
}

#ajuda {
	position: fixed;
	top: 190px;
	margin-left: -250px;
	transition: 0.3s ease-in-out;
  z-index: 1500;
	
}

#ajuda.active {
	margin-left: 0;
}

#ajuda {
	width: 250px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#ajuda .container,
#ajuda .toggle {
	background: #2e4d85;
	color: #fff;
	padding: 20px;
}

#ajuda .toggle {
	width: 48px;
	border-radius: 0 5px  5px 0;
	position: absolute;
	right: -48px;
	box-sizing: border-box;
	moz-box-sizing: border-box;
	font-size: 3rem;
	text-align: center;
	padding: 0;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
}

#ajuda .toggle .fa-close,
#ajuda.active .toggle .fa-question {
	display: none;
}

#ajuda.active .toggle .fa-close,
#ajuda .toggle .fa-question {
	display: inline-block;
}

#ajuda .container h1 {
	font-size: 1.3rem;
	margin-bottom: 20px;
}

#ajuda .container input,
#ajuda .container textarea {
	width: 100%;
	margin: 5px 0;
	font-size: 1.3rem;
	padding: 5px;
	border-radius: 5px;
	border: 0;
}

#ajuda .container form img {
	max-width: 100%;
	border-radius: 5px;
}

#ajuda .container form {
	overflow: hidden;
}

#ajuda .container form .btn {
	background: none;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 5px;
	font-size: 1.3rem;
	padding: 5px 10px;
	margin-top: 10px;
}

.box {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

.box header {
	padding: 15px;
	background: #2e4d85;
	color: #fff;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.box header h1 {
	font-size: 1.8rem;
}

.box header h2 {
	margin-top: 5px;
	font-size: 1.3rem;
	font-weight: normal;
}

.box header h3 {
	font-weight: 300;
	color: #333;
}

.box header.with-search h1 {
	margin-top: 7px;
}

.box header.with-resume h1 {
	margin-bottom: 10px;
}

.link-list {
	overflow: hidden;
	margin: 10px 0;
}

.link-list a {
	float: left;
	margin: 0 10px;
}

.link-list a:first-child {
	margin-left: 0;
}

.link-list a:last-child {
	margin-right: 0;
}

.link-list a img {
	margin-right: 5px !important;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.small {
	font-size: 0.9em;
	line-height: 1.4em;
}

.justify {
	text-align: justify;
}

.box.transparent,
.box.transparent header {
	background: transparent;
	border: 0;
}

.box.transparent {
	padding: 0;
}

.box.transparent header {
	color: #2e4d85;
}

.box.transparent header h1 {
	font-size: 2rem;
}

.box.transparent .content {
	font-size: 1.6rem;
}

.box.transparent .content {
	font-size: 1.6rem;
}

.box.transparent .content a {
	color: #333;
}

.box:last-child {
	margin-bottom: 0;
}

.box h3 {
	margin-bottom: 10px;
}

.box .content {
	padding: 15px;
}

.box .content,
body .box.transparent.normal-fs .content {
	font-size: 1.4rem;
}

body .box.transparent.normal-fs a {
	color: #2e4d85;
}

.box .content ul,
.box .content ul li,
.box .content p {
	line-height: 1.8rem;
}

.box .content ul li:first-child {
	margin-top: 0;
}

.box .content ul li:last-child {
	margin-bottom: 0;
}

.box .content ul li {
	margin: 5px 0;
}

.box .content table {
	width: 100%;
}



.box .content table tr td {
	padding: 5px 0;
}

.box.blank header {
	background: transparent;
}

.box.blank header h1 {
	color: #2e4d85;
}

.featured-box {
	padding-top: 15px;
	padding-bottom: 280px;
	display: block;
	background-color: #2e4d85;
	border-radius: 5px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.featured-box span {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 500;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);

}



.box.twitter {position: relative;margin-top: 15px;}
.box.twitter header {background: #26b4e6;float: left;border-radius: 5px 0 0 5px;position:absolute;top: 0;bottom:0;}
.box.twitter header .fa {font-size: 3rem;}
.box.twitter .content {padding: 10px 10px 10px 7.5rem;}
.box.twitter .content p {margin: 2px 0;}
.box.twitter .content p.small {font-style: italic;font-size: 1.2rem;}
/*
.big-slider,
.big-slider .bx-wrapper,
.big-slider .bx-viewport,
.big-slider .bxslider,
.big-slider .item {
	height: 100%;
	position: relative;
}*/

.big-slider {
	position: relative;
}

.big-slider .item {
	/*height: 494px;*/
	height: 350px;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	color: #fff;
	position: relative;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.big-slider .item * {
	color: #fff;
}

.big-slider .item .desc {
	position: absolute;
	left: 50px;
	bottom: 50px;
	right: 50px;	
	
	 z-index:99900000;
}

.big-slider .item .desc p {
	line-height: 2.2rem;
}

.big-slider .item .desc ul {
	margin-top: 35px;
}

.big-slider .item .desc ul li {
	float: left;
	display: inline-block;
	margin-right: 20px;
	
}

.big-slider .item .desc ul li a {
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
}

.big-slider .item h2 {
	font-size: 2.5em;
}

.big-slider .bx-controls {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.big-slider .bx-controls .bx-pager-item {
	float: left;
}

.big-slider .bx-controls .bx-pager-item a {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	overflow: hidden;
	text-indent: -5000em;
	opacity: 0.5;
	margin-right: 15px;
}

.big-slider .bx-controls .bx-pager-item a.active {
	opacity: 1;
}

.separator {
	height: 20px;
	clear: both;
}

.separator-title {
	padding: 15px;
	font-size: 1.8rem;
	color: #2e4d85;
	font-weight: 700;
}

.box header .big-title,
.box.transparent header .big-title {
	font-size: 4rem;
}

.box header .mini-title,
.box.transparent header .mini-title {
	font-size: 1.9rem;
	line-height: 2.3rem;
}

.box.transparent header .mini-title {
	color: #333;
}

.box header .medium-title,
.box.transparent header .medium-title {
	font-size: 3.2rem;
}

.box header .big-title {
	margin-bottom: -15px;
}

.box header img {
	vertical-align: top;
	margin-right: 10px;
}

.box.pa0 .content {
	padding: 0;
}
.box .content ul.list-coloured li {
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
}

.list-coloured li a {
	display: block;
	position: relative;
	padding: 5px 15px 5px 20px;
	color: #333;
}

.list-coloured li a:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 10px;
	height: 20px;
	background: #eee;
}

.box .box-cta {
	display: block;
	text-align: center;
	padding: 10px 10px;
	font-weight: 700;
	color: #333;
}

.box .box-cta.left {
	text-align: left;
}

.box img.full {
	max-width: 100%;
	display: block;
}

.box .list-plus li {
	padding-left: 20px;
}

.box .list-plus li:before {
	font-family: FontAwesome;
	content: '\f067';
	color: #2e4d85;
	margin-right: 10px;
	font-size: 0.8em;
	margin-left: -20px;
}

.box.collapse header {
	cursor: pointer;
}

.box.collapse.active header h1:before {
	font-family: FontAwesome;
	content: '\f106';
	float: right;
}

.box.collapse header h1:before {
	content: '\f107';
}

.list-coloured li.red a:before {background: #c21313}
.list-coloured li.green a:before {background: #80bb14}
.list-coloured li.blue a:before {background: #335188}
.list-coloured li.skyblue a:before {background: #30caeb}
.list-coloured li.purple a:before {background: #905c95}
.list-coloured li.yellow a:before {background: #f2da40}
.list-coloured li.black a:before {background: #333}
.list-coloured li.grey a:before {background: #adadad}
.list-coloured li.orange a:before {background: #ff7200}

.box input,
.box select,
.box textarea {
	border: 1px solid #e1e1e1;
}

.input {
	overflow: hidden;
	margin-bottom: 10px;
}

.input > div {
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.box-sz {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.aligned-inputs input,
.aligned-inputs select,
.ordem.aligned-inputs select {
	width: auto;
}

.tright {
	text-align: right;
}

.aligned-inputs span {
	margin: 0 5px;
}

.bk, .bk a {
	color: #333;
}

.pr10 {
	padding-right: 10px;
}

.btn {
	background: #2e4d85;
	color: #fff;
	border: 0;
	font-weight: bold;
	padding: 0 25px;
}

label input,
label select,
label textarea,
.search input,
.ordem select {
	width: 100%;
	height: 3.5rem;
	padding: 5px;
}

label strong {
	margin-bottom: 5px;
	display: block;
}

.util-links a {
	display: block;
	margin: 5px 0;
}

.util-links a:before,
.list-bullet li:before {
	content: '\f0c8';
	font-family: FontAwesome;
	font-size: 0.3em;
	vertical-align: middle;
	margin-right: 10px;
	color: #aaa;
}

.results article {
	padding: 10px 0;
}

.pager {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}

.pager a {
	margin: 0 5px;
	color: #9f9f9f;
}

.pager a.active,
.pager a.next,
.pager a.prev {
	color: #2e4d85;
}

.search {
	position: relative;
}

.search input {
	padding-right: 3rem;
	padding-left: 1.5rem;
	border-radius: 5px;
}

.search .fa {
	position: absolute;
	color: #2e4d85;
	font-size: 2rem;
	top: 0;
	right: 0;
	padding: 6px;
}

.normal-fs .big-title {
	padding-bottom: 30px;
}

.list-tags {
	overflow: hidden;
}

.list-tags li {
	float: left;
	margin: 5px !important;
}

.list-tags li a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 1.2rem;
	color: #fff;
	background: #8fa9e8;
}

@media (min-width: 1000px) {
	.off-canvas {
		height: 64px;
	}

	.off-canvas #submenu,
	.off-canvas #middle {
		max-height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.off-canvas #menu,
	.off-canvas #menu-scroll > ul > li > a {
		color: #2e4d85 !important;
	}
	.off-canvas #menu {
		background: #fff;
	}

	.off-canvas #menu .logo {
		display: block;
	}

	.off-canvas #menu .bv-cdi {
		float: left;
	}

	.off-canvas #menu-scroll {
		margin: 0 180px;
	}

	.off-canvas #menu .fapesp {
		float: right;
	}

	.off-canvas #menu-scroll > ul {
		width: 70%;
	}

	.off-canvas #menu form {
		width: 30%;
	}

	.off-canvas #menu form input {
		width: 90%;
		float: right;
	}
}

@media (max-width: 1000px) {
	body {
		padding-top: 325px;
	}

	#header {
		height: 325px;
		position: fixed;
	}

	#header.offcanvas {
		height: 102px;
	}

	#menu #menu-scroll > ul > li:hover .subnav {
        display: none;
    }

    #menu #menu-scroll > ul > li.with-subnav:hover > a:after {
	    content: '';
	}

	#submenu {
		padding: 5px;
	}

	#middle h1 {
		text-align: left;
		padding: 10px 20px 10px;
		clear: both;
	}

	#middle h1 strong {
		margin-bottom: 10px;
	}

	#menu-scroll > ul {
		width: 100%;
		/*padding: 10px;*/
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#menu #menu-scroll > ul > li {
		/*padding: 10px 0;*/
	}

	#menu #menu-scroll > ul > li > a {
		font-size: 1.3rem;
	}

	#menu form {
		width: 100%;
		padding: 0 10px 10px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#menu form button {
		right: 10px;
		top: 0;
	}

	.off-canvas #submenu,
	.off-canvas #middle {
		max-height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	#footer .wrap.links {
		padding: 20px;
	}

	#footer .wrap.links > div {
		width: auto;
		margin-bottom: 20px;
	}

	#footer .links ul li a {
		line-height: 2rem;
		padding: 5px 0;
	}

	#footer .copy {
		padding: 20px;
	}

	#footer .copy p {
		line-height: 1.5rem;
	}

	#footer .copy #elo {
		float: none;
		clear: both;
		margin-top: 0;
		width: auto;
		background-position: 50% 0;
	}

	#footer ul.third li {
		width: auto;
		float: none;
	}

	#ajuda {
		display: none;
	}

	.block-table,
	.block-table > .row,
	.block-table > .row > * {
		display: block;
		width: auto;
	}

	.block-table > .row > .img {
		padding-bottom: 50% !important;
		background-size: cover !important;
	}

	.block-table > .row > *:not(.black-border) {
		padding-bottom: 15px;
		padding-left: 0;
	}

	.block-table > .row > *:last-child:not(.black-border) {
		padding-bottom: 0;
	}

	.block-table.padding-table > .row > *:not(.pink):not(.purple) {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.block-table img {
		max-width: 100%;
	}

	#content {
		padding: 0 10px;
	}

	.big-slider .item {
		height: 360px;
	}

	.big-slider .item h2 {
		font-size: 2rem;
	}

	.big-slider .item .desc ul li {
		margin-right: 5px;
	}

	.big-slider .item .desc ul li a {
		margin-bottom: 5px;
		font-size: 1.2rem;
		padding: 6px 10px;
		border-width: 1px;
	}

	.big-slider .item .desc p {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	#tabela-de-areas .w33 {
 		background: none !important;
 		border-bottom: 1px solid #e1e1e1;
 	}

 	.box header.with-search .search {
 		margin-top: 15px;
 	}

 	#menu .subnav {
 	    border-bottom: 1px #2e4d85 solid;
 		padding: 20px !important;
 		font-size: 1.2rem !important;
 		margin-top: 18px;
 	}

 	#menu .subnav * {
 		font-size: 1.2rem !important;
	}
}

@media (max-width: 450px) {
	#middle .wrap > a, #middle h2, #menu .logo {
		width: 50%;
		background-size: 100% auto;
		background-position: center center;
	}

	.aligned-inputs .btn {
		margin-top: 15px;
	}

	.mw50 {
		max-width: 100%;
	}

	.m100 {
		display: block;
		min-width: 100%;
	}

	label.m100 {
		margin: 10px 0;
	}
}

#tabela-de-areas .w33 {
	background: url(../images/tabela_bg.png) repeat-y;
	background-position: 100% 50%;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

#tabela-de-areas .w33:last-child {
	background-image: none;
}

#tabela-de-areas .secondary,
#tabela-de-areas .tertiary {
	padding-left: 5px !important;
}

#tabela-de-areas .list-coloured li {
	border: 0;
	margin: 4px 0;
}

#tabela-de-areas .list-coloured li a {
	padding-top: 2px;
}

#tabela-de-areas li.active a {
	font-weight: 700;
}

#tabela-de-areas .list-coloured li.active a {
	font-weight: 300;
	margin-left: 20px !important;
}

.results.padding article:first-child {
	padding-top: 0;
}

.results.padding article:last-child {
	padding-bottom: 0;
}

.content.formatted {
	padding-top: 0;
}

.content.formatted a {
	text-decoration: underline;
}

#gsc_g {
    position:relative;
    width:288px;
    height:100px;
    border:1px solid white;
    float: left;
    margin-left: 20px;
}
#gsc_g:hover {
    border:1px solid #ccc;
    background:#f5f5f5;
}
#gsc_g:active {
    border:1px solid #4d90fe;
    background:#f1f1f1;
}
.gs_el_ta #gsc_g,.gs_el_ph #gsc_g {
    display:none
}
#gsc_g_x,#gsc_g_bars {
    position:absolute;
    bottom:13px;
    left:0;
    width:288px;
    height:57px;
}
#gsc_g_x {
    height:13px;
    border-top:1px solid #596C96;
}
.gsc_g_t {
    position:absolute;
    bottom:-6px;
    color:#596C96;
    font-size:11px !important;
}
.gsc_g_a {
    position:absolute;
    bottom:13px;
    width:15px;
    background:#596C96;
}
.gsc_g_a:hover,.gsc_g_a:focus,.gsc_g_a:active {
    text-decoration:none;
    cursor:default;
}
.gsc_g_al{
    position:absolute;
    bottom:15px;
    left:7px;
    color:#222;
    background:white;
    font-size:11px;
    padding:1px;
    border:1px solid #596C96;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .218s,visibility 0s .218s;
    -moz-transition:opacity .218s,visibility 0s .218s;
    -o-transition:opacity .218s,visibility 0s .218s;
    transition:opacity .218s,visibility 0s .218s;
}
.gsc_g_a:hover .gsc_g_al,.gsc_g_a:focus .gsc_g_al,.gsc_g_a:active .gsc_g_al{
    visibility:visible;
    opacity:1;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    -o-transition:all 0s;
    transition:all 0s;
}
