@font-face {
	font-family: 'ecoico';
	src:url('../fonts/timelineicons/ecoico.eot');
	src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timelineicons/ecoico.woff') format('woff'),
		url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 0;
	padding: 0 1em;
	list-style: none;
	position: relative;
} 

.timeline nav{
	justify-content: space-between;
	align-items: center;
}
.timeline nav ul{
	display: flex;
}
.timeline nav .botoes{
margin: .5em;
}

.cbp_tmtimeline .entry{display: flex;}

/* The line */
.cbp_tmtimeline .entry:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #3FA9F5;
	left: 19px;
	z-index: 0;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: flex;
	align-items: center;
	margin-left: .5em;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.8em;
	color: #3FA9F5;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 0.8em;
	color: #666;
	margin-left: .5em;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #666;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	background: #fff;
	padding: 0.4em 0.8em 0.8em 0.8em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	border:1px solid #e3e3e3;
	width: 100%;
}
.cbp_tmtimeline > li a{color: #666;}
.cbp_tmtimeline > li a:hover{color: #034E96;}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #fff;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
	color: #004C95; 
	font-size: 1em;
	font-weight: 500;
	margin: 10px 0 0 0px;
	padding: 0;
}

/* .cbp_tmtimeline > li.atrasado:nth-child(2n+1) .cbp_tmlabel::after{border-right-color: #F2DEDE;}
.cbp_tmtimeline li.atrasado .cbp_tmlabel{background: #F2DEDE}
.cbp_tmtimeline li.atrasado .cbp_tmlabel .tag{color: #F20005} */
.conquistado{color: #32882F}
.perdido{color: #F20012}


/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #f2f2f2;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #f2f2f2;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	font-family: 'ecoico';
	text-align: center;
	margin: 0 .5em 0 0;
}

.cbp_tmtimeline > li .cbp_tmicon i{
	z-index: 5;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	padding: .5em;
	border-radius: 50%;
	background: #3FA9F5;
}
.cbp_tmtimeline > li .cbp_tmicon:before{
	width: 2px; background:#3FA9F5;
}
.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}

.cbp_tmicon > .uil {
	font-size: 20px;
}



/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #f2f2f2;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #f2f2f2;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

