body {
	margin: 0; 
	padding: 0;
	border: none;
	margin-bottom: 40px;
}
span, div, td, span > a, div > a, td > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
}
a {
	text-decoration:none;
	color: inherit;
}
a.link {
	text-decoration:underline;
	text-decoration-color:silver;
}
a:hover {
	text-decoration:underline;
	text-decoration-color:black;
}
hr {
	border: 0; 
	height: 1px; 
	background-color: silver;
}
/* header footer */
#header {
	background-color: white;
}
#header > div {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}
#header > div.menu-open, #header > div.menu-close {
	display: none;
}
#header > div.menu .options {
	position: absolute;
	display:none;
	z-index: 999;
}
#header > div.menu .options a {
	display: table;
	background-color: white;
}
#header > div.menu:hover .title {
	cursor:pointer;
}
#header > div.menu:hover .options {
	display:block;
}
#header div.menu.mobile {
	display: none;
}
#header div a, #header div span {
	text-decoration: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 100;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3pt;
	margin: 0;
	padding: 0;
	display: block;
}
#header div .title {
	font-weight: bold;
}
#header div a:hover {
	text-decoration: underline;
}
#footer {
	width: 100%;
	background-color: black;
	line-height: 32px;
	position:fixed;
	bottom:0;
    display: flex;
    justify-content: space-between;
}
#footer > * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt !important;
	color: white;
	padding: 0 5px;
    display: flex;
    align-items: center;
}
#footer .icons {
	font-size: 15pt !important;
	margin: 0 3px;
	color: white;
}
/* customs */
#content h1 {
	margin-bottom: 10px;
}
h1, h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26pt;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 5pt;
	margin: 0;
}
h2 {
	display: block;
}
h2, h2 span, .subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3pt;
	margin: 0;
	padding: 0;
}
h3 {
	display: block;
}
h3.header, h3.header * {
	color: silver !important;
}
h3, h3 span {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight: 100; /* lighter */
	letter-spacing: 3pt;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 0;
}
h4 {
	display: block;
}
h4, h4 span {
	font-family: Arial Black, Arial, Helvetica, sans-serif; /* Chrome not parsing font-weight: 900 */
	font-weight: 900;
	font-size: 11px;
	font-style:normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	color: black;
	margin: 0;
	padding: 0;
}
h4.destacado {
	background-color:#DDDDDD; 
	padding: 5px;
}
h4.destacado + a{
	display: block;
	margin-top: 5px;
}
h5 {
	display: block;
}
h5, h5 span {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 100; /* lighter */
	text-align: left;
	color: silver;
	margin: 0;
	padding: 0;
}
div#content {
	padding: 30px 50px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	/*
	background-color: #fbfcf3;
	margin: 50px;
	border-radius: 50px;
	*/
}
div#content .row {
	display:table-row;
}
div#content .row > * {
	display:table-cell;
	padding-right: 10px;
	padding-bottom: 5px;
}
div#content .nav * {
	display: inline;
}
div.col {
	display: table-cell;
	vertical-align: top;
}
div.col + div.col {
	padding-left: 20px;
}

/* consulta */
div.vertical-nav {
	background-color: #EEE;
	font-size: 10pt;
	width: 150px;
	padding: 10px;
	border-radius: 5px;
}
div.vertical-nav a:not(.icon) {
	color: rgba(0,0,0,.6);
	font: inherit;
	text-decoration: underline;
	font-size: 9pt;
}
div.vertical-nav a:not(.icon):hover {
	color: rgba(0,0,0,1);
}
div.vertical-nav div {
	background-color: silver;
	font-size: 9pt;
	padding: 4px;
	border-radius: 3px;
	margin: 2px;
}
div.vertical-nav .icon {
	float: right;
	font-size: 7pt;
	text-decoration: none;
	cursor: pointer;
}
div.vertical-nav .icon:hover {
	color: white;
}
/* thumb */
img.thumb, .thumb img, .thumb .clipper, img.preview, .preview  img {
	/*
	border: 1px solid black;
	outline: 7px solid #EEEEEE;
	margin: 7px;
	margin-bottom: 12px;
	*/
	display: block;
	max-width: 150px;
	max-height: 150px;
}
a.thumb, div.thumb {
	display: inline-table;
	vertical-align: top;
	/* margin-right: 10px; */
	/* margin-bottom: 12px; */
	margin-bottom: -1px;
	margin-left: -1px;
	width: 170px;
	height: 170px;
	padding: 10px;
	border: 1px solid #EEE;
	border-width: 0 0 1px 1px;
}
div.thumb.loja {
	height: 180px;
}
div.thumb {
	position: relative;
}
div.thumb img {
	/* margin: auto; */
}
div.thumb .descricao {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 20px); /* 20px = 2*padding*/
}
div.thumb .nobr {
    /*height: 15px;*/
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.thumb span, .preview span {
	display: block;
	font-size: 8pt;
}
.thumb .reg_mv:before, .preview .reg_mv:before {
	content: url('../imagens/icon_info.png');
	padding-right: 3px;
	font-size: 8pt;
}
.thumb .descricao, .preview .descricao {
	font-size: 8pt;
	font-style: italic;
}
.thumb .descricao {
	max-width: 196px;
}
/* preview */
div.preview img{
	/*border: 1px solid black;*/
}
div.preview .legenda{
	padding-top: 3px;
}
div.preview-thumbs {
	padding: 0 20px 20px 20px;
	text-align: center;
}
div.preview-thumbs img {
	cursor: pointer;
	max-width: 60px;
	max-height: 90px;
	margin-bottom: 5px;
}
div.preview-container div:first-child {
	padding-left:0;
}
div.preview-container div:last-child {
	padding-right:0;
}
div.preview-info {
	width:450px; 
	max-width:50%; 
}
/* share */
.share {
	padding-left: 0px;
}
.share li {
	white-space: nowrap;
	padding-right: 5px;
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	font-size: 9pt;
}

/* Icomoon.css */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?w4pk8s');
  src:  url('../fonts/icomoon.eot?w4pk8s#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?w4pk8s') format('truetype'),
    url('../fonts/icomoon.woff?w4pk8s') format('woff'),
    url('../fonts/icomoon.svg?w4pk8s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-square:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\ea92";
}
@media (max-width: 767px) {
	#header {
		background-color: #e5e4e2;
	}
	#header > div {
		display: inline-block;
	}
	#header > div#menu-artista {
		padding-left: 0;
	}
	#header #logo img {
		height: 60px;
	}
	/* #header.menu-artista #logo img {
		height: 35px;
	} */
	#header > div.menu-open {
		display: inline-block;
	}
	#header > div.menu-close {
		display: none;
	}
	#header > div.menu-open, #header > div.menu-close {
		position: absolute;
		right:0;
	}
	#header > div.menu-open a, #header > div.menu-close a {
		font-size: 40pt;
		line-height: 40pt;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}
	#header > div.menu-item {
		display: none;
	}
	#header div.menu-main {
		display: block;
		padding: 10px 0;
	}
	#header div.menu:not(.mobile) {
		display: none;
	}
	#header div.menu.mobile {
		display: block;
	}
	#header div.menu.mobile select {
		display: block;
		margin-bottom: 10px;
		width: 200px;
	}
	#header:target > div.menu-open {
		display: none;
	}
	#header:target > div.menu-close {
		display: inline-block;
	}
	#header:target > div.menu-item {
		display: block;
	}
	#footer > * {
		padding: 10px;
		line-height: 150%;
	}
	/* Obras */
	div#content {
		padding: 30px;
	}
	div#content .nav {
		margin: 10px 0;
	}
	div#content .nav * {
		font-size: 10pt;
	}
	div.vertical-nav {
		display: none;
	}
	div.thumb {
		height: unset;
	}
	div.thumb .descricao {
		position: unset;
	}
	div.thumb .nobr {
		white-space: unset;
	}
	div.preview img {
		width: 100%;
	}
	div.preview-container {
		display: block !important;
	}
	div.preview-info {
		width: unset;
		max-width: unset;
		padding-left: 0 !important;
	}
}