/****************************** TITULO E PARAGRAFO ******************************/
	.conteudo h1 {
		font-family: 'Open Sans', 'Oswald';
		font-weight: bold;
		font-style: normal;
		font-size: 26px;
		color: #c02238;
		text-align: left;
		line-height: normal;
		text-transform: uppercase;
		margin: .50em 0;
	}


	.conteudo h2 {
		font-family: 'Open Sans', 'Open Sans';
		font-weight: bold;
		font-style: normal;
		font-size: 1.5em;
		color: #2BB673;
		text-align: left;
		line-height: normal;
		text-transform: uppercase;
		margin: .3em 0 .8em 0;
	}

		/*.conteudo h3 {
		font-family: 'Open Sans', 'Open Sans';
		font-weight: bold;
		font-style: normal;
		font-size: 18px;
		color: #6fa09f;
		text-align: left;
		line-height: normal;
		text-transform: uppercase;
	}*/

	.conteudo h4{
		font-family: 'Open Sans', 'Oswald';
		font-weight: bold;
		font-style: normal;
		font-size: 21px;
		color: #73D477;
		text-align: center;
		line-height: normal;
		text-transform: uppercase;
		margin-top: 5px;
		margin-bottom: 5px;
	}


	.conteudo p {
		font-family: 'Open Sans', 'Open Sans';
		font-weight: 400;
		font-style: normal;
		font-size: 13px;
		color: #4f4f4f;
		text-align: left;
		line-height: 20px;
	}

	.conteudo p b{
		font-family: 'Open Sans', 'Open Sans';
		font-weight: bold;
		font-style: normal;
		font-size: 13px;
		color: #4f4f4f;
		text-align: left;
		line-height: 25px;
	}

	/*****************************************/
	.maior {
		background-color: #2BB673;
	}
	.menor {
		background-color: #1AA260;
		color: #ffffff;
		font-size: .8em;
		padding: 0;
		text-align: right;
	}