* { margin:0; padding:0; }

body { background:#FFF; }

.fundo {  }

.container { width:98%; max-width:800px; margin:0 auto; display:block; }
.clear { display:block; float:none; clear:both; }

header { background:#F4F4F4 url(fundo.png) top center fixed; padding:100px 0 80px 0; }
	
	header h1 { max-width:950px; margin:0 auto; margin-top:75px; padding-bottom:35px; text-align:center; font:normal 50px 'Lato', Arial; font-weight:900; line-height:52px; color:#FFF; }
		header h1 strong, header h1 span { font-weight:900; color:#FFE917; }
		
	header h2 { display:block; width:95%; max-width:750px; margin:0 auto; text-align:center; font:20px 'Tahoma', Arial; color:#FFF; }
		header h2 u { text-decoration:underline; }

.seta { margin:0 auto; display:block; }
	
.data { display:block; font:13px verdana; color:#666; text-align:right; float:right; margin-top:5px; }

.conteudo { width:98%; max-width:800px; margin:0 auto; padding:10px; padding-bottom:0; border-radius:4px; }
	
	.conteudo hr { margin:20px 0 40px 0; }
	
	.conteudo h1 { display:block; width:98%; max-width:850px; margin:0 auto; padding-bottom:25px; text-align:center; font-size:38px; line-height:55px; font-family:'Lato'; font-weight:900; border-bottom:2px solid #CCC; color:#1c003d; }
		.conteudo h1 span { background:#FFFF59; color:#1c003d; display:inline; padding:0 3px 0 3px; }
	
	.conteudo h3 { display:inline-block;  margin-bottom:36px; padding:5px; font-family:'Montserrat'; font-weight:800; line-height:30px; font-size:21px; }
	
	.conteudo p { padding-bottom:36px; font-family:'Montserrat'; font-weight:400; line-height:30px; font-size:21px; }
		.conteudo p u { text-decoration:underline; }
	
	.conteudo .citacao { padding:23px; margin-bottom:45px; font-style:italic; background:#FFF; text-align:center; }
	
	.conteudo ul { margin:10px 0 15px 40px; }
	.conteudo ul li { list-style:none; padding-bottom:35px; font-family:'Montserrat'; font-weight:500; font-size:21px; }
	.conteudo ul li span { text-decoration:underline; }
	
	.conteudo h2 { text-align:center; padding-top:15px; padding-bottom:50px; max-width:700px; display:block; margin:0 auto; font-family:'Lato'; font-weight:900; line-height:38px; font-size:30px; color:#000; }
	
	.conteudo > img { margin:0 auto; margin-bottom:30px; display:block; max-width:650px; }
	
	.sobre { font-size:18px !important; line-height:25px !important; color:#666; margin:0 auto; margin-bottom:50px; margin-top:50px; text-align:center; }
		.sobre img { border-radius:100px; display:block; margin:0 auto; width:110px; border:3px solid #FFF; background:#FFF; vertical-align:middle; }
		.sobre strong { color:#0C101B; }
		.sobre span { display:block; width:60px; height:4px; background:#CCC; margin:0 auto; margin-top:10px; }
		
	.foto { border-radius:20px; display:block; margin:0 auto; width:200px; border:5px solid #FFF; background:#FFF; vertical-align:middle; }

.botoes a { border-radius:5px; padding:25px 0 25px 0; display:block; margin:0 auto; margin-top:40px; width:95%; text-align:center; color:#FFF; background:#FFBB3E; font:bold 20px Verdana; text-decoration:none; }
		.botoes a:hover { background:#FED14B; }
		.botoes a br { display:none; }

.comentarios { display:block; padding:5px; width:90%; max-width:800px; margin:0 auto; margin-top:15px; }
	.comentarios h2 { text-align:center; font-family:Arial;  font-size:23px; color:#666; margin-bottom:30px; }
	
	#fb-root { display: none; }  /* on redÃ©fini la taille du contenu */ .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }
	
footer { background:#F5F5F5; text-align:center; margin-top:40px; padding:45px 0 45px 0; }

.rodape { text-align:center; padding:20px 0 20px 0; }
	.rodape img { width:50%; max-width:204px; margin:0 auto; display:block; }

@media (max-width: 830px) {

	header { padding:40px 0 30px 0; }
	header h2 { font-size:15px; }	
	header h1 { width:97%; margin:0 auto; display:block; margin-top:30px; line-height:40px; font-size:37px; }
	.data { display:block; float:none; clear:both; margin:0 auto; text-align:center; font-size:11px; }
	
	.conteudo { width:90%; margin-top:20px; padding:15px; }
	.conteudo p { font-size:20px; line-height:26px; }
		.conteudo p strong { font-weight:800px; }
	.conteudo h1 { font-size:28px; line-height:40px; }
		.conteudo h1 br { display:none; }
	.conteudo h2 { font-size:24px; line-height:27px; }
		.conteudo h2 br { display:none; }
	.conteudo ul { margin-left:20px; }
	.conteudo ul li { font-size:20px; line-height:26px; }
	.conteudo img { width:90%; margin:0 auto; margin-bottom:25px; }
	
	.sobre { width:90%; font-size:15px !important; margin-top:25px; margin-bottom:20px; }
		.sobre img { width:25%; border:3px solid #FFF; }
		
	.botoes a br { display:block; }
	
}