*{
	outline:none;
	font-family: arial;
}
textarea {
   resize: none; /* Desabilita o extendimento do textarea */
} 
h1, h2, h3, h4, h5, h6{
	font-weight: 600;
	font-family: 'Palanquin Dark', sans-serif;
}
h1{	
	font-size: 40px; 
}
h2{	
	font-size: 36px;
	margin-bottom: 30px;
}
h3{	font-size: 30px;
	margin-bottom: 24px;
}
h4{	
	font-size: 24px; 
	margin-bottom: 18px;
}
h5{	
	font-size: 20px;
	margin-bottom: 14px;
}
h6{	font-size: 14px; }

@media (max-width: 992px) {
	h1{	
		font-size: 30px; 
	}
	h2{	
		font-size: 26px;
		margin-bottom: 26px;
	}
	h3{	font-size: 22px;
		margin-bottom: 22px;
	}
	h4{	
		font-size: 20px; 
		margin-bottom: 18px;
	}
	h5{	
		font-size: 16px;
		margin-bottom: 14px;
	}
	h6{	font-size: 14px; }
}
.vcenter{
	vertical-align: middle;
	display: table-cell;
}

@media (max-width: 992px) {
	.vcenter{
		display: block;
	}
}


.box{
	margin-left:20%; 
	margin-right:20%; 
}

.bt{
	display: table;
	background: #fff;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 30px;
	line-height: 120%;
	margin-top: 20px;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}
.bt.amarelo{
	background:#ffb400;
	color:#fff;
}
.bt:hover{
	transition: all 0.3s ease-in-out;
	background: #000;
	color: #fff;
	text-decoration: none;	
}
.bt.text-center{
	margin-left: auto;
	margin-right: auto;
}

.bt100, .bt90, .bt80, .bt70, .bt60, .bt50{
	display: block;
}
.bt90{
	width: 90%;
}
.bt80{
	width: 80%;
}
.bt70{
	width: 70%;
}
.bt60{
	width: 60%;
}
.bt50{
	width: 50%;
}


.top-offset-1{ margin-top:10px; }
.top-offset-2{ margin-top:20px ; }
.top-offset-3{ margin-top:30px; }
.top-offset-4{ margin-top:40px; }
.top-offset-5{ margin-top:50px; }
.top-offset-6{ margin-top:60px; }
.top-offset-7{ margin-top:70px; }
.top-offset-8{ margin-top:80px; }
.top-offset-9{ margin-top:90px; }
.top-offset-10{ margin-top:100px; }
.top-offset-11{ margin-top:110px; }
.top-offset-12{ margin-top:120px; }
.top-offset-13{ margin-top:130px; }
.top-offset-14{ margin-top:140px; }
.top-offset-15{ margin-top:150px; }
.top-offset-16{ margin-top:160px; }
.top-offset-17{ margin-top:170px; }
.top-offset-18{ margin-top:180px; }
.top-offset-19{ margin-top:190px; }
.top-offset-20{ margin-top:200px; }

.bottom-offset-1{ margin-bottom:10px; }
.bottom-offset-2{ margin-bottom:20px; }
.bottom-offset-3{ margin-bottom:30px; }
.bottom-offset-4{ margin-bottom:40px; }
.bottom-offset-5{ margin-bottom:50px; }
.bottom-offset-6{ margin-bottom:60px; }
.bottom-offset-7{ margin-bottom:70px; }
.bottom-offset-8{ margin-bottom:80px; }
.bottom-offset-9{ margin-bottom:90px; }
.bottom-offset-10{ margin-bottom:100px; }
.bottom-offset-11{ margin-bottom:110px; }
.bottom-offset-12{ margin-bottom:120px; }
.bottom-offset-13{ margin-bottom:130px; }
.bottom-offset-14{ margin-bottom:140px; }
.bottom-offset-15{ margin-bottom:150px; }
.bottom-offset-16{ margin-bottom:160px; }
.bottom-offset-17{ margin-bottom:170px; }
.bottom-offset-18{ margin-bottom:180px; }
.bottom-offset-19{ margin-bottom:190px; }
.bottom-offset-20{ margin-bottom:200px; }

body{
	display:table;
	width:100%;
	margin-top: 80px;
	font-size:16px; 
}
@media (max-width: 992px) {
	body{
		margin-top: 95px;
	}

	.container{
		padding-right: 0px;
		padding-left: 0px;

	}
}

#bt-inscricao{
	display: none;
}
@media (max-width: 500px) {
	#bt-inscricao{
		display: table;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #ffb400;
		z-index: 999;
	}
	#bt-inscricao h2{
		color:#fff;
		text-align: center;
		padding:10px 0;
		margin-bottom: 0;
		margin-top: 0;
		font-size: 20px
	}
	#bt-inscricao a{
		text-decoration: none;
		color:#fff;	
	}
	body{
		margin-bottom: 40px;
	}
}
	
.container{
	max-width:1630px;
	width:100%;
	padding-left: 0;
	padding-right: 0;
}

/* VIDEOS */
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 51.9%;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 45%;
}
 
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/***************************************************/
/* FIM VIDEOS */
/***************************************************/




/***************************************************/
/* INÍCIO HEADER */
/***************************************************/
#header{
	background:#fff;
	height:80px;
	position:fixed;
	z-index:88;
	width:100%;
	margin-top: -80px;
}
#header .container{
	position:relative;
}
#header #logo{
	/*
	width:340px;
	height:90px; */
	width:170px;
	height:45px; 
	margin:20px auto;
	text-align:center; 
}

#header #logo img{
	width:100%;
}

#header #bt-menu{
	cursor: pointer;
	z-index:888;
	position:absolute;
	margin-top:20px;
	width:150px;
	height:40px;
	margin-left: 10px;
	left:0; 
	line-height: 40px;
}
#header #bt-menu i{
	font-size: 40px;
	float: left;
	color:#0773b4;
	margin-right: 20px
}
#header #bt-menu span{
	display: inline-table;
	float: left;
	line-height: 40px;
	color:#0e0967;
	font-size: 20px;
	font-weight: bold;
}

#header #social{
	z-index:989888;
	position:absolute;
	width:300px;
	height:40px;
	right:0;
	margin-right: 10px;
	top:25px;
}

#header #social ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#header #social ul li{
	float:left;
	margin-left:15px;
	color:#FFF;
}
#header #social ul li a{
	color:#0176bc;
	font-size:16px;
	line-height: 30px;
}
#header #social ul li a i{
	color:#121387;
	font-size:30px;
}

@media (max-width: 992px) {
	#header{
		height: 95px;
		margin-top: -95px;
	}

	#header .container{
		padding-right: 15px;
		padding-left: 15px;

	}
	#header #logo{
		width:200px;
		height:90px; 
		float: right;
		margin:20px 0 20px auto;
		text-align:center; 
	} 
	#header #bt-menu {
		margin-top:30px;
		float: left;
	} 
	#header #social {
		display: none;
	}
}

@media (max-width: 768px) {
	body{
		margin-top: 70px;
	}
	#header{
		height: 70px;
		margin-top: -70px;
	}
	#header #logo{
		width:130px;
		height:auto; 
		margin:15px auto 10px auto;
		text-align:center; 
	}

	#header #bt-menu{
		margin-top: 15px;
	} 
	#header #bt-menu span{
		display: none;		
	} 
	#header #social {
		display: none;		
	}

}


#menu{
	position: fixed;
	z-index: 9999;
	width: 100%;
	display: table;
}

#menu ul{
	display: none;
	margin: 0;
	padding:0;
	list-style: none; 
	border-top: 2px solid #ccc;
}
#menu ul li{
	border-bottom: 1px solid #ccc;
	background: #fff;
	height: 36px;
}

#menu ul li a{
	display: block;
	padding:0px 20px;
	line-height:36px;
	text-decoration: none;
	max-width:1630px;
	margin:0 auto;
}


/************************************************************************/
/* FOOTER */
/************************************************************************/
#footer .bg{
	background: #00347d;
}

#footer #assinatura-ecco{
	margin: 30px 0 0 0;
	color:#36a7cf;
	line-height: 120%;
	font-size: 12px;
}
#footer #assinatura-ecco a{
	color:#36a7cf;
}

#footer #social{
	float: right; 
	margin: 30px 0;
}

#footer #social ul{
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
	float:right;
}
#footer #social ul li{
	float:left;
	margin-left:15px;
	color:#FFF;
	line-height: 30px;
}
#footer #social ul li a{
	color:#fff;
	font-size:16px;
	line-height: 30px;
}
#footer #social ul li a i{
	color:#fff;
	font-size:30px;
	line-height: 30px;
}
@media (max-width: 992px) {
	#footer .bg{
		background: none;
	}
	#footer{
		background: #00347d;
	}
	#footer #assinatura-ecco{
		display:table;
		width: 100%;
		text-align: center;
		margin-bottom:30px;
	}
	#footer #social{
		text-align: center;
		display:block;
		width: 100%;
	} 
	#footer #social ul{
		display: table;
		float: none;
		margin:0 auto;
	}
}


/* CAPA > FULL BANNER */
#capa #full-banner{
	
}
#capa #full-banner  .item{

	width: 100%;
}
#capa #full-banner .item img{
	width: 100%;
}
#formulario-inscricao{
	background: #121387;
	color:#fff;
	font-weight: normal;
	padding-bottom: 20px;
}
#formulario-inscricao h2{
	background: #ffb400;
	color:#fff;
	text-align: center;
	padding:20px 0;
	margin-top: 0;
	font-size: 24px
}
#formulario-inscricao h3{
	font-weight: normal
}
#formulario-inscricao form{
	width: 100%;
	max-width: 300px;
	margin:20px auto 0 auto;
}
#formulario-inscricao form h4{
	font-size:16px;
}
#formulario-inscricao form fieldset{

}
#formulario-inscricao form fieldset input[type="text"]{
	width: 100%;
	text-indent: 10px;
	padding: 0;
	height: 36px;
	border:0;
	margin-bottom:15px;
	color:#333;
}
#formulario-inscricao form fieldset input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #647098;
}
#formulario-inscricao form fieldset input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #647098;
}
#formulario-inscricao form fieldset input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #647098;
}
#formulario-inscricao form fieldset input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #647098;
}

#formulario-inscricao form fieldset input[type="radio"]{
	float: left;
}
#formulario-inscricao form label{
	float: left;
	font-weight: normal;
	margin-left:10px;
}
#formulario-inscricao form label small{
	font-size: 12px;
}
#formulario-inscricao form input[type="submit"]{
	border: 0;
}

#formulario-inscricao form fieldset textarea{
	width: 100%;
	text-indent: 0;
	padding: 10px;
	height: 250px;
	border:0;
	margin-top: 40px;
	margin-bottom:15px;
	color:#333;
}


#formulario-inscricao form fieldset input[type="text"].alert::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f00;
}
#formulario-inscricao form fieldset input[type="text"].alert::-moz-placeholder { /* Firefox 19+ */
  color: #f00;
}
#formulario-inscricao form fieldset input[type="text"].alert:-ms-input-placeholder { /* IE 10+ */
  color: #f00;
}
#formulario-inscricao form fieldset input[type="text"].alert:-moz-placeholder { /* Firefox 18- */
  color: #f00;
}
#formulario-inscricao form fieldset textarea.alert::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f00;
}
#formulario-inscricao form fieldset textarea.alert::-moz-placeholder { /* Firefox 19+ */
  color: #f00;
}
#formulario-inscricao form fieldset textarea.alert:-ms-input-placeholder { /* IE 10+ */
  color: #f00;
}
#formulario-inscricao form fieldset textarea.alert:-moz-placeholder { /* Firefox 18- */
  color: #f00;

}
.alerta-idioma{ 
	background: #fff;
	color: #f00;
	width: 100%;
	text-indent: 10px;
	padding: 0;
	line-height: 36px;
	border:0;
}


/************************************************************************/
/* DOBRA GENÉRICOS */
/************************************************************************/
.limite-w{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;

}
.limite-w-2{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.box-imagem {
	padding: 0;
}
.box-imagem img{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.box-slider{
	padding: 0;
}
.box-slider img{
	width: 100%;
}
h2 small{
	font-size: 50%;
}

.padd{
	padding: 50px 100px;
}
.padd-w{
	padding-left:100px;
	padding-right:100px;
}
.padd-h{
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 1400px) {
	.padd{
		padding: 50px;
	}

	.padd-w{
		padding-left:50px;
		padding-right:50px;
	}
}
@media (max-width: 992px) {
	.padd{
		padding: 30px;
	}
}
/************************************************************************/
/* DOBRA #1 */
/************************************************************************/
#box-promocoes{
	background: #0196fa;
	color:#fff;
	height: 580px;
}
#box-promocoes .bxslider li{
	padding-bottom: 60px;
	padding-top: 50px;
	height: 450px;
}
@media (max-width: 992px) {
	#box-promocoes .bxslider li{
		padding-bottom: 60px;
		height: 550px;
	}	
}
#box-promocoes .padd{
	padding-left: 0;
	padding-right: 0;
}
#box-promocoes .imagem{
}
#box-promocoes .imagem img{
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
#box-promocoes .texto{
	padding-right: 50px;
	padding-left: 50px;
}
#box-cursos{
	background: url(../img/box-cursos.jpg) center center / cover no-repeat;
	color:#fff;
	padding-bottom: 40px;
	padding-top:40px;
}


@media (max-width: 992px) {
	#box-promocoes{
		height: auto;
	}
	#box-promocoes .conteudo{
		padding:50px 0;
	}
	#box-cursos{
		display: block;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}


/************************************************************************/
/* DOBRA #2 */
/************************************************************************/
#box-intercambio{
	background: #d4243b;
	color: #fff;
}
#box-intercambio .bullets{
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}
#box-certificacoes{
	background: #fff;
	color: #000;
}
#box-certificacoes .bxslider li{
	height: 450px;
}
#box-certificacoes h2{
	margin-bottom: 30px;
}
#box-certificacoes #certificado-cefr .texto{
	font-size: 12px;
}
#box-certificacoes #certificado-dg .texto{
	font-size: 12px;
}
#box-certificacoes .selo{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 100%;
}
#box-certificacoes .selo img{
	width: 100%;
}
#box-certificacoes .texto{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
 
@media (max-width: 992px) { 

	#box-intercambio .box-imagem{
		display: none
	}
}
@media (max-width: 768px) { 
	#box-intercambio{
		padding-top:40px;
		padding-bottom:40px;
	}
}
/************************************************************************/
/* DOBRA #3 */
/************************************************************************/
#box-eventos{
	background: #36a7cf;
	color: #fff;
}
#box-eventos .padd{
	padding-right: 50px;
	padding-left: 50px;
}
#box-cursos-especiais{
	background: url(../img/box-cursos-especiais.jpg) center center / cover no-repeat;
	color:#fff;
}
#box-cursos-especiais .padd{
	padding-right: 50px;
	padding-left: 50px;
}
#box-eventos h2 .menor{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 28px;
}
@media (max-width: 992px) {
	#box-eventos h2 .menor{
		font-size: 20px;
		clear: both;
		display: block;
	}
	#box-eventos .box-imagem{
		display: none;
	}
	#box-eventos .padd{
		padding-right: 20px;
		padding-left: 20px;
	}
	#box-eventos .conteudo{ 
	}
	
	#box-cursos-especiais .padd{
		padding-right: 20px;
		padding-left: 20px;
	}

}


/************************************************************************/
/* DOBRA #4 */
/************************************************************************/
#dobra-4 {}
#box-depoimentos{
	background: #ffb400;
	color:#000;
}
#box-depoimentos .bxslider li{
	padding-bottom: 60px;
}
#box-depoimentos .imagem{
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
#box-depoimentos .imagem img{
	width: 100%;
	max-width:200px;
	margin-left: auto;
	margin-right: auto;
	
}
@media (max-width: 992px) {
	#box-depoimentos .imagem img{
		width: 100%;
		max-width:150px;
		margin-left: auto;
		margin-right: auto;
	}
}
#box-duvidas-frequentes{
	height: 450px;
	background: #00347d;
	color:#fff;
}

#box-info{
	background:  url(../img/box-info.jpg) center center / cover no-repeat;
	color:#fff;
}
#box-contato{
	height: 500px;
	background:  url(../img/box-contato.jpg) center center / cover no-repeat;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}

#box-contato h2 small{
	color: #fff;
	clear: both;
	display: block;
}
#box-contato .dados{
	text-align: left;
	margin-top:40px;
}

#box-contato .dados .mail{

}


#box-contato .dados i{
	margin-right: 10px;
	font-size: 26px;
	line-height: 26px;
}
#box-contato .dados a{
	color:#fff;
}
#box-contato .dados span{
	line-height: 26px;
	display: inline-table;
}


#box-contato .dados .telefone{	
	display: table;
}
#box-contato .dados .telefone i{
	float: left;
}
#box-contato .dados .telefone span{
	display: table;
	float: left;
	line-height: 120%;
}
@media (max-width: 992px) {
	#box-contato{
		height: auto;
	}
	#box-contato .dados .mail{
		font-size: 12px;
	}

	#box-duvidas-frequentes{ 
		height: auto;
	}
	
	#box-contato{
		display: block;
	}
}

/************************************************************************/
/* DOBRA #5 */
/************************************************************************/

#box-localizacao{
	background: #36a7cf;
	color:#fff;
	padding-top: 150px;
	padding-bottom: 150px;

}
#box-mapa{ 
}
@media (max-width: 992px) {
	#box-localizacao{
		padding-top: 50px;
		padding-bottom: 50px;

	}
	#box-mapa{ 
		display: block;
		min-height: 500px;
	}
}


/************************************************************************/
/* PÁGINA - CONTATO */
/************************************************************************/
#pagina-contato #banner-contato{
	color:#fff;
	background:  url(../img/banner-contato.jpg) center center / cover no-repeat;
}
#banner-contato .circle{
	width: 70px;
}

#pagina-contato #formulario-contato{
	background: #ffb400;
	color:#fff;
	font-weight: normal;
	padding: 40px 0;
}
@media (max-width: 992px) {
	#pagina-contato #banner-contato{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#pagina-contato #formulario-contato{
		display: table;
		width: 100%;
		margin:0;
		padding-left:0;
		padding-right:0; 
	}
	#banner-trabalhe-conosco{
		display: none;
	}
}
#pagina-contato #formulario-contato h2{

	color:#000;
	text-align: center;
	padding:00px 0;
	margin-top: 0; 
}
#pagina-contato #formulario-contato h4{
	text-align: center;
	color:#000;
}
#pagina-contato #formulario-contato form{
	width: 100%;
	max-width: 300px;
	margin:20px auto 0 auto;
}
#pagina-contato #formulario-contato form h4{
	font-size:16px;
}
#pagina-contato #formulario-contato form fieldset{

}
#pagina-contato #formulario-contato form fieldset input[type="text"]{
	width: 100%;
	text-indent: 10px;
	padding: 0;
	height: 36px;
	border:0;
	margin-bottom:15px;
	color:#333;
}
#pagina-contato #formulario-contato form fieldset textarea{
	width: 100%;
	text-indent: 10px;
	padding: 4px 0;
	height: 140px;
	border:0;
	margin-bottom:15px;
	color:#333;
}



#pagina-contato #formulario-contato form fieldset input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #647098;
}
#pagina-contato #formulario-contato form fieldset input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #647098;
}
#pagina-contato #formulario-contato form fieldset input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #647098;
}
#pagina-contato #formulario-contato form fieldset input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #647098;
}
#pagina-contato #formulario-contato form fieldset textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #647098;
}
#pagina-contato #formulario-contato form fieldset textarea::-moz-placeholder { /* Firefox 19+ */
  color: #647098;
}
#pagina-contato #formulario-contato form fieldset textarea:-ms-input-placeholder { /* IE 10+ */
  color: #647098;
}
#pagina-contato #formulario-contato form fieldset textarea:-moz-placeholder { /* Firefox 18- */
  color: #647098;
}



#pagina-contato #formulario-contato form fieldset input[type="text"].alert::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f00;
}
#pagina-contato #formulario-contato form fieldset input[type="text"].alert::-moz-placeholder { /* Firefox 19+ */
  color: #f00;
}
#pagina-contato #formulario-contato form fieldset input[type="text"].alert:-ms-input-placeholder { /* IE 10+ */
  color: #f00;
}
#pagina-contato #formulario-contato form fieldset input[type="text"].alert:-moz-placeholder { /* Firefox 18- */
  color: #f00;
}
#pagina-contato #formulario-contato form fieldset textarea.alert::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f00;
}
#pagina-contato #formulario-contato form fieldset textarea.alert::-moz-placeholder { /* Firefox 19+ */
  color: #f00;
}
#pagina-contato #formulario-contato form fieldset textarea.alert:-ms-input-placeholder { /* IE 10+ */
  color: #f00;
}
#pagina-contato #formulario-contato form fieldset textarea.alert:-moz-placeholder { /* Firefox 18- */
  color: #f00;

}






#pagina-contato #formulario-contato form fieldset input[type="radio"]{
	float: left;
}
#pagina-contato #formulario-contato form label{
	float: left;
	font-weight: normal;
	margin-left:10px;
}
#pagina-contato #formulario-contato form label small{
	font-size: 12px;
}
#pagina-contato #formulario-contato form input[type="submit"]{
	border: 0;
	background: #36a7cf;
}



/************************************************************************/
/* PÁGINA - TRABALHE CONOSCO */
/************************************************************************/

#pagina-trabalhe-conosco #formulario-trabalhe{
	background: #36a7cf;
	color:#fff;
	font-weight: normal;
	padding: 40px 0;
}
#pagina-trabalhe-conosco #formulario-trabalhe h2{
	color:#fff;
	text-align: center;
	padding:00px 0;
	margin-top: 0;
}
#pagina-trabalhe-conosco #formulario-trabalhe h4{
	text-align: center;
	color:#fff;
}
#pagina-trabalhe-conosco #formulario-trabalhe form{
	width: 100%;
	max-width: 300px;
	margin:20px auto 0 auto;
}
#pagina-trabalhe-conosco #formulario-trabalhe form h4{
	font-size:16px;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset{

}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"]{
	width: 100%;
	text-indent: 10px;
	padding: 0;
	height: 36px;
	border:0;
	margin-bottom:15px;
	color: #333;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="file"]{
	width: 100%;
	background: #fff;
	line-height: 36px;
	text-indent: 1000px;
	padding: 0;
	height: 36px;
	border:0;
	margin-bottom:15px;
	color: #fff;
}
.upload{
	position: relative;
}
.realupload {
	position: relative;
	top: 0;
	color: #000;
	width:100%;
	color:#000;
	height:35px !important;
	margin-bottom: 0;
	padding:0;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	 
}

.fakeupload {
	background: url("../img/bt-file.jpg") no-repeat 100% 51%;
	cursor: default;
	background-color: #fff;
	text-indent:5px; 
	border:1px solid #0089d0; 
	width:100%; 
	float:left; 
	display:table; 
	position:absolute; 
	padding:0; 
	height:36px;
	margin:0;
}

#pagina-trabalhe-conosco #anexo{
	background: #00347d;
	color:#fff;
	text-indent: 10px;
	margin: 0 0;
	padding: 4px 0;
	width: 100%;
}

#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea{
	width: 100%;
	text-indent: 10px;
	padding: 4px 0;
	height: 140px;
	border:0;
	margin-bottom:15px;
	color: #333;
}



#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #647098;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #647098;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #647098;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #647098;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #647098;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea::-moz-placeholder { /* Firefox 19+ */
  color: #647098;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea:-ms-input-placeholder { /* IE 10+ */
  color: #647098;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea:-moz-placeholder { /* Firefox 18- */
  color: #647098;
}





#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"].alert::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f00;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"].alert::-moz-placeholder { /* Firefox 19+ */
  color: #f00;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"].alert:-ms-input-placeholder { /* IE 10+ */
  color: #f00;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="text"].alert:-moz-placeholder { /* Firefox 18- */
  color: #f00;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea.alert::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f00;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea.alert::-moz-placeholder { /* Firefox 19+ */
  color: #f00;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea.alert:-ms-input-placeholder { /* IE 10+ */
  color: #f00;
}
#pagina-trabalhe-conosco #formulario-trabalhe form fieldset textarea.alert:-moz-placeholder { /* Firefox 18- */
  color: #f00;

}
.alerta-area{ 
	background: #fff;
	color: #f00;
	width: 100%;
	text-indent: 10px;
	padding: 0;
	line-height: 36px;
	border:0;
}



#pagina-trabalhe-conosco #formulario-trabalhe form fieldset input[type="radio"]{
	float: left;
}
#pagina-trabalhe-conosco #formulario-trabalhe form label{
	float: left;
	font-weight: normal;
	margin-left:10px;
}
#pagina-trabalhe-conosco #formulario-trabalhe form label small{
	font-size: 12px;
}
#pagina-trabalhe-conosco #formulario-trabalhe form input[type="submit"]{
	border: 0;
	background: #ffb400;
}


#pagina-trabalhe-conosco #banner-trabalhe-conosco{
	background: url(../img/banner-trabalhe-conosco.jpg) center center / cover no-repeat;

}

#dados-contato .circle{
	width: 70px;
	margin: 30px auto;
	text-align: center;
}
#dados-contato .circle img{
	width: 100%;
	text-align: center;
}


#pagina-trabalhe-conosco #dados-contato{
	text-align: left;
	background: #008de7;
	color:#fff;
}
#pagina-trabalhe-conosco #dados-contato .dados{
	padding:40px 0;
	width: 100%;
	max-width: 160px;
	margin:0 auto;
}
#pagina-trabalhe-conosco #dados-contato i{
	margin-right: 10px;
	font-size: 36px;
	line-height: 36px;
}
#pagina-trabalhe-conosco #dados-contato a{
	color:#fff;
}
#pagina-trabalhe-conosco #dados-contato span{
	line-height: 26px;
	display: inline-table;
}


#pagina-trabalhe-conosco #dados-contato  .telefone{	
	display: table;
}
#pagina-trabalhe-conosco #dados-contato .telefone i{
	float: left;
}
#pagina-trabalhe-conosco #dados-contato  .telefone span{
	display: table;
	float: left;
	line-height: 120%;
}

@media (max-width: 992px) {

	#pagina-trabalhe-conosco #banner-trabalhe-conosco{
		height: 500px;
	}
	#pagina-trabalhe-conosco #dados-contato .dados{
		max-width: 250px;
		margin: 0 auto;
		
	}
	#dados-contato{
		padding-top: 50px;
	}

}


/************************************************************************/
/* PÁGINA - ESCOLA */
/************************************************************************/

#banner-escola{
	color:#fff;
	background: url(../img/banner-escola.jpg) center center / cover no-repeat;
	height: 600px;
}
#banner-escola .circle{
	width: 70px;
}
#pq-masterpiece{
	background: #0196fa;
	color:#fff;
	padding: 40px 0; 
}
@media (max-width: 1200px) {
	#banner-escola{
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;	
	}
}

@media (max-width: 768px) {
	#banner-escola{
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;	
	}
}
/************************************************************************/
/* PÁGINA - ESCOLA : MISSÃO, VISÃO E VALORES */
/************************************************************************/

#box-missao{
	background: #ffb400;
	color:#000;
	padding-top: 40px;
	padding-bottom: 40px;
}
#box-missao p{
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#box-missao .icone{
	width: 100%;
	max-width: 150px;
	margin: 40px auto;
}
#box-missao .icone img{
	width: 100%;
}


#box-visao{
	background: #00347d;
	color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
#box-visao p{
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#box-visao .icone{
	width: 100%;
	max-width: 150px;
	margin: 40px auto;
}
#box-visao .icone img{
	width: 100%;
}


#box-valores{
	background: #0866ae;
	color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
#box-valores ul{
	margin:70px auto 0 auto;
	padding:0;
	list-style: none;
	width: 100%;
	max-width: 300px;
	text-align: left;
	padding-left: 15px;
}
#box-valores ul li{
	margin: 10px 0px;
}
#box-valores ul li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	font-size: 20px;
	margin:0 10px 0 -15px;
	color: #ffb400;
}


/************************************************************************/
/* PÁGINA - ESCOLA : ESTRUTURA / CORPO DOCENTE */
/************************************************************************/
#box-estrutura{
	background:  url(../img/box-estrutura.jpg) center center / cover no-repeat;
	color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#box-corpo-docente{
	background: #fff;
	color:#000;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (max-width: 1200px) {
	#box-estrutura .padd{
		padding-top: 0 ;
		padding-bottom: 0 ;
	}
}



/************************************************************************/
/* PÁGINA - ESCOLA : GALERIA */
/************************************************************************/
#box-galeria{
	padding: 20px 0;
	background: #0866ae;
	position: relative;
}
#box-galeria h2{
	color:#fff;
	text-transform: uppercase;
	text-align: center;
}
#box-galeria .owl-carousel{
	width: calc(100% - 180px);
	margin: 0 90px;
}
#box-galeria .bt-left img, #box-galeria .bt-right img{
	width: 100%;
	cursor: pointer;
}	
#box-galeria .bt-left{	
	width: 50px;
	z-index: 99;
	position: absolute;
	left: 20px;
}
#box-galeria .bt-right{
	width: 50px;
	z-index: 99;
	position: absolute;
	right: 20px;
}
@media (max-width: 768px) {
	#box-galeria .bt-left, #box-galeria .bt-right{
		display: none;
	}
	#box-galeria .owl-carousel{
		width: calc(100% - 40px);
		margin: 0 20px;
	}

}


/************************************************************************/
/* PÁGINA - ESCOLA : GALERIA */
/************************************************************************/
#box-galeria-escola{
	padding: 20px 0;
	background: #0196FA;
	position: relative;
}
#box-galeria-escola h2{
	color:#fff;
	text-transform: uppercase;
	text-align: center;
}
#box-galeria-escola .owl-carousel{
	width: calc(100% - 180px);
	margin: 0 90px;
}
#box-galeria-escola .bt-left img, #box-galeria .bt-right img{
	width: 100%;
	cursor: pointer;
}	
#box-galeria-escola .bt-left{	
	width: 50px;
	z-index: 77;
	position: absolute;
	left: 20px;
}
#box-galeria-escola .bt-right{
	width: 50px;
	z-index: 77;
	position: absolute;
	right: 20px;
}
@media (max-width: 768px) {
	#box-galeria-escola .bt-left, #box-galeria-escola .bt-right{
		display: none;
	}
	#box-galeria-escola .owl-carousel{
		width: calc(100% - 40px);
		margin: 0 20px;
	}

}
/************************************************************************/
/* PÁGINA - CURSOS */
/************************************************************************/
#banner-cursos{
	background: url(../img/banner-cursos.jpg) center center / cover no-repeat;
	color:#fff;
	height: 600px;
}
#banner-cursos .circle{
	width: 70px;
}

@media (max-width: 1200px) {
	#banner-cursos {
		width: 100%;
		display: table;
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (max-width: 992px) {
	#banner-cursos{
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
#box-bandeiras{
	background: #008de7;
}
#box-bandeiras ul{
	list-style: none;
	padding:0;
	display: table;
}
#box-bandeiras ul li{
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
#box-bandeiras ul li .idioma{
	font-size: 14px;
	color:#fff;
	margin:0 auto 4px auto;
	width: 100%;
	text-align: left;
	max-width: 130px;
}
#box-bandeiras ul li .bandeira{
	margin:0 auto;
	width: 100%;
	max-width: 130px;

}
#box-bandeiras ul li .bandeira img{
	width: 100%;
}
#box-bandeiras ul li.w100{
	width: 100%;

}
#box-bandeiras ul li.w100 .idioma{
	max-width:300px;
	text-align:center;
}
@media (max-width: 1200px) {
	#box-bandeiras {
		width: 100%;
		display: table;
		padding-top:50px;
		padding-bottom:20px;
	}
	#box-bandeiras ul li{
		width: 25%;
	}
	#box-bandeiras ul li.w100{
		width: 25%;
	}
}

@media (max-width: 992px) {
	#box-bandeiras {
		padding-top:50px;
		padding-bottom:20px;
	}

	#box-bandeiras ul{
		width: 100%;
	}
	#box-bandeiras ul li{
		width: 50%;
	}
	#box-bandeiras ul li.w100{
		width: 100%;
	}
	#box-bandeiras ul li .idioma{
		text-align: center;
	}

}



#box-metodologia{
	background: #36a7cf;
	color: #fff;
}
#box-tipo-cursos{
	background: #ffb400;
}

#box-tipo-cursos .tipo-icone{
	width: 100px;
	height: 100px;
	font-size: 60px;
	line-height: 90px;
	background: #0094de;
	color: #fff;
	margin: 0 auto 40px auto;
	font-family: 'Palanquin Dark', sans-serif;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#box-tipo-cursos .padd{
	padding: 50px;
}
#box-tipo-cursos p{
	text-align: center;
	font-size:14px;
}
#box-tipo-cursos .bxslider{
	margin-top: 30px;
}
#box-tipo-cursos .bxslider li{
	padding-bottom: 80px;
}
#box-tipo-cursos .bxslider h4{
	text-transform: uppercase;
}
#box-tipo-cursos .bxslider .imagem{
	text-align: center;
	margin-bottom: 20px;
} 
#box-tipo-cursos .bxslider .imagem img{
	margin:0 auto;
	width: 100%;
	max-width: 200px;
}
#box-formatos{
	background: #00347d;
	color: #fff;
	height: 640px;
}

@media (max-width: 768px) {
	#box-formatos{
		height:auto;
	}
}
#box-formatos .bxslider li{
	padding-bottom: 60px;
}
#box-formatos .padd{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom:0;
}

#box-banner-formatos{
	height: 550px;
	background: url(../img/banner-formatos-cursos.jpg) top center / cover no-repeat;
}
#box-avaliacao{
	background: #008de7;
	color:#fff;
}

#box-avaliacao .padd{
	padding: 50px 40px;
}

#box-curso-criancas-4-6{
	background: url(../img/curso-4-6.jpg) center center / cover no-repeat;
	color:#fff;
	height: 600px;
}
#box-curso-criancas-7-10{
	background: url(../img/curso-7-10.jpg) center center / cover no-repeat;
	color:#fff;	
}
#box-curso-adolescentes{
	background: url(../img/curso-adolescentes.jpg) center center / cover no-repeat;
	color:#fff;
	height: 600px;
}
#box-curso-adultos{
	background: url(../img/curso-adultos.jpg) center center / cover no-repeat;
	color:#fff;
}

#box-materiais{
	background: #fff;
}
#box-materiais .padd{
	padding: 50px 20px;
}
#box-materiais .bxslider li{
	padding-bottom: 60px;
}
#box-materiais .imagem img{
	width: 100%;
}
#box-materiais .legenda{
	font-size: 14px;
}
@media (max-width: 1200px) {
	#box-materiais .padd{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

#dobra-hack .container{
	background:#36a7cf;
}

#box-curso-empresas, #box-curso-empresas-2{
	background:#36a7cf;
	color:#fff;
}
#box-curso-empresas .icone{
	height: 50px; 
}
#box-curso-empresas .icone img{
	height: 100%;
}
#box-curso-empresas-2 .icone{
	height: 80px; 
}

#banner-curso-empresas{
	background: url(../img/banner-curso-empresas.jpg) top center / cover no-repeat;
}


@media (max-width: 992px) {
	#box-curso-empresas{
		background:#36a7cf;
	}
	#box-curso-criancas-4-6{
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#box-curso-criancas-7-10{
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#box-curso-adolescentes{
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#box-curso-adultos{
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#banner-curso-empresas{
		height: 600px;
		display: none;
	}
	#box-curso-empresas-2 .icone{
		height: 1px; 
	}
	#box-curso-empresas-2 .padd{
		padding-top: 0;
	}

}
/************************************************************************/
/* PÁGINA - CURSOS ESPECIAIS */
/************************************************************************/
#banner-cursos-especiais{
	background: url(../img/banner-cursos-especiais.jpg) top center / cover no-repeat;
	color:#fff;
	height: 600px
}

#banner-cursos-especiais .circle{
	width: 70px;
}
@media (max-width: 1200px) {
	#banner-cursos-especiais{
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 992px) {
	#banner-cursos-especiais{
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
#banner-cursos .circle{
	width: 70px;
}

#box-comunicacao-avancada{
	background: #00347d;
	color: #fff;
}
#box-cursos-especial-01{
	background: #008de7;
	color: #fff;
}

#box-cursos-especial-02{
	background: #36a7cf;
	color: #fff;
}

#box-cursos-especial-03{
	background: #ffb400;
	color: #000;
}

#box-cursos-especial-04{
	background: #00347d;
	color: #fff;
}

#box-cursos-especial-05{
	background: #008de7;
	color: #fff;
}

#box-cursos-especial-06{
	background: #36a7cf;
	color: #fff;
}

#box-cursos-especial-07{
	background: #ffb400;
	color: #000;
}

#box-cursos-especial-08{
	background: #36a7cf;
	color: #fff;
}

#box-cursos-especial-09{
	background: url(../img/bg-cursos-especiais-vertical.jpg) top center / cover no-repeat;
	color: #fff;
	height: 600px;
}

#box-cursos-especial-01,
#box-cursos-especial-02,
#box-cursos-especial-03,
#box-cursos-especial-04,
#box-cursos-especial-05,
#box-cursos-especial-06,
#box-cursos-especial-07,
#box-cursos-especial-08,
#box-cursos-especial-09	{
	height: 500px;
}

@media (max-width: 1200px) {
	#box-cursos-especial-01,
	#box-cursos-especial-02 ,
	#box-cursos-especial-03 ,
	#box-cursos-especial-05,
	#box-cursos-especial-05,
	#box-cursos-especial-06,
	#box-cursos-especial-07,
	#box-cursos-especial-08,
	#box-cursos-especial-09, 	
	#box-cursos-especial-01,
	#box-cursos-especial-02,
	#box-cursos-especial-03,
	#box-cursos-especial-04,
	#box-cursos-especial-05,
	#box-cursos-especial-06,
	#box-cursos-especial-07,
	#box-cursos-especial-08,
	#box-cursos-especial-09	{
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#box-cursos-especial-08{
		background: #00347d;
	}

	#box-cursos-especial-09{
		height: 600px;
	}
}

/*
@media (max-width: 1200px) {
	#box-cursos-especial-01,
	#box-cursos-especial-02{
		height:400px;
	}

	#box-cursos-especial-03{
		height:auto;
	}

	#box-cursos-especial-04,
	#box-cursos-especial-05{
		height:400px;
	}

	#box-cursos-especial-06{
		height:auto;
	}


	#box-cursos-especial-07,
	#box-cursos-especial-08{
		height:400px;
	}
}
@media (max-width: 992px) {
	#box-cursos-especial-01,
	#box-cursos-especial-02 ,
	#box-cursos-especial-03 ,
	#box-cursos-especial-05,
	#box-cursos-especial-05,
	#box-cursos-especial-06,
	#box-cursos-especial-07,
	#box-cursos-especial-08,
	#box-cursos-especial-09, 	
	#box-cursos-especial-01,
	#box-cursos-especial-02,
	#box-cursos-especial-03,
	#box-cursos-especial-04,
	#box-cursos-especial-05,
	#box-cursos-especial-06,
	#box-cursos-especial-07,
	#box-cursos-especial-08,
	#box-cursos-especial-09	{
		height: auto;
	}
}
@media (max-width: 1400px) {
	#box-cursos-especial-01 h2,
	#box-cursos-especial-02 h2,
	#box-cursos-especial-03 h2,
	#box-cursos-especial-04 h2,
	#box-cursos-especial-05 h2,
	#box-cursos-especial-06 h2,
	#box-cursos-especial-07 h2,
	#box-cursos-especial-08 h2,
	#box-cursos-especial-09 h2	{
		font-size: 28px;
	}
	#box-cursos-especial-01 .padd,
	#box-cursos-especial-02 .padd,
	#box-cursos-especial-03 .padd,
	#box-cursos-especial-04 .padd,
	#box-cursos-especial-05 .padd,
	#box-cursos-especial-06 .padd,
	#box-cursos-especial-07 .padd,
	#box-cursos-especial-08 .padd,
	#box-cursos-especial-09 .padd	{
		paddind-left:30px;
		paddind-right:30px;
	}
}
@media (max-width: 992px) {
	#box-cursos-especial-01 h2,
	#box-cursos-especial-02 h2,
	#box-cursos-especial-03 h2,
	#box-cursos-especial-04 h2,
	#box-cursos-especial-05 h2,
	#box-cursos-especial-06 h2,
	#box-cursos-especial-07 h2,
	#box-cursos-especial-08 h2,
	#box-cursos-especial-09 h2	{
		font-size: 24px;
	}
	#box-cursos-especial-09{
		height: 500px;
	}
}
*/



/************************************************************************/
/* PÁGINA - duvidas FREQUENTES */
/************************************************************************/
#duvidas-frequentes{
	background: #0196fa;
	color:#fff;
	padding-top: 50px;
}

@media (max-width: 992px) {
	#duvidas-frequentes{
		padding-top: 10px;
	}
}

#duvidas-frequentes .duvida{
	margin-bottom: 10px;

}
#duvidas-frequentes .duvida .titulo{
	background: #ffb400;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: table;
	width: 100%;
}
#duvidas-frequentes .duvida .titulo .seta{
	float: left;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: url(../img/seta-faq.jpg) center center no-repeat;
}
#duvidas-frequentes .duvida .titulo .pergunta{
	width: calc(100% - 30px);
	float: left;
}

#duvidas-frequentes .duvida .titulo .seta.rotation{
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg); 
	-o-transform:rotate(90deg);
}

#duvidas-frequentes .duvida .titulo .seta.no-rotation{
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg); 
	-o-transform:rotate(0deg);
}


#duvidas-frequentes .duvida .resposta{
	padding: 20px 20px;
	display: none;
}