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

.main {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 1.875em 3.125em;
}
.cbp_tmtimeline {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 0;
	width: 2px;
	background: #afdcf8;
	left: 59px;
	margin-left: -6px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 5%;
	padding-right:5 0px;
	position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span { display: block; text-align: left; margin-top: 8px; }
.cbp_tmtimeline > li .cbp_tmtime span:last-child { font-size: 14px; color: #3594cb; }
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child { margin-top: 8px; }

.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #3594cb;
	color: #fff;
	padding: 2em;
	position: relative;
	margin-left: 10%;
}
.cbp_tmlabel p {
	font-size:1.1em;
	font-weight: 400;
	line-height: 1.6em;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel { background: #6cbfee; }
.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

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

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

.cbp_tmtimeline > li .cbp_tmicon {
	display:block;
	width: 10px;
	height: 10px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 55px;
	margin-left: -5px;
	margin-top: 14px;
}
.cbp_tmicon-phone:before { content: "\e000"; }
.cbp_tmicon-screen:before { content: "\e001"; }
.cbp_tmicon-mail:before { content: "\e002"; }
.cbp_tmicon-earth:before { content: "\e003"; }

/* //////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////// */

.item_video{
	width:400px;
	height:260px; 
}


@media screen and (max-width: 65.375em) {

	/* VERMELHO */
	
	
	
	.cbp_tmtimeline:before{
		margin-left: 5px;
	}
	
	.main {
		max-width: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmtime span:last-child { 
		font-size: 14px; 
	}
	
	
	.cbp_tmtimeline > li .cbp_tmicon {
		left: 65px;
		
	}
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin-left: 15%; 
		font-size: 90%; 
	}
	
	.item_video{
		width:340px;
		height:240px; 
	}
	
}

@media screen and (max-width: 40em) {

	/* COR-DE-ROSA */
	
	.cbp_tmtimeline:before{
		margin-left: 5px;
		display:none;
	}
	
	.main {
		max-width: 95%;
	}
	
	.item_video{
		width:230px;
		height:160px; 
	}

	.cbp_tmtimeline > li .cbp_tmtime span:last-child { 
		font-size: 14px; 
	}


	.cbp_tmtimeline > li .cbp_tmicon {
		display:none;
	}
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin-left: 15%; 
		font-size: 90%; 
	}
	
}

@media screen and (max-width: 26em) {
                         	.main {
		max-width: 90%;
	}
	
	.cbp_tmtimeline > li .cbp_tmtime span:last-child { 
		font-size: 10px; 
		margin-left:-15px;
	}

	.cbp_tmtimeline:before, .cbp_tmtimeline > li .cbp_tmicon {
		left: 0px;
	}
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin-left: 10%; 
	}
	
	.cbp_tmtimeline > li .cbp_tmicon {
		display:none;
	}
	
	.item_video{
		width:160px;
		height:120px; 
	}
	
}