﻿@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'ecoicons';
	src:url('../fonts/ecoicons/ecoicons.eot');
	src:url('../fonts/ecoicons/ecoicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ecoicons/ecoicons.woff') format('woff'),
		url('../fonts/ecoicons/ecoicons.ttf') format('truetype'),
		url('../fonts/ecoicons/ecoicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

p {
	text-align: justify;
	color: #C0C0C0;
	letter-spacing: normal;
}

body {
	background-color: #000000;
}
#menu_aqui{
	float: left;	
}
#cont_serviços{
	float: left;
}
#Comercio-Investe{
	float:left
}

.container > header,
.codrops-top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

.auto-style1 {
	text-align: center;
}
.auto-style2 {
			font-size: Large;
			color: #C0C0C0;
			text-align:justify
		}

.auto-style3 {
			text-align: center;
	border-bottom: medium #89867E solid	
}

.auto-style4 {
	text-align: center;
	border-bottom: medium #89867E solid;
	background-color: #C0C0C0;
}

.auto-style5 {
	text-align: center;
	border-bottom: medium #89867E solid;
	background-color: #CCCCCC;
}

.auto-style99 {
visibility: hidden;
}


#cursos a{
	font-size: x-large;

}
#cursos ul li{
	cursor: auto;
	list-style-type: none;
}
#cursos a:hover{
	background-color: #800080;
}



.container > header {
	margin: 0 auto;
	padding-left: 20px;
	background: rgba(0,0,0,0.05);
	margin-top: 60px;
}

.container > header a {
	color: #566473;
	text-decoration: none;
	outline: none;
}

.container > header a:hover {
	color: #4f7bab;
}

.container > header h1 {
	font-size: 40px;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	text-align: center;
	color: aqua;
}

.container > header h2 {
	font-size: 30px;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	text-align: center;
	color: #4F7BAB;
}


.container > header span {
	display: block;
	font-size: 55%;
	color: #74818e;
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'ecoicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e063";
}

.codrops-icon-cart:before {
	content: "\e015";
}
.codrops-icon-film:before {
	content: "\e06a";
}



.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

@media screen and (max-width: 1025px) {
	.container > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: right;
	}
}

@media screen and (max-width: 740px) {

	.codrops-icon span {
		display: none;
	}

}