@charset 'utf-8';

html, body {
	min-width: 980px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'omnes-pro', sans-serif !important;
	font-size : 16px;
	color: #58585a !important;
	background: #ffffff;
	cursor: default;

	/* disable link highlights */
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

	/* disable selection */
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: -moz-none; 
	-ms-user-select: none; 
	user-select: none;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #58585a;
	outline : none;
	text-decoration:none;
}

a:visited {
	color: #58585a;
	outline : none;
	text-decoration:none;
}

a:hover {
	color: #58585a;
	outline : none;
	text-decoration:none;
}

a:active {
	color: #58585a;
	outline : none;
	text-decoration:none;
}

a img {
	outline : none;
}

img {
	border : 0;
}



/*******************************
 * header
 *******************************/
#header-wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 46px;
	position: fixed;
	background: url('../imgs/dark.png');
	z-index: 1000;
	
	-moz-box-shadow: inset 0 -10px 10px -11px #000;
	-webkit-box-shadow: inset 0 -10px 10px -11px #000;
	box-shadow: inset 0 -10px 10px -11px #000;
}

#header-container {
	width: 980px;
	height: 46px;
	margin: 0px auto;
}

#header-container #company-logo {
	float: left;
	height: 46px;
	margin-left: 20px;
}

.header-btt {
	color: #ffffff;
	float: right;
	height: 41px;
	line-height: 40px;
	width: 160px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	margin: 5px 5px 0 5px;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.header-btt.right {
	margin-right: 20px;
}

.header-btt.active {
	background: url('../imgs/light.png');
	cursor: default;

	-webkit-box-shadow: -2px -3px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    -2px -3px 5px rgba(0, 0, 0, 0.3);
	box-shadow:         -2px -3px 5px rgba(0, 0, 0, 0.3);
}

.header-btt.vermelho{
	background: #EA2A01;
}



/*******************************
 * banner
 *******************************/
#banner-wrapper,
.banner-container {
	width: 100%;
	height: 520px;
	background: transparent no-repeat center center;
	position: relative;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-container {
	position: absolute;
	display: none;
}



/*******************************
 * menu
 *******************************/
#menu-wrapper {
	width: 100%;
	height: 32px;
	background: url('../imgs/light.png');
	z-index: 1001;
}

#menu-wrapper.fixed {
	position: fixed;
	top: 46px;
}

#menu-wrapper #menu-container {
	margin: 0px auto;
	width: 980px;
	height: 32px;
}

#menu-wrapper #menu-container a {
	color: #E2E2E2;
	cursor: pointer;
	line-height: 32px;
	height: 32px;
	font-size: 19px;
}

#menu-wrapper #menu-container .menu-item {
	float: left;
	height: 32px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#menu-wrapper #menu-container .menu-item.active a {
	color: #ffffff;
}



/*******************************
 * content
 *******************************/
#content-wrapper {
	width: 940px;
	margin: 0px auto;
	padding: 0px 20px 450px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	min-height: 60%;
}

#content-wrapper section {
	margin-bottom: 30px;
	border-top: solid 1px #d2d2d2;
}

#content-wrapper section:first-child {
	border: 0px;
}

#content-wrapper section h1 {
	margin: 30px 0px;
	font-size: 40px;
	color: #58585a;
}

#content-wrapper section .section-item.expanded {
	width: 940px !important;
	height: 529px !important;
	margin: 0px 0px 120px !important;
	overflow: visible !important;
	padding: 0px !important;
}

#content-wrapper section .section-item.expanded iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}

#content-wrapper section .section-item.expanded .section-item-label {
	font-weight: normal !important;
	position: static !important;
	height: auto !important;
	padding: 0px !important;
}

.section-clear { clear: both; }



/*
 * section model 1
 */
#content-wrapper section.model-1 .section-item {
	width: 960px;
	height: 280px;
	position: relative;
	padding: 10px 0px 0px 455px;
	margin-bottom: 60px;
	float: left;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content-wrapper section.model-1 .section-item img {
	position: absolute;
	cursor: pointer;
	width: 430px;
	left: 0px;
	top: 0px;
}



/*
 * section model 2
 */
#content-wrapper section.model-2 .section-item {
	width: 420px;
	height: 225px;
	background: transparent no-repeat top left;
	margin: 20px 0px 40px 35px;
	padding: 16px 0px 16px 170px;
	float: left;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content-wrapper section.model-2 .section-item.fancybox {
	cursor: pointer;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#content-wrapper section.model-2 .section-item.fancybox:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}



/*
 * section model 3
 */
#content-wrapper section.model-3 .section-item {
	width: 275px;
	height: 390px;
	margin-left: 10px;
	margin-bottom: 30px;
	float: left;
}

#content-wrapper section.model-3 .section-item.spacer {
	margin-right: 38px;
}

#content-wrapper section.model-3 .section-item img {
	width: 275px;
	height: 155px;
	cursor: pointer;

	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

#content-wrapper section.model-3 .section-item .section-item-label {
	margin: 16px 0px;
}



/*
 * section model 4
 */
#content-wrapper section.model-4 .section-item {
	width: 232px;
	height: 232px;
	margin-right: 3px;
	margin-bottom: 3px;
	background: transparent no-repeat center center;
	position: relative;
	overflow: hidden;
	float: left;

	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

#content-wrapper section.model-4 .section-item.fancybox { cursor: pointer; }


#content-wrapper section.model-4 .section-item .section-item-label {
	width: 100%;
	height: 65px;
	bottom: -65px;
	position: absolute;
	background: rgba(255,255,255,0.7);

	line-height: 25px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 20px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

#content-wrapper section.model-4 .section-item.hover .section-item-label,
#content-wrapper section.model-4 .section-item:hover .section-item-label {
	bottom: 0px;
}



/*
 * section model autores
 */
#content-wrapper section.model-autores .section-item {
	width: 960px;
	position: relative;
	padding-top: 230px;
	margin-bottom: 60px;
	float: left;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content-wrapper section.model-autores .section-item img {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 0px;
}

#content-wrapper section.model-autores .section-item .section-item-label b {
	font-weight: bold;
	font-size: 30px;
}



/*
 * section model apoio
 */
#content-wrapper section.model-apoio .block {
	margin-bottom: 30px;
	margin-right: 10px;
	float: left;
}

#content-wrapper section.model-apoio .block.col-1 { width: 940px; margin-right: 0px; }
#content-wrapper section.model-apoio .block.col-2 { width: 465px; }
#content-wrapper section.model-apoio .block.col-3 { width: 306px; }

#content-wrapper section.model-apoio .block.last { margin-right: 0px; }

#content-wrapper section.model-apoio .block .title {
	padding: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	color: #000;
}

#content-wrapper section.model-apoio .block .section-item {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

#content-wrapper section.model-apoio .block .section-item span.description {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

#content-wrapper section.model-apoio .block .section-item span.dot {
	color: #000;
	font-size: 12px;
	margin-left: 20px;
}

#content-wrapper section.model-apoio .block .section-item a.pdf,
#content-wrapper section.model-apoio .block .section-item a.link,
#content-wrapper section.model-apoio .block .section-item a.download,
#content-wrapper section.model-apoio .block .section-item span.audio,
#content-wrapper section.model-apoio .block .section-item span.video,
#content-wrapper section.model-apoio .block .section-item span.fancyswf,
#content-wrapper section.model-apoio .block .section-item span.fancybox {
	font-size: 12px;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: underline;
}

#content-wrapper section.model-apoio .block .section-item a.download {
	font-size: 10px;
	text-decoration: none;
}



/*
 * fancybox
 */
.fancybox-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 8040;
	opacity: 0.8;
	background: #000 url('../imgs/close.png') no-repeat center center;
	border: 3px solid #fff;
	border-radius: 50%;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-inner {
	background: url('../imgs/ajax_loader_gray_64.gif') no-repeat center center;
}

.fancybox-image {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}



/*******************************
 * footer
 *******************************/
#footer-wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 22px;
	background: url('../imgs/dark.png');
	z-index: 1000;
}

#footer-container {
	margin: 0px auto;
	width: 980px;
	height: 22px;
}

#footer-container span {
	color: #9a9b9d;
	line-height: 22px;
	float: right;
	font-size: 12px;
	margin-right: 20px;
}
