html,
body {
	background-color:#FFF;
	font-family:"futura-pt",sans-serif;
	font-size:1em;
	color:#333;
	vertical-align:baseline;
	border:0;
	margin:0;
	padding:0;
	z-index: -10;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div {
	display:block;
	overflow:visible;
}

.group:after {
	content:"";
	display:table;
	clear:both;
}

a,
a:visited {
	text-decoration:none;
	color:inherit;
}

img {
	vertical-align:middle;
}

h1 {
	font-size: 4.1em;
	line-height: .9em;
	font-weight: 700;
	margin: 0;
	padding-top: 4px;
	color: #1A9ED4;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	line-height: 1em;
	margin: 5px 0 30px 0;
	font-weight: 500;
	color: #1A9ED4;
}

h3 {
	font-size:1.6em;
	margin:0;
	font-weight:500;
	color:#1A9ED4;
}

h4 {
	font-size:2.85em;
	font-weight:700;
	line-height:.9em;
	margin:0;
	color:#1A9ED4;
	text-transform:uppercase;
}

h5 {
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1em;
	margin: 5px 0 30px 0;
	color: #1A9ED4;
	text-transform: uppercase;
}

p {
	margin:0 0 20px 0;
	font-size:1.4em;
	font-weight:400;
	line-height:1.5em;
	color:#333;
}

p a,
p a:visited {
	text-decoration:none;
	color:#1A9ED4;
}

p a:hover {
	color:#333;
}

.alignRight {
	text-align:right;
}

ul {
	list-style-type:none;
	overflow:visible;
	padding:0;
	margin:0;
}

::selection {
	background:#e5e5e5;
}



/* header */



.menu,
.hideMenu {
	display:none;
}

header {
	width:100%;
	position:fixed;
	top:0;
	z-index:5;
	background-color:rgba(100%,100%,100%,.95);
}

nav {
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
}

nav li {
	float:left;
	padding:20px 0 0 0;
	margin:0 20px;
}

nav li:first-child {
	padding:0;
	margin-left:0;
	margin-bottom:0;
	width:60px;
	height:60px;
	background-color:#1A9ED4;
}

nav li:first-child:hover {
	background-color:#333;
}

nav li img {
	width:60px;
}

nav li a,
nav li a:visited {
	color:#1A9ED4;
}

nav li a:hover,
nav li a.selected {
	color:#333;
	cursor: pointer;
}

.nav_line {
	margin: 0 0 0 100px;
	border-top: 2px solid #1A9ED4;
	position: relative;
	top: -2px;
}

.nav_submenu {
	padding: 16px 0 20px 80px;
	font-weight: 700;
}

.nav_submenu li {
	float: left;
	margin: 0 20px;
}

.nav_submenu li a,
.nav_submenu li a:visited {
	color: #1A9ED4;
}

.nav_submenu li a:hover,
.nav_submenu li a.selected {
	color: #333;
}



/* geral */



.bloco {
	text-align: center;
	margin-bottom: 80px;
}

.bloco_noMarginBottom {
	text-align: center;
}

.first {
	margin-top:140px;
}

.first_submenu {
	margin-top: 200px;
}

.wrapper {
	width:850px;
	margin:0 auto;
	text-align:left;
}

.align-center {
	text-align: center;
}

.imagem_full {
	overflow: hidden;
}

.imagem_full img {
	max-width: 90%;
	min-width: 1100px;
}



/* Publicidade */



.pub {
	height: auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    box-shadow: 0 1px 2px #efefef;
	position: relative;
	padding: 100px 0 50px 0;
	text-align: center;
}

.pub_noMarginBottom {
	height: auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    box-shadow: 0 1px 2px #efefef;
	position: relative;
	padding: 100px 0 0 0;
	text-align: center;
}

.pub img,
.pub_noMarginBottom img {
	width: 100%;
}

.pub_banner img {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
}



/* Fundos de cor diferente de branco */



.fundoAzul,
.fundoCinza {
	padding: 40px 0;
}

.fundoAzul {
	background-color: #1A9ED4;
}

.fundoCinza {
	background-color: #333;
}

.fundoCastanho {
	background-color: #6A002F;
}

.fundoAzul h1, .fundoAzul h2, .fundoAzul h3, .fundoAzul h4, .fundoAzul h5, .fundoAzul p,
.fundoCinza h1, .fundoCinza h4, .fundoCinza h5, .fundoCinza p {
	color: #FFF;
}

.fundoCinza h2, .fundoCinza h3 {
	color: #1A9ED4;
}

.fundoAzul h1 a, .fundoAzul h1 a:visited,
.fundoAzul h2 a, .fundoAzul h2 a:visited,
.fundoAzul h3 a, .fundoAzul h3 a:visited,
.fundoAzul h4 a, .fundoAzul h4 a:visited,
.fundoAzul p a, .fundoAzul p a:visited {
	color:#FFF;
	border-bottom:1px dotted #FFF;
}

.fundoAzul h1 a:hover,
.fundoAzul h2 a:hover,
.fundoAzul h3 a:hover,
.fundoAzul h4 a:hover,
.fundoAzul p a:hover {
	color:#333;
	border-bottom:1px dotted #333;
}

.twoColumns li {
	float: left;
	width: 50%;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white p {
	color: #FFF;
}

.white h2 a,
.white h1 a:hover {
	color: #1A9ED4;
}

.white h2 a:hover {
	color:#333;
}

.center {
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.collapsible {
	cursor:pointer;
}

.collapse-close span,
.collapse-open span {
	float:right;
	-moz-transition:transform .5s ease;
	-webkit-transition:transform .5s ease;
	-o-transition:transform .5s ease;
	transition:transform .5s ease;
}

.collapse-open span {
	visibility:visible;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}



/* footer */



footer {
	padding: 80px 0 40px 0;
}

footer p {
	font-size: 1em;
	text-align: center;
	margin: 0;
}

footer p a,
footer p a:visited,
footer p span {
	color: #1A9ED4;
}

footer p a:hover {
	color: #333;
	border-bottom: 1px dotted #1A9ED4;
}



@media screen and (max-width:900px) {



	html {
		font-size: 0.9em;
	}

	.wrapper {
		width: 90%;
	}

	header {
		left: 0;
	}
		
	.imagem_full img {
		min-width: 900px;
		position: relative;
		left: 50%;
		margin-left: -460px;
		display: block;
	}



}



@media screen and (max-width:500px) {



	html {
		font-size: 0.7em;
	}

	h1 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

	.menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 20;
		background-color: rgba(100%,100%,100%,.8);
	}

	.showMenu {
		position: fixed;
	}

	.hideMenu {
		display: block;
		position: absolute;
	}

	.showMenu,
	.hideMenu {
		top: 0;
		right: 0;
		height: 60px;
		width: 60px;
		padding: 15px;
	}

	.showMenu img,
	.hideMenu img {
		width: 100%;
	}

	.menu_logo {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		width: 60px;
		height: 60px;
		background-color: #1A9ED4;
	}

	.menu_logo img {
		width: 60px;
	}

	header {
		left: -100%;
		height: 100%;
		z-index: 25;
		overflow: auto;
	}

	nav li {
		float: none;
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 1.2em;
	}

	nav li:first-child {
		margin: 0 0 40px 0;
	}

	.nav_line {
		margin: 0;
		top: 0;
	}

	.nav_submenu {
		padding: 0;
		font-size: 1.4em;
	}

	.nav_submenu li {
		float: none;
		margin: 0 0 30px 0;
	}

	.nav_submenu li:first-child {
		margin-top: 30px;
	}

	.first,
	.first_submenu {
		margin-top: 100px;
	}
		
	.twoColumns li {
		float: none;
		width: 100%;
	}



	/* Publicidade */



	.pub_banner img {
		height: 80px;
		width: 80px;
	}



}