.line{
	margin-top: 0;
	border-top: 3px solid #eeeeee;
}
.tab {
    color: white;
    background-image: url(https://s3.amazonaws.com/781284419609-build-state-bucket/CMS/images/pleca_titulo_negativo_500.png);
    background-color: #ac162c;
    width: 390px;
    background-repeat: no-repeat;
    height: 35px;
    padding: 8px;
    padding-left: 25px;
    margin-top: 10px;
    font-family: HelveticaNeueThin;
    font-size: 23px;
    padding-top: 2px;
    display: inline-block;
}

.lbl1
{
	color: #617686;
	font-size: 20px;
    font-family: HelveticaNeueBold;
	text-align: justify;
    width: 75%;
    margin: 0 auto;
}

.lbl2
{
	color: #617686;
	font-size: 20px;
    font-family: HelveticaNeueRoman;
	text-align: justify;
    width: 75%;
    margin: 0 auto;
}

.img
{
	height: auto;
    max-width: 100%;
}

#container-contact
{
	margin-top: 50px;
}

.disable {
    background-color: #b5b5b5;    
}

.enable {
    background-color: #ac162c;
    position: absolute;
    margin-top: 5px;
    margin-left: -75px;
    display: inline-block;
}

.disableLbl {
    border-bottom: 24px solid #b5b5b5;
}

.enableLbl {
    border-bottom: 24px solid #ac162c;
}

.btnMenu {
    background-color: #f0f1f5;
    border-radius: 25px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

.btnMenuActive {
    font-weight: bold;
    background-color: #617686 !important;
    color: #ffffff !important;
}

#contentMenuSub li {
    padding: 10px;
    margin: 0px;
}

#containerMenuSub {
    background-color: #fff;
    width: 180px;
    margin-left: 4px;
}

#contentMenuSub {
    display: contents;
}