/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@keyframes waver {
	0% {
		border-radius: 50%;
	}

	100% {
		border-radius: 0;
	}
}

@-webkit-keyframes waver {
	0% {
		border-radius: 50%;
	}

	100% {
		border-radius: 0;
	}
}

.loading{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	z-index:1001;
	text-align: center;
}

.mobile .loading{
	display:none;
}

.loading p{
	font-family: 'Oswald','Arial', 'Helvetica', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: .07em;
	margin: 10% 0 -25px;
	color:#1c1c1c;
}

.loader, .loader:before, .loader:after {
	width: 50px;
	height: 40px;
	border-radius: 50%;
	border: solid 3px transparent;
}

.loader {
	font-family: 'oswaldbold';
	border-bottom-color: #00adb9;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	animation: waver .7s infinite alternate ease-in-out;
	-webkit-animation: waver .7s infinite alternate ease-in-out;
	position: relative;
}

.loader:before,
.loader:after {
	content: '';
	display: block;
	position: absolute;
	border-bottom-color: #00adb9;
	top: -3px;
	animation: waver .7s infinite alternate ease-in-out;
	-webkit-animation: waver .7s infinite alternate ease-in-out;
}

.loader:before {
	left: -38px;
}

.loader:after {
	left: 33px;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #428bca;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}


ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

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

* {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

/****** Typography ******/

@font-face {
	font-family: 'metaserifpro-bold';
	src: url('//static.folha.uol.com.br/fonts/metaserifpro/metaserifpro-bold.eot');
	src: url('//static.folha.uol.com.br/fonts/metaserifpro/metaserifpro-bold.eot?#iefix') format('embedded-opentype'), url('//static.folha.uol.com.br/fonts/metaserifpro/metaserifpro-bold.woff') format('woff'), url('//static.folha.uol.com.br/fonts/metaserifpro/metaserifpro-bold.ttf') format('truetype'), url('//static.folha.uol.com.br/fonts/metaserifpro/metaserifpro-bold.svg#metaserifpro-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	color: #00adb9;
}

a:hover {
	text-decoration: underline;
}

p {
	font: 21px 'Crimson Text', 'Georgia', 'Times New Roman', serif;
	margin: 0;
}

h1,
h2,
h3,
h4 {
	font-family: 'Oswald', 'Arial', 'Helvetica', sans-serif;
	color: #337A88;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 1.3em;
	width: 100%;
	max-width: 600px;
}

h1 {
	padding-bottom: .5em;
}

h2 span{
	font-size: 26px;
	text-transform: uppercase;
	color:#333;
	max-width: none;
}

p.chapeu {
	font-family: 'Oswald', 'Arial', 'Helvetica', sans-serif;
	color: #307987;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 1.3em;
	font-size: 14px;
	padding-bottom: 0;
}

strong,
b {
	line-height: 0;
}
/****** Topo ******/
header {
	width: 100%;
	height: 40px;
	background: #1c1c1c;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	margin: 8px 0 0 8px;
}

.tudosobre img {
	margin: 10px auto;
	display: block;
	height: 20px;
}

.sharer {
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	height: 40px;
	font-size: 0em;
}

.sharer > div {
	width: 40px;
	height: 40px;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
}

.sharer svg {
	height: 20px;
	width: 20px;
}

.sharer path {
	transition: fill .4s;
	-webkit-transition: fill .4s;
	fill: #eee;
}

.sharer div:hover path {
	transition: fill .4s;
	-webkit-transition: fill .4s;
	fill: #00adb9;
}

.close01 {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);

	transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

.close02 {
	opacity: 1;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

.close03 {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);

	transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

.closer .close01 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

.firefox .closer .close01 {
	-moz-transform: rotate(45deg);
	transform-origin:  8px 2px;
}

.closer .close02 {
	opacity: 0;
	transition: all .5s;
}

.closer .close03 {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

.firefox .closer .close03 {
	transform-origin:  -7px 9px;
	-moz-transform-origin:  -7px 9px;
}

/****** Menu ******/

nav {
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10% 20px;
	text-align: right;
	z-index: 999;
	background: rgba(255,255,255,.9);
	display:none;
	overflow-y: scroll;
}

nav li {
	list-style: none;
	font: 50px 'Oswald', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding-bottom: 15px;
	opacity:0;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

nav li.active a {
	color: #00adb9;
	cursor: default;
}

nav li a {
	color: #333333;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
}

nav li a:hover {
	color: #00adb9;
	text-decoration: none;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
}

nav li.active a:hover {
	opacity: 1;
}

nav li a span {
	display: block;
	font-size: 20px;
	font-family: 'Crimson Text', Georgia, serif;
	text-transform: none;
	letter-spacing: 0;
}

.sem {
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
}

.menuAberto nav li {
	opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

/****** Article ******/

article {
	width: 100%;
	overflow-x: 0;
}

img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

.full {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.full .img-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.full .image,
.full video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.left{
	background-position:left center;
}

.bottom{
	background-position: center bottom;
}

.top{
	background-position: center top;
}

.right{
	background-position: right center;
}

.left.top{
	background-position:left top;
}

.left.bottom{
	background-position:left bottom;
}

.right.top{
	background-position:right top;
}

.right.bottom{
	background-position:right bottom;
}

.full .credito {
	text-align: right;
	font: 11px 'Arial', 'Helvetica', sans-serif;
	color: #444;
	line-height: 14px;
	padding-bottom: 0;
}

.full .container {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.texto p.linhafina {
	font-family: 'Oswald', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	color: #02adb9;
	width: 100%;
	width:100%;
	max-width: 940px;
	font-size: 30px;
}

.tm-ads{
	width:728px;
	height:90px;
	margin:50px auto;
	position:relative;
}

@media (max-width: 940px) {
	.tm-ads{
		display:none;
	}
}

.tm-ads:before{
	content:'Publicidade';
	position:absolute;
	top:-15px;
	width:100%;
	text-align: right;
	font-size:10px;
	line-height: 15px;
	color:#ccc;
	text-transform: uppercase;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.full .titulo {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	display: block;
	padding: 80px 10px 0;
}

#full1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#rain{
	position:relative;
	width:100%;
	height:100%;
	opacity:.7;
}

.subtitulo {
	font-family: 'Crimson Text', 'Georgia', 'Times New Roman', serif;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.scale1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.texto p.autor {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #888;
	text-transform: uppercase;
	max-width: 300px;
	float: right;
	padding: 8px 10px;
}

#scroll {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
}

#scroll svg {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	cursor: pointer;
}

#scroll svg:hover {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;

	top:10px;
}

.mouse-line {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
}

.mouse-shadow {
	opacity: 0.2;
	fill: #000;
}

.mouse-fundo {
	fill: #337A88;
}

.texto {
	padding: 50px 10px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.texto p {
	width: 100%;
	max-width: 620px;
	padding-bottom: 1em;
	line-height: 1.45em;
	font-size: 23px;
}

.texto:first-child + p:first-letter {
	font-family: 'Oswald', 'Arial', 'Helvetica', sans-serif;
	color: #307987;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 1.3em;
	font-size: 8em;
	float: left;
}

.texto.expediente h2 {
	padding-bottom: 10px;
}

.texto.expediente p {
	font-size: 14px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	padding-bottom: .5em;
	color:#777;
}

.vplay{
	width:100%;
	height:100%;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.vplay .play{
	width:100%;
	height:100%;
	background:url(../images/vplay.png) center center no-repeat;
	opacity:1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.vplay:hover .play{
	opacity:0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.video {
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom: 30px;
	height:528px;
}

.video embed, .video video {
	width: 100%;
	position: relative;
	height: 100%;
}

.gal {
	position: relative;
}

.legendaGd {
	position: absolute;
	max-width: 300px;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	left: 0;
	bottom: 0;
	font-family: 'Oswald', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .07em;
	border-top: 5px solid #00adb9;
}

.legendaGd span {
	text-transform: none;
	display: block;
	padding-top: 10px;
	font-size: 14px;
}

/****** Zoom ******/

@-webkit-keyframes zoom {
	0% {
		transform: scale(1.2) translate(-50%, -50%);
		-webkit-transform: scale(1.2) translate(-50%, -50%);
	}

	100% {
		transform: scale(1) translate(-50%, -50%);
		-webkit-transform: scale(1) translate(-50%, -50%);
	}
}

@keyframes zoom {
	0% {
		transform: scale(1.2) translate(-50%, -50%);
		-webkit-transform: scale(1.2) translate(-50%, -50%);
		-moz-transform: scale(1.2) translate(-50%, -50%);
		-ms-transform: scale(1.2) translate(-50%, -50%);
		-o-transform: scale(1.2) translate(-50%, -50%);
	}

	100% {
		transform: scale(1) translate(-50%, -50%);
		-webkit-transform: scale(1) translate(-50%, -50%);
		-moz-transform: scale(1) translate(-50%, -50%);
		-ms-transform: scale(1) translate(-50%, -50%);
		-o-transform: scale(1) translate(-50%, -50%);
	}
}

.zooming {
	animation: zoom 15s ease-in;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}

/****** Galeria ******/

.galeria {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

.galeria .nav {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.galeria .nav .thumb {
	width: 76px;
	height: 50px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	opacity: .6;
	cursor: pointer;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.galeria .nav .thumb.atual,
.galeria .nav .thumb:hover {
	opacity: 1;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.galeria .nav .thumb.atual {
	cursor: default;
}

.galeria .nav .thumb .btnNav {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .2;
	top: 0;
	left: 0;
}

.galeria .nav .thumb img {
	width: auto;
	height: 50px;
}

.galeria .slide {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50px;
}

.galeria .slide.atual {
	left: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.galeria .slide.proximo {
	left: 100%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.galeria .slide.anterior {
	left: -100%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.galeria .slide img {
	width: 100%;
	height: auto;
}

.galeria .slide .legenda {
	width: 100%;
	max-width: none;
	padding: 10px 0;
	margin: 0;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
}

.galeria .slide .credito {
	max-width: none;
	margin: 0;
	text-align: right;
	font: 11px 'Arial', 'Helvetica', sans-serif;
	color: #444;
	line-height: 14px;
	padding-bottom: 0;
}

.esq,
.dir {
	position: absolute;
	top: 50%;
	background-color: rgba(255,255,255, 0.3);
	height: 60px;
	width: 40px;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.esq:hover,
.dir:hover {
	background-color: rgba(255,255,255,.7);
}

.esq:after,
.dir:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	left: 15px;
	top: 22px;
}

.esq {
	left: 0;
	border-radius: 0 4px 4px 0;
	display: none;
}

.esq:after {
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-right: 10px solid #000;
	border-top: 8px solid rgba(0, 0, 0, 0);
}

.dir {
	right: 0;
	border-radius: 4px 0 0 4px;
}

.dir:after {
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-left: 10px solid #000;
	border-top: 8px solid rgba(0, 0, 0, 0);
}

.lado,
blockquote {
	width: 300px;
	float: right;
	padding-left: 10px;
}

.lado{
	position:relative;
}

.lado a:after{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:42px;
	height:42px;
	background:url(../images/botao.svg) center center no-repeat;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.lado:hover a:after{
	transform: translate(-128px,-140px);
	-webkit-transform: translate(-128px,-140px);
	-moz-transform: translate(-128px,-140px);
	-o-transform: translate(-128px,-140px);
	-ms-transform: translate(-128px,-140px);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

blockquote {
	width: 300px;
	padding: 60px 20px 20px;
	float: right;
	position: relative;
	border: 0;
	margin: 0;
	font-size: 0;
}

blockquote:before {
	content: '“';
	font-family: 'metaserifpro-bold';
	position: absolute;
	left: 20px;
	top: -30px;
	font-size: 100px;
	width: 100px;
	height: 100px;
	color: #307987;
}

blockquote p {
	font-family: 'Oswald', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	padding: 0 0 5px!important;
	text-transform: uppercase;
	letter-spacing: .07em;
}

blockquote cite {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

blockquote cite span {
	font-weight: normal;
	text-transform: none;
}

.share-quote {
	position: absolute;
	top: 10px;
	left: 75px;
	width: 35px;
	height: 35px;
	background: url(../assets/images/share.png) 10px center no-repeat;
	overflow: hidden;
	text-indent: 40px;
	opacity: .4;
}

.share-quote:hover {
	width: 150px;
	opacity: .7;
}

.share-quote a {
	display: block;
	width: 100%;
	line-height: 35px;
	height: 35px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

.share-quote a:hover {
	text-decoration: none;
}

.seta-final {
	width: 100%;
	padding: 10px 0 30px;
}

.seta-final a {
	width: 78px;
	height: 86px;
	margin: 0 auto;
	display: block;
}

.seta-final svg:hover {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;

	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
}

/****** infos ******/

iframe{
	margin-bottom:30px;
}

.infografico{
	color:#333;
	position:relative;
	width:940px;
	margin-bottom: 30px;
}

.infografico video{
	width:100%;
}

.play-info{
	background:url(../images/click.svg) center center no-repeat rgba(255,255,255,.5);
	background-size: 60px;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

.play-info:hover{
	background-color: rgba(255,255,255,.1);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}

.absoluta{
	position:absolute;
}

.infografico h1{
	font-size: 26px;
	text-transform: uppercase;
	color:#333;
	max-width: none;
}

.infografico h2{
	font-size: 21px;
	text-transform: uppercase;
	color:#333;
	max-width: none;
}

.infografico p{
	font-family: 'Arial', 'Helvetica',  sans-serif;
	font-size: 15px;
	color:#333;
	padding:0;
}

.infografico p.score-t{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.infografico p.score{
	font-family: 'Oswald', 'Arial', 'Helvetica',  sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	color: #0798a1;
}

.infografico .fonte{
	font: 11px 'Arial', 'Helvetica', sans-serif;
	color: #7f8080;
	line-height: 14px;
	padding-bottom: 0;
}

.infografico .indicador{
	font-family: 'Oswald', 'Arial', 'Helvetica',  sans-serif;
	font-size:16px;
	font-weight: 700;
	text-transform: uppercase;
	padding:0;
}

.infografico .indicador-light{
	font-family: 'Oswald', 'Arial', 'Helvetica',  sans-serif;
	font-size:15px;
	text-transform: uppercase;
	padding:0;
}

#aquiferoguarani{
	height:620px;
	overflow:hidden;
	transition: height .5s ease-in;
	-webkit-transition: height .5s ease-in;
	-moz-transition: height .5s ease-in;
	-o-transition: height .5s ease-in;
	-ms-transition: height .5s ease-in;
}

#aquiferoguarani.aberto{
	height:890px;
	transition: height .5s ease-in;
	-webkit-transition: height .5s ease-in;
	-moz-transition: height .5s ease-in;
	-o-transition: height .5s ease-in;
	-ms-transition: height .5s ease-in;
}

#aquiferoguarani .abre{
	width:60px;
	height:40px;
	background:rgba(0,0,0,.3);
	cursor:pointer;
	left:445px;
	bottom:3px;
	border-radius: 4px 4px 0 0;
}

#aquiferoguarani .abre:hover{
	background:rgba(0,0,0,.7);
}

#aquiferoguarani .abre:after{
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	left: 21px;
	top: 15px;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-top: 10px solid #FFF;
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 0;
}

#aquiferoguarani.aberto .abre:after{
	left: 21px;
	top: 15px;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-top: 0;
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #FFF;
}

.aquiferomapa01{
	width:100%;
	top:70px;
	left:0px;
}

.aquiferomapa02{
	width:100%;
	bottom:-34px;
	left:0px;
}

.mapalateral{
	right:0;
	top:80px;
	width:130px;
	text-align: right;
}

.mapasf_info{
	top: 18px;
	left: -3px;
}

.aquifero_dados{
	width: 100%;
	height: 300px;
	left:120px;
	top:440px;
}

.aquifero_guarani_dados_um{
	width: 150px;
	height: 200px;
	top: 440px;
	left: 435px;
	text-align: center;
}

.aquifero_guarani_dados_dois{
	width: 150px;
	height: 200px;
	top: 440px;
	left: 635px;
}

#paulista{
	height:604px;
	overflow:hidden;
}

.botao{
	top:10px;
	right:10px;
	cursor:pointer;
	padding-right: 55px;
	display:none;
}

.botao h2{
	line-height: 50px;
	margin: 4px 0 0;
}

.botao .seta{
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background:#1c1c1c;
	border-radius: 50%;
}

#aquiferoguarani .botao img{
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}

#aquiferoguarani .botao:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}

@-webkit-keyframes seta{
	0%{
		transform:translateX(-2px);
		-webkit-transform:translateX(-2px);
	}
	50%{
		transform:translateX(2px);
		-webkit-transform:translateX(2px);
	}
	100%{
		transform:translateX(-2px);
		-webkit-transform:translateX(-2px);
	}

}

.botao .seta:after{
	content: '';
	position:absolute;
	height:0;
	width:0;
	top:10px;
	left:15px;
	border-bottom: 15px solid rgba(0, 0, 0, 0);
	border-left: 25px solid #fff;
	border-top: 15px solid rgba(0, 0, 0, 0);
	animation: seta 1s infinite;
}

#aquiferoguarani .botao{
	display:block;
	top:auto;
	left:320px;
	bottom:10px;
	text-align: center;
	width:300px;
}

#paulista .cena > div{
	display:none;
	top:0;
	left:0;
}

#paulista .cena .paulista_infotres{
	left:-30px;
	top:-5px;
}

#paulista .cena{
	top:76px;
	left:0;
	width:100%;
}

#paulista .paulistadois{
	display:none;
}

#paulista .paulistatres{
	display:none;
}

#cubosp{
	height:600px;
	overflow:hidden;
}

#cubosp.english{
	height:650px;
}

#cubosp .dir, #cubosp .esq{
	background-color: rgba(0,0,0,.15);
}

#cubosp .dir:hover, #cubosp .esq:hover{
	background-color: rgba(0,0,0,.4);
}

.copan {
	top:60px;
	left:0;
}

.dupla{
	width:100%;
	top:55px;
	left:0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.cube{
	width:50%;
	float:left;
	text-align: center;
	padding-top: 130px;
}

.dupla.prox{
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	-o-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.dupla.ant{
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-o-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

#riomadeira{
	overflow:hidden;
}

#riomadeira .localizacao{
	height:627px;
	overflow:hidden;
	position:relative;
	padding-top: 30px;
}

#riomadeira .mapa{
	top:86px;
	width:940px;
	height:529px;
}

#riomadeira .mapa video{
	width:940px;
	height:529px;
}

#riomadeira .labels{
	width:100%;
	text-align: center;
	top:50px;
	line-height: 18px;
	opacity:0;
}

#riomadeira .labels.aberto{
	opacity:1;
	transition: all 0.5s .3s ease-out;
	-webkit-transition: all 0.5s .3s ease-out;
	-moz-transition: all 0.5s .3s ease-out;
	-o-transition: all 0.5s .3s ease-out;
	-ms-transition: all 0.5s .3s ease-out;
}

.texto .ficha p{
	line-height: 18px;
}

.ficha{
	width:100%;
}

.ficha img{
	width:240px;
}

.fichajirau {
	opacity:0;
	transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-moz-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
}

.fichajirau.aberto {
	opacity:1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transition: all 0.5s .3s ease-out;
	-webkit-transition: all 0.5s .3s ease-out;
	-moz-transition: all 0.5s .3s ease-out;
	-o-transition: all 0.5s .3s ease-out;
	-ms-transition: all 0.5s .3s ease-out;
}

.fichasantoantonio {
	opacity:0;
	transform: translateX(240px);
	-webkit-transform: translateX(240px);
	-moz-transform: translateX(240px);
	-o-transform: translateX(240px);
	-ms-transform: translateX(240px);
}

.fichasantoantonio.aberto {
	opacity:1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transition: all 0.5s .3s ease-out;
	-webkit-transition: all 0.5s .3s ease-out;
	-moz-transition: all 0.5s .3s ease-out;
	-o-transition: all 0.5s .3s ease-out;
	-ms-transition: all 0.5s .3s ease-out;
}

.fichajirau img{
	float:left;
	padding-right:10px;
}

.fichasantoantonio img{
	float:right;
	padding-left:10px;
}

.fichajirau p{
	float:left;
}

.fichasantoantonio p{
	float:right;
	text-align: right;
}

.mapa_info{
	top: 178px;
	left: -22px;
}

#elevatoria{
	height:700px;
	overflow:hidden;
}

#elevatoria h1{
	top:0;
	left:20px;
}

.elevatoria{
	top:0;
	left:0;
	width:100%;
}

.elevatoria > div{
	left:0;
	display:none;
}

.elevatoria_infoum{
	top:8px;
}

.elevatoria_infodois{
	top:56px;
}

.elevatoria_infotres{
	top:1px;
}

.elevatoriadois{
	display:none;
}

.elevatoriatres{
	display:none;
}

#transposicao{
	height:600px;
	overflow:hidden;
}

#turbina{
	height:430px;
	overflow:hidden;
}

.turbina div{
	top:0;
	left:0;
	display:none;
}

.turbinadois{
	display:none;
}

.turbinaum div{
	top: 80px;
	left: -33px;
}

.turbinadois div{
	top: -5px;
	left: -10px;
}

#pano{
	width:100%;
	max-width: 300px;
}

#pano h1{
	margin:5px 0 10px;
}

#pano a:after{
	content:none;
}

#pano .score{
	background:url(../images/360.png) left center no-repeat;
	padding-left: 38px;
	line-height: 32px;
	margin-bottom: 10px;
}

/****** Footer ******/

.footer {
	padding: 50px 10px;
	background-color: #1c1c1c;
}

.footer p {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 11px;
	color: #eee;
	font-family: 'Arial', 'Helvetica', sans-serif;
	text-align: center;
	line-height: 14px;
}

/****** Mobile fixes ******/

.mobile #full1{
	height:auto;
}

.mobile .full {
	height: auto;
}

.mobile .full video{
	display:none;
}

.mobile .scale1{
	position:relative;
}

.mobile .full img{
	width:100%;
}

.mobile .container {
	position:relative;
	height:100%;
}

.mobile #scroll{
	position:relative;
	padding-top:30px;
}

.mobile #scroll svg{
	position:relative;
	margin: 0 auto;
}

.mobile .img-container {
	height: auto;
}

.mobile .full .image {
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	width: 100%;
	min-height: 0;
	min-width: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.mobile .legendaGd {
	max-width: none;
	position: relative;
	bottom: auto;
	left: auto;
	border-top: 0;
	border-bottom: 5px solid #00adb9;
	background: #1c1c1c;
}

.mobile .sem{
	display:nones;
}

/*.mobile iframe, .mobile .infografico{
	display:none;
}*/

/****** Queries ******/

@media (max-height: 735px) {
	#scroll{
		display:none;
	}
}

@media (max-width: 939px) {
	.video{
		margin:0 -10px 30px;
	}

	.galeria{
		margin:0 -10px 30px;
	}

	.galeria .slide .legenda{
		padding:10px;
	}

	.galeria .slide .credito{
		padding:0 10px;
	}

	.galeria .nav{
		padding:0 10px;
	}

	.infografico, iframe{
		display:none;
	}
}

@media (max-width: 599px) {
	.sharer {
		width: 40px;
	}

	.link{
		display:none;
	}

	.sharer > .social {
		display: none;
	}

	.lado,
	blockquote {
		float: none;
		padding: 10px 0 20px;
		margin:0 auto;
	}

	.video,
	.galeria {
		margin: 0 -10px 30px;
	}

	.galeria .nav{
		display:none;
	}

	.galeria .slide{
		top:0;
	}

	.texto p.autor {
		max-width: none;
		padding: 0 0 10px;
		position:relative;
	}

	.tudosobre {
		display: none;
	}
}