/*
SOLUÇÃO 1
@import url("http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700");

SOLUÇÃO 2
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'), url(http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/DsLzC9scoPnrGiwYYMQXphdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'), url(http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/M__Wu4PAmHf4YZvQM8tWsCylde52zikAzebNtJS89aM.woff) format('woff');
}

SOLUÇÃO 3
@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-bold-webfont.eot');
    src: url('../fonts/archivonarrow-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/archivonarrow-bold-webfont.woff') format('woff'),
         url('../fonts/archivonarrow-bold-webfont.ttf') format('truetype'),
         url('../fonts/archivonarrow-bold-webfont.svg#archivo_narrowbold') format('svg');
    font-weight: 700;
    font-style: normal;

}


@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-italic-webfont.eot');
    src: url('../fonts/archivonarrow-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/archivonarrow-italic-webfont.woff') format('woff'),
         url('../fonts/archivonarrow-italic-webfont.ttf') format('truetype'),
         url('../fonts/archivonarrow-italic-webfont.svg#archivo_narrowitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-regular-webfont.eot');
    src: url('../fonts/archivonarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/archivonarrow-regular-webfont.woff') format('woff'),
         url('../fonts/archivonarrow-regular-webfont.ttf') format('truetype'),
         url('../fonts/archivonarrow-regular-webfont.svg#archivo_narrowregular') format('svg');
    font-weight: 400;
    font-style: normal;

}
*/

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/archivonarrow-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/archivonarrow-regular-webfont.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/archivonarrow-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/archivonarrow-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-bold-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/archivonarrow-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/archivonarrow-bold-webfont.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/archivonarrow-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/archivonarrow-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('../fonts/archivonarrow-italic-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/archivonarrow-italic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/archivonarrow-italic-webfont.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/archivonarrow-italic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/archivonarrow-italic-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: italic;
}

html,
body,
#content {
	height: 100%;
}

textarea,
body {
	background: #ffffff image-url();
	font-family: 'Archivo Narrow', sans-serif;		
	min-width: 960px;
}

b,
strong {
	font-weight: 700;
}

p {

}

.container {
	max-width: 920px;
	min-height: 1px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

.floatleft {
	float: left;
}

/* HEADER */
#header {
	color: #939393;
	font-size: 12px !important;
	line-height: 34px;
	position: fixed;
	width: 100%;

	z-index: 100;
}

#header .container {
	overflow: hidden;
}

#header .header-top {
	width: 100%;
	min-width: 920px;
	height: 100px;
	background: url("../images/header-bg.gif") repeat-x;
}

#logo,
#main-nav {
	float: left;
}

#logo {
	cursor: pointer;
}

#main-nav {
	overflow: hidden;
	position: relative;
	max-width: 640px;
	margin-left:20px;
}

#main-nav a,
#main-nav a:visited {
	color: #3a89c9;
	font-size: 24px;
	line-height: 34px;
}

#main-nav ul {
	margin-top: 15px;
}

#main-nav li {
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	margin: 0 10px;
}

#main-nav li.first {
	margin-left: 0;
}

#main-nav li.last {
	margin-right: 0;
}

#main-nav-line {
	position: absolute;	
	bottom: 0;
	left: -1px;
} 

#sec-nav-hover {
	position: absolute;
	bottom: -3px;
	left: -1px;
	width: 0;
}

#header .header-bottom {
	margin-left: 50%;
	margin-top: 5px;	
}

#secondary-nav {
	position: relative;
	margin-left: -180px;
	background: #000000;	
}

#secondary-nav li {
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	margin: 0 13px;
}

#secondary-nav a,
#secondary-nav a:visited {
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 34px;
}

/* CONTENT */
#content h1 {
	font-size: 36px;
	line-height: 36px;

	margin-bottom: 30px;
}

#content p {
	font-size: 16px;
	line-height: 22px;	
}

#content small {
	font-size: 14px;
	line-height: 22px;
}

#intro {
	display: block;
	height: 130%;	

	background: url("../images/img1.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/img1.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/img1.jpg', sizingMethod='scale')";

	text-align: center;
}

#intro .part1 {			
	height: 80%;
}

#intro .part2 {		
	height: 20%;	
	background: url("../images/intro-bg.gif") repeat-x top left;
}

.slider {
	position: relative;
	clear: both;
	width: 80%;
	display: inline-block;	
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	background: #ffffff;
	padding: 25px 35px 40px 35px;	
}

#content .slider p {
	font-size: 55px;
	line-height: 60px;
}

#intro .part1 .slider {	
	margin-top: 50%;
}

#intro .part2 a,
#intro .part2 a:visited {	
	display: inline-block;	
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	padding: 30px;
	background: #0ac5ab;

	color: #ffffff;
	font-size: 26px;
	line-height: 38px;
	text-transform: uppercase;
}

#consulting {
	position: relative;
	height: 480px;
	background: #e6e6e6;
	overflow: hidden;
}

#consulting img {
	margin-left: -752px;	
}

#consulting img,
#consulting .text {
	float: left;
}

#consulting .text {
	margin-top: 40px;
	margin-left: 30px;
	width: 610px;
}

#consulting h1 {
	color: #ef644d;
}

#consulting li {
	margin: 7px 0;
	list-style: none;
	padding-left: 30px;
	background: url("../images/bullet-consultadoria.png") no-repeat;
}

#facility .container,
#facility {
	position: relative;
	overflow: hidden;
}

#facility .text {
	margin-top: 40px;
	margin-left: 50px;
	width: 610px;
	padding-bottom: 50px;
}

#facility img {
	position: absolute;
	right: 0;
	top: 0;
}

#facility h1 {
	color: #0ac5ab;
}

#facility p {
	font-size: 14px;
	line-height: 18px;
}

#facility p.big {
	font-size: 16px;
	line-height: 22px;
}

#projects {			
	position: relative;
	display: block;	
	min-height: 100%;

	background: url("../images/projectos.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/projectos.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/projectos.jpg', sizingMethod='scale')";

	overflow: hidden;
}

#projects .text {
	width: 260px;	
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	vertical-align: top;
}

#projects h1 {
	color: #f0b90a;
}

#content #projects p {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

#projects #instructions {
	/*
	position: absolute;
	top: 0;
	right: 0;
	*/
	font-size: 11px;
	line-height: 36px;
}

#projects ul {	
	position: relative;
	width: 610px;
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	vertical-align: top;
	margin-right: 45px;	
}

#projects li {
	position: relative;
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	list-style: none;	
	margin: 5px 0;	
}

#projects li p {
	padding: 10px;
	background: #000000;
	background: rgba(0,0,0,0.4);
}

.submenu-list,
#projects li,
#projects li a,
#projects li a:visited {
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
}

.submenu {	
	position: absolute;
	bottom: 24px;
	left: 90%;
	min-width: 25px;	
	min-height: 21px;	
	padding-bottom: 7px;
	background: url("../images/plus.png") no-repeat bottom left;
}

#projects ul.submenu-list {	
	background: #40a9e2;
	padding: 10px;
	margin-left: 1px;		
	padding: 0;	
	width: 0;
	height: 0;
	display: none;
}

ul.submenu-list li {	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	/* IE 5-7 */
	filter: alpha(opacity=0);

	/* Netscape */
	-moz-opacity: 0;

	/* Safari 1.x */
	-khtml-opacity: 0;

	/* Good browsers */
	opacity: 0;
}

ul.submenu-list .sublevel {
	display: block;	
	padding-left: 15px;	
	background: url("../images/bullet-sublevel.png") no-repeat top left;
}

#fiscal {	
	background: #b2e5f3 url("../images/fiscalizacao.gif") no-repeat bottom center;
	height: 390px;
	padding-top: 50px;
	text-align: center;
}

#fiscal .container {
	position: relative;
}

#fiscal h1 {
	color: #00aad6;
}

#fiscal .icon {	
	margin: 0 5px;
	width: 146px;
	height: 146px;
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	position: relative;
}

#fiscal .icon img {
	position: absolute;
	top: 0;
	left: 0;
}
#about-us {	
	min-height: 100%;
	background: #e6e6e6;
	position: relative;
}

#about-us .contacts {
	padding-top: 200px;
	width: 260px;
	margin-right: 20px;
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	vertical-align: top;
}

#about-us h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}

#about-us p {
	font-size: 14px;
	line-height: 18px;
}

#about-us small {
	font-size: 11px;
	line-height: 15px;
}

#about-us img,
#about-us .element {
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	vertical-align: top;
}

#about-us img {
	margin-right: 10px;
}

#about-us a,
#about-us a:visited {
	color: #3a89c9;
}

#about-us .right-col,
#about-us .left-col {
	float: left;
}

#about-us .left-col {
	width: 260px;
	margin-right: 30px;
}

#about-us .right-col {
	width: 290px;
}

input,
textarea {
	border: none;
	width: 100%;
	margin: 10px 0;
	font-size: 14px;
	padding: 10px;	
	color: black;
}

textarea {
	min-width: 290px !important;
	width: 290px;
	height: 115px;
	resize: none;
	overflow: auto;
}

input[type="submit"] {
	background: #3a89c9;
	width: auto;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;	
	cursor: pointer;
}

#guts {
	position: relative;
	width: 630px;	
	height: 800px;	
	display: inline-block;
	*display: inline; /* For IE6/IE7 */
	zoom: 1; /* For IE6/IE7 */
	vertical-align: top;		
	overflow: hidden;	
}

#guts.scrolled {
	overflow: scroll;
	overflow-x: hidden;	
}

.guts-content {
	position: absolute;
	top: 200px;
	left: 0;
	display: none;	
}

.bar {
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
}

#consulting .bar {
	background: #ef644d;
	top: 45px;
	left: 50%; 
	margin-left: 170px;
}

#facility .bar {
	width: 920px;
	background: #0ac5ab;
	top: 45px;
	left: 50%;
	margin-left: -1380px;
}

#projects .bar {	
	width: 260px;
	background: #f0b90a;
	bottom: 0;
	left: 50%;
	margin-left: 195px;
}

#fiscal .bar {
	width: 610px;
	background: #00aad6;
	top: -50px;
	left: 0;
}

#news .cleared {
	clear: both;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fafafa;
}

#news .floated {
	width: 390px;
	min-height: 1px;
	float: left;	
}

#news .floated.image-and-docs {
	width: 210px;
	margin-right: 10px;
}

#news .floated.image-and-docs-leftie {
	margin-right: 0px;	
	margin-left: 10px;
}

#news img {
	margin-bottom: 10px;
}

#footer {
	position: absolute;
	width: 100%;
	height: 46px;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

#footer .container {
	position: relative;
	padding-top: 20px;
	height: 26px;
}

#footer p {
	color: #122632;
	font-size: 12px;
	line-height: 16px;
}

#label {
	position: absolute;
	display: block;
	width: 16px;
	height: 46px;
	bottom: 0;
	right: 0;	
	overflow: hidden;
}

#feedback.success {
	color: #0ac5ab;
}

textarea.error,
input.error,
#feedback.error {
	color: #ef644d;
}