/** Timeline (layout imagem | título + texto) — Estamparia */

.timeline-wrap::after {
	content: "";
	display: table;
	clear: both;
}

.timeline {
	height: 670px !important;
}

.timeline a {
	outline: none;
}

.timeline .issues li span,
.timeline .issues li a {
	float: left !important;
	width: 100% !important;
	color: #004067 !important;
	text-shadow: none !important;
	font-family: 'Raleway', Arial, Tahoma, sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2 !important;
	margin-bottom: 25px !important;
}

.timeline .issues li {
	padding-top: 5rem !important;
}

.timeline .issues li p {
	font-size: 20px !important;
	line-height: 1.5 !important;
}

.timeline-wrap {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.timeline-image {
	float: left;
	width: 50%;
	display: flex;
	justify-content: center;
	padding-top: 25px;
}

.timeline .issues li.selected img {
	margin: 0 2rem 1rem 0 !important;
	width: 17rem !important;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.timeline-content {
	float: left;
	width: 50%;
}

.timeline-content p {
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
	text-align: left !important;
}

.timeline-content .timeline-body {
	clear: both;
}
