@charset "utf-8";


.bt1_timeline{
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #F0F0F0;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	-webkit-transition: height 1s, width 1s, border-radius 1s, margin 1s;
	-moz-transition: height 1s, width 1s, border-radius 1s, margin 1s;
	-o-transition: height 1s, width 1s, border-radius 1s, margin 1s;
	-ms-transition: height 1s, width 1s, border-radius 1s, margin 1s;
	transition: height 1s, width 1s, border-radius 1s, margin 1s;
	margin: 15px;

}
.bt2_timeline{
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #F0F0F0;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	-webkit-transition: height 1s, width 1s, border-radius 1s, margin 1s;
	-moz-transition: height 1s, width 1s, border-radius 1s, margin 1s;
	-o-transition: height 1s, width 1s, border-radius 1s, margin 1s;
	-ms-transition: height 1s, width 1s, border-radius 1s, margin 1s;
	transition: height 1s, width 1s, border-radius 1s, margin 1s;
	margin: 30px;
}
	
.bt1_timeline:hover, .bt2_timeline:hover{
width:200px;
height: 300px;
border-radius: 0%;
margin: 0px;

}
.bt1_timeline:hover .imagem1_timeline, .bt2_timeline:hover .imagem2_timeline{
	opacity: 1.0;
	height: 200px;
	width: 200px;
		visibility:visible;
}

.imagem1_timeline{
	width: 1px;
	height: 1px;
	opacity: 0.0;
	-webkit-transition: opacity 2s, width 1s, height 1s, visibility 3s;
	-moz-transition: opacity 2s, width 1s, height 1s, visibility 3s;
	-o-transition: opacity 2s, width 1s, height 1s, visibility 3s;
	-ms-transition: opacity 2s, width 1s, height 1s, visibility 3s;
	transition: opacity 2s, width 1s, height 1s, visibility 3s;
	visibility: hidden;
	padding: 0px;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.imagem2_timeline{
	width: 1px;
	height: 1px;
	opacity: 0.0;
	-webkit-transition: opacity 2s, width 1s, height 1s, visibility 3s;
	-moz-transition: opacity 2s, width 1s, height 1s, visibility 3s;
	-o-transition: opacity 2s, width 1s, height 1s, visibility 3s;
	-ms-transition: opacity 2s, width 1s, height 1s, visibility 3s;
	transition: opacity 2s, width 1s, height 1s, visibility 3s;
	visibility: hidden;
	padding: 0px;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.texto1_timeline{
	font-family: 'Quicksand', sans-serif, Arial;
	text-align: center;
	display: table-cell;
	width: 160px;
	vertical-align: middle;
	height: 170px;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	-moz-transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	-o-transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	-ms-transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.texto2_timeline{
	font-family: 'Quicksand', sans-serif, Arial;
	text-align: center;
	display: table-cell;
	width: 130px;
	vertical-align: middle;
	height: 130px;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	-moz-transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	-o-transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	-ms-transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	transition: width 1s, height 1s, padding-right 1s, padding-left 1s;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	font-size: 13px;
}
.bt1_timeline:hover .texto1_timeline, .bt2_timeline:hover .texto2_timeline{
	width: 170px;
	height: 85px;
	padding-right: 15px;
	padding-left: 15px;

}
.linha_timeline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.tracos_timeline{
	border-top-width: 1px;
	border-top-style:dashed;
	border-top-color: #000;
}