html{ height: 100%; }
body{ font-family: "Open Sans"; font-size: 16px; margin:0; padding: 0; height: 100%; color: #333;  }

a img,img { border:0; text-decoration: none; color: #fff; font-size: 10px; }

h1 { margin: 0; padding: 0; font-size: 18px; color: #004C51; }

.textfill{ opacity: 0; text-transform: uppercase; }

#big-video-wrap{ display: none; }

#loader{
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.5s ease;
	z-index: 998;
}

#main{ margin:0; padding: 0; width: 100%; }
#conteudo{ margin:0; padding: 0; height: 100%; }
.full{ width: 100%; min-height: 100vh; height: 100%; position: relative; display: block; overflow: hidden; }
.fullH{ width: 100%; min-height: auto; height: auto; position: relative; display: block; }


.bgImg{			 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.topo{
	position: relative;

}
.topo h2,.topo h1{
	font-size: 272px;
	width: 100%;
	font-weight: 300;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%; 
	font-family: 'Raleway';
}
.topo h2 span,.topo h1 span{
	bottom: 0;
	position: absolute;
}

.clone_{
	font-size: 272px;
	width: 100%;
	font-weight: 300;
	color: #eee;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%; 
	font-family: 'Raleway';
}
.clone_ span{
	bottom: 0;
	position: absolute;
	right: 0;
}

.topo-aside h2,.topo-aside h1{
	padding-left: 330px;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#lista-cidades{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#lista-cidades-div:hover ul li a h4{
	opacity: 0.2;
}
#lista-cidades-div ul li:hover a h4{
	opacity: 1 !important;
}
.titulo-seta{
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	padding-right: 180px;
}
.tituto-projeto span{
	padding-right: 90px;
}
.titulo-seta span:after{
	content: " ";
	display: block;
	width: 100px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/seta-titulo.png) center center no-repeat;
}

#lista-cidades img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
#lista-cidades-div{
	display: block; 
	width: 100%; 
	height: auto; 
	overflow: hidden;
	position: relative;
}
#lista-cidades-div ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#lista-cidades-div ul li{
	width: 33.3%;
	height: 18vw;
	display: block;
	position: relative;
	float: left;
	font-size: 50px;
	color: #fff;
	border: solid 1px #fff;
	overflow: hidden;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#lista-cidades-div ul li:nth-child(3n){
	width: 33.4%;
}
#lista-cidades-div ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
#lista-cidades-div ul li a article{
	transition: all 0.4s ease-in-out; 
	height: 100%;
	width: 0;
}
#lista-cidades-div ul li a:hover article{
	height: 100%;
	width: 100%;
}
#lista-cidades-div ul li a h4{
	display: block;
	position: absolute;
	bottom: -16px;
	left: -11px;
	font-size: 100px;
	font-weight: 300;
	margin:0;
	padding: 0;
	line-height: 1;
	transition: background 0.8s ease-in-out; 
	font-family: 'Raleway';
	text-transform: uppercase;
}

.titulo{
	font-size: 50px;
	font-weight: 300;
	text-align: center;
}

.titulo-l,.cidade-center h2{
	font-size: 50px;
	font-weight: 300;
	margin-top: 0;
	padding-top: 0;
}


.titulo-pequeno{
	font-size:15px;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}

.cor-amarelo{
	color: #FF9326;
}
.cor-laranja{
	color: #FF9326;
}
.cor-verde{
	color: #00923F;
}

.slider-foto-texto{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slider-foto-texto ul{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	height: 480px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider-foto-texto ul li{ 
	width: 100%;
	position: relative;
	display: block;
	height: 100%;
	float: left;
}
.slider-foto-texto ul li article{
	width: 970px;
	margin: 0 auto;
}
.slider-foto-texto ul li article figure{
	width: 320px;
	min-height: 200px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
.slider-foto-texto ul li article figure img{
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
.slider-foto-texto ul li article figure figcaption{
	height: 100%;
	width: 100%;
	display: block;
	padding: 0;
	margin:0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 300;	
	font-family: 'Raleway';
	text-transform: uppercase;
}
.slider-foto-texto ul li article figure span{
	color: #fff;
	position: absolute;
	bottom: 0;
}
.slider-foto-texto ul li article div{
	width: 616px;
	float: right;
	display: block;
	position: relative;
	font-size: 14px;
}

.slider-foto-next{
	display: block;
	width: 28px;
	height: 53px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/setas.png) top right no-repeat;
	margin: -26px 20px 0;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
}

.slider-foto-prev{
	display: block;
	width: 28px;
	height: 53px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/setas.png) top left no-repeat;
	margin: -26px 20px 0;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
}
#lista-cidades{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.titulo-seta{
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	padding-right: 100px;
}
.titulo-seta span{
	padding-right: 180px;
	position: relative;
}
.titulo-seta span:after{
	content: " ";
	display: block;
	width: 100px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/seta-titulo.png) center center no-repeat;
}
#lista-equipe{
	display: block; 
	width: 100%; 
	height: auto; 
	overflow: hidden;
	position: relative;
}
#lista-equipe ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#lista-equipe ul li{
	width: 25%;
	height: auto;
	display: block;
	position: relative;
	float: left;
	font-size: 50px;
	color: #fff;
	border: solid 1px #fff;
	overflow: hidden;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#lista-equipe ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
}
#lista-equipe ul li figure{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
}
#lista-equipe ul li figcaption{
	transition: background 0.4s ease-in-out; 
	display: block;
	position: relative;
	width: auto;
	height: 100%;
	margin: 0;
	padding:0;
	position: absolute;
	top: 0;
	left:0;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;

}
#lista-equipe ul li a:hover figcaption{
	background-color: rgba(0,106,180,0.6);
	padding:40px;
}
#lista-equipe ul li a img{
	position: relative;
	display: block;
	width: 100%;
}
#lista-equipe ul li a h4{ 
	display: block;
	width: 100%;
	min-height: 10px;
	position: absolute;
	bottom: -10px;
	left: -8px;
	font-size: 65px;
	margin:0;
	padding: 0;
	line-height: 1;
	font-weight: 300;	
	font-family: 'Raleway';
	text-transform: uppercase;
}
#lista-equipe ul li a:hover figcaption h4{
	font-size: 40px !important;
	position: relative;
	bottom: auto;
	left: auto;
}
#lista-equipe ul li a p{
	display: none;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding-top: 20px;

}

#lista-equipe ul li a:hover figcaption p{
	display: block;
}

.texto-central p{
	width: 520px;
	margin: 0 auto;
	padding: 110px 0;
	display: block;
	position: relative;
	font-size: 14px;
}

.center-a{ overflow: hidden; display: block; position: relative; width: 760px; margin: 100px auto; }
.center-b{ overflow: hidden; display: block; position: relative; width: 1020px; margin: 100px auto; }

.facebook{ width: 350px; height: 450px; background: #ccc; display: block; position: relative; float: left; margin: 0; }

.botoes{ float: right; display: block; width: 300px; }

.bt{ text-align: center; text-decoration: none; line-height: 1.2; padding: 40px; display: block; position: relative; color: #fff; font-size: 50px; font-weight: 300; }
.bt small{ display: block; position: relative; text-align: center; font-size: 13px; margin-top: 5px; }

.bt-telefone{ width: 90px; }

.bg-vermelho{ background-color: rgba(226,5,19,0.8); }
.bg-laranja{ background-color: rgba(255,147,38,0.8); }
.bg-amarelo{ background-color: rgba(245,191,0,0.8); }
.bg-azul{ background-color: rgba(0,106,180,0.8); }
.bg-roxo{ background-color: rgba(36,39,88,0.8); }
.bg-verde{ background-color: rgba(0,149,64,0.8); }
.bg-verde-b{ background-color: rgba(0,100,48,0.8); }

.bg-vermelho-opaco{ background-color: rgb(226,5,19); }
.bg-laranja-opaco{ background-color: rgb(255,147,38); }
.bg-amarelo-opaco{ background-color: rgb(245,191,0); }
.bg-azul-opaco{ background-color: rgb(0,106,180); }
.bg-roxo-opaco{ background-color: rgb(36,39,88); }
.bg-verde-opaco{ background-color: rgb(0,149,64); }
.bg-verde-b-opaco{ background-color: rgb(0,100,48); }


.bt-down{	
	background-image: url(../img/seta-baixo.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;

}


.bt-up{	
	background-image: url(../img/seta-up.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;

}

.bt-agencias{	
	background-image: url(../img/bt-agencias.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bt-sobre{	
	background-image: url(../img/bt-sobre.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.ico{ text-align: left; text-indent: -999px; overflow: hidden; text-decoration: none; display: block; position: relative; }

.ico-agencia{	
	background-image: url(../img/ico-agencia-c.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.ico-telefone{	
	background-image: url(../img/ico-telefone-c.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}


#agencias-ul{
	width: 1020px;
	display: block;
	padding:100px 0;
	margin:0 auto;
}

#agencias-ul li{
	display: block;
	overflow: hidden;
	margin-bottom: 145px;
	padding-top: 120px;
	position: relative;
}

/*
#agencias-ul li article{
	float: left;
	width: 356px;
}
*/

#agencias-ul li:nth-child(even) article{
	float: right;
}

#agencias-ul li h3{
	font-size: 37px;
	font-weight: 300;
	margin: 0;
	padding: 20px 20px 20px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 50%;
}

#agencias-ul li p{
	font-size: 13px;
	padding: 20px 0 40px;
	margin: 0;
}

.infos-contato{
	display: block; padding: 20px;
	position: absolute;
	top: 220px;
	right: 50%;
	overflow: hidden;
	margin-right: 60px;
	width: 300px;
}

#agencias-ul li:nth-child(even) .infos-contato{
	left: 50%;
	right: auto;
	overflow: hidden;
	margin-left: 60px;
	margin-right: auto;
}

#agencias-ul li:nth-child(even) h3{
	left: 50%;
	right: auto;
}

#agencias-ul li:nth-child(odd) .agencia-mapa{
	float: right;
}

#agencias-ul li a{
	font-size: 18px;
	padding: 20px 0;
	margin: 0;
	color: inherit;
	text-decoration: none;
	display: block;
}



.form-contato{
	padding: 55px 55px 25px;
	width: 600px;
	color: #fff;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}

.form-contato h4{
	padding: 0 0 30px;
	margin:0;
	font-weight: 300;
	font-size: 50px;

}

.input{
	width: 100%;
	border:solid 1px #fff;
	padding: 20px;
	font-weight: 300;
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 300;
	background: none;
	color: #fff;
	margin-bottom: 20px;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.textarea{
	height: 150px;
}

.submit{
	border:solid 1px #fff;
	padding: 10px 20px;
	font-weight: 300;
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 300;
	background: none;
	color: #fff;
	margin-bottom: 20px;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	cursor: pointer;
}

#lista-projeto ul{
	width: 990px;
	display: block;
	padding:0;
	margin: 40px auto;
	list-style: none;
}

#lista-projeto ul li{
	display: block;
	position: relative;
	margin-bottom: 100px;
}

.lista-projeto-article{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.lista-projeto-article img{
	float: left;
}

.lista-projeto-article h4{
	float: left;
	width: 784px;
	font-size: 50px;
	margin: 0;
	padding:20px 0;
	font-weight: 300;
}

.lista-projeto-article p{
	float: left;
	width: 580px;
	margin: 0;
	padding:20px 0;
}

.numeral{
	text-align: center;
	font-size: 140px;
	font-weight: 300;
	width: 140px;
	height: 140px;
	padding-top: 36px;
	display: block;
	position: relative;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.2;
	padding-top: 2px;
	margin: 0 50px 100px 0;
	float: left;
}

.lista-projeto-ul li:nth-child(even) img{
	/* float: right; */
}

.lista-projeto-ul li:nth-child(even) h4{
	float: right;
	text-align: right;
}

.lista-projeto-ul li:nth-child(even) p{
	float: right;
	text-align: right;
}

.lista-projeto-ul li:nth-child(even) .numeral{
	margin: 0 0 100px 50px;
	float: right;
}

.lista-projeto-ul .botoes{
	height: 400px;
	position: relative;
	display: block;
	float: none;
	width: 100%;
}

.lista-projeto-ul .botoes .bt{
	max-width: 245px;
}

.lista-projeto-ul .botoes a{
	position: absolute;
}


#lista-projeto-ul-1 .botoes a:nth-child(1){
	right: -40px;
	top: 0;
}

#lista-projeto-ul-1 .botoes a:nth-child(2){
	right: 270px;
	top: 60px;
}


#lista-projeto-ul-2 .botoes a:nth-child(1){
	left: -40px;
	top: 0;
}

#lista-projeto-ul-2 .botoes a:nth-child(2){
	left: 130px;
	top: 60px;
}


#lista-projeto-ul-2 .botoes a:nth-child(3){
	left: 265px;
	top: 145px;
}


#lista-projeto-ul-2 .botoes a:nth-child(4){
	right: 140px;
	top: 40px;
}

#lista-projeto-ul-3 .botoes a:nth-child(1){
	right: -40px;
	top: 0;
}

#lista-projeto-ul-4 .botoes a:nth-child(1){
	left: -40px;
	top: 0;
}

#lista-projeto-ul-4 .botoes a:nth-child(2){
	left: 195px;
	top: 100px;
}

#lista-projeto-ul-5 .botoes a:nth-child(1){
	right: -40px;
	top: 0;
}


#lista-projeto-ul-7 .botoes a:nth-child(1){
	right: -40px;
	top: 0;
}

#lista-projeto-ul-7 .botoes a:nth-child(2){
	right: 115px;
	top: 60px;
}

#lista-projeto-ul-7 .botoes a:nth-child(3){
	right: 265px;
	top: 145px;
}

#lista-projeto-ul-7 .botoes a:nth-child(4){
	right: 440px;
	top: 40px;
}

.lista-projeto-ul .botoes a.bt-down{
	right: 50%;
	top: 200px;
	margin-right: -70px;
}

#lista-projeto .lista-projeto-ul li:nth-child(2n) article img{
	float: right;
}

aside{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
	color: #fff;
	z-index: 2;
	transition: background 0.5s ease;
	transition: height 0.5s ease;
}

aside a{ 
	color: #fff;
	text-decoration: none;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
	background: url(../img/back.png) left center no-repeat;
	display: block;
}

aside .aside-titulo{ 
	text-decoration: none;
	height: 322px;
	width: 100%;
}

aside .aside-titulo span{ 
	position: absolute;
	bottom: 38px;
	right: 38px;
	text-align: right;
	font-size: 80px;
	font-weight: 300;
	line-height: 1.1;
	color: #fff;
}
aside ul{ list-style: none; line-height: 1.2 !important; height: auto !important; margin: 25px 0 0; padding: 0;}
aside ul li a,aside ul li {
	line-height: 1.4 !important;
	font-size: 16px !important ;
	height: auto !important;
	text-indent: 0;
	background: no-repeat;
	text-align: right;
	font-weight: 600;
}
aside ul li{
	margin-bottom: 15px;
}

.cidade-center{
	padding-left: 400px;
	padding-top: 40px;
	padding-right: 400px;
	position: relative;
	display: block;
	max-width: 700px;
	margin: 0 auto;
}

.cidade-botoes-right{
	width: 150px;
	position: absolute;
	right: 40px;
}

.bt-fuso {
	width: 110px;
	margin-left: -60px;
	margin-top: -20px;
	padding: 40px 25px;
}
.bt-fuso strong{
	font-size: 28px; text-align: center; display: block;
}

.bt-fuso small{
	
}


.cidade-botoes a{
	position: relative;
	display: block;
}

.cidade-botoes{
	height: 400px;
	position: relative;
	display: block;
	float: none;
	width: 100%;
}




.cidade-botoes a{
	position: absolute;
}

.bt-ponto-texto span{
	position: absolute;
	top: 50%;
	margin-top: -34px;
	left: 0;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding:10px;
	font-size: 26px;
	  -webkit-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  text-transform: uppercase;
}


.cidade-botoes a:nth-child(1){
	left: -285px;
	top: -430px;
}

.cidade-botoes a:nth-child(2){
	right: -260px;
	top: -400px;
}

.cidade-botoes a:nth-child(3){
	left: -265px;
	top: -220px;
}

.cidade-botoes a:nth-child(4){
	right: -320px;
	top: -200px;
}

.cidade-botoes a:nth-child(5){
	left: -100px;
	top: 40px;
}

.cidade-botoes a:nth-child(6){
	right: -130px;
	top: 30px;
}

.cidade-botoes a:nth-child(7){
	left: -30px;
	top:200px;
}




.cidade-slider{
	display: block;
	position: relative;
	width: 1180px;
	height: 740px;
	overflow: hidden;
	margin:80px auto;
}

#cidade-slider-ul{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	height: 740px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#cidade-slider-ul li{ 
	width: 100%;
	position: relative;
	display: block;
	height: 100%;
	float: left;
}
#cidade-slider-ul li img{
	display: block;
	margin:0 auto;
}


.cidade-slider-next{
	display: block;
	width: 30px;
	height: 55px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/setas-b.png) top right no-repeat;
	margin: -26px 20px 0;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
}

.cidade-slider-prev{
	display: block;
	width: 30px;
	height: 55px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/setas-b.png) top left no-repeat;
	margin: -26px 20px 0;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
}


.colunas-3{ overflow: hidden; display: block; position: relative; }
.colunas-3 .col-left{ width: 35%; height: 100%; float: left; display: block; position: relative; }
.colunas-3 .col-center{ width: 40%; height: 100%; float: left; display: block; position: relative; margin-top: 100px; }
.colunas-3 .col-right{ width: 25%; height: 100%; float: left; display: block; position: relative; }

.colunas-2{ overflow: hidden; display: block; position: relative; }
.colunas-2 .col-left{  width: 72%; height: 100%; float: left; display: block; position: relative; }
.colunas-2 .col-right{ width: 28%; height: 100%; float: right; display: block; position: relative; }

.bg-cinza{ background: #EEEEEE; }

.cursos-form-header{ padding: 50px; }
#curso-busca{ border: none; width: 200px; margin-right: 15px; float: right; color: #fff; padding: 8px; font-weight: 300; font-family: "Open Sans"; font-size: 14px; background: #CCCCCC; }
#curso-busca-select{ border: none; width: 200px; margin-right: 15px; float: right; background: #006AB4; color: #fff; padding: 8px; font-weight: 300; font-family: "Open Sans"; font-size: 14px; }
#curso-cidade-select{ border: none; width: 200px; margin-right: 15px; float: right; background: #006AB4; color: #fff; padding: 8px; font-weight: 300; font-family: "Open Sans"; font-size: 14px; }

.curso-resultado{ width: 100%; display: block; position: relative; padding: 0; margin: 0; list-style: none;}
.curso-resultado li{
	width: 25%;
	display: block;
	position: relative;
	float: left;
	padding: 0 0 50px;
	z-index: 1;
}
.curso-resultado li:hover{
	z-index: 2;
}
.curso-resultado li article{
	width: 160px;
	display: block;
	position: relative;
	margin: 0 auto;
	color: #333333;
}
.curso-resultado li article img{
	width: 100%;
}

.curso-resultado li article h6{
	font-size: 14px;
	padding: 0;
	margin: 0;
	display: none;
}

.curso-resultado li article p{
	font-size: 14px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px; right: -200px;
	width: 220px; 
	max-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0; 
	color: #fff;
	transition: all 0.5s ease-in-out; 
}

.curso-resultado li:hover article p{
	padding: 20px;
	height: auto;
	max-height: 500px;
	opacity: 1;
}

.curso-resultado li article p strong{
	display: block;
	font-size: 16px;
} 

.curso-resultado li article a{ margin-top: 0; border: none; display: block; width: 100%; text-align: center; text-decoration: none; background: #F5BF00; color: #fff; padding: 8px; font-weight: 300; font-family: "Open Sans"; font-size: 14px;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.curso-resultado li article a span{ font-size:30px; line-height:0; float:right; margin:5px 7px -2px 5px; } 

.titulo-escolas{ margin-left: -30px; font-size: 80px; font-weight: 300; color: #fff; padding: 102px 0 15px 22px; line-height: 1.1;  }

.custo-de-vida{ margin-top: 80px; }
.custo-de-vida .titulo-l{ margin-bottom: 100px; width: 50%; clear: both; }
.custo-de-vida .titulo-l span{ width: 286px; display: block; margin: 0 auto; }

.custo-de-vida article{
	width: 50%; float: left;
	display: block; position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}

.custo-de-vida article:nth-child(2n){
	clear: both;
}

.custo-de-vida article h6{
	width: 286px;
	margin: 0 auto;
	color: #009540;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

.custo-de-vida article img{
	margin-bottom: -6px;
	margin-right: 5px;
}

.custo-de-vida article dl{
	width: 286px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.custo-de-vida article dt{
	margin: 0;
	padding: 0;
	display:block;
	width: 60%;
	float: left;
	clear: both;
}
.custo-de-vida article dd{
	margin: 0;
	padding: 0;
	display:block;
	width: 40%;
	float: left;
	color: #009540;
}

.cidade-mapa{
	width: 70%;
	float: right;
	height: 540px;
	margin-right: 90px;
}




.lista-foto-texto{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lista-foto-texto ul{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lista-foto-texto ul li{ 
	width: 100%;
	position: relative;
	display: block;
	height: auto;
	float: left;
	margin: 50px auto;
}
.lista-foto-texto ul li article{
	width: 970px;
	margin: 0 auto;
}
.lista-foto-texto ul li article figure{
	width: 320px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 200px;
}
.lista-foto-texto ul li:nth-child(odd) article figure{
	margin-right: 20px; margin-bottom: 20px;
}
.lista-foto-texto ul li:nth-child(even) article figure{
	margin-left: 20px; margin-bottom: 20px;
}
.lista-foto-texto ul li article figure img{
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
.lista-foto-texto ul li article figure figcaption{
	height: 100%;
	width: 100%;
	display: block;
	padding: 0;
	margin:0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 300;
	font-family: 'Raleway';
	text-transform: uppercase;
}
.lista-foto-texto ul li article figure span{
	color: #fff;
	position: absolute;
	bottom: 0;
}
.lista-foto-texto ul li article .depoimento-texto-maior{
	width: 616px;
	float: right;
	display: block;
	position: relative;
	font-size: 14px;
}

.lista-foto-texto ul li article .depoimento-texto-menor{
	width: 263px;
	float: left;
	display: block;
	position: relative;
	font-size: 14px;
	margin: 0 35px;
}


.lista-foto-texto ul li article .bt{
	float: left;
	margin-top: 0;
}

.lista-foto-texto ul li:nth-child(even) article figure{
	float: right;
}
.lista-foto-texto ul li:nth-child(even) article .depoimento-texto-maior{
	float: left;
}

.lista-foto-texto ul li:nth-child(even) article .depoimento-texto-menor{
	float: right;
}

.lista-foto-texto ul li:nth-child(even) article .bt{
	float: right;
}

.p-destaque{ padding: 30px; display: block; position: relative; color: #fff; font-size: 18px; }

.ul-aereas{ display: block; overflow: hidden; width: 100%; height: auto; padding: 50px 0;}
.ul-aereas li { display: block; overflow: hidden; width: 20%; float: left; height: auto; padding: 0 0;}
.ul-aereas li img{ display: block; margin: 0 auto; position: relative; }

#parceiros-wrapper{
	padding-left: 240px;
	padding-top: 30px;
	position: relative;
	display: block;
	margin: 0 auto;
	  -webkit-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  z-index: 0;
}

.padding-left-frase{
	  -webkit-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	padding-left: 200px;

}

#parceiros-wrapper ul{
	overflow: hidden;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}

#footer{ display: block; position: relative; }
#footer article{
	display: block;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding:100px 0;
}

.bt-login{
	background-color: rgba(255,147,38,0.8); 
	width: 300px;
	text-align: center;
	display: block;
	clear: both;
	margin:30px auto;
	color: #fff;
	padding: 0 30px;
	font-size: 16px;
	line-height: 1.5;
	max-height: 0;
	opacity: 0;
	max-height: 500px;
	padding: 30px 30px;
	opacity: 1;
}

.bt-login-center{ display: block; margin: 0 auto; width: 122px; }

.bt-login #status{ margin-bottom: 20px; }

.curriculos{ display: block; overflow: hidden; position: relative; margin:0; padding: 0; list-style: none; }
.curriculos li{ display: block; position: relative; float: left; width: 25%; margin-bottom: 50px; }
.ico-c{ text-align: center; color: #F5BF00; text-decoration: none; line-height: 1.2; padding: 60px 0 0; display: block; position: relative; font-size: 14px; font-weight: normal; }
.ico-c:after{ content: " "; display: block; width: 45px; height: 42px; background: url(../img/ico-curriculo.png); position: absolute; top: 0; left: 50%; text-align: center; font-size: 13px; margin-left: -22px; }

.ico-c-1:after{ background-position: 0 0; }
.ico-c-2:after{ background-position: -45px 0; }
.ico-c-3:after{ background-position: -90px 0; }
.ico-c-4:after{ background-position: -135px 0; }
.ico-c-5:after{ background-position: -180px 0; }
.ico-c-6:after{ background-position: -225px 0; }
.ico-c-7:after{ background-position: -270px 0; }

.footer-vermelho{ 
	background-image: url(../img/footer-bg_vermelho.jpg);
}
.footer-laranja{ 
	background-image: url(../img/footer-bg_laranja.jpg);
}
.footer-amarelo{ 
	background-image: url(../img/footer-bg_amarelo.jpg);
}
.footer-azul{ 
	background-image: url(../img/footer-bg_azul.jpg);
}
.footer-roxo{ 
	background-image: url(../img/footer-bg_roxo.jpg);
}
.footer-verde{ 
	background-image: url(../img/footer-bg_verde.jpg);
}
.footer-verde-b{ 
	background-image: url(../img/footer-bg_verde-b.jpg);
}


	


#footer article h4{
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	margin: 0 0 15px;
	padding: 0;
}
#footer article ul{
	display: block;
	width: 195px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#footer article ul li{
	display: block;
	width: 50px;
	height: 50px;
	border:solid 1px #fff;
	float: left;
	margin-right: 18px;
}
#footer article ul li:nth-child(3n){
	margin-right: 0;
}
#footer article ul li a{
	width: 100%;
	height: 100%;
	border:none;
	text-decoration: none;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	position: relative;
}
#footer-ul-facebook{
	background: url(../img/bt-facebook-r.png) center center no-repeat;
}
#footer-ul-instagram{
	background: url(../img/bt-instagram-r.png) center center no-repeat;
}
#footer-ul-vimeo{
	background: url(../img/bt-vimeo-r.png) center center no-repeat;
}

#footer-ul-youtube{
	background: url(../img/bt-youtube-r.png) center center no-repeat;
}

#logo-connection-rodape{
	display: block; position: relative; text-align: center; padding: 45px 0; margin: 0; width: 100%;
}

#logoZimya{
	right: 45px; bottom: 25px; position: absolute; text-decoration: none;
}




.divFormAdm { background:#FFF; width:800px; padding:20px 30px 40px 30px; 
    box-shadow: 0 0 2px #000;
   -webkit-box-shadow: 0 0 2px #000;
   -moz-box-shadow: 0 0 2px #000;
   margin:0 auto;
   height: 400px; overflow: auto;
 }
.divFormAdm textarea { width: 100%; height: 80px; border: solid 1px #ccc; }
.lblAdm { display:block; color:#333333; font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif; }

.txtInputAdm {  width:560px; height:22px; border:solid 1px #E1E1E1; margin:0 0 10px 0; font-family:"Myriad Pro",Arial,Helvetica,Tahoma,sans-serif; color:#666; }

.txtAreaAdm { width:560px; height:98px; border:solid 1px #E1E1E1; margin:0 0 10px 0; font-family:"Myriad Pro",Arial,Helvetica,Tahoma,sans-serif; color:#666; }

.btEnviarAdm { background: #EC9233; font-size: 18px; padding: 6px 20px; float:right; text-decoration: none; border:none; outline:none; color: #fff; padding:none; cursor:pointer; }
.btEnviarAdm:hover { font-weight:bold; }

.divFormAdm label { font-weight: bold; display: block; }

.btAdmAdicionar { font-size: 16px; background: none repeat scroll 0 0 #EC9233; color: #FFFFFF; cursor: pointer; padding: 5px 10px; text-align: center; width: 125px; z-index:998;  margin:5px 10px; }
.btAdmRemover { font-size: 16px; background: none repeat scroll 0 0 #d00; color: #FFFFFF; cursor: pointer; padding: 5px 10px; text-align: center; width: 125px; z-index:998;  margin:5px 10px;}


#simplemodal-overlay {background-color:#fff;}
#simplemodal-container a.modalCloseImg {
	background:url("../img/btFechar.png") no-repeat top left;
	width:40px;
	height:40px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}


@media(min-width: 1400px){
	.curso-resultado li:nth-child(4n+1){
		clear: both;
	}
	.curso-resultado li:nth-child(4n) article p{
		left: -200px;
	}
}

@media(max-width: 1400px){
	.curso-resultado li{
		width: 33%;
	}
	.curso-resultado li:nth-child(3n+1){
		clear: both;
	}
	.curso-resultado li:nth-child(3n) article p{
		left: -200px;
	}
}







@media(min-width: 1001px){
	.cel{ display: none !important; }

	.curso-resultado li{
		width: 50%;
	}
	.curso-resultado li:nth-child(3n+1){
		clear: none;
	}
	.curso-resultado li:nth-child(2n+1){
		clear: both;
	}


	#header { margin: 0; position: fixed; display: block; z-index: 999; top: 0; width: 100%; transition: all 0.4s ease-in-out; }

	.bg-header-vermelho.scroll{ background-color: rgba(226,5,19,0.8); }
	.bg-header-laranja.scroll{ background-color: rgba(255,147,38,0.8); }
	.bg-header-amarelo.scroll{ background-color: rgba(245,191,0,0.8); }
	.bg-header-azul.scroll{ background-color: rgba(0,106,180,0.8); }
	.bg-header-roxo.scroll{ background-color: rgba(36,39,88,0.8); }
	.bg-header-verde.scroll{ background-color: rgba(0,149,64,0.8); }
	.bg-header-verde-b.scroll{ background-color: rgba(0,100,48,0.8); }



	#nav{ width: 100%; 
		  margin: 0 auto;
		  list-style: none;
		  -webkit-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
	}

	#logo{ position: relative; margin:0; float: left; display: block; border: none; margin: 0; padding: 0; width: 200px; }
	#logo a{ padding:0; border: none; background: none; display: block; }
	#logo img{ width: 100%; position: relative; display: block; }

	#menu-topo { 
		width: 425px;
		display: block;
		float: right;
		margin:0;
		padding:0;
		clear: right;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 3;
		position: relative;
	}
	#menu-topo li{ display: block;; float: left; padding: 0;  position: relative; }
	#menu-topo li a{ text-transform: uppercase;  padding: 10px 0 15px 40px; display: block; position: relative; color: #fff; font-size: 13px; font-weight: 400; text-decoration: none; }


	.menu-topo-sub ul{ display: block; position: absolute; right: -35px; height: 0; max-height:0; top: 40px; width: 220px; padding: 0; transition: max-height 0.5s ease;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		transition: background-color 0.5s ease;
	}
	.menu-topo-sub:hover ul{ height: 305px; padding: 20px 0 10px 0; max-height:400px; height: auto; }

	#menu .menu-topo-sub ul li{ display: block; position: relative; float: none; }
	.menu-topo-sub ul li a{  padding: 8px 20px 8px 20px; display: block; position: relative; color: #fff; font-size: 16px; font-weight: 600; text-decoration: none; }


	.bg-header-vermelho .menu-topo-sub ul{ background-color: rgba(226,5,19,0.8); }
	.bg-header-laranja .menu-topo-sub ul{ background-color: rgba(255,147,38,0.8); }
	.bg-header-amarelo .menu-topo-sub ul{ background-color: rgba(245,191,0,0.8); }
	.bg-header-azul .menu-topo-sub ul{ background-color: rgba(0,106,180,0.8); }
	.bg-header-roxo .menu-topo-sub ul{ background-color: rgba(36,39,88,0.8); }
	.bg-header-verde .menu-topo-sub ul{ background-color: rgba(0,149,64,0.8); }
	.bg-header-verde-b .menu-topo-sub ul{ background-color: rgba(0,100,48,0.8); }


	#menu-topo #menu-idioma{ padding-left: 20px; position: relative; }
	#menu-idioma:after{ content: " "; display: block; position: absolute; left: 35px; top: 10px; background: url(../img/globo.png); width: 20px; height: 20px; }
	#menu-idioma ul{ display: block; position: relative; height: 30px; overflow: visible; padding: 0; margin: 0; }
	#menu-idioma ul li{ display: none; float: none; padding: 0; margin: 0; font-size: 12px; }
	#menu-idioma:hover ul li{ display: block; opacity: 0.7; }
	#menu-idioma ul li.marcado{ display: block; opacity: 1; }


	#wrapper-menu{ 
		width: 100%;
		display: block;
		margin:0;
		padding:20px 55px 20px 50px;
		clear: right;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.20);
		box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.20);
		z-index: 2;
		height: 77px;
		transition: background-color 0.5s ease;
	}

	.vjs-hidden{ display: none !important; }


	.bg-header-vermelho #wrapper-menu{ background-color: rgba(226,5,19,0.8); }
	.bg-header-laranja #wrapper-menu{ background-color: rgba(255,147,38,0.8); }
	.bg-header-amarelo #wrapper-menu{ background-color: rgba(245,191,0,0.8); }
	.bg-header-azul #wrapper-menu{ background-color: rgba(0,106,180,0.8); }
	.bg-header-roxo #wrapper-menu{ background-color: rgba(36,39,88,0.8); }
	.bg-header-verde #wrapper-menu{ background-color: rgba(0,149,64,0.8); }
	.bg-header-verde-b #wrapper-menu{ background-color: rgba(0,100,48,0.8); }

	#header.scroll #wrapper-menu{ 
		background: none;
	}


	.bg-header-vermelho .menu-sub ul{ background-color: rgba(226,5,19,0.8); }
	.bg-header-laranja .menu-sub ul{ background-color: rgba(255,147,38,0.8); }
	.bg-header-amarelo .menu-sub ul{ background-color: rgba(245,191,0,0.8); }
	.bg-header-azul .menu-sub ul{ background-color: rgba(0,106,180,0.8); }
	.bg-header-roxo .menu-sub ul{ background-color: rgba(36,39,88,0.8); }
	.bg-header-verde .menu-sub ul{ background-color: rgba(0,149,64,0.8); }
	.bg-header-verde-b .menu-sub ul{ background-color: rgba(0,100,48,0.8); }


	#menu { 
		width: 963px;
		display: block;
		margin:0;
		padding:0;
		float: right;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu li{ display: block;; float: left; padding: 0; position: relative; text-transform: uppercase; }
	#menu li .menu-li-a{ text-transform: uppercase;  padding: 10px 0 8px 40px; display: block; position: relative; color: #fff; font-size: 16px; font-weight: 600; text-decoration: none; }

	.menu-sub ul{ display: block; position: absolute; right: -35px; height: 0; max-height: 0; top: 40px; width: 220px; padding: 0; transition: max-height 0.5s ease;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		transition: background 0.5s ease;
	}
	.menu-sub:hover ul{ height: auto; max-height: 400px; padding: 20px 0 10px 0; }

	#menu .menu-sub ul li{ display: block; position: relative; float: none; }
	.menu-sub ul li a{ text-transform: uppercase;  padding: 8px 20px 8px 20px; display: block; position: relative; color: #fff; font-size: 16px; font-weight: 600; text-decoration: none; }

	#bt-busca{ text-align: left; text-indent: -999px; overflow: hidden; display: block; position: relative; background: url(../img/lupa.png); width: 20px; height: 20px;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 0 !important;
		margin-left: 40px !important;
		margin-top: 12px; 
	}




}


@media(min-width: 1001px) and (max-width: 1280px){
	#menu { 
		width: 690px;
		display: block;
		margin:0;
		padding:0;
		float: right;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu li{ display: block;; float: left; padding: 0; position: relative; text-transform: uppercase; }
	#menu li .menu-li-a{  text-transform: uppercase; padding: 10px 0 8px 12px; display: block; position: relative; color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; }

	#bt-busca{  margin-left: 20px !important;}

}

.mobile{
	display: none;
}

@media(max-width: 1000px){

	.mobile{
		display: block;
	}

	.list-links-home{
		display: block;
		margin: 0;
		list-style: none;
		padding: 0;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.list-links-home li{
		padding: 0;
		display: block;
		position: relative;
		border-bottom: solid 1px #fff;
	}


	.list-links-home li:after{
		content: " ";
		display: block;
		width: 48px;
		height: 100%;
		position: absolute;
		top: 0; 
		left: 9px;
		background-position: center left;
		background-repeat: no-repeat;
	}

	.list-links-home li a{
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		display: block;		
		padding: 15px 40px 15px 67px;
	}

	.list-links-home li a:after{
		content: " ";
		display: block;
		width: 20px;
		height: 100%;
		position: absolute;
		top: 0; 
		right: 14px;
		background-position: center right;
		background-repeat: no-repeat;
		background-image: url(../img/seta-cel-dir-branca.png);
	}

	.list-links-home li:nth-child(1) a{
		color: #333333;
	}
	.list-links-home li:nth-child(1) a:after{
		background-image: url(../img/seta-cel-dir-azul.png);
	}
	.list-links-home li:nth-child(1):after{
		color: #333333;
		background-image: url(../img/ico-cidades-cel.png);
	}

	.list-links-home li:nth-child(2){
		background: #F5BF00;
	}
	.list-links-home li:nth-child(2):after{
		background-image: url(../img/ico-canguru-home.png);
	}

	.list-links-home li:nth-child(3){
		background: #FF9326;
	}
	.list-links-home li:nth-child(3):after{
		background-image: url(../img/ico-aviao-home.png);
	}

	.list-links-home li:nth-child(4){
		background: #E20513;
	}
	.list-links-home li:nth-child(4):after{
		background-image: url(../img/ico-promocoes-home.png);
	}

	.list-links-home li:nth-child(5){
		background: #00652E;
	}
	.list-links-home li:nth-child(5):after{
		background-image: url(../img/ico-depoimentos-home.png);
	}

	.list-links-home li:nth-child(6){
		background: #0068B7;
	}
	.list-links-home li:nth-child(6) a{
		line-height: 2.5;
	}
	.list-links-home li:nth-child(6):after{
		background-image: url(../img/ico-cursos-home.png);
	}

	.titulo-home-cel{ 
		display: block;
		position: relative;
		padding: 22px 0;
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
	}

	#contato-home-ul{
		padding: 0;
		margin:0;
		list-style: none;
		background:#EEEEEE;
	}


	#contato-home-ul li{
		padding: 0;
		display: block;
		position: relative;
		border-bottom: solid 1px #fff;
		color: #333333;
		text-decoration: none;
		font-size: 18px;
		display: block;		
		padding: 15px 0 15px 0;
		max-height: 28px;
		overflow: hidden;

	    -webkit-transition: max-height 500ms ease-out;
	    -moz-transition: max-height 500ms ease-out;
	    -o-transition: max-height 500ms ease-out;
	    transition: max-height 500ms ease-out;
	}

	#contato-home-ul li.ativo{
		max-height: 100px;
	}

	.contato-home-icones{
		display: table;
		width: 210px;
		margin: 15px auto 0;
		position: relative;
	}

	#contato-home-ul li h3{
		font-size: 22px;
		color: #333333;
		font-weight: 300;
		text-align: left;
		text-indent: 20px;
		padding: 0;
		margin: 0;
	}

	#contato-home-ul li h3:after{
		content: " ";
		display: block;
		width: 30px;
		height: 60px;
		position: absolute;
		top: 1px; 
		right: 14px;
		background-position: center right;
		background-repeat: no-repeat;
		background-image: url(../img/seta-cel-baixo-cinza.png);
	}

	#contato-home-ul li.ativo h3:after{
		content: " ";
		display: block;
		width: 30px;
		height: 60px;
		position: absolute;
		top: 1px; 
		right: 14px;
		background-position: center right;
		background-repeat: no-repeat;
		background-image: url(../img/seta-cel-cima-azul.png);
	}

	#contato-home-ul li a{
		text-decoration: none;
		color: inherit;
		display: table-cell;
		text-align: center;
	}
	

	.desk{ display: none !important; }

	#header{ position: fixed; top: 0; left: 0; z-index: 101;
		background-image: url(../img/bt-menu.png);
		background-position: right top;
		background-repeat: no-repeat;
		width: 100%;
		overflow: hidden;
	}

	#header.fechado{ 
		background-image: url(../img/bt-menu-fechar.png);
		height: 100%;
	}

	#header nav{
		position: relative;
	}

	#header.fechado nav{
		height: 100%;
		overflow: auto;
	}

	.bg-header-vermelho{ background-color: rgba(226,5,19,0.8); }
	.bg-header-laranja{ background-color: rgba(255,147,38,0.8); }
	.bg-header-amarelo{ background-color: rgba(245,191,0,0.8); }
	.bg-header-azul{ background-color: rgba(0,106,180,0.8); }
	.bg-header-roxo{ background-color: rgba(36,39,88,0.8); }
	.bg-header-verde{ background-color: rgba(0,149,64,0.8); }
	.bg-header-verde-b{ background-color: rgba(0,100,48,0.8); }

	#menu-topo { 
		width: 270px;
		display: none;
		margin:0;
		padding:15px 0 0;
		position: absolute;
		top: 400px;
		z-index: 99;
		border-bottom: solid 1px rgba(255,255,255,0.25);
	}
	.fechado #menu-topo{
		display: block;
	}

	#menu-topo li{ display: block; float: none; padding: 14px 0 12px 20px; position: relative; }
	#menu-topo li a{ text-transform: uppercase; position: relative; color: #fff; font-size: 18px; font-weight: 400; text-decoration: none; }

	.menu-topo-sub ul{ display: block; padding: 0; transition: max-height 0.5s ease;
		overflow: hidden;
		transition: background-color 0.5s ease;
	}

	#logo{ 
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px 20px;
		width: 183px;
		height: 52px;
		overflow: hidden;
	}


	#logo a{
		width: 100%;
		height: 100%;
		display: block;
	}

	#logo a img{
		width: 100%;
		display: block;
	}


	#menu-topo #menu-idioma{ position: relative; border-top: solid 1px rgba(255,255,255,0.25); margin:10px 0 0; }
	#menu-idioma ul{  display: block; position: relative; height: auto; overflow: hidden; padding: 0px 0; margin: 0; }
	#menu-idioma ul li{ width: auto; display: block; float: none; padding:  14px 0 12px 0; margin: 0; font-size: 18px; }
	

	#wrapper-menu{ 
		width: 270px;
		display: block;
		margin:0;
		position: relative;
	}

	.fechado #wrapper-menu{ 
		height: 600px;
	}

	#menu { 
		width: 100%;
		display: none;
		margin:0;
		padding:0;
		float: right;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fechado #menu{
		display: block;
	}

	#menu{ border-top: solid 1px rgba(255,255,255,0.25); border-bottom: solid 1px rgba(255,255,255,0.25); padding-top: 10px; padding-bottom: 10px;}
	#menu li{ display: block;; float: none; padding: 0; position: relative; text-transform: uppercase; }
	#menu li .menu-li-a{  text-transform: uppercase; padding: 14px 0 12px 20px; display: block; position: relative; color: #fff; font-size: 16px; font-weight: 600; text-decoration: none; }
	
	#menu-sub-ul{ display: none;}

	#lista-cidades{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.titulo-seta{
		font-size: 26px;
		font-weight: 300;
		text-align: center;
		padding-right: 0;
	}
	.titulo-seta span{
		padding-right: 0;
		text-align: center;
		display: block;
	}
	.titulo-seta span:after{
		display: none;
	}

	#lista-cidades-div ul li a {
		position: relative;
	}

	#lista-cidades-div ul li{
		width: 100%;
		height: 100%;
		min-height: 180px;
		height: 100vw;
		float: none;
		font-size: 40px;
	}
	#lista-cidades-div ul li:nth-child(3n){
		width: 100%;
	}

	#lista-cidades-div ul li a article{
		height: 100%;
		width: 100%;
	}
	#lista-cidades-div ul li a h4{
		display: block;
		position: absolute;
		bottom: -8px;
		left: -6px;
		font-size: 80px;
		font-weight: 300;
		margin:0;
		padding: 0;
		line-height: 1;
		transition: background 0.8s ease-in-out; 
		font-family: 'Raleway';
		text-transform: uppercase;
	}

	.titulo{
		font-size: 50px;
		font-weight: 300;
		text-align: center;
	}

	.titulo-l{
		font-size: 40px;
		font-weight: 300;
		margin-top: 0;
		padding-top: 0;
	}


	.titulo-pequeno{
		font-size:15px;
		font-weight: normal;
		padding-top: 0;
		margin-top: 0;
	}


	.texto-central p{
		width: auto;
		margin: 0;
		padding: 20px 20px;
	}



	#lista-equipe ul li{
		width: 100%;
		float: none;
		font-size: 50px;
		color: #fff;
		border: solid 1px #fff;
		overflow: hidden;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#lista-equipe ul li figcaption{
		transition: background 0.4s ease-in-out; 
		display: block;
		position: relative;
		width: auto;
		height: 100%;
		margin: 0;
		padding:0;
		position: absolute;
		top: 0;
		left:0;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;

	}
	#lista-equipe ul li a:hover figcaption{
		background-color: rgba(0,106,180,0.6);
		padding:40px;
	}
	#lista-equipe ul li a img{
		position: relative;
		display: block;
		width: 100%;
	}
	#lista-equipe ul li a h4{ 
		display: block;
		width: 100%;
		min-height: 10px;
		position: absolute;
		bottom: -10px;
		left: -8px;
		font-size: 65px;
		margin:0;
		padding: 0;
		line-height: 1;
		font-weight: 300;	
		font-family: 'Raleway';
		text-transform: uppercase;
	}
	#lista-equipe ul li a:hover figcaption h4{
		font-size: 40px !important;
		position: relative;
		bottom: auto;
		left: auto;
	}

	.center-a,.center-b {
		width: auto;
		margin: 0;
		padding: 20px 20px;
	}

	.botoes{
		width: 100%;
		margin: 0;
		padding: 20px 20px;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
	}






	#agencias-ul{
		width: 100%;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:20px;
		margin:0;
	}

	#agencias-ul li{
		margin-bottom: 20px;
		padding-top: 0;
		position: relative;
	}

	/*
	#agencias-ul li article{
		float: left;
		width: 356px;
	}
	*/

	#agencias-ul li:nth-child(even) article{
		float: right;
	}

	#agencias-ul li h3{
		font-size: 26px;
		font-weight: 300;
		margin: 0;
		padding: 20px 20px 20px;
		color: #fff;
		position: relative;
		top: 0;
		right: auto;
		margin-bottom: -10px;
		z-index: 10;
		width: 220px;
	}

	#agencias-ul li p{
		font-size: 13px;
		padding: 20px 0 40px;
		margin: 0;
	}

	.infos-contato{
		display: block; padding: 20px;
		position: relative;
		top: auto;
		right: auto;
		overflow: hidden;
		margin: -15px auto 0;
		z-index: 99;
		width: 300px;
	}

	.agencia-mapa{
		width: 100% ;
		overflow: hidden;
	}

	#agencias-ul li:nth-child(even) .infos-contato{
		left: auto;
		right: auto;
		overflow: hidden;
		margin-left: 40px;
		margin-right: auto;
	}

	#agencias-ul li:nth-child(even) h3{
		left: auto;
		right: auto;
	}

	#agencias-ul li:nth-child(odd) .agencia-mapa{
		float: none;
	}

	#agencias-ul li a{
		font-size: 18px;
		padding: 20px 0;
		margin: 0;
		color: inherit;
		text-decoration: none;
		display: block;
	}



	.form-contato{
		padding: 20px;
		width: 100%;
		color: #fff;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		float: left;
	}

	.form-contato h4{
		padding: 0 0 30px;
		margin:0;
		font-weight: 300;
		font-size: 50px;

	}

	.input{
		width: 100%;
		border:solid 1px #fff;
		padding: 20px;
		font-weight: 300;
		font-size: 14px;
		font-family: "Open Sans";
		font-weight: 300;
		background: none;
		color: #fff;
		margin-bottom: 20px;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.textarea{
		height: 150px;
	}

	.submit{
		border:solid 1px #fff;
		padding: 10px 20px;
		font-weight: 300;
		font-size: 14px;
		font-family: "Open Sans";
		font-weight: 300;
		background: none;
		color: #fff;
		margin-bottom: 20px;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
		cursor: pointer;
	}

	#lista-projeto ul{
		width: 100%;
		display: block;
		padding:20px;
		margin: 0 auto;
		list-style: none;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#lista-projeto ul li{
		display: block;
		position: relative;
		margin-bottom: 20px;
	}

	.lista-projeto-article{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.lista-projeto-article img{
		float: left;
	}

	.lista-projeto-article h4{
		float: left;
		width: 100%;
		font-size: 25px;
		margin: 0;
		padding:20px 0;
		font-weight: 300;
	}

	.lista-projeto-article p{
		float: left;
		width: 100%;
		margin: 0;
		padding:20px 0;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.numeral{
		text-align: center;
		font-size: 140px;
		font-weight: 300;
		width: 140px;
		height: 140px;
		padding-top: 36px;
		display: block;
		position: relative;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.2;
		padding-top: 2px;
		margin: 0 50px 20px 0;
		float: left;
	}

	.lista-projeto-ul li:nth-child(even) img{
		/* float: right; */
	}

	.lista-projeto-ul li:nth-child(even) h4{
		float: right;
		text-align: right;
	}

	.lista-projeto-ul li:nth-child(even) p{
		float: right;
		text-align: right;
	}

	.lista-projeto-ul li:nth-child(even) .numeral{
		margin: 0 0 100px 50px;
		float: right;
	}

	.lista-projeto-ul .botoes{
		height: auto;
		position: relative;
		display: block;
		float: none;
		width: 100%;
	}

	.lista-projeto-ul .botoes .bt{
		max-width: 245px;
	}

	.lista-projeto-ul .botoes a{
		position: relative;
		margin-bottom: 20px;
	}


	#lista-projeto-ul-1 .botoes a:nth-child(1){
		right: auto;
		top: 0;
	}

	#lista-projeto-ul-1 .botoes a:nth-child(2){
		right: auto;
		top: auto;
	}


	#lista-projeto-ul-2 .botoes a:nth-child(1){
		left: auto;
		top: 0;
	}

	#lista-projeto-ul-2 .botoes a:nth-child(2){
		left: auto;
		top: auto;
	}


	#lista-projeto-ul-2 .botoes a:nth-child(3){
		left: auto;
		top: auto;
	}


	#lista-projeto-ul-2 .botoes a:nth-child(4){
		right: auto;
		top: auto;
	}

	#lista-projeto-ul-3 .botoes a:nth-child(1){
		right: auto;
		top: auto;
	}

	#lista-projeto-ul-4 .botoes a:nth-child(1){
		left: auto;
		top: auto;
	}

	#lista-projeto-ul-4 .botoes a:nth-child(2){
		left: auto;
		top: auto;
	}

	#lista-projeto-ul-5 .botoes a:nth-child(1){
		right: auto;
		top: auto;
	}


	#lista-projeto-ul-7 .botoes a:nth-child(1){
		right: auto;
		top: auto;
	}

	#lista-projeto-ul-7 .botoes a:nth-child(2){
		right: auto;
		top: auto;
	}

	#lista-projeto-ul-7 .botoes a:nth-child(3){
		right: auto;
		top: auto;
	}

	#lista-projeto-ul-7 .botoes a:nth-child(4){
		right: auto;
		top: auto;
	}

	.lista-projeto-ul .botoes a.bt-down{
		display: none;
	}

	#lista-projeto .lista-projeto-ul li:nth-child(2n) article img{
		float: right;
	}


	.lista-projeto-ul li:nth-child(even) .botoes {
		overflow: hidden;
	}
/*
	.lista-projeto-ul li:nth-child(even) .botoes a{
		float: right;
	}

	.lista-projeto-ul li:nth-child(odd) .botoes a{
		float: left;
	}
*/
	aside{ 
		position: relative;
		top: 0 !important;
		left: 0;
		width: 160px;
		color: #fff;
		z-index: 2;
		display: block;
		transition: background 0.5s ease;
		transition: height 0.5s ease;
		margin-top: -30px;
	}

	aside a{ 
		color: #fff;
		text-decoration: none;
		text-align: left;
		text-indent: -999px;
		overflow: hidden;
		background: url(../img/back.png) left center no-repeat;
		display: block;
	}

	aside .aside-titulo{ 
		text-decoration: none;
		height: 182px;
		width: 100%;
	}

	aside .aside-titulo span{ 
		position: absolute;
		bottom: 38px;
		right: 38px;
		text-align: right;
		font-size: 32px;
		font-weight: 300;
		line-height: 1.1;
		color: #fff;
	}
	aside ul{ list-style: none; line-height: 1.2 !important; height: auto !important; margin: 25px 0 0; padding: 0;}
	aside ul li a,aside ul li {
		line-height: 1.4 !important;
		font-size: 16px !important ;
		height: auto !important;
		text-indent: 0;
		background: no-repeat;
		text-align: right;
		font-weight: 600;
	}
	aside ul li{
		margin-bottom: 15px;
	}

	.cidade-center{
		padding: 20px;
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cidade-botoes-right{
		width: 100%;
		position: relative;
		right: auto;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
		position: relative;
		display: block;
		overflow: hidden;
	}

	.bt-fuso {
		width: 110px;
		margin-left: 20px;
		margin-top: 20px;
		padding: 40px 25px;
		float: left;
	}
	.bt-fuso strong{
		font-size: 28px; text-align: center; display: block;
	}

	.bt-fuso small{
		
	}


	.cidade-botoes-right a{
		position: relative;
		display: block;
		float: left;
		margin: 15px 20px;
	}

	.cidade-botoes{
		height: 400px;
		position: relative;
		display: block;
		float: none;
		width: 100%;
		overflow: hidden;
	}




	.cidade-botoes a{
		position: absolute;
	}

	.bt-ponto-texto span{
		position: absolute;
		top: 50%;
		margin-top: -34px;
		left: 0;
		color: #fff;
		text-align: center;
		display: block;
		width: 100%;
		padding:10px;
		font-size: 26px;
		  -webkit-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		  text-transform: uppercase;
	}


	.cidade-botoes a:nth-child(1){
		left: -285px;
		top: -430px;
	}

	.cidade-botoes a:nth-child(2){
		right: -260px;
		top: -400px;
	}

	.cidade-botoes a:nth-child(3){
		left: -265px;
		top: -220px;
	}

	.cidade-botoes a:nth-child(4){
		right: -320px;
		top: -200px;
	}

	.cidade-botoes a:nth-child(5){
		left: -100px;
		top: 40px;
	}

	.cidade-botoes a:nth-child(6){
		right: -130px;
		top: 30px;
	}

	.cidade-botoes a:nth-child(7){
		left: -30px;
		top:200px;
	}




	.cidade-slider{
		display: block;
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
		margin:20px auto;
	}

	#cidade-slider-ul{
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
		height: 300px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#cidade-slider-ul li{ 
		width: 100%;
		position: relative;
		display: block;
		height: 100%;
		float: left;
	}
	#cidade-slider-ul li img{
		display: block;
		margin:0 auto;
	}


	.cidade-slider-next{
		display: block;
		width: 30px;
		height: 55px;
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		background: url(../img/setas-b.png) top right no-repeat;
		margin: -26px 20px 0;
		overflow: hidden;
		text-align: left;
		text-indent: -999px;
	}

	.cidade-slider-prev{
		display: block;
		width: 30px;
		height: 55px;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		background: url(../img/setas-b.png) top left no-repeat;
		margin: -26px 20px 0;
		overflow: hidden;
		text-align: left;
		text-indent: -999px;
	}


	.colunas-3{ overflow: hidden; display: block; position: relative; }
	.colunas-3 .col-left{ width: 35%; height: 100%; float: left; display: block; position: relative; }
	.colunas-3 .col-center{ width: 40%; height: 100%; float: left; display: block; position: relative; margin-top: 100px; }
	.colunas-3 .col-right{ width: 25%; height: 100%; float: left; display: block; position: relative; }

	.colunas-2{ overflow: hidden; display: block; position: relative; }
	.colunas-2 .col-left{  width: 72%; height: 100%; float: left; display: block; position: relative; }
	.colunas-2 .col-right{ width: 28%; height: 100%; float: right; display: block; position: relative; }

	.bg-cinza{ background: #EEEEEE; }

	.cursos-form-header{ padding: 50px; }
	#curso-busca{ border: none; width: 200px; margin-right: 15px; float: right; color: #fff; padding: 8px; font-weight: 300; font-family: "Open Sans"; font-size: 14px; background: #CCCCCC; }
	#curso-busca-select{ border: none; width: 200px; margin-right: 15px; float: right; background: #006AB4; color: #fff; padding: 8px; font-weight: 300; font-family: "Open Sans"; font-size: 14px; }
	#curso-cidade-select{ border: none; width: 200px; margin-right: 15px; float: right; background: #006AB4; color: #fff; padding: 8px; font-weight: 300; font-family: "Open Sans"; font-size: 14px; }

	.curso-resultado{ width: 100%; display: block; position: relative; padding: 0; margin: 0; list-style: none;}
	.curso-resultado li{
		width: 25%;
		display: block;
		position: relative;
		float: left;
		padding: 0 0 50px;
		z-index: 1;
	}
	.curso-resultado li:hover{
		z-index: 2;
	}
	.curso-resultado li article{
		width: 160px;
		display: block;
		position: relative;
		margin: 0 auto;
		color: #333333;
	}
	.curso-resultado li article img{
		width: 100%;
	}

	.curso-resultado li article h6{
		font-size: 14px;
		padding: 0;
		margin: 0;
		display: none;
	}

	.curso-resultado li article p{
		font-size: 14px;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 20px; 
		width: 220px; 
		max-height: 0;
		height: 0;
		overflow: hidden;
		opacity: 0; 
		color: #fff;
		transition: all 0.5s ease-in-out; 
	}

	.curso-resultado li:hover article p{
		padding: 20px;
		height: auto;
		max-height: 500px;
		opacity: 1;
	}

	.curso-resultado li article p strong{
		display: block;
		font-size: 16px;
	} 

	.curso-resultado li article a{ margin-top: 0; border: none; display: block; width: 100%; text-align: center; text-decoration: none; background: #F5BF00; color: #fff; padding: 8px; font-weight: 300; font-family: "Open Sans"; font-size: 14px;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.curso-resultado li article a span{ font-size:30px; line-height:0; float:right; margin:5px 7px -2px 5px; } 

	.titulo-escolas{ margin-left: -30px; font-size: 80px; font-weight: 300; color: #fff; padding: 102px 0 15px 22px; line-height: 1.1;  }

	.custo-de-vida{ margin-top: 80px; }
	.custo-de-vida .titulo-l{ margin-bottom: 100px; width: 50%; clear: both; }
	.custo-de-vida .titulo-l span{ width: 286px; display: block; margin: 0 auto; }

	.custo-de-vida article{
		width: 50%; float: left;
		display: block; position: relative;
		overflow: hidden;
		margin-bottom: 80px;
	}

	.custo-de-vida article:nth-child(2n){
		clear: both;
	}

	.custo-de-vida article h6{
		width: 286px;
		margin: 0 auto;
		color: #009540;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 300;
		padding-bottom: 6px;
		margin-bottom: 20px;
	}

	.custo-de-vida article img{
		margin-bottom: -6px;
		margin-right: 5px;
	}

	.custo-de-vida article dl{
		width: 286px;
		margin: 0 auto;
		display: block;
		position: relative;
	}

	.custo-de-vida article dt{
		margin: 0;
		padding: 0;
		display:block;
		width: 60%;
		float: left;
		clear: both;
	}
	.custo-de-vida article dd{
		margin: 0;
		padding: 0;
		display:block;
		width: 40%;
		float: left;
		color: #009540;
	}

	.cidade-mapa{
		width: 70%;
		float: right;
		height: 540px;
		margin-right: 90px;
	}




	.lista-foto-texto{
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.lista-foto-texto ul{
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
		height: auto;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.lista-foto-texto ul li{ 
		width: 100%;
		position: relative;
		display: block;
		height: auto;
		float: left;
		margin: 20px auto;
		padding: 20px;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.lista-foto-texto ul li article{
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		width: auto;
	}
	.lista-foto-texto ul li article figure{
		width: 320px;
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		position: relative;
		min-height: 200px;
	}
	.lista-foto-texto ul li article figure img{
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.lista-foto-texto ul li article figure figcaption{
		height: 100%;
		width: 100%;
		display: block;
		padding: 0;
		margin:0;
		overflow: hidden;
		position: absolute;
		bottom: 0;
		left: 0;
		font-weight: 300;
		font-family: 'Raleway';
		text-transform: uppercase;
	}
	.lista-foto-texto ul li article figure span{
		color: #fff;
		position: absolute;
		bottom: 0;
	}
	.lista-foto-texto ul li article .depoimento-texto-maior{
		width: 100%;
		float: none;
		display: block;
		position: relative;
		font-size: 14px;
	}

	.lista-foto-texto ul li article .depoimento-texto-menor{
		width: 280px;
		float: left;
		display: block;
		position: relative;
		font-size: 14px;
		margin: 20px 35px;
		clear: both;
	}


	.lista-foto-texto ul li article .bt{
		display: none;
	}





	.lista-foto-texto ul li:nth-child(even) article figure{
		float: right;
	}
	.lista-foto-texto ul li:nth-child(even) article .depoimento-texto-maior{
		float: left;
	}

	.lista-foto-texto ul li:nth-child(even) article .depoimento-texto-menor{
		float: right;
	}

	.lista-foto-texto ul li:nth-child(even) article .bt{
		float: right;
	}





	.p-destaque{ padding: 30px; display: block; position: relative; color: #fff; font-size: 18px; }



	.ul-aereas{ display: block; overflow: hidden; width: 100%; height: auto; padding: 50px 0;}
	.ul-aereas li { display: block; overflow: hidden; width: 20%; float: left; height: auto; padding: 0 0;}
	.ul-aereas li img{ display: block; margin: 0 auto; position: relative; }

	#parceiros-wrapper{
		padding-left: 0;
		padding-top: 30px;
		position: relative;
		display: block;
		margin: 0 auto;
		  -webkit-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		  z-index: 0;
	}

	.padding-left-frase{
		  -webkit-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		padding-left: 0;

	}

	#parceiros-wrapper ul{
		overflow: hidden;
		-webkit-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
	}

	#footer{ display: block; position: relative; }
	#footer article{
		display: block;
		position: relative;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center center;
		padding:100px 0;
	}

	.bt-login{
		background-color: rgba(255,147,38,0.8); 
		width: 300px;
		text-align: center;
		display: block;
		clear: both;
		margin:30px auto;
		color: #fff;
		padding: 0 30px;
		font-size: 16px;
		line-height: 1.5;
		max-height: 0;
		opacity: 0;
		max-height: 500px;
		padding: 30px 30px;
		opacity: 1;
	}

	.bt-login-center{ display: block; margin: 0 auto; width: 122px; }

	.bt-login #status{ margin-bottom: 20px; }

	.curriculos{ display: block; overflow: hidden; position: relative; margin:0; padding: 0; list-style: none; }
	.curriculos li{ display: block; position: relative; float: left; width: 25%; margin-bottom: 50px; }
	.ico-c{ text-align: center; color: #F5BF00; text-decoration: none; line-height: 1.2; padding: 60px 0 0; display: block; position: relative; font-size: 14px; font-weight: normal; }
	.ico-c:after{ content: " "; display: block; width: 45px; height: 42px; background: url(../img/ico-curriculo.png); position: absolute; top: 0; left: 50%; text-align: center; font-size: 13px; margin-left: -22px; }






	.curso-resultado li{ width: 100%; }

	.curso-resultado li article p {
		position: relative;
		left: 0 !important;
		right: 0 !important;
		top: 0;
		display: block;
		margin: 20px;
	}











}

@media(max-width: 1000px) and (max-height: 500px){
/*
	#menu-topo { 
	}

	#menu-topo li{ display: block; float: none; padding: 2px 0 3px 20px; position: relative; }
	#menu-topo li a{   position: relative; color: #fff; font-size: 12px; font-weight: 400; text-decoration: none; }

	#menu-idioma ul li{ width: auto; display: block; float: left; padding: 4px 20px 4px 0; margin: 0; font-size: 12px; }
	
	#menu li{ display: block;; float: none; padding: 0; position: relative; }
	#menu li .menu-li-a{  padding: 3px 0 3px 20px; display: block; position: relative; color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; }
	
	#menu-sub-ul{ display: none;}
/
}




