.title-section
{
	padding:72px 15px;
}

.titletitulo
{
	font-size: 33px;
    line-height: 34px;
	font-family: 'Roboto Condensed', cursive;
}

.titletitulo:before
{
	content: '';
    position: absolute;
    width: 130%;
    left: -15%;
    top: 50%;
    height: 2px;
    background: #BF930D;
}

.titletitulo div
{
    background: #fff;
    padding: 0px 20px;
}

@media (min-width: 992px)
{
	.titletitulo
	{
		font-size: 42px;
		line-height: 44px;
	}
}