.manuf-sec{
	font-family:'oswaldlight';
	background-color: #76828E;
	padding: 30px 0px;
	margin-bottom: 14px;
}

.cont-manuf-sec{
	width: 80%;
	margin: 0px auto;
}

.title-manuf{
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 7px;
	padding-right: 35px;
	border-bottom: 1px solid #D0D3D4;
	float: left;
}

.text-manuf{
	width: 80%;
	margin: 0px auto;
	margin-bottom: 35px;
}

#line-card{
    display: table;
    margin: 0 auto;
}
.rows{
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

.back-logs{
	background-color: #fff;
}

.logs{
	width: 170px;
}

.texts{
	padding: 7px 0px;
	padding-left: 25px;
	width: 625px;
}

.colum-text-title, .colum-text-subtitle{
	font-size: 19px;
	line-height: 20px;
}

.colum-text-subtitle{
	font-size: 16px;
}

.triangulo_der{
	position: relative;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 7px solid transparent;
    float: right;
    margin-right: -15px;
    margin-top: 12px
}


