/* geral */

body {
	font: 11px verdana;
	word-wrap: break-word;
}

a:hover {
	text-decoration: underline;
}

img.transparent {
	border:0;
	box-shadow:none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 46px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin:0;
}
#diretorio {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 11px;
}

.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.categoria {
	font-weight: bold;
	margin-bottom: 5px;
}

#msg {
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
	padding: 10px;
}

.item {
	font-size: 11px;
	border-bottom: 1px dotted #333333;
	font-weight: bold;
}
.item2 {
	font-size: 11px;
	font-weight: bold;
}
.coment {
	font-size: 9px;
}

.copyright {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.hospedagem {
	font-size: 11px;
	text-align: center;
}
.lspag1 {
	font-weight: bold;
	font-size: 11px;
}
.lspag4 {
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
}
.lspag3 {
	padding-right: 5px;
}
.lspag3 a {
	text-decoration: none;
	font-size: 11px;
}
#lsrdp {
	border-top: 1px solid #000000;
}

.divisor {
	border-bottom: 1px dotted #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}
.lnkindique {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.lnkcomente {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
#som {
	font-size: 11px;
	text-align: right;
}
#som a {
	text-decoration: none;
}

/* share buttons */
#share-buttons {
	margin:10px 0;
}
.share-buttons-wrapper {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
}
.share-button-wrapper {
	margin:10px 5px;
}
.share-button .label {
	margin-left: 3px;
}
.share-button-whatsapp {
	display:flex;
	align-items: center;
	font-size: 10px;
	border-radius: 3px;
	height: 20px;
	text-decoration: none !important;
	padding: 0 5px;
	color: white !important;
	background: #25d366;
}
.share-button-email {
	display:flex;
	align-items: center;
	font-size: 10px;
	border-radius: 3px;
	height: 20px;
	text-decoration: none !important;
	padding: 0 5px;
	color: black !important;
	background: #bbb;
}



#tpl-upgrade {
    margin-bottom: 20px;
    background: lightyellow;
    color: #000;
    padding: 10px;
}

.button {
	font-size:13px;
	color:black;
	text-align:center;
	text-decoration:none;
	padding: 0.4em 1em 0.45em;
	background-color: #eeeeee;
	background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15) 40%, transparent);
	border: medium none transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 2px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
.lt-ie9 .button {
	border:1px solid gray;
}
.button:hover {
	text-decoration:none;
	color:black;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.15));
}

.bgsound-wrapper {
    text-align:center;
    margin-bottom:20px;
}

/* menu */
span.seimtx-wrapper img.normal, span.seimtx-wrapper:hover img.highlight {
	display:inline;
}

span.seimtx-wrapper:hover img.normal, span.seimtx-wrapper img.highlight {
	display:none;
}


/* capa */
.cover-bgsound-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100%;
    text-align: center;
    bottom: 10px;
}
.cover-bgsound-margin-bottom {
    height: 60px;
}


/* perfil */
.pffoto {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 7px solid #FFFFFF;
}
.pftxt {
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}


/* blog */

.blogbloco {
	margin-bottom: 10px;
}

.blogfoto {
	border: 1px solid #000000;
}

.blogdata {
	font-size: 11px;
}

.blogtitulo {
	font-size: 11px;
	font-weight: bold;
}

.blogvisdata {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}

.blogvistitulo {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.blogvistexto {
	font-size: 12px;
	margin: 10px 20px 20px 10px;
}

.blogvisfoto {
	border: 15px solid #FFFFFF;
	max-width:100%;
}

.blogvisfotobloco {
	text-align: center;
	margin-bottom: 20px;
}

.blogviscoment {
	font-size: 11px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}

.blogvisbloco {
}

#bloglnkindice {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}



/* texto */
.visfotobloco {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.visfoto {
	border: 1px solid #000000;
	max-width:100%;
}

.visbtbaixarblk {
	text-align: center;
	margin-top: 20px;
}
.vistabitem {
	font-size: 11px;
	font-weight: bold;
	width: 120px;
}
.vistabdados {
	font-size: 11px;
}
.vistab {
	padding: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.vistit {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
}
.vistex {
	font-size: 13px;
	margin-bottom: 20px;
	margin-right: 10px;
	line-height: 19px;
}
.vistexhtml {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.7;
}

.vistexhtml h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	margin: .5em 0;
}
.vistexhtml h1:first-child {
	margin-top: 0;
}

.vistexhtml h2 {
	font-size: 21px;
	font-weight: bold;
	line-height: normal;
	margin: .5em 0;
}
.vistexhtml h2:first-child {
	margin-top: 0;
}

.vistexhtml h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin: .5em 0;
}
.vistexhtml h3:first-child {
	margin-top: 0;
}

.vistexhtml h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin: .5em 0;
}
.vistexhtml h4:first-child {
	margin-top: 0;
}

.vistexhtml img {
	max-width: 100%;
}
.vistexhtml p {
	margin: 0;
}

.visaut {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
.visinfo {
	font-size: 9px;
	margin-bottom: 20px;
}
.visinfo a {
	text-decoration: underline;
}
.viscred {
	font-size:9px;
	text-align:center;
}

/* publicaes */
.pubblkcat {
	margin-bottom: 20px;
}
.pubblkcat table {
	width:100%;
}
.pubcat {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 13px;
}
.pubcat a {
	text-decoration: none
}
.pubatu {
	font-size: 9px;
	text-align: center;
	margin-top: 20px;

}

#camada0 {
	position: relative;
	bottom:-1px;
	padding-left: 10px;
	width: 450px;
}

#camada0 a {
	text-decoration: none;
}

.lsabacima {
	float: left;
	padding: 5px 10px 6px;
	margin-right: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #FFFFFF;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
.lsababaixo {
	float: left;
	padding: 3px 10px;
	margin-right: 10px;
	background: #dddddd;
	border: 1px solid #000000;
	margin-top: 4px;
	font-size: 11px;
}
.ls {
	border-top: 1px solid #000000;
}
.lscol {
	background: #FFFFFF;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 5px 3px;
	font-size: 11px;
}
.lsdados {
	font-size: 11px;
	padding: 7px 3px;
	border-bottom: 1px dotted #666666;
}
.lsdados a {
	font-weight: bold;
	text-decoration: none;
}
.lsrdp {
	background: #FFFFFF;
	border-bottom: 1px solid #000000;
}



/* lbum de fotos */
.albblk, .albblkcapa {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
}
.albfototit {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	word-break: break-word;
}
.albtotfot {
	font-size: 11px;
}
.albcapa {
	border: 1px solid #000000;
}
.albfoto {
	border: 7px solid #FFFFFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.albblkcapa a {
	width:100%;
	padding-bottom:5px;
}
.albfotog {
	border: 15px solid #FFFFFF;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	max-width:100%;
}
.albfotodescr {
	font-size: 11px;
}
.albantprox {
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.albblkfoto {
	text-align: center;
}
.albtit {
	font-size: 13px;
	font-weight: bold;
	word-break: break-word;
}
.albdescr {
	font-size: 11px;
	margin-bottom: 20px;
}
.fototit {
	font-size: 13px;
	font-weight: bold;
	word-break: break-word;
}

/* livros */
.lblk {
	padding: 10px;
	margin-bottom: 15px;
}
.lfoto {
	border: 1px solid #000000;
}
.ltitulo {
	font-size: 13px;
	font-weight: bold;
}
.leditora, .lano, .lpaginas, .ltipo, .lisbn {
	font-size: 11px;
}
.lpreco {
	font-size: 11px;
	font-weight: bold;
}
.lsinopse {
	font-size: 11px;
	margin-top: 10px;
}
.lcomprar {
	font-weight: bold;
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
}
.lautores1 {
	font-size: 11px;
	float: left;
}
.lautores2 {
	font-size: 11px;
	float: left;
}


/* premios */
.premblk {
	text-align: center;
	margin-bottom: 40px;
}
.premtit {
	font-size: 13px;
	font-weight: bold;
}
.premtit a {
	text-decoration:none;
}
.premfoto {
	margin-bottom: 10px;
}
.premdescr {
	font-size: 11px;
}
.premfoto img {
	max-width:100%;
}



/* links */
.lkblk {
	text-align: center;
	margin-bottom: 40px;
}
.lkblk img {
	max-width:100%;
}
.lkfoto {
	margin-bottom: 10px;
}
.lktit {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.lkdescr {
	font-size: 11px;
}
#creditos {
	text-align: right;
	margin-right: 5px;
	font: 9px arial;
}


/* E-books */
.ebblk {
	padding: 10px;
	margin-bottom: 15px;
}
.ebtitulo {
	font-size: 13px;
	font-weight: bold;
}
table.ebdados {
	font-size:11px;
	border-collapse:collapse;
}
table.ebdados td {
	padding:0;
}
table.ebdados td.eblabel {
	padding-right:10px;
}
.ebaut {
	font-size: 11px;
}
.ebdata {
	font-size: 11px;
}
.ebtam {
	font-size: 11px;
}
.ebformato {
	font-size: 11px;
}
.ebcapa {
	border: 1px solid #000000;
}
.ebsinopse {
	font-size: 11px;
	margin-top: 10px;
}
.ebbaixar {
	font-weight: bold;
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
}
.ebtodos {
	text-align:center;
	font-weight: bold;
}

/* audio */
.blkaudio {
	padding: 10px;
	border: 1px solid #000000;
}
.blkaudiotit {
	font-size: 13px;
	font-weight: bold;
}
.blkaudioautor {

}
.blkaudio a {
	text-decoration: underline;
}
.blkaudiocredrot {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}
.blkaudiocred {
	font-size: 9px;
	overflow: auto;
}
.blkaudioinst {
	font-size: 9px;
	margin-top: 10px;
}
.blkaudiosecao {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px
}
.blkaudiodata {
	font-size: 11px;
}

/* comments */
#comments-caption {
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #000000;
}

/* indique */
.combody {
	font-size: 11px;
	color: #000000;
	background: #CCCCCC;
	margin: 20px;
}
.combody a {
	color: #666666;
}
.comtit {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
.comfrm {
	background: #F3F3F3;
	padding: 15px;
}
.comitem {
	font-size: 11px;
	font-weight: bold;
}
.commsg {
	font-size: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #000000;
	margin-bottom: 30px;
}


/* widgets */
.tpl-widget {
	margin-top:15px;
	margin-bottom:15px;
}
div.tpl-widget:first-child {
    margin-top:0;
}
div.tpl-widget:last-child {
	margin-bottom:0;
}


/* licença */
.blklicenca {
	padding: 10px;
	margin: 20px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
.blklicenca:last-child {
	margin-bottom:0;
}
.cc-license a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}
@media(min-width: 480px) {
	.cc-license a {
		flex-direction: row;
	}
	.cc-license img {
		margin-right: 10px;
	}
}

