.contrast,
.contrast nav,
.contrast li,
.contrast div,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast table,
.contrast form,
.contrast #dialogo,
.contrast .ui-widget-content .ui-datatable-even,
.contrast article {
    background: #2b2b2b;
/*     color: yellow !important; */
    color: white !important;
}

.contrast #form-fale-conosco{
    background: #2b2b2b;
/*     color: yellow; */
	color: white;
}

.contrast #form-fale-conosco .panel-body a{
/*     color: yellow !important; */
	color: white !important;
}

.contrast ul,
.contrast #form-fale-conosco .panel-body,
.contrast #form-fale-conosco .panel-heading{
    background: #2b2b2b;
}

/* .contrast div a span { */
/*     color: white !important; */
/* } */

.contrast h1,
.contrast h3,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast em,
.contrast cite,
.contrast q,
.contrast b,
.contrast u{
/*     color: yellow !important; */
	color: white !important;
	background: #2b2b2b;
}

.contrast #dialogo_title,
.contrast .efeito-caixa span {
    color: #4d4d4d !important;
/*     background: none  !important; */
}


.contrast a{
/*     color: yellow !important; */
	color: white !important;
}


.contrast .panel-title{
/*     color: yellow !important; */
    color: white !important;
}

.contrast h2,
.contrast h4,
.contrast .pagination li a{
    color: #2b2b2b !important;
/*     color: white !important; */

}

.contrast strong{
/*     color: #2b2b2b !important; */
    color: white !important;

}


/* .contrast a{ */
/*     color: yellow !important; */
/* } */

.contrast button,
.contrast btn,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
    background: #008080! important;
/*     color: blue !important; */
    color: white !important;
    border: none !important;''
}

.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
    background: #2b2b2b  !important;
    border: 1px solid white !important;
    color: white !important;
}

