.title{
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.sub-title{
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}


.aviso {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.p-left {
	color:#333;
	text-align: left !important;
	padding: 0px 0px 0px 50px;
	font-family: 'Roboto', sans-serif !important;
}

.txt-size {
	font-size: 18px;
	font-weight: bold;
}

.p-center {
	color: #000;
	text-align: center;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
}

.txt-preto {
	color:#000 !important;
}
.txt-branco {
	color:#fff !important;
}


.boxcolor {
	background-color:#000000;
}

.boxcolor2 {
	background-color:#3c3c3c;
}

.boxcolor3 {
	background-color:#080606;
}
.boxcolor4 {
	background-color:#f4a200;
}
.boxcolor5 {
	background-color:#161614;
}

.boxcolor6  {
	background-color:#1f1f1f;
}

.margin {
	margin-left: 60px !important;
}

.justify {
	text-align: justify !important;
}