@charset "utf-8";
/* CSS Document */

.tudo-sobre {
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-top: 20px;
	border-radius: 8px;
	margin-bottom: 40px;

}

.conteudo {
	min-height: 45em;
	padding: 20px;
}

.texto1, .texto3 {
	font-size: 2.0em;
	line-height: 1.5em;
	text-align: left;
	padding: 20px 0;
}

.texto2 {
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: right;
	color: #C55454;
	padding: 365px 0px;
	font-style: oblique;
	font-family: Georgia, Times, "Times New Roman", serif;
}


.conteudo img {
	width: 100%;
}

.titulo-conteudo {
	font-size: 3.5em;
	color: #dd0c00;
	line-height: 1.2em;
	font-weight: 700;
	text-align: left;
	padding: 1em 0em 0em 0em;
}

.titulo-conteudo:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #dd0c00;
	margin: 8px 0px

}

.titulo-conteudo span{
	display: block;
	font-size: 0.5em;
	color: #000;
	font-style: oblique;
}

@media only screen and (max-width: 767px) {
	.texto2 {
	padding: 30px 0px;	
}
