﻿@import url("fonts-face.css");
@import url(http://fonts.googleapis.com/css?family=eurostilebold:400,400italic,700,700italic);

body {
	background: #ccc;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

a, p, span, input, select, li, textarea, h1, h2, h3, h4, h5, h6{
	font-family: "glametrixregular", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

.mt20{ margin-top:20px; }
.w40p{ width: 40% !important; }
.w30p{ width: 30% !important; }
.half{ width: 40% !important; padding:0 5%; float: left; }

.abs{position: absolute; top:0; left:0;}

#centralizar {
	display: inline-block;
	width: 960px;
	min-height: 668px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	box-shadow: 10px 0 10px -6px #666, -10px 0 10px -6px #666;
}

#cabecalho {
	background: url(../img/default/cabecalho.png) no-repeat top center;
	float: left;
	width: 960px;
	height: 367px;
}

#cabecalho #logo{
	width:468px;
	height:152px;
	margin: 60px auto 40px;
}

#cabecalho #menu{
	width: 960px;
	height: 40px;
	box-sizing: border-box;
	padding: 5px 0 0 0;
}

#cabecalho #menu ul{
	width: 860px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
}

#cabecalho #menu ul li{
	list-style: none;
	display: inline;
}

#cabecalho #menu ul li a, #cabecalho #menu ul li span{
	font-family: "glametrixbold", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color:#fff;
	margin:0 5px;
	text-decoration: none;
}

#cabecalho #menu ul li a.hover{
	padding: 3px 10px;
	background: #ffffff;
	color: #D8251C;
	border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#cabecalho #menu ul li a:hover{
	text-decoration: underline;
}

#cabecalho #titulo{
	width: 960px;
	height: 70px;
}

#cabecalho #titulo p{
	color: #132d60;
	font-size:25px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}

#rodape {
	background: url(../img/default/rodape.png) no-repeat top center;
	float: left;
	width: 960px;
	height: 350px;
	position: relative;
}

#rodape .escondido{
	position: absolute;
	bottom: 0;
	left: 0;	
}

#rodape .escondido a{
	color: #1E4C84;
	text-decoration: none;
	font-weight: bold;
	padding: 15px;
}

#rodape #links{
	width:960px;
	height: 130px;
	margin: 25px 0 0 0;
}

#rodape #links .coluna{
	width:25%;
	box-sizing: border-box;
	padding: 10px 0 0 40px;
	height: 130px;
	float:left;
	text-align: left;
}

#rodape #links .coluna p{
	color: #af272d;
	font-size:22px;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	line-height: 14px;
}

#rodape #links .coluna ul{
	margin: 0;
	padding: 0;
}

#rodape #links .coluna ul li{
	list-style: none;
	padding: 0 0 0 5px;
	line-height: 10px;
	height: 14px;
}

#rodape #links .coluna ul li a{
	font-size:16px;
	color:#33456e;
	text-decoration: none;
	letter-spacing: 2px;
}

#rodape #links .coluna ul li a:hover{
	text-decoration: underline;
}

#rodape #endereco{
	width: 960px;
	height: 50px;
	margin: 100px 0 0;
}

#rodape #endereco p{
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height:10px;
	padding: 5px 0 0;
}

#banner{
	width: 960px;
	height: 558px;
	float: left;
	position: relative;
	margin: -20px 0 0;
	text-align: center;
}

#banner #sobrecapa{
	/*background: url(../img/default/banner.png) no-repeat top center;*/
	background: url(../img/default/banner_topo.png) no-repeat top center;
	width: 960px;
	height: 76px;
	z-index: 999999;
	position: absolute;
	top:0;
	left:0;
}

#banner #sobrecapa2{
	background: url(../img/default/banner_rodape.png) no-repeat top center;
	width: 960px;
	height: 70px;
	z-index: 999999;
	position: absolute;
	bottom: 0;
	left: 0;
}

#banner #container{
	width: 935px;
	height: 500px;
	display: inline-block;
	margin: 40px 0 0;
}

#banner #container #owl .item{
	position: relative;
}

#banner #container #owl .item .titulo{
	width: 935px;
	height: 100px;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 10px 30px;
	position: absolute;
	bottom: 5px;
	left: 0;
}

#banner #container #owl .item .titulo p{
	font-size: 14px;
	color: #fff;
}

#banner #container #owl .owl-pagination{
	left: 43.5%;
    position: absolute;
    top: -45px;
    z-index: 1000000;
}

#skillmais{
	width: 960px;
	height: 584px;
	float: left;
	background: url(../img/default/skillmais.png) no-repeat top center #abbac2;
	margin: -15px 0 0;
	box-sizing: border-box;
	padding: 15px 0 0;
	border-bottom: 15px solid #132d60;
	text-align: center;
}

#skillmais #bannermais{
	width: 892px;
	height: 429px;
	display: inline-block;
	margin: 100px 0 0;
}

#skillcanais{
	width: 960px;
	height: 287px;
	float: left;
	background: url(../img/default/skillcanais.png) no-repeat top center #ff8a8a;
	border-bottom: 15px solid #91251e;
}

#skillcanais .separador{
	width: 960px;
	height: 200px;
	margin: 95px 0 0;
}

#skillcanais .separador .coluna{
	width: 33%;
	height: 200px;
	text-align: center;
	float: left;
}

#conexaoskill{
	width: 960px;
	height: 400px;
	float: left;
	background: url(../img/default/conexaoskill.png) no-repeat top center #cccccc;
	border-bottom: 5px solid #0b1b35;
}

#conexaoskill .separador{
	width: 960px;
	height: 300px;
	margin: 95px 0 0;
}

#conexaoskill .separador .coluna{
	width: 33%;
	height: 300px;
	text-align: center;
	float: left;
}

#conteudo{
	width: 960px;
	min-height: 300px;
	margin: 20px 0 0;
	float: left;
	background: url(../img/default/bgtitulo.png) no-repeat top center #cccccc;
}

#conteudo .imagem{
	width: 960px;
	height: 500px;
	text-align: center;
	float: left;
	margin: 10px 0;
}

#conteudo .titulo{
	width: 960px;
	height: 60px;
	margin: 10px 0;
	float: left;
}

#conteudo .titulo h1{
	font-size: 38px;
	text-transform: uppercase;
	color: #132d60;
	text-align: center;
	line-height: 35px;
	margin: 3px 0 0;
}

#conteudo .titulo h1 span{
	font-size: 38px;
	color: #ff1d1d;
	font-weight: bold;
}

#conteudo .titulo p{
	font-size: 10px;
	text-transform: uppercase;
	color: #132d60;
	text-align: center;
}

#conteudo .texto{
	width: 960px;
	float: left;
	box-sizing: border-box;
	padding: 10px 18px;
}

#conteudo .texto select{
	width: 101.9%;
	height: 25px;
	border: 1px solid #333;
	font-size: 14px;
	color: #333;
	float: left;
	margin: 0 0 10px;
	padding: 2px 0;
}

#conteudo .texto input{
	width: 100%;
	height: 20px;
	border: 1px solid #333;
	font-size: 14px;
	color: #333;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
}

#conteudo .texto input.submit{
	width: 100px;
	height: 30px;
	border: 1px solid #333;
	color: #fff;
	background: #333;
	font-size: 18px;
	font-weight: bold;
	float: right;
	margin: 0 0 10px;
	cursor: pointer;
	padding: 3px 5px;
}

#conteudo .texto input.submit:hover{
	background: #999;
}

#conteudo .texto textarea{
	width: 100.9%;
	height: 80px;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	float: left;
	margin: 0 0 10px;
}

#conteudo .texto p{
	text-align: justify;
	margin: 0 0 10px;
	font-size: 20px;
}

#conteudo .texto h2{
	text-align: left;
	margin: 10px 0;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	color: #132d60;
}

#conteudo .texto h3{
	text-align: left;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
	color: #D8251C;
}

#conteudo .texto .hide{
	display: none;
}

#conteudo .texto .matricula{
	font-size: 20px;
	text-decoration: none;
	padding: 10px 15px;
	background: #132D60;
	color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	float: right;
	margin: 10px 0;
}

#conteudo .texto .matricula:hover{
	background: #26457F;
}

#conteudo .faixa{
	width: 960px;
	min-height: 15px;
	margin: 0 0 20px;
	float: left;
	background: url(../img/default/faixatexto.png) no-repeat top center #cccccc;
}

#bandeiras{
	width: 960px;
	height: 152px;
	float: left;
	background: url(../img/default/barraidiomas.png) no-repeat top center;
	margin: -35px 0 0;
	z-index: 999;
	position: relative;
}

#bandeiras .bandeira{
	width: 14.2%;
	height: 60px;
	text-align: center;
	float: left;
	margin: 65px 0 0;
}

#bandeiras .bandeira.selected img{
	padding: 20px 40px;
	background: #012733;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	margin: -20px 0 0;
}

#bandeiras .bandeira img{
	cursor: pointer;
}

#idiomas{
	width: 960px;
	height: 569px;
	float: left;
	background: url(../img/default/molduraidiomas.png) no-repeat top center;
	margin: -50px 0 0;
	z-index: 998;
	position: relative;
}

#idiomas .idioma{
	display: none;
	width: 960px;
	height: 430px;
	margin: 65px 0 0;
}

#idiomas .idioma.selected{
	display: block;
}

#idiomas .idioma .titulo{
	width: 960px;
	height: 70px;
}

#idiomas .idioma .titulo h1{
	font-size: 26px;
	text-transform: uppercase;
	color: #132d60;
	text-align: center;
	font-weight: bold;
}

#idiomas .idioma .titulo h1 span{
	font-size: 26px;
	text-transform: uppercase;
	color: #ff1d1d;
	text-align: center;
	font-weight: bold;
}

#idiomas .idioma .titulo p{
	font-size: 16px;
	text-transform: uppercase;
	color: #005794;
	text-align: center;
}

#idiomas .idioma .menu{
	width: 960px;
	height: 40px;
	border-top: 4px solid #a96864;
	border-bottom: 4px solid #a96864;
}

#idiomas .idioma .menu ul{
	text-align: center;
	margin: 10px 0 0;
}

#idiomas .idioma .menu ul li{
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}

#idiomas .idioma .menu ul li a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #132d60;
	border: none;
	padding: 0 0 1px;
}

#idiomas .idioma .menu ul li a:hover, #idiomas .idioma .menu ul li a.selected{
	border-bottom: 2px solid #112d5e;
}

#idiomas .idioma .descricao{
	width: 960px;
	height: 279px;
	float: left;
	background: url(../img/default/bgidioma.png) no-repeat top center;
	margin: 10px 0 0;
	box-sizing: border-box;
	padding: 0 10px 0 350px;
}

#idiomas .idioma .descricao .texto{
	width: 600px;
	height: 279px;
	display: none;
	box-sizing: border-box;
	padding: 5px;
}

#idiomas .idioma .descricao .texto.selected{
	display:block;
}

#idiomas .idioma .descricao .texto h1{
	font-size: 26px;
	text-transform: uppercase;
	color: #132d60;
	text-align: left;
	font-weight: bold;
}

#idiomas .idioma .descricao .texto h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #ff1d1d;
	text-align: left;
	font-weight: bold;
	margin: 0 0 20px;
}

#idiomas .idioma .descricao .texto p{
	font-size: 18px;
	line-height:16px;
	text-align: justify;
	margin: 0 0 10px;
}

#idiomas .idioma .descricao .texto a{
	float: right;
}
