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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
picture,
video,
embed {
    max-width: 100%;
}

/*body*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-variant: normal;
	font-size-adjust: none;
	text-transform: none;
}
h2 {
	font-variant:normal;
	font-size-adjust:none;
	font-weight:normal;
	font-size:16px;
}

.corpo {
	width: 80%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
.texto_br {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	}
.texto_pr {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	}
.email {
	unicode-bidi:bidi-override;
	direction:rtl;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	}
.rodape {
	font-weight: 400;
	margin-bottom: 0px;
	bottom: 0px;
	color: #333333;

	width: 100%;
	text-align: justify;
}
