/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 16, 2015 */

@font-face {
    font-family: 'humanst521_lt_btlight';
    src: url('font/humanst521-lt-bt-light-webfont.eot');
    src: url('font/humanst521-lt-bt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/humanst521-lt-bt-light-webfont.woff2') format('woff2'),
         url('font/humanst521-lt-bt-light-webfont.woff') format('woff'),
         url('font/humanst521-lt-bt-light-webfont.ttf') format('truetype'),
         url('font/humanst521-lt-bt-light-webfont.svg#humanst521_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
::-webkit-scrollbar {
    width: 9px;
}
 
::-webkit-scrollbar-track {
    background:#eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}
 
::-webkit-scrollbar-thumb {
    background:#999;
    border: thin solid gray;
}

body {
    font-family: 'humanst521_lt_btlight', sans-serif;
    padding: 0;
    margin: 0;
	z-index:0;
}

.page-title {
	text-align: center;
	padding-top: 50px; /* Ajuste o valor conforme necessário */
	color: #fffbef;
	text-transform: uppercase;
}

body.darkbgd {
	background-color: #000000;
}

body.lightbgd {
	background-color: #fffbef;
}

.container {
    width: 1280px;
    margin: 10px auto 10px auto;

	display: flex;
	justify-content: center;


    -webkit-transform: translateZ(0);
}

nav {
	z-index: 9999;
	position:fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,.5);
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    text-align: left;
}

nav ul li {
    display: inline;
    cursor: pointer;
    margin-right: 30px;
	font-size: 14pt;
	font-variant: small-caps;

     
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

/* 
nav ul li:hover {
    color: #aa7239;
}
*/

nav ul li:first-child {
	margin-right: 90px;
	margin-left: 20px;
	font-size: 16pt;
}

nav ul li a {
	text-decoration: none;
	color: #fff7ef;
	
	transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
}

/*
nav ul li a:hover {
	text-decoration: none;
	color: #aa7239;
}
*/

.work {
    margin: 60px 0 20px 0;
}

.work figure {
    float: left;
    margin: 20px;
    width: 200px;
    height: 200px;
    position: relative;
    padding: 0 !important;
 
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
}

.work figure a img {
    height: 100%;
    width: 100%;
}

#wrapperdark {
	position:fixed;
	padding: 100px 50px 100px 20px;
	width: 60%;
	top:120px;
	z-index:500;
	background: rgba(255, 251, 239, 1);

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

#text{
	color: #000011;
	z-index:501;	

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;	
}

.show {
	background: rgba(255, 251, 239, 1);
	opacity: 1;
	margin-left: 0px;
	
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
	 
} 

.hide {
	background: rgba(170, 114, 57, 1);
	opacity: 0;
	margin-left: -700px;
		
	-webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
} 

.responsive-images img {
	max-height: 80vh;
	max-width: 90vw;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

h1 {
	font-variant: small-caps;
	font-size: 14pt;
	padding-bottom: 5px;
	color: #000011;
	font-weight: 400;
	}

h2 {
	font-variant: small-caps;
	font-size: 12pt;
	padding-bottom: 5px;
	color: #000011;
	font-weight: 400;	
}

h3 {
	font-variant: small-caps;
	font-size: 12pt;
	color: #000011;
	font-weight: 400;
}

#h4txt {
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: 400;
	margin: 3px 0 18px 0; 
}

p {
	font-size: 12pt;
	line-height: 125%;
}

#ptxt {
	font-size: 12pt;
	line-height: 125%;		
}

.link a {
	text-decoration: none;
	color: #303d74;
	
	transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;	
}

.link a:hover {
	color: #aa7239;
}

.negrito {
	font-weight: 600;
	color: #2D4671;
}

.italico {
	font-style: italic;
}

#separador {
	border-top: 1px dashed #32312F;
	margin: 40px 0 30px 0;
}

ul {
	list-style: none outside none;
	padding-left: 12px;
}

ul li {
	line-height: 14pt;
	padding-bottom: 8px;
}

.titulo_trabalho {
	font-variant:small-caps;
	font-weight: 580;
	font-size: 10pt;
}