/* CSS*/ 
@charset "UTF-8";

html {
	position:static!important;
	top:0!important;}
body {
	/*font-family: 'Helvetica Neue', Helvetica, Arial, serif;*/
	font-family: 'Sintony', sans-serif;
	cursor:default;}
		
* { 
	box-sizing:border-box;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;
	transition: 0.5s;
}

h1 {
	font-size: 30px; 
	font-weight: bold; 
	margin-bottom: 20px; 
	letter-spacing: -1px; 
	color: rgb(0, 0, 0);
	line-height: 1.5em;
	padding-top: 0px;
	margin-left: 5%;
	margin-top: 25px;		
}

h2 {
	font-size: 20px; 
	font-weight: bold;
	margin-bottom: 20px; 
	letter-spacing: -1px; 
	color: rgb(0, 0, 0);
	line-height: 1.5em;
	padding-top: 0px;
	margin-left: 10%;
}

h3 {
	font-size: 17px; 
	margin-bottom: 20px; 
	letter-spacing: -1px; 
	color: rgb(0, 0, 0);
	line-height: 1.5em;
	padding-top: 0px;
	margin-left: 10%;
}

	
p {
	font-size: 15px; 
	line-height: 1.5em; 
	color: rgb(0, 0, 0);
	text-align: justify;
	text-indent: 50px;
	text-justify: inter-word;
}


div#interface {
	width: 100%; 
	margin: 0 auto; 
	padding: 0px 0px;
 	background: rgb(60, 40, 30);
}


figure#logo{
	margin: 0 auto;
	padding:10px;
	width: 100%; 
	max-width: 1000px;
	text-align: center;
	background: rgb(255, 255, 210); 
}

img#img_logo{
	width: 100%; 
	max-width: 450px;
}

div#conteudo{
	margin: 0 auto;
	max-width: 1000px;
	background: rgb(255, 255, 210);
	padding: 20px;
	z-index: 1;
}



div#txt {
	margin: 0 auto;
	width: 80%;
}

#fotos_ilustracao{
	float: left;
	padding: 0px;
	margin: 15px 20px 10px 10px;
	width: 315px;
	border:5px solid;
	border-color:#fff;
	box-shadow: 5px 5px 10px rgb(103,108,113);
}

#fotos_ilustracao2{
	float: right;
	padding: 0px;
	margin: 15px 20px 10px 10px;
	width: 315px;
	border:5px solid;
	border-color:#fff;
	box-shadow: 5px 5px 10px rgb(103,108,113);
}

#div_destaque{
	padding: 10px;
	margin: 0 auto;
	width: 100%;
}
	
#destaque {
	display: block;
	max-width:900px;
	margin: 0 auto;
	width:100%;
}
#sitacao_texto{
	position: relative;
	margin-left: 20%;
	
	
}

#em_sitacao_texto{
	font-style: italic;
	
}
#b{
	color: #ff0000;
}

#autor_sitacao{
	text-align:right;
	font-style: italic;
	padding-bottom: 30px;
}

#sitacao{
	position: relative;
	font-style: italic;
	padding-top: 30px;
}

#quebra{
	color:  rgb(85, 50, 30);
	border-style: solid;
	border-width:2px;
	margin:20px auto;
	box-shadow: 2px 2px 5px rgb(0,0,0);
	
	
	
}

#saibamais {
	font-size: 15px; 
	line-height: 1.5em; 
	color: rgb(85, 50, 30);
	text-align: right;
	text-indent: 50px;
	text-justify: inter-word;
}

#saibamais a, a:link, a:hover, a:visited, a:active  {
	color: rgb(85, 50, 30);
	font-weight:bold;
}

#redes_sociais{
	position: fixed;
	bottom:0px;
	width: 100%;
	height: 40px;
	/* Background & effects */
	box-shadow: -2px -1px 2px rgba(0, 0, 0, .3);
	background: rgb(85, 50, 30);
	z-index: 1000;
}
#icon_redes_sociais{
	/* Layout & positioning */
	position: relative;
	margin: 5px auto;
	max-width: 1000px;
	text-align: right;
	vertical-align:center;

	
}
#icon_redes{
	padding-left:10px;
	height: 30px;

	
}
