.title{
	color: #000;
	text-transform: uppercase;
	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: 20px;
	font-family: 'Roboto', sans-serif;
}


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

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

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

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

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

.boxcolor {
	 /*background-image: url("../img/background-1.jpg");*/
	background-color:#fff;
}

.boxcolor2 {
	background-color:#f6fefe;
}

.boxcolor3 {
	background-color:#eeeeee;
}

.boxcolor-blue {
	background-color:#0061ae;
}

@media (min-width: 720px){

	.title{
		text-align: center;
		font-family: 'Roboto', sans-serif;
		margin-top: 4%;
		margin-left: 10px;
		font-weight: 700;
	}

	.p-center{
		text-align: center;
	}
	}