/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary, img {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; cursor: pointer}
a:hover { text-decoration: none; }
del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: separate; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea { font-family: 'Open Sans', sans-serif; font: 99%;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

input[type="submit"]:disabled,
input[type="button"]:disabled {
	background: #CCC !important;
	opacity: 0.7 !important;
}

input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover {
	opacity: 0.7 !important;
}

*:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after { content: " "; display: block; clear: both; }


/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 9, 2016 */


@font-face {
    font-family: 'cardenio_modernregular';
    src: url('../fonts/cardenio_modern_std-webfont.woff2') format('woff2'),
         url('../fonts/cardenio_modern_std-webfont.woff') format('woff'),
         url('../fonts/cardenio_modern_std-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #c4a876;
	color: #1b1b1b;
}

@media only screen and (max-width: 1024px){

a.voltar {
	background: url(../img/btn-voltar.png) no-repeat;
	background-size: cover;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 1;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 1300px;
	padding-left: 415px;
	padding-top: 70px;
}

.left {
	background: #c4a876;
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.hamburguer {
	display: block;
	position: fixed;
	height: 45px;
	top: 10px;
	right: 10px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	z-index: 10;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	background: #b9191a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.hamburguer strong,
.hamburguer span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.hamburguer strong {
	display: none;
}

.hamburguer.is-active strong {
	display: block;
}

.hamburguer.is-active span {
	display: none;
}


.left h1 {
	display: none;
}

.right {
	float: left;
	width: 100%;
}

.right h1 {
	float: left;
    width: 80%;
    margin: 60px 0 0 10%;
}
			
header {
	padding-right: 20px;
	width: 100%;
	float: left;
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
}

	header h1 {
		float: left;
		width: 100%;
	}
	
	header nav {
		float: left;
		margin-top: 0px;
		padding-left: 20px;
		padding-right: 0px;
		width: 100%;
	}
	
		nav > ul {
			background: url(../img/bg-menu.png) no-repeat top left;
			float: left;
			padding-left: 30px;
			width: 100%;
		}
		
		ul, li {
			float: left;
			width: 100%;
		}
		
		ul li a {
			font-family: 'Roboto Condensed', sans-serif;
		}
		
		nav > ul > li {
			margin-bottom: 10px;
		}
		
		nav > ul > li > a {
			color: #b9191a;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: bold;
		}
		
			nav > ul > li > a.current {
				text-decoration: underline;
			}
		
		nav ul li li {
			margin-bottom: 14px;
		}
		
		nav ul ul {
			margin-top: 15px;
		}
		
		nav ul li li a {
			color: #1b1b1b;
			float: left;
			font-size: 13px;
			padding-left: 20px;
			position: relative;
		}
		
			nav ul li li a.active:before {
				content: '';
				background: url(../img/arrow.png) no-repeat;
				height: 15px;
				width: 10px;
				position: absolute;
				top: 2px;
				left: 11px;
				text-decoration: underline;
			}
			
			nav ul li li a:hover {
				text-decoration: underline;
			}

header .logos {
	display: none;
}
	
.right .logos {
	float: left;
	margin-left: 5%;
	margin-bottom: 15px;
	text-align: center;
    width: 95%;
}

	.right .logos img {
		display: inline-block;
		margin-left: 10px;
		zoom: 0.8;
	}
	
.right .logos.social {
	margin-top: 10px;
}

	.right .logos.social img {
		margin-left: 0;
	}

	.right .logos.social a {
		display: inline-block;
		margin-right: 5px;
	}

.content {
	background: #FFF;
	border-radius: 15px;
	float: left;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.5);
	padding: 35px 15px 15px 15px;
	margin-bottom: 70px;
	width: 94%;
    margin-left: 3%;
}

#apresentacao {
	margin-top: 40px;
}

.content .tit {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: url(../img/divisor-titulo.png) repeat-x bottom left;
}

.content .txt {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.content h2 {
	font-size: 28px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-family: 'cardenio_modernregular';
}

	.content h2 span {
		font-size: 14px;
		font-family: 'Roboto Condensed', sans-serif;
		float: right;
		font-style: italic;
		margin-top: 24px;
	}

.content h3 {
	font-size: 22px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-family: 'cardenio_modernregular';
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	color: #b9191a;
	float: left;
	margin-bottom: 12px;
	width: 100%;
}

.content p {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 12px;
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	word-break: break-word;
}

.content p.legenda {
	font-size: 12px;
	font-style: italic;
}

	.content p.cita {
		padding-left: 15px;
		font-style: italic;
	}

	.content p strong {
		font-weight: bold;
	}


	.content p a {
		color: #1b1b1b;
		font-weight: bold;
	}
	
.content .externo {
	padding-top: 30px;
	/* border-top: 2px solid #1b1b1b; */
	background: url(../img/divisor-titulo.png) repeat-x top left;
}

.content .topBar {
	padding-top: 30px;
	/* border-top: 2px solid #1b1b1b; */
	background: url(../img/divisor-titulo.png) repeat-x top left;
}

.content .sound {
	float: left;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.content .tabela {
	float: left;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.content .imgGrafo {
	float: left;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.content .imgGrafo iframe {
	float: left;
	margin-top: 30px;
	height: 600px;
	width: 100%;
}

.content .txt.externo a {
	font-weight: normal;
	float: left;
	width: 100%;
	padding-left: 15px;
	position: relative;
}

	.content .txt.externo a:hover {
		text-decoration: underline;
	}
	
		.content .txt.externo a:hover:before {
			content: '';
			background: url(../img/arrow.png) no-repeat;
			height: 15px;
			width: 10px;
			position: absolute;
			top: 2px;
			left: 11px;
			text-decoration: underline;
		}



table {
	display: table;
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    text-align: left;
	font-family: Verdana;
	font-size: 12px;
}

.tableOver {
	float: left;
	width: 100%;
	height: 60vh;
	overflow-y: scroll;
	overflow-x: scroll;
}

thead {
	background: rgba(196, 168, 118, 0.5);
}

th {
    vertical-align: middle;
	color: #000
}

table td {
	vertical-align: middle;
}

th, td {
	padding: 5px
}

tr td {
	border-bottom: 1px solid #c4a876
}

table tr th:nth-child(5) {
	width: 65px;
}

.tabela01 .tableizer-table {
	width: 800px;
}

.tabela02 .tableizer-table {
	width: 800px;
}

.tabela03 .tableizer-table {
	width: 800px;
}

.tabela02 tr th:nth-child(2) {
	width: 150px;
} 

}

@media all and (min-width: 1024px){
body, html {
	overflow: hidden;
}

a.voltar {
	display: none;
}

.hamburguer {
	display: none;
}


.right h1 {
	display: none;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 1300px;
	padding-left: 415px;
	padding-top: 70px;
}

.left {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100vh;
}

.right {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100vh;
	overflow-y: scroll;
}
			
header {
	padding-right: 40px;
	width: 415px;
	float: left;
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
}

	header h1 {
		float: left;
		width: 100%;
	}
	
	header nav {
		float: left;
		margin-top: 30px;
		padding-left: 50px;
		padding-right: 0;
		width: 100%;
	}
	
		nav > ul {
			background: url(../img/bg-menu.png) no-repeat top left;
			float: left;
			padding-left: 30px;
			width: 100%;
		}
		
		ul, li {
			float: left;
			width: 100%;
		}
		
		ul li a {
			font-family: 'Roboto Condensed', sans-serif;
		}
		
		nav > ul > li {
			margin-bottom: 18px;
		}
		
		nav > ul > li > a {
			color: #b9191a;
			font-size: 15px;
			text-transform: uppercase;
			font-weight: bold;
		}
		
			nav > ul > li > a.current {
				text-decoration: underline;
			}
		
		nav ul li li {
			margin-bottom: 14px;
		}
		
		nav ul ul {
			margin-top: 15px;
		}
		
		nav ul li li a {
			color: #1b1b1b;
			float: left;
			font-size: 15px;
			padding-left: 35px;
			position: relative;
		}
		
			nav ul li li a.active:before {
				content: '';
				background: url(../img/arrow.png) no-repeat;
				height: 15px;
				width: 10px;
				position: absolute;
				top: 2px;
				left: 11px;
				text-decoration: underline;
			}
			
			nav ul li li a:hover {
				text-decoration: underline;
			}

header .logos {
	display: block;
	float: left;
	margin-left: 45px;
	width: 100%;
}

	header .logos img {
		float: left;
		margin-left: 10px;
	}
	
header .logos.social {
	margin-top: 10px;
}

	header .logos.social img {
		margin-left: 0;
	}

	header .logos.social a {
		float: left;
		margin-right: 5px;
	}

.content {
	background: #FFF;
	border-radius: 25px;
	float: left;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.5);
	padding: 75px 70px 60px 70px;
	margin-bottom: 70px;
	width: 90%;
}

#apresentacao {
	margin-top: 70px;
}

.content .tit {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 30px;
	background: url(../img/divisor-titulo.png) repeat-x bottom left;
}

.content .txt {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.content h2 {
	font-size: 48px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-family: 'cardenio_modernregular';
}

	.content h2 span {
		font-size: 20px;
		font-family: 'Roboto Condensed', sans-serif;
		float: right;
		font-style: italic;
		margin-top: 24px;
	}

.content h3 {
	font-size: 32px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-family: 'cardenio_modernregular';
}

.content h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	color: #b9191a;
	float: left;
	margin-bottom: 12px;
	width: 100%;
}

.content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	float: left;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	word-break: break-word;
}

.content p.legenda {
	font-size: 14px;
	font-style: italic;
}

	.content p.cita {
		padding-left: 30px;
		font-style: italic;
	}

	.content p strong {
		font-weight: bold;
	}


	.content p a {
		color: #1b1b1b;
		font-weight: bold;
	}
	
.content .externo {
	padding-top: 30px;
	/* border-top: 2px solid #1b1b1b; */
	background: url(../img/divisor-titulo.png) repeat-x top left;
}

.content .topBar {
	padding-top: 30px;
	/* border-top: 2px solid #1b1b1b; */
	background: url(../img/divisor-titulo.png) repeat-x top left;
}

.content .sound {
	float: left;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.content .tabela {
	float: left;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.content .imgGrafo {
	float: left;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.content .imgGrafo iframe {
	float: left;
	margin-top: 30px;
	height: 600px;
	width: 100%;
}

.content .txt.externo a {
	font-weight: normal;
	float: left;
	width: 100%;
	padding-left: 35px;
	position: relative;
}

	.content .txt.externo a:hover {
		text-decoration: underline;
	}
	
		.content .txt.externo a:hover:before {
			content: '';
			background: url(../img/arrow.png) no-repeat;
			height: 15px;
			width: 10px;
			position: absolute;
			top: 2px;
			left: 11px;
			text-decoration: underline;
		}

.right .logos {
	display: none;
}

table {
	display: table;
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    text-align: left;
	font-family: Verdana;
	font-size: 12px;
}

.tableOver {
	float: left;
	width: 100%;
	height: 60vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

thead {
	background: rgba(196, 168, 118, 0.5);
}

th {
    vertical-align: middle;
	color: #000
}

table td {
	vertical-align: middle;
}

th, td {
	padding: 5px
}

tr td {
	border-bottom: 1px solid #c4a876
}

table tr th:nth-child(5) {
	width: 65px;
}
}




























