/*RESET*/
body, div, p, h1, h2, h3, h4, h5, ul, li, a {
	padding: 0;
	margin: 0;
}
p {
	padding-bottom: 14px;
}
body {
	background: #364a81;
	font-family: Arial;
	font-size: 13px;
	color: #6D6D6D;
}
img {
	max-width: 100%;
	max-height:100%;
}
div {
	min-height: 1px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #364a81;
}
h1, h2, h3 {
	color: #364a81;
	margin: 0 0 6px 0;
}
h4, h5 {
	margin: 0 0 2px 0;
}
p {
	text-align: justify;
	margin: 4px 0 4px 0;
}
img {
	max-width: 100%;
}
.clear {
	clear: both
}
#btn1, #btn2, #btn3, #btn4, #btn5, #btn6, #btn7, #btn8, #btn9, #btn10, #btn11, #btn12, #btn13, #btn14, #btn15 {
	cursor: pointer;
	transition: ease-out 0.5s;
}
#chat1c, #chat2c, #chat3c, #chat4c, #chat5c, #chat6c, #chat7c, #chat8c, #chat9c, #chat10c, #chat11c, #chat12c, #chat13c, #chat14c, #chat15c {
	cursor: pointer;
}
#chat1c:hover, #chat2c:hover, #chat3c:hover, #chat4c:hover, #chat5c:hover, #chat6c:hover, #chat7c:hover, #chat8c:hover, #chat9c:hover, #chat10c:hover, #chat11c:hover, #chat12c:hover, #chat13c:hover, #chat14c:hover, #chat15c:hover {
	color: #364a81;
	font-weight: bold;
}
#btn1:hover, #btn2:hover, #btn3:hover, #btn4:hover, #btn5:hover, #btn6:hover, #btn7:hover, #btn8:hover, #btn9:hover, #btn10:hover, #btn11:hover, #btn12:hover, #btn13:hover, #btn14:hover, #btn15:hover {
	cursor: pointer;
	border-left: 2px solid #364a81;
	padding-left: 10px;
	transition: ease-out 0.5s;
}
/*TOPO*/
.limitador {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.topo {
	background: white;
}
.faixa-topo {
	background: #364a81;
	margin-bottom: 20px;
}
.back {
	position: fixed;
	width: 1010px;
	height: 100%;
	margin: 0 auto;
	z-index: -100;
	border: 1px solid #cecece;
	top: 0;
}
.faixa-botoes {
	background: #f0f0f0;
	margin-top: 10px;
}
.topo-logo {
	padding-top: 10px;
}
.topo-logo img {
	height: 90px;
}
.topo-botoes {
}
.topo-botoes ul {
	line-height: 40px;
	height: 40px;
	font-size: 80%;
	font-weight: bold;
}
.topo-botoes ul li {
	float: left;
	width: auto;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 40px;
	height: 40px;
	margin: 0 auto;
}
.topo-botoes ul li a {
	line-height: 40px;
	height: 40px;
	text-decoration: underline;
	display: block;
}
.topo-botoes ul li img {
	padding: 10px 0;
	float: left;
	margin-right: 10px;
	display: inline-block;
	opacity: 0.1;
}
/* BUTTON */
.button {
	display: inline-block;
	border: none;
	padding: 0 5px;
	margin: 0;
	color: #364a81;
	text-align: center;
	height: 40px;
	width: auto;
	transition: all 0.5s;
	cursor: pointer;/*line-height: 40px;*/
}
ul.sector li a.button {
	line-height: 40px;
}
.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.button span:after {
	content: ' ';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.button:hover span {
	padding-right: 20px;
	text-decoration: underline
}
.button:hover span:after {
	opacity: 1;
	right: 0;
}
/* CORPO */
.corpo {
	background: white;
	padding-bottom: 20px;
}
.minion {
	font-size: 90%;
	text-align: center;
}
.minion-icon {
	height: 140px;
	width: 140px;
	border-radius: 140px;
	background: #364a81;
	margin: 10px auto;
}
.normal-titulo {
	background: #364a80;
	color: white;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	border-top: 1px solid red;
}
.none {
	display: none;
}
.reducto {
}
.reducto li {
	padding: 4px;
	border: 1px solid #fff;
	transition: ease-in 0.1s;
	text-transform: uppercase;
}
.reducto li:hover {
	padding: 6px;
	border: 1px solid #364a80;
	transition: ease-in 0.2s;
}
.edt {
	text-align: left;
	padding: 4px;
	font-size: 100%;
	color: #364a80;
	font-weight: bold;
}
.edt2 {
	text-align: left;
	padding: 4px;
	;
	font-size: 80%;
	color: gray;
}
#fec1, #fec2, #fec3, #fec4, #fec5, #fec6, #fec7, #fec8, #fec9, #fec10, #fec11, #fec12, #fec13, #fec14, #fec15, #chat1c, #chat2c, #chat3c, #chat4c, #chat5c, #chat6c, #chat7c, #chat8c, #chat9c, #chat10c, #chat11c, #chat12c, #chat13c, #chat14c, #chat15c {
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}
/* ROW */
.row {
}
.gray {
	background: #F0F0F0;
	padding: 20px;
}
.separador {
	padding: 20px 0;
}
/* 8 divisoes */
.cel-1-8, .cel-2-8, .cel-3-8, .cel-4-8, .cel-5-8, .cel-6-8, .cel-7-8 {
	float: left;
	margin-right: 1.0%;
}
.cel-1-8 {
	width: 11.625%
}
.cel-2-8 {
	width: 24.25%
}
.cel-3-8 {
	width: 36.875%
}
.cel-4-8 {
	width: 49.5%
}
.cel-5-8 {
	width: 62.125%
}
.cel-6-8 {
	width: 74.75%
}
.cel-7-8 {
	width: 87.375%
}
/* 7 divisoes */
.cel-1-7, .cel-2-7, .cel-3-7, .cel-4-7, .cel-5-7, .cel-6-7 {
	float: left;
	margin-right: 1.5%;
}
.cel-1-7 {
	width: 13.0%
}
.cel-2-7 {
	width: 27.5%
}
.cel-3-7 {
	width: 42.0%
}
.cel-4-7 {
	width: 56.5%
}
.cel-5-7 {
	width: 71.0%
}
.cel-6-7 {
	width: 85.5%
}
/* 5 divisoes */
.cel-1-5, .cel-2-5, .cel-3-5, .cel-4-5 {
	float: left;
	margin-right: 1.5%;
}
.cel-1-5 {
	width: 18.8%
}
.cel-2-5 {
	width: 39.1%
}
.cel-3-5 {
	width: 59.4%
}
.cel-4-5 {
	width: 79.7%
}
/* 4 divisoes */
.cel-1-4, .cel-2-4, .cel-3-4 {
	float: left;
	margin-right: 1.5%;
}
.cel-1-4 {
	width: 23.875%
}
.cel-2-4 {
	width: 49.25%
}
.cel-3-4 {
	width: 74.625%
}
/* 3 divisoes */
.cel-1-3, .cel-2-3 {
	float: left;
	margin-right: 1.5%;
}
.cel-1-3 {
	width: 32.33%
}
.cel-2-3 {
	width: 66.16%
}
.last {
	margin-right: 0;
}
/*ANIMACAO*/
.animacao {
	padding-top: 20px;
}
.slides {
	height: 320px;
	border-radius: 10px 0 10px 0;
	background: #000000;
}
/* NOTICIAS */
.box-noticias {
	max-width: 513px;
}
.title-noticias {
	background-image: url(../img/title-noticias.png);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	font-family: 'DIN Light Alternate';
	font-size: 39px;
	color: #1f262c;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 30px;
}
.noticia-ex {
	margin-bottom: 16px;
	padding: 4px;
}
.bot-left {
	position: relative;
}
.bot-left:before, .bot-left:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.bot-left:after {
	right: -1px;
	height: 1px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#7d7d7d), to(transparent));
	background-image: -webkit-linear-gradient(left, #7d7d7d, transparent);
	background-image: -moz-linear-gradient(left, #7d7d7d, transparent);
	background-image: -o-linear-gradient(left, #7d7d7d, transparent);
}
.sfere {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	background: #A8A8A8;
}
.dia {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: white;
	padding-top: 10px;
}
.mes {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.titulo {
	font-style: italic;
	font-weight: bold;
	color: #364a81;
	font-size: 110%;
}
.noticias-m {
	text-align: center;
	font-family: 'DIN Light Alternate';
	font-size: 16px;
	font-weight: normal;
	background: #364a81;
	margin: 0 auto;
	padding: 6px;
	border-radius: 6px;
	letter-spacing: 0;
	width: 150px;
	color: white;
}
/* RODAPE */
.faixa-rodape {
	padding: 20px 0;
	background: #364a81;
	position: relative;
	color: white;
	font-size: 85%;
}
/* LINKS */
.link {
	position: fixed;
	right: 0;
	top: -172px;
	min-width: 80px;
	text-align: left;
	background: #f0f0f0;
	transition: ease 2s;
	height: 180px;
	z-index: 999;
}
.link:hover {
	top: 0;
	transition: ease 0.7s;
}
.link a {
	height: 20px;
}
.icon-link {
	position: relative;
	width: 100%;
	border-bottom: 0px solid #c0c0c0;
	height: 22px;
}
.icon-link img {
	float: left;
	margin-right: 5px;
}
.link-titulo {
	background: #c73226;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 16px;
	line-height: 16px;
	padding: 5px;
	border-radius: 0 0 0 12px;
}
.mega li {
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid gray;
	padding-right: 10px;
}
.fundo2 {
	height: 380px;
	position: relative;
}
.section-background {
	width: 100%;
	position: absolute;
	z-index: -5;
	top: 0;
}
.section-background img {
	width: 100%;
	max-height: 380px;
}
.fundo2-detalhe-pequeno {
	height: 300px;
	width: 10px;
	position: absolute;
	left: 0;
	margin: 40px 0;
}
.efeito-red {
	background: #c73226;
	height: 96px;
	width: 100%;
}
.efeito-azul {
	background: #364a81;
	height: 96px;
	width: 100%;
}
.fundo2-detalhe-grande {
	width: 480px;
	height: 296px;
	background: url(../fundo2_bg.png);
	position: absolute;
	margin: 40px 0;
	margin-left: 14px;
}
.fundo2-detalhe-grande p {
	width: 100%;
	color: white;
	height: 96px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.icon-estilo {
	margin: 5px;
	left: 0;
	float: left;
	width: 86px;
}
