/*
	Minimaxing 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}

	body {
		font-size: 13.5pt;
		font-family: sans-serif;
		background-color: #e3e9dc;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #666666;
		letter-spacing: -0.05em;
	}

	body em{
		font-style: italic;
	}

	h1,h2,h3,h4 {
		color: #970000;
		font-weight: normal;
	}

	h1,h2 {
		/*text-transform: lowercase;*/
	}

	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

	h2 p{
		line-height: 1.1em;
	}

	h3,h4 {
		color: #283121;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}
	
	h6{
		font-size:0.8em;
		line-height:1.5em;
		color:#666666;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
		font-weight:bold;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.30em 0 0 0;
	}

	a {
		color: #A25D5D;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}
	
	.entry ul li{
		list-style-type:circle;
		padding:10px;
		line-height: 1.4em;
	}

	.entry ol li{
		list-style-type: decimal;
		padding:10px;
		line-height: 1.4em;
	}
	
	table td{
		padding:5px; 
		border:1px solid #dddddd;
		margin:5px;
	}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}

	ul.link-list a{
		line-height: 1.2em;
	}

	ul.link-list li {
		border-top: solid 1px #ced0b7;
		padding: 0.75em 0 0 0;
		margin: 0.75em 0 0 0;
	}
	
	ul.link-list li:first-child {
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}

	.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #9D0000;
		background-image: -moz-linear-gradient(top, #AD0000, #9D0000);
		background-image: -webkit-linear-gradient(top, #AD0000, #9D0000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AD0000), to(#9D0000));
		background-image: -ms-linear-gradient(top, #AD0000, #9D0000);
		background-image: -o-linear-gradient(top, #AD0000, #9D0000);
		background-image: linear-gradient(top, #AD0000, #9D0000);
		border-radius: 10px;
		/*text-transform: lowercase;*/
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #8B0000;
		box-shadow: inset 0px 0px 0px 1px #C81818;
	}

	.button:hover {
		background-color: #118eb1;
		background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
		background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: linear-gradient(top, #1b9fbe, #118eb1);
		box-shadow: inset 0px 0px 0px 1px #3ecceb;
	}
	
	
.container{
	position:relative;
}
.languages{
	position:absolute;
	right:0px;
	top:10px;
	color:#ffffff;
}

.languages a, .languages a:visited{
		color:#ffffff;
}

li.numeros-publicados{
	list-style-type: none !important;
	float:left;
	margin:15px;
	width:100%;
	display:none;
}

li.numeros-publicados img{
	float:left;
	margin-right:15px;
}

li.numeros-publicados p, li.numeros-publicados li{
	font-size:13px;
	line-height:15px;
	margin-bottom:1em;
}

li.numeros-publicados li{
	margin:0em;
	padding:0px;
	padding-bottom:5px;
}


li.numeros-publicados-item{
	margin:3px !important;
	padding:5px 6px;
	border:1px solid #cccccc;
	list-style-type: none !important;
	float:left;
	text-align: center;
}

li.numeros-publicados-item:hover{
	background-color: #cccccc;
	cursor: pointer;
}

#banner a{
	color:#ffffff;
	text-decoration:none;
}

#banner a:hover{
	text-decoration:underline;
}


.entry{
    line-height: 1.3;
}

.article-section-published .article-title{
	font-size: 13px;
}

.entry .article-section .article-title p{
	line-height: 1.3em;
}

.article-section-published .article-resumo p, .article-section-published .article-resumo pre{
	margin-bottom: 0px;
	line-height: 16px;
}

.article-resumo pre{
	font-size: 12px;
	white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word; 
}

.article-resumo p{
	margin-bottom: 0px;
}

.artigo-autor pre{
	font-size: 12px;
	white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word; 
}

.artigo-autor p{
	margin-bottom: 0px;
}

.article-doi{
	font-size: 0.8rem;
	margin-top: 20px;
}

.revista-doi{
	font-size: 0.8rem;
	margin-top: -20px;
	margin-bottom: 20px;

}

.article-download{
	margin-top: 20px;
}

#pdf-container.fullscreen{
    z-index: 9999; 
    width: 100%; 
    min-height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0; 
 }

 .leave-full-screen{
 	position: fixed;
 	width: 100%;
 	right: 0px;
 	top:0px;
 	padding: 5px;
 	padding-top: 3px;
 	text-align: center;
 	font-weight: bold;
	background-color: #dddddd;
 }

 .right-content li{
    line-height: 1.5;
    margin-left: 20px;
    list-style-type: initial;
    margin-bottom: 10px;
}
.search-box{
    padding: 5px;
    text-align: right;
}