@charset "utf-8";

* {
	-webkit-touch-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
}
body {
	background-color: #b16e44;
	padding: 0;
	margin: 0;
	font-family: 'Exo', sans-serif;
	font-weight: 400px;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

#tdi-es-timeline {
	position: absolute;
}

#timeline-tudo{
	position: absolute;
	margin: 0;
}

#tdi-es-timeline .timeline-linha {
	position: relative;
	background-color: #EEE;
	height: 2px;
}

#tdi-es-timeline .timeline-linhas-grossas {
	display: block;
	width: 100%;
	position: relative;
}

#tdi-es-timeline .timeline-linhas-grossas .linha-grossa {
	position: absolute;
	width: 7px;
	height: 102px;
	background-color: #EEE;
	margin-top: -50px;
}

#tdi-es-timeline .timeline-decadas {
	display: block;
	width: 100%;
	position: relative;
}

#tdi-es-timeline .timeline-decadas .ano-decada {
	height: 70px;
	width: 250px;
	position: absolute;
	margin-top: -120px;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	padding-top: 11px;
}

#tdi-es-timeline .timeline-linhas-finas {
	display: block;
	width: 100%;
	position: relative;
}

#tdi-es-timeline .timeline-linhas-finas .linha-fina {
	position: absolute;
	width: 2px;
	height: 64px;
	background-color: #EEE;
	margin-top: -31px;
	z-index: 3;
}

#tdi-es-timeline .timeline-primeiros-anos {
	display: block;
	width: 100%;
	position: relative;
}

#tdi-es-timeline .timeline-primeiros-anos .ano {
	width: 250px;
	height: 40px;
	position: absolute;
	margin-top: -50px;
	text-align: center;
	color: rgba(255,255,255,.8);
	font-size: 24px;
	padding-top: 5px;
	z-index: 10;
}

#tdi-es-timeline .timeline-anos {
	display: block;
	width: 100%;
	position: relative;
}

#tdi-es-timeline .timeline-anos .linha {
	position: absolute;
	width: 2px;
	height: 99px;
	margin-top: -120px;
}

#tdi-es-timeline .timeline-anos .ano {
	width: 250px;
	height: 40px;
	position: absolute;
	margin-top: -120px;
	text-align: center;
	color: rgba(255,255,255,.8);
	font-size: 24px;
	padding-top: 5px;
}

#tdi-es-timeline .timeline-datas {
	display: block;
	width: 250px;
	position: relative;
}

#tdi-es-timeline .timeline-datas .data-decada, #tdi-es-timeline .timeline-datas .data-ano {
	position: absolute;
}

#tdi-es-timeline .timeline-datas .data-decada {
	width: 230px;
}

#tdi-es-timeline .timeline-datas .data-ano {
	width: 230px;
}

#tdi-es-timeline .timeline-datas .data {
	width: 230px;
	height: 40px;
	color: #FFF;
	padding: 8px;
	font-size: 20px;
	border-top: 2px solid;
	cursor: pointer;
}

#tdi-es-timeline .timeline-datas .data-media {
	width: 230px;
}

#tdi-es-timeline .timeline-datas .data-maior {
	width: 230px;
}

.timeline-eventos, #tdi-es-timeline .timeline-textos-popup {
	display: none;	
}

.mostrador-layer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 500;
	background: rgba(0,0,0,.65);
	display: none;
}

.mostrador-layer .mostrador {
	display: none;
	position: relative;
	margin: 5% auto 0;
	padding: 20px;
	width: 400px;
	background: #FFF;
	border-radius: 10px;
}

.mostrador-layer .mostrador div {
	font-size: 16px;
}

.mostrador-layer .mostrador div:first-letter {
	text-transform: uppercase;
}
