/*
	lightest		#f7f4f1
	light 			#847864
	medium			#3d3731
	dark			#1e1e1b
	highlight		#ffca5f
*/

#emBreve {
	max-width:272px;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #1e1e1b;
	color: #847864;
	font-weight: 400;
	font-size: 1em;
	font-family: 'flamalight', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #ffca5f;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #ffca5f;
	text-decoration: underline;
}

.js .codrops-header,
.js .codrops-top {
	position: fixed;
	z-index: 1000;
	height: 0; /* VINICIUS */
}

/* Header */
.codrops-header {
	margin: 0 auto;
	width: 70%;
	left: 15%;
	top: 3.5em;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.message {
	display: none;
	clear: both;
	color: #f39c12;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.3;
	padding: 1.5em 0 0.25em;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #1e1e1b;
	opacity:0.99;
	z-index: 10000;
}

.no-js .overlay, 
.overlay.hide {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

.info {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 80%;
	width: 100%;
}

.info span {
	display: inline-block;
	width: 180px;
	height: 180px;
	padding: 10px;
	margin: 16px 4px;
	text-align: center;
	vertical-align: top;
	background-size: 75%;
	background-color: #3d3731;
	background-repeat: no-repeat;
	background-position: 50% 85%;
}

.info span.info-drag {
	background-image: url(../img/drag.svg);
}

.info span.info-keys {
	background-image: url(../img/keys.svg);
}

.info span.info-switch {
	background-image: url(../img/switchmin.svg);
	background-size: 65%;
}

.info button {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: bold;
	padding: 1em 2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin: 1em auto;
	opacity: 0.7;
	outline: none;
}

.info button:hover {
	opacity: 1;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.69em;
	line-height: 2.2;
	top: 0;
	left: 0;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

@media screen and (max-width: 650px) {
	.message {
		display: block;
	}
	.info span.info-keys,
	.info span.info-switch {
		display: none;
	}
}

@media screen and (max-width: 30em) {
	.info span {
		width: 100px;
		height: 100px;
		font-size: 0.5em;
	}
}

@media screen and (max-width: 25em) {
	.codrops-icon span {
		display: none;
	}
}


/* SHARE */

.shareBar{
    position: fixed;
    width: auto;
    height: 40px;
    top: 1em;
    right: 1em;
    z-index: 1;
    color: #f7f4f1;
}
#header #shareBar{
  right:0;
}
.shareBar a{
  display:block; float:left;
  text-decoration: none;
  color: #f7f4f1;
  text-align: center;
  font-size: 1.4rem;
  opacity: 1;
  padding: 0 .5em;
}
.shareBar a span{
  display: block;
  text-decoration: none;
  text-align: center;
  color: #999;
  font-size: 11px;
  font-weight: bold;
  opacity: 0;
  margin-top: 20px;
  position: absolute;
}

.shareBar a:hover {
  opacity: .75;
}

.shareBar a:hover span{
	opacity: 1;
}

/* LOGO ESTADÃO */

#logo_estadao {
    font-family: 'Marcas Estadão';
    right: 0;
    font-size: 2rem;
    z-index: 1;
    color: #f7f4f1;
    opacity: 1;
}

#logo_estadao:hover {
	opacity: .75;
}


/* FIGURE */

figure {
    padding: 2em;
}

figure img {
	max-width:100%;
}

figcaption {
	font-size: 1em;
    line-height: 1.5;
    margin-top: 1em;
    text-align: left
}

span.figtitle {
    font-family: 'estadoheadlinebold';
    font-weight: normal;
    color: #fff;
    display: block;
    font-size: 1.2em; line-height: 1.1em;
}

span.figcredit {
    text-transform: uppercase;
    font-weight: bold;
    opacity: .5;
    font-size: .9em;
}

span.figcredit:before {
    content: '';
    height: 2px;
    width: 48px;
    background: #847864;
    opacity: .5;
    display: block;
    margin: .5em 0 .5em;
}


/* PROXIMO CAPITULO */

.pages .content a.related {
    background: rgba(61, 55, 49, 0.33);
    width: 100%;
    max-width: 100%;
    color: #847864;
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: .1em;
	border-bottom: none;
	opacity:0.7;
}

.pages .content a.related span {
	display:block;
	color: #ffca5f;
	line-height: 2;
}

.pages .content a.related:hover {
	opacity:1;
}



/* CAPITULAR */

.capitular:first-letter {
    font-size: 2.5em;
    float: left;
    line-height: 0.7;
    margin: 12px 18px 0 -.5em;
    font-family: 'estadoheadlineregular', serif;
    color: #f7f4f1;
    padding: .33em;
    border: 2px solid #847864
}


/* AUTORES */

.autores {
    width: 100%;
    top: 100%;
    position: relative;
    color: #fff;
    font-family: 'estadoheadlineregular';
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    position: absolute;
    font-style: italic;
    text-align: center;
    -webkit-transform: translate3d(0,-250%,0);
    transform: translate3d(0,-250%,0);
}


/* SELECTION */

::selection {
  background: #ffca5f;
  color: #1e1e1b;
}
::-moz-selection {
  background: #ffca5f;
  color: #1e1e1b;
}


/* ITEMS */

ul.items li dt {
	max-width: 720px;
	margin: 2em auto .5em;
	padding: 0.5em 2em;
	line-height: 1.5;
	text-align: left;
	color: #f7f4f1;
	text-transform: uppercase;
	font-weight: bold;
}

ul.items li dd {
	max-width: calc(660px - 4em);
	margin: 0 auto;
	padding: 1em;
	line-height: 1.5;
	text-align: left;
	font-size: 1.2em;
	border-bottom: 2px solid rgba(255,255,255,0.1);
}

ul.items li:last-child dd {
	border-bottom: none;
}

ul.items li dd span, ul.items li dd a {
	display:block;
	font-weight: bold;
}

ul.items li dd span:last-child {
	padding-bottom: .5em;
}

ul.items .fa {
	margin-right: .5em;
}



.my-gallery figure a{
	position: relative;
	display: block;
}