div#titulo-empresa {
    width: 100%;
    float: left;
    background: #fafafa;
    height: 28px;
    padding: 22px 0 10px;
}
#titulo-empresa h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #25558b;
    font-weight: bold;
    display: inline-block;
    float: left;
}

#titulo-empresa h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #25558b;
    font-weight: lighter;
    display: inline-block;
    float: right;
}

#qualifer h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;   
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
}

.conteudo-sobre {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
}

#mvv {
    padding: 30px 0;
}

#mvv table, #mvv p {
    margin: 0;
    padding: 0;
}

#mvv h3{
	color: #25558b !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-family: 'Oswald', sans-serif;
}

#mvv td:nth-child(2n) {
    background: url("../../imagens/template/linha-vertical.png") center top repeat-y;
}

#mvv tr:first-child td {
    padding-top: 20px;
}

#mvv tr:last-child td {
    padding-bottom: 20px;
}

#mvv td {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    line-height: 2;
}


.divider-empresa, hr {
	background: url(../../imagens/template/divider-empresa.png);
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.conteudo-qualifer {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
}
.sobre-qualifer {
	width: 500px;
	float: left;
	position: relative;
}
.img-qualifer {
    width: 430px;
    float: left;
    padding: 10px 10px;
}

a.link-qualifer {
    background-color: #fbc33b;
    padding: 3px 33px 1px;
    text-transform: uppercase;
    color: #25558b;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    vertical-align: top;
    margin-top: -10px;
}

#qualifer td {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    line-height: 1.6;
}

#sobre-empresa h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;
    float: left;
    width: 100%;
    margin: 20px 0;
}