@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Special+Elite);

a:link, a:visited {color:#2c3266;}
a:hover {color:#2c3266;}
a:active {color:#2c3266;}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

body{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size:16px;
	color:#2c3266;
    padding:0;
    margin:0;
	background-color:#eccdab;
	background-image:url(../img/bg-topo.jpg), url(../img/bg-textura.jpg);
	background-position:center top, left top;
	background-repeat:no-repeat, repeat;
	height: 100%;
}

h1{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:700;
	font-size:1.4em;
	color:#2c3266;
	margin:0;
}

h2{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:400;
	font-size:1.4em;
	line-height:1.2em;
	color:#2c3266;
	margin:0;
	margin-bottom:0.2em;
}

h3{
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight:400;
	font-size:1.1em;
	line-height:1.2em;
	color:#2c3266;
	margin:0;
	margin-bottom:0.2em;
}

#titulo{
	width:295px;
	height:49px;
	margin-top:25px;
	margin-left: auto;
    margin-right: auto;
}

#share-menu{
	position:absolute;
	top:23px;
	right:16px;
	size:auto;
}

.sublinhado{text-decoration:underline}

.share-icon{
	cursor:pointer;
	opacity:0.9;
}

.share-icon:hover{
	opacity:1;
}

#capa{
	margin-top:26px;
	margin-bottom:60px;
	height:auto;
	clear:both;
}

.campanha{
	margin-left: auto;
    margin-right: auto;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(88,51,32,0.35);
	-moz-box-shadow: 0px 2px 2px 0px rgba(88,51,32,0.35);
	box-shadow: 0px 2px 2px 0px rgba(88,51,32,0.35);
	width:560px;
	height:560px;
	background: rgba(255, 255, 255, 1);
}

.diario{
	margin-left: auto;
    margin-right: auto;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(88,51,32,0.35);
	-moz-box-shadow: 0px 1px 2px 0px rgba(88,51,32,0.35);
	box-shadow: 0px 1px 2px 0px rgba(88,51,32,0.35);
	width:560px;
	height:406px;
	background: rgba(255, 255, 255, 1);
}

.fotorama__stage__shaft{
	-webkit-box-shadow: 0px 1px 2px 0px rgba(88,51,32,0.35);
	-moz-box-shadow: 0px 1px 2px 0px rgba(88,51,32,0.35);
	box-shadow: 0px 1px 2px 0px rgba(88,51,32,0.35);
	}

.download{
	margin-left: auto;
    margin-right: auto;
	width: 560px;
}

.bloco-campanha{
	margin-top:42px;
	margin-right:10px;
	margin-bottom:112px;
	margin-left:100px;
	float:left;
	width:520px;
}

.bloco-apoiar{
	margin-left:35px;
	margin-top:35px;
	margin-right:0;
	margin-bottom:100px;
	float:left;
}

.bloco-apoiar2{
	margin-left: auto;
    margin-right: auto;
	margin-top:35px;
	margin-bottom:100px;
	width:488px;
}

.botao{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:1.4em;
	display:block;
	background-color:transparent;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:2px solid #2c3266;
	cursor:pointer;
	color:#2c3266;
	padding:15px 16px;
	text-decoration:none;
	width:190px;
	text-align:center;
}

.botao2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:1.4em;
	display:block;
	background-color:transparent;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:2px solid #2c3266;
	cursor:pointer;
	color:#2c3266;
	padding:15px;
	text-decoration:none;
	text-align:center;
}

.botao:hover{
	border:2px solid #fff;
	background-color:#fff;
	color:#e25433;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(137,48,19,0.8);
	-moz-box-shadow: 0px 0px 2px 0px rgba(137,48,19,0.8);
	box-shadow: 0px 0px 2px 0px rgba(137,48,19,0.8);
}

.botao2:hover{
	border:2px solid #fff;
	background-color:#fff;
	color:#e25433;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(137,48,19,0.8);
	-moz-box-shadow: 0px 0px 2px 0px rgba(137,48,19,0.8);
	box-shadow: 0px 0px 2px 0px rgba(137,48,19,0.8);
}

.voltar{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 30px;
	height: auto;
	cursor: pointer;
	padding: 10px;
	opacity: 0.8;
}
.voltar:hover{
	opacity: 1;
}

.sobre{
	clear:both;
	margin-left: auto;
    margin-right: auto;
	height:auto;
	width:auto;
	/*background: rgba(170, 55, 30, 0.08);*/
	padding-top:0;
	margin-bottom:40px;
}

.texto{
	margin-left: auto;
    margin-right: auto;
	width:560px;
}

.texto > h2 {
	text-align:center;
}

.texto > p {
	margin:0;
	margin-top:10px;
	font-family: 'Special Elite', "Courier New", Courier, monospace;
	line-height:1.7em;
	text-align:justify;
}

.ficha{
	font-size:0.9em;
	clear:both;
	font-family: 'Roboto Condensed', Arial, sans-serif !important;
	font-weight:400;
}

.fotorama{
	height:430px;
	width:560px;
	margin-left: auto;
    margin-right: auto;
	clear:both
	}

.rodape{
	clear:both;
	margin-left: auto;
    margin-right: auto;
	height:226px;
	width:auto;
	background-image:url(../img/rodape.jpg);
	background-position:top;
	background-repeat:no-repeat;
}