@font-face {
	font-family: 'Folha II Web';
	font-weight: 300;
	font-style: normal;
	src: url('http://arte.folha.uol.com.br/library/fonts/folhaiiweb/folhaiiweb-light.eot');
	src: url('http://arte.folha.uol.com.br/library/fonts/folhaiiweb/folhaiiweb-light.eot?#iefix') format('embedded-opentype'),
			 url('http://arte.folha.uol.com.br/library/fonts/folhaiiweb/folhaiiweb-light.woff2') format('woff2'),
			 url('http://arte.folha.uol.com.br/library/fonts/folhaiiweb/folhaiiweb-light.woff') format('woff'),
			 url('http://arte.folha.uol.com.br/library/fonts/folhaiiweb/folhaiiweb-light.ttf') format('truetype'),
			 url('http://arte.folha.uol.com.br/library/fonts/folhaiiweb/folhaiiweb-light.svg#Folha II Web') format('svg');
}

/* Loading */

b, strong {
	font-weight: bold;
}

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

.loading svg {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* type */

h1,
h2,
h3 {
	font-family: 'Folha II Web', 'Georgia', serif;
	font-weight: 300;
	color: #333;
	text-transform: uppercase;
}

div.topo {
	width: 100%;
	height: 40px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

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

#topofolha {
	z-index: 999 !important;
}

#fol-lateral-share {
	z-index: 1001 !important;
}

#opening {
	margin-top: 0;
}

#opening h1 {
	font-size: 4em;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 15px;
	color: #fff;
	margin-top: 1em;
}

#opening h1 span {
	display: block;
}

#article h1 {
	font-size: 2.7em;
	padding: .3em 0 .3em;
}

p {
	font-size: 16px;
	line-height: 1.5em;
}

p.credito {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	color: #444;
}

.credito-texto {
	padding: 10px 0 16px;
}

.credito-texto p {
	padding: 0;
}

.autor,
.origem,
.data {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	text-transform: uppercase;
	padding: 0;
}

.data img {
	margin: -3px 2px 0px;
}

.autor {
	font-weight: bold;
}

.data {
	font-style: italic;
	padding-bottom: 1em;
}

a {
	color: #009fe3;
}

button {
	cursor: pointer;
}

.full {
	background: center center no-repeat;
	background-size: cover;
	height: 50vh;
	position: relative;
}

header.full .explica {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

header .explica img {
	margin: 10px 0;
	width: 100%;
	max-width: 190px;
}

body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
}

#wrapper {
	width: 100%;
	overflow-x: hidden;
}

.texto {
	padding-bottom: 70px;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.texto p span {
	font-size: 3em;
	line-height: 1.1em;
}

article img {
	-webkit-filter: grayscale(70%); /* Chrome, Safari, Opera */
	filter: grayscale(70%);
}

.highlight {
	background-color: #FFF10B;
	padding: 0 3px;
	margin: 0 0 0 -3px;
}

/* nav */

#wrapper nav {
	width: 100%;
	padding: 25px 0 15px;
	max-width: 1260px;
	margin: 0 auto;
}

#wrapper nav li {
	font-family: 'Folha II Web', 'Georgia', serif;
	width: 100%;
	padding: 10px;
	max-width: 620px;
}

#wrapper nav li .padder {
	// border:1px solid #f3f3f3;
	font-size: 24px;
	text-align: center;
	// box-shadow:1px 1px 3px rgba(0,0,0,.3),
	//  2px 2px 0 #fff,
	//  2px 2px 3px rgba(0,0,0,.3),
	//  4px 4px 0 #fff,
	//  4px 4px 3px rgba(0,0,0,.3);
	cursor: pointer;
	background-color: #fafafa;
	border-bottom: 1px #999 solid;
}

#wrapper nav li h2 {
	position: relative;
	padding: 40px 10px;
	font-size: 1.25em;
}

#wrapper nav li h2:before,
#wrapper nav li h2:after {
	content: '';
	width: 30%;
	height: 1px;
	// background-color:#aaa;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#wrapper nav li h2:before {
	top: 27px;
}

#wrapper nav li h2:after {
	bottom: 25px;
}

#wrapper nav li img {
	width: 100%;
}

/* article */

article.card {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	overflow-y: auto;
	display: none;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .3);
}

article.card .container {
	background-color: #fff;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	display: none;
	padding: 0;
}

.header-container {
	position: relative;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}

.header {
	height: 45px;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	background-color: #009fe3;
	position: fixed;
	/*position:absolute;*/
	z-index: 100;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	cursor: default;
	display: none;
}

.header .titulo {
	line-height: 45px;
	padding: 0 45px;
	text-align: center;
	font-family: 'Folha II Web', 'Georgia', serif;
	color: #fff;
	font-size: 25px;
}

html.aberto,
.aberto body {
	overflow: hidden;
}

.touch.aberto,
.touch.aberto body {
	position: fixed;
}

@keyframes abre {
	0% {
		display: block;
		opacity: 0;
		transform: translateY(50px);
	}
	10% {
		opacity: 0;
		transform: translateY(50px);
	}
	90% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		display: block;
	}
}

@keyframes fade {
	0% {
		display: block;
		opacity: 0;
	}
	12.5% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	100% {
		display: block;
	}
}

.aberto article.card {
	display: block;
	animation: fade .4s forwards;
	-webkit-animation: fade .4s forwards;
}

.aberto .card .container,
.aberto .card .header {
	animation: abre .5s forwards;
	-webkit-animation: abre .5s forwards;
	cursor: default;
	display: block;
}

.voltar,
.prev,
.next {
	height: 45px;
	width: 45px;
	background-color: transparent;
	outline: none;
	border: none;
}

.voltar {
	position: absolute;
	left: 0;
	padding: 0;
}

.voltar > div > div {
	width: 60%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 21px;
	left: 9px;
}

.voltar > div > div:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.voltar > div > div:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navegador {
	width: 150px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.navegador span {
	font-weight: bold;
}

.prev,
.next {
	position: absolute;
	top: 0;
}

.contador {
	width: 100%;
	text-align: center;
	line-height: 45px;
	color: #fff;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

.prev:after,
.next:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-top: 8px solid rgba(255, 255, 255, 0);
	border-bottom: 8px solid rgba(255, 255, 255, 0);
	top: 14px;
}

.prev:after {
	border-left: 10px solid rgba(255, 255, 255, 0);
	border-right: 10px solid rgba(255, 255, 255, 1);
	left: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.next:after {
	border-right: 10px solid rgba(255, 255, 255, 0);
	border-left: 10px solid rgba(255, 255, 255, 1);
	right: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.prev:active:after,
.prev:hover:after {
	transform: translateX(-4px);
	-webkit-transform: translateX(-4px);
	-moz-transform: translateX(-4px);
	-o-transform: translateX(-4px);
	-ms-transform: translateX(-4px);
}

.next:active:after,
.next:hover:after {
	transform: translateX(4px);
	-webkit-transform: translateX(4px);
	-moz-transform: translateX(4px);
	-o-transform: translateX(4px);
	-ms-transform: translateX(4px);
}

.abertura {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	height: auto;
	padding-top: 45px;
}

.abertura svg {
	margin-bottom: -3px;
	width: 100%;
	height: 100%;
}

/*.abertura.full img{
	position:absolute;
	top:50%;
	left:50%;
	height:auto;
	min-height:100%;
	width:100%;
	min-width:100%;

	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}*/

/*.abertura.full img.height{
	width:auto;
	height:100%;
}*/

article.card .texto p {
	padding: .5em 10px;
}

article.card .texto h1,
article.card .texto h2,
article.card .texto h3 {
	padding-left: 10px;
	padding-right: 10px;
}

article.card .texto h3 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.footer-container {
	position: relative;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}

.footer {
	height: 45px;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	background-color: #009fe3;
	position: absolute;
	z-index: 100;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	cursor: default;
	display: none;
}

/* galeria */

.galeria {
	width: 100%;
	position: relative;
	border-bottom: #aaa solid 1px;
	margin: 20px 0;
}

.galeria.loneimg {
	height: auto;
}

.galeria figure {
	width: 100%;
}

.galeria.loneimg figure {
	position: relative;
}

.galeria figure img {
	width: 100%;
}

figcaption {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #666;
	padding: 10px;
}

.galeria p.credito {
	padding: .5em 0 0;
}

/* infos */

.embed {
	width: 100%;
	margin: 15px 0 10px;
	position: relative;
	font-size: 14px
}

.embed iframe,
.embed object {
	width: 100%;
}

.embed p {
	font-size: 14px
}

.embed .filter-links {
	height: 29px;
}

.info-wrapper {
	padding: 15px 0;
	border-top: 1px solid #009fe3;
	border-bottom: 1px solid #009fe3;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.info .credito {
	text-align: right;
	padding: 0 10px;
}

.info h1 {
	font-size: 15px;
	padding: 0;
}

.info span.chart-title {
	font-size: 20px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
}

.info.image {
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	min-width: 300px;
}

/* videos */

.video {
	width: 100%;
	height: calc(100vw *0.5625);
	position: relative;
	margin: 10px 0;
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: 100%;
}

/* listas */

.texto ul {
	margin: 10px 0;
}

.texto ul p,
ul h3 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
}

.texto ul li {
	padding-bottom: 20px;
	position: relative;
}

.texto ul h3 {
	font-weight: bold;
}

.texto ul img {
	position: absolute;
	top: 0;
	left: 10px;
}

.texto ul li {
	padding-top: 120px;
}

.texto ul.passos img {
	position: initial;
	width: 100%;
}

.texto ul.passos li {
	padding-top: 0;
	padding-left: 0;
}

/* footer */

footer {
	width: 100%;
	padding: 30px 10px;
	text-align: center;
	border-top: 1px solid #eee;
}

.clear {
	clear: both;
}

/* infos fix */

#info-9-2 .info-wrapper {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#info-9-3 .info-wrapper {
	border: none;
	padding: 0 15px;
	margin: 0;
}

#info-9-3 .credito {
	display: none;
}

#info-9-1 .info-wrapper {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

#info-9-1 .credito {
	display: none;
}

/* social icons */

.social {
	width: 100%;
	max-width: 660px;
	left: 50%;
	bottom: 0;
	position: fixed;
	font-size: 0;
	text-align: center;
	display: none;
	background-color: #fff;
	z-index: 11;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.aberto .social {
	display: block;
}

.social-btn {
	width: 33.33%;
	width: calc(100% / 3);
	display: inline-block;
	transition: transform .5s;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	-ms-transition: transform .5s;
}

.social-btn.show {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
}

.social a {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: 10px 0;
	border-radius: 50%;
	line-height: 50px;
	overflow: hidden;
	transition: background-color .15s;
	-webkit-transition: background-color .15s;
	-moz-transition: background-color .15s;
	-o-transition: background-color .15s;
	-ms-transition: background-color .15s;
}

.social svg {
	width: 30px;
	margin-top: -5px;
}

.social svg path,
.social svg polygon {
	fill: #fff;
}

#fb {
	background-color: rgba(60, 89, 152, 1);
}

.no-touch #fb:hover,
.touch #fb {
	background-color: rgba(60, 89, 152, .71);
}

#twitter {
	background-color: rgba(53, 204, 255, 1);
}

.no-touch #twitter:hover,
.touch #twitter {
	background-color: rgba(53, 204, 255, .7);
}

#gp {
	background-color: rgba(221, 75, 57, 1);
}

.no-touch #gp:hover,
.touch #gp {
	background-color: rgba(221, 75, 57, .7);
}

/* animações */

@keyframes setas {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

@keyframes bg {
	to {
		background-color:#A5A6A5;
	}
}

.abertura.anima {
	animation: bg .3s 0.5s ease-in forwards;
	animation: bg .3s 0.5s ease-in forwards;
}

#barra-dinheiroum,
#gota-telaum,
#sol-telaum,
#barra-dinheiroum,
#plataforma-telaum {
	opacity: 0;
}

/* topo1 */

.anima #barra-dinheiroum {
	animation: fadeIn .3s 0.8s ease-in forwards;
	animation: fadeIn .3s 0.8s ease-in forwards;
}

.anima #sol-telaum {
	animation: fadeIn .3s 1s ease-in forwards;
	animation: fadeIn .3s 1s ease-in forwards;
}

.anima #barra-dinheiroum {
	animation: fadeIn .3s 1.2s ease-in forwards;
	animation: fadeIn .3s 1.2s ease-in forwards;
}

.anima #plataforma-telaum {
	animation: fadeIn .3s 1.4s ease-in forwards;
	animation: fadeIn .3s 1.4s ease-in forwards;
}

.anima #gota-telaum {
	animation: fadeIn .3s 1.6s ease-in forwards;
	animation: fadeIn .3s 1.6s ease-in forwards;
}

/*topo2 */

#dois-seta-um,
#dois-seta-dois,
#dois-seta-tres,
#dois-seta-quatro,
#dois-plataforma,
#dois-caminhao,
#dois-personaum,
#dois-personadois {
	opacity: 0;
}

.anima #dois-plataforma {
	animation: fadeIn .3s 0.8s ease-in forwards;
	animation: fadeIn .3s 0.8s ease-in forwards;
}

.anima #dois-seta-quatro {
	animation: fadeIn .3s 1s ease-in forwards;
	animation: fadeIn .3s 1s ease-in forwards;
}

.anima #dois-caminhao {
	animation: fadeIn .3s 1.2s ease-in forwards;
	animation: fadeIn .3s 1.2s ease-in forwards;
}

.anima #dois-seta-dois {
	animation: fadeIn .3s 1.4s ease-in forwards;
	animation: fadeIn .3s 1.4s ease-in forwards;
}

.anima #dois-personadois {
	animation: fadeIn .3s 1.6s ease-in forwards;
	animation: fadeIn .3s 1.6s ease-in forwards;
}

.anima #dois-personaum {
	animation: fadeIn .3s 1.8s ease-in forwards;
	animation: fadeIn .3s 1.8s ease-in forwards;
}

.anima #dois-seta-tres {
	animation: fadeIn .3s 2s ease-in forwards;
	animation: fadeIn .3s 2s ease-in forwards;
}

.anima #dois-personadois {
	animation: fadeIn .3s 2.2s ease-in forwards;
	animation: fadeIn .3s 2.2s ease-in forwards;
}

.anima #dois-seta-um {
	animation: fadeIn .3s 2.4s ease-in forwards;
	animation: fadeIn .3s 2.4s ease-in forwards;
}

/* topo3 */

#telatres-persona,
#telatres-balaoum,
#telatres-balaodois,
#telatres-balaotres {
	opacity: 0;
}

.anima #telatres-persona {
	animation: fadeIn 0.8s ease-in forwards;
	animation: fadeIn 0.8s ease-in forwards;
}

.anima #telatres-balaoum {
	animation: fadeIn .3s 1s ease-in forwards;
	animation: fadeIn .3s 1s ease-in forwards;
}

.anima #telatres-balaodois {
	animation: fadeIn .3s 1.2s ease-in forwards;
	animation: fadeIn .3s 1.2s ease-in forwards;
}

.anima #telatres-balaotres {
	animation: fadeIn .3s 1.4s ease-in forwards;
	animation: fadeIn .3s 1.4s ease-in forwards;
}

/* tela4 */

#telaquatro-um,
#telaquatro-lupa,
#telaquatro-seis,
#telaquatro-cinco,
#telaquatro-quatro,
#telaquatro-tres,
#telaquatro-dois {
	opacity: 0;
}

.anima #telaquatro-um {
	animation: fadeIn .3s 0.8s ease-in forwards;
	animation: fadeIn .3s 0.8s ease-in forwards;
}

.anima #telaquatro-dois {
	animation: fadeIn .3s 1s ease-in forwards;
	animation: fadeIn .3s 1s ease-in forwards;
}

.anima #telaquatro-tres {
	animation: fadeIn .3s 1.2s ease-in forwards;
	animation: fadeIn .3s 1.2s ease-in forwards;
}

.anima #telaquatro-quatro {
	animation: fadeIn .3s 1.4s ease-in forwards;
	animation: fadeIn .3s 1.4s ease-in forwards;
}

.anima #telaquatro-cinco {
	animation: fadeIn .3s 1.6s ease-in forwards;
	animation: fadeIn .3s 1.6s ease-in forwards;
}

.anima #telaquatro-seis {
	animation: fadeIn .3s 1.8s ease-in forwards;
	animation: fadeIn .3s 1.8s ease-in forwards;
}

.anima #telaquatro-lupa {
	animation: fadeIn .3s 2s ease-in forwards;
	animation: fadeIn .3s 2s ease-in forwards;
}

/* tela5 */

#telacinco-cifrao,
#telacinco-diretor1,
#telacinco-diretor2,
#telacinco-diretor3,
#telacinco-diretor4 {
	opacity: 0;
}

.anima #telacinco-cifrao {
	animation: fadeIn .3s 0.8s ease-in forwards;
	animation: fadeIn .3s 0.8s ease-in forwards;
}

.anima #telacinco-diretor1 {
	animation: fadeIn .3s 1s ease-in forwards;
	animation: fadeIn .3s 1s ease-in forwards;
}

.anima #telacinco-diretor2 {
	animation: fadeIn .3s 1.4s ease-in forwards;
	animation: fadeIn .3s 1.4s ease-in forwards;
}

.anima #telacinco-diretor3 {
	animation: fadeIn .3s 1.8s ease-in forwards;
	animation: fadeIn .3s 1.8s ease-in forwards;
}

.anima #telacinco-diretor4 {
	animation: fadeIn .3s 2.2s ease-in forwards;
	animation: fadeIn .3s 2.2s ease-in forwards;
}

/* tela6 */

#telaseis-cifraoum,
#telaseis-caminhao,
#telaseis-cifraodois,
#telaseis-setaum .ponta,
#telaseis-setadois .ponta {
	opacity: 0;
}

#telaseis-setaum .seta,
#telaseis-setadois .seta {
	stroke-dasharray: 468;
	stroke-dashoffset: 468;
}

.anima #telaseis-cifraoum {
	animation: fadeIn .3s 0.8s ease-in forwards;
	animation: fadeIn .3s 0.8s ease-in forwards;
}

.anima #telaseis-caminhao {
	animation: fadeIn .3s 1s ease-in forwards;
	animation: fadeIn .3s 1s ease-in forwards;
}

.anima #telaseis-cifraodois {
	animation: fadeIn .3s 1.2s ease-in forwards;
	animation: fadeIn .3s 1.2s ease-in forwards;
}

.anima #telaseis-setaum .seta,
.anima #telaseis-setadois .seta {
	animation: setas 1s ease-in forwards;
	-webkit-animation: setas 1s ease-in forwards;
	-moz-animation: setas 1s ease-in forwards;
	-o-animation: setas 1s ease-in forwards;
}

.anima #telaseis-setaum .seta {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
}

.anima #telaseis-setadois .seta {
	animation-delay: 2.3s;
	-webkit-animation-delay: 2.3s;
	-moz-animation-delay: 2.3s;
	-o-animation-delay: 2.3s;
	-ms-animation-delay: 2.3s;
}

.anima #telaseis-setaum .ponta {
	animation: fadeIn .5s 2.3s ease-in forwards;
	-webkit-animation: fadeIn .5s 2.3s ease-in forwards;
	-moz-animation: fadeIn .5s 2.3s ease-in forwards;
	-o-animation: fadeIn .5s 2.3s ease-in forwards;
}

.anima #telaseis-setadois .ponta {
	animation: fadeIn .3s 2.8s ease-in forwards;
	-webkit-animation: fadeIn .3s 2.8s ease-in forwards;
	-moz-animation: fadeIn .3s 2.8s ease-in forwards;
	-o-animation: fadeIn .3s 2.8s ease-in forwards;
}

/* tela7 */

#telasete-cifrao,
#telasete-setas .ponta,
#telasete-cifraodois,
#telasete-cifraotres,
#telasete-personaum,
#telasete-personadois,
#telasete-fundo {
	opacity: 0;
}

#telasete-setas .seta {
	stroke-dasharray: 468;
	stroke-dashoffset: 468;
}

.anima #telasete-cifrao {
	animation: fadeIn .3s 2.8s ease-in forwards;
	animation: fadeIn .3s 2.8s ease-in forwards;
}

.anima #telasete-setas .seta {
	animation: setas 1s;
	-webkit-animation: setas 0.5s 2s ease-in forwards;
	-moz-animation: setas 0.5s 2s ease-in forwards;
	-o-animation: setas 0.5s 2s ease-in forwards;
}

.anima #telasete-setas .ponta {
	animation: fadeIn .3s 2.5s ease-in forwards;
	-webkit-animation: fadeIn .3s 2.5s ease-in forwards;
	-moz-animation: fadeIn .3s 2.5s ease-in forwards;
	-o-animation: fadeIn .3s 2.5s ease-in forwards;
}

.anima #telasete-cifraodois {
	animation: fadeIn .3s 1.2s ease-in forwards;
	animation: fadeIn .3s 1.2s ease-in forwards;
}

.anima #telasete-cifraotres {
	animation: fadeIn .3s 1.4s ease-in forwards;
	animation: fadeIn .3s 1.4s ease-in forwards;
}

.anima #telasete-personaum,
.anima #telasete-personadois {
	animation: fadeIn .3s 3s ease-in forwards;
	animation: fadeIn .3s 3s ease-in forwards;
}

.anima #telasete-fundo {
	animation: fadeIn .3s 2.5s ease-in forwards;
	animation: fadeIn .3s 2.5s ease-in forwards;
}

/* tela8 */

#telaoito-cifrao,
#telaoito-iconum,
#telaoito-icondois,
#telaoito-icontres,
#telaoito-iconquatro {
	opacity: 0;
}

#telaoito-setaum path,
#telaoito-setaum line {
	stroke-dasharray: 468;
	stroke-dashoffset: 468;
}

.anima #telaoito-cifrao {
	animation: fadeIn .5s 1s ease-in forwards;
	animation: fadeIn .5s 1s ease-in forwards;
}

.anima #telaoito-setaum path,
.anima #telaoito-setaum line {
	animation: setas .5s .3s ease-in forwards;
	-webkit-animation: setas .5s .3s ease-in forwards;
	-moz-animation: setas .5s .3s ease-in forwards;
	-o-animation: setas .5s .3s ease-in forwards;
}

.anima #telaoito-iconum {
	animation: fadeIn .5s 1.3s ease-in forwards;
	animation: fadeIn .5s 1.3s ease-in forwards;
}

.anima #telaoito-icondois {
	animation: fadeIn .5s 1s ease-in forwards;
	animation: fadeIn .5s 1s ease-in forwards;
}

.anima #telaoito-icontres {
	animation: fadeIn .5s 1.6s ease-in forwards;
	animation: fadeIn .5s 1.6s ease-in forwards;
}

.anima #telaoito-iconquatro {
	animation: fadeIn .5s 1.9s ease-in forwards;
	animation: fadeIn .5s 1.9s ease-in forwards;
}

/* tela9 */

#telanove-persona,
#telanove-cifraoum,
#telanove-cifraodois,
#telanove-setaum .ponta,
#telanove-setadois .ponta {
	opacity: 0;
}

#telanove-setaum .seta,
#telanove-setadois .seta {
	stroke-dasharray: 468;
	stroke-dashoffset: 468;
}

.anima #telanove-persona {
	animation: fadeIn .5s 1s ease-in forwards;
	animation: fadeIn .5s 1s ease-in forwards;
}

.anima #telanove-cifraoum {
	animation: fadeIn .5s 1.2s ease-in forwards;
	animation: fadeIn .5s 1.2s ease-in forwards;
}

.anima #telanove-cifraodois {
	animation: fadeIn .5s 1.4s ease-in forwards;
	animation: fadeIn .5s 1.4s ease-in forwards;
}

.anima #telanove-setaum .ponta,
.anima #telanove-setadois .ponta {
	animation: fadeIn .3s 2.3s ease-in forwards;
	animation: fadeIn .3s 2.3s ease-in forwards;
}

.anima #telanove-setaum .seta,
.anima #telanove-setadois .seta {
	animation: setas .5s 2s ease-in forwards;
	-webkit-animation: setas .5s 2s ease-in forwards;
	-moz-animation: setas .5s 2s ease-in forwards;
	-o-animation: setas .5s 2s ease-in forwards;
}

/* queries */

@media screen and (min-aspect-ratio: 15/10) and (max-width:620px) {
	.abertura img {
		width: 100%;
	}
}

@media only screen and (min-width: 640px) {
	#wrapper nav:after {
		content: '';
		clear: both;
	}
	.abertura img {
		width: 100%;
	}
	#wrapper nav ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
			flex-direction: row;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	#wrapper nav li {
		width: 50%;
	}
	#opening h1 {
		font-size: 5em;
		margin-top: 1em;
	}
	#opening h1 span {
		display: initial;
	}
	.loneimg {
		width: 620px;
		position: relative;
	}
	.video {
		width: 620px;
		height: 349px;
	}
	article.card {
		margin: 0;
		padding-bottom: 30px;
	}
	article.card .container {
		box-shadow: 0 0 40px rgba(0, 0, 0, .3);
		border-radius: 0 0 4px 4px;
	}
	article.card .texto p {
		padding: .5em 0;
	}
	article.card .texto h1,
	article.card .texto h3,
	article.card .texto h3 {
		padding-left: 0;
		padding-right: 0;
	}
	figcaption {
		padding: 10px 0;
	}
	#wrapper ul.pequena li {
		padding-left: 100px;
		position: relative;
	}
	#wrapper ul.pequena li div {
		position: absolute;
		left: 0;
		top: 0;
	}
	.texto {
		padding-bottom: 25px;
	}
	.texto ul li {
		padding-left: 120px;
		padding-top: 0;
	}
	.info-wrapper {
		padding: 15px 0;
	}
	.social {
		transform: translateX(-51%);
		-webkit-transform: translateX(-51%);
		-moz-transform: translateX(-51%);
		-ms-transform: translateX(-51%);
		-o-transform: translateX(-51%);
	}
}

/* print */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	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;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
