/* Custom CSS
 * --------------------------------------- */

body {
	font-family: 'flamabook';
	color: #333;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

#infografico {
	width: auto;
	/* height: 100%; */
	position: relative;
}

h1 {
	font-size: 3.5em;
	font-family: 'flamaultralight';
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.4rem;
}

.linha-fina {
	font-size: 1.5rem;
	width: 50%;
	margin: auto;
	color: #CCCCCC;
	font-family: 'flamabook';
}

h1 span {
	font-family: 'flamamedium';
}

.neutrinos {
	color: #DD4B4B;
	font-family: 'flamamedium';
}

#section2 .sol {
	margin-bottom: 6rem;
}

ul.share-buttons {
	list-style: none;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 99999999;
}

ul.share-buttons li {
	display: inline;
	margin-left: 2px;
}

p {
	font-size: 2em;
	color: #FFFFFF;
}

#section3 h2 {
	color: #333333;
}

.animLoop {
	position: absolute;
	width: 816px;
	height: 954px;
	text-align: center;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
}

.intro p {
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}

.section {
	text-align: center;
}

#section0 {
	background: url("../images/background.png") no-repeat center top;
}

#section3 h2 {
	color: #333333;
	text-transform: uppercase;
	font-size: 2rem;
	font-family: 'flamaultralight';
	margin-top: -10rem;
}

#section5 h2 {
	color: #333333;
	text-transform: uppercase;
	font-size: 2rem;
	font-family: 'flamaultralight';
	margin-top: -10rem;
}

#section4 h2 {
	color: #333333;
	text-transform: uppercase;
	font-size: 2rem;
	font-family: 'flamaultralight';
	margin-top: -10rem;
}

.arrow {
	position: absolute;
	width: 170px;
	height: 170px;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
	background: url("../images/seta.png") no-repeat center top;
}

#logo {
	background: url("../images/logo.png") no-repeat center top;
	width: 140px;
	height: 28px;
	position: fixed;
	z-index: 20;
	left: 20px;
	top: 20px;
}

.como-funciona {
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 100px;
	font-size: 2rem;
	width: 300px;
	border-left: 2px solid #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	margin-left: 40px;
	padding-left: 20px;
}

#menu {
	display: none;
}

#menu li {
	display: inline-block;
	margin: 10px;
	color: #000;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#menu li.active {
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#menu li a {
	text-decoration: none;
	color: #000;
}

#menu li.active a:hover {
	color: #000;
}

#menu li:hover {
	background: rgba(255, 255, 255, 0.8);
}

#menu li a,
#menu li.active a {
	padding: 9px 18px;
	display: block;
}

#menu li.active a {
	color: #fff;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
}

ex: 999;

}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* geral */
#wrap {
	width: auto;
	/* height: 100%; */

	position: relative;
}
.photo-bkg {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-content: center;
	height: 100vh;
	width: 100%;
	background-color: #000;
}
.photo-bkg img {
	max-height: 100vh;
	max-width: 100%;
	width: auto;
	vertical-align: middle;
	opacity: .85;
}

/* ajustes no css do tooltip */
.tooltip-item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-family: "flamamedium";
	background-color: #000000;
	color: #fff;
}
.tooltip-item:hover {
	opacity: .75;
}
.tooltip-text {
	font-size: 1rem;
	font-family: "flamamedium";
	padding: 1rem;
	color: #555;
}
.tooltip-content {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 3px;
}
.tooltip-content::after {
	border-top-color: #fff;
}
.info {
	font-family: "flamamedium";
	position: absolute;
	text-shadow: 0px 0px 8px #000;
	color: #fff;
	max-width: 100px;
	font-weight: 500;
	font-size: 1rem;
	text-align: left;
}
.cinza {
	color: #333333;
}
.responsive-img {
	max-width: 60%;
	height: auto;
}

/* TABELA DE CRÃ‰DITOS */
table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #686868;
	max-width: 520px;
	background-color: transparent;
	margin: 2rem auto 4rem;
}
table tr:first-child {
	/*border-top: none;*/
}
table tr {
	border-top: 1px solid #eaeaea;
}
table td:first-child {
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #999;
	line-height: 1.3;
	font-family: 'flamamedium';
}
table td {
	padding: 2rem 1rem;
	border-style: none;
	word-break: normal;
	line-height: 1.5;
	color: #000;
	font-weight: 300;
	margin: 0 auto;
	max-width: 700px;
}
table td:first-child {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	color: #999;
	font-family: 'flamamedium';
}
@media all and (min-width: 960px) {
	table td:first-child {
		width: calc(200px + 2rem);
	}
}
.creditoItem {
	margin: 2rem 0;
	padding: 2.8rem;
	color: #CCCCCC;
}
.creditoItem:hover {
	opacity: 0.5;
	background: #3FFF;
}

/* posicionando os tooltips */
#t1 {
	position: absolute;
	top: 30%;
	left: 50%;
}
#t2 {
	position: absolute;
	top: 58%;
	left: 58%;
	z-index: 1;
}
#t3 {
	position: absolute;
	top: 60%;
	left: 45%;
}
#t4 {
	position: absolute;
	top: 76%;
	left: 19%;
}

/* posicionando as infos */
#i2 {
	top: 4%;
	left: 75%;
}
#i3 {
	top: 34%;
	left: 55%;
}
#i4 {
	top: 38%;
	left: 18%;
}
#i5 {
	top: 67%;
	left: 56%;
}
@media screen and (max-width: 940px) {
	h1 {
		font-size: 2.5em;
	}

	.linha-fina {
		font-size: 1.8rem;
	}

	.responsive-img {
		max-width: 100%;
		height: auto;
	}

	.como-funciona {
		display: none;
	}
}

/* animando os tooltips */
.anima {
	animation-duration: 2.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
.pulse {
	animation-name: pulse;
	animation-duration: 1s;
}
