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

.sub-title{
	color: #000;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}


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

.p-left {
	text-align: left !important;
	margin-top: 50px;
	font-family: 'Roboto', sans-serif;
}

.col-text {
	padding: 10%;
}

.txt-size {
	font-size: 20px;
}

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

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

.boxcolor {
	background-color:#ffffff;
}

.boxcolor2 {
	background-color:#f8f8f8;
}

.boxcolor3 {
	background-color:#06060d;
}

.boxcolor-blue {
	background-color:#0067b1;
}

@media (min-width: 720px){

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

	font-family: 'Roboto', sans-serif;
}
	
	.p-center{
		text-align: center;
	}