/*Fontes*/
@import url("fonte.css");

body, html
{
	padding:0;
	margin:0;
}

body
{
	background: #e6e7e8;
}

img.selo-novo {
    position: absolute;
    height: 41px;
	width: 35px;
    top: 0;
    left: 0;	
}

p,a,span,
h1,h2,h3,h4,h5,h6
{
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Effra-Light;
	color: #003067;
}

button
{
	cursor: pointer;
	outline: none;
}

.barra-escura
{
	/*background: #f1f2f2;*/
	background: #013067;
	width: 1100px;
	margin: 0 auto;
}

.img-inscreva
{
	float: right;
	margin-bottom: 30px;
}

/* ====== Barra SUperior ========= */

.barra-topo
{
	width: 1000px;
	height: 43px;
	margin: 0 auto;
}

.ligamos
{
	float: right;
}

.barra-topo ul
{
	float: right;
    list-style-type: none;
    margin-right: 20px;
}

.barra-topo ul li
{
	display: inline;
}


.barra-topo ul li a 
{
  font-size: 15px;
  font-family: "Effra";
  color: #fff;
  line-height: 1.143;
}

.barra-topo ul li .aft::after
{
	content: " - ";
	padding: 0 10px;
}

.alinha
{
	width: 1000px;
	margin: 0 auto;
}

/* ============ Cabeçalho ============= */

header 
{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 3px 0px rgba(33, 29, 30, 0.16);
  width: 100%;
  min-width: 1000px;
  height: 100px;
  position: absolute;
  z-index: 1;
  transition: 1s height;
}

header img
{
	float: left;
}


/* --- MENU ---- */

.invisi
{
	display: none;
}

.nav
{
	display: none;
}

.menu,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.menu
{
	margin: 0;
    padding-top: 35px;
    list-style-type: none;
    margin-left: 45px;
    float: left;
}

.menu a {
  display: block;
  font-size: 14px;
  color: rgb(0, 48, 103);
  line-height: 1.8;
  padding-right: 25px;
}

.menu li {
  position: relative;
}
.menu > li {
  float: left;
}

.menu li:hover > .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  min-width: 140px;
}

.sub-menu.actived {
	display: block;
}

.sub-menu li
{
	padding: 5px 7px;

}

.sub-menu li a
{
	font-family: "Effra-Light";
	font-size: 12.5px;
	line-height: 1;
	color: #003067;
	line-height: 16px;
}

.sub-menu hr
{
	border: 0;
	background: #f47920;
	width: 120px;
	height: 2px; 
	float: left;
}

.sub-menu li:hover a {
  color: #f47920;
  font-family: "Effra";
}

.sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

header .risco::after
{
	content: url(../img/risco.png);
	width: 8px;
	height: 8px;
	padding: 10px 10px 0 0;
}

header .risco:hover:after
{
	content: url(../img/trans.png);
	width: 8px;
	height: 8px;
	padding: 10px 10px 0 0;
}

header ul li .inscre
{
	font-family: "EffraHeavy";
}

/* --- FIM MENU --- */


/* ---- PAGINA contrato.php ---- */
#box-entrada {
    text-align: center;
    width: 100%;
    position: relative;
    display: inline-block;
	
}

.contrato-boxes {
    width: 200px;
   
    border: #d1d3d4 solid 1px;
    padding: 10px;
    text-align: center;
	margin: 5px;
    display: inline-block;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}

.contrato-boxes:hover {
	border: 1px solid #314584;
}

.contrato-boxes img {
    width: 50%;
}

/* ---- PAGINA produto.php ---- */

#produtos-main {
    text-align: center;
    width: 100%;
}

.produto {
    width: 250px;
    height: 250px;
    background: white;
    border: #d1d3d4 solid 1px;
    padding: 10px;
    text-align: center;
	margin: 5px;
    display: inline-block;
}

.produto-titulo {
	width: 100%;
    height: 60px;
}

.produto-img {
    width: 100%;
    height: 70%;
}

.produto-img img {
    height: 100%;
}

.produto-divisor {
    width: 90%;
    max-width: 836px;
    background-color: #013067;
    height: 30px;
    margin: 20px auto 5px auto;
}

.produto-categoria {
    line-height: 30px;
}

.produto-categoria span {
    color: white;
	font-size: 18px;
}

/* ---- CENTRAL DO ALUNO / CADASTRO ---- */

header .cadastro
{
	margin-left: 700px;
    width: 300px;
    height: 100px;
    /* float: right; */
    background: url(../img/fundo-central.png);
}


.cadastro h1{
    font-size: 10.798px;
    color: rgb(242, 101, 34);
    line-height: 1.625;
    padding: 18px 0 10px 10px;
}

.cadastro h2
{
    font-size: 9.762px;
    color: rgb(147, 149, 152);
    line-height: 1.026;
    padding-bottom: 3px;
}

.cadastro .formu
{
	padding: 0;
	margin: 0;
	padding-left: 10px;
	float: left;
}

.cadastro input
{
	width: 80px;
	outline: none;
	border-width: 1px;
  	border-color: rgb(209, 211, 212);
 	border-style: solid;
 	font-size: 9.762px;
    color: rgb(147, 149, 152);
    padding: 5px;
}

.cadastro button{
  	background-color: rgb(242, 101, 34);
  	width: 67px;
  	height: 20px;
    font-size: 12px;
  	color: rgb(255, 255, 255);
  	line-height: 1;
  	border: 0 solid;
  	margin-left: 4px;
  	cursor: pointer;
  	outline: none;
  	transition: 1s background;
}

.cadastro button:hover
{
	background: #003067;
}

#busca {
	width: 170px;
    outline: none;
    border-width: 1px;
    border-color: #013067;
    border-style: solid;
    color: rgb(147, 149, 152);
    padding: 5px;	
}

/*
#btnbusca {
	background-color: rgb(242, 101, 34);
    width: 35px;
    height: 26px;
    color: rgb(255, 255, 255);
    border: 0 solid;
    cursor: pointer;
    transition: 1s background;
}
*/
.button-search {
    color: #013067;
    background-color: transparent;
    border: none;
    font-size: 17px;
    position: absolute;
    top: 4px;
    right: 10px;
	cursor: pointer;
	transition: 1s background;
}

.button-search:hover {
	color: #6d91bb;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}

/* ------ FIM CADASTRO ------ */

/* ======== Article ========= */

article
{
	background: #f1f2f2;
	width: 1100px;
	margin: 0 auto;
	margin-top: 100px;
}

article .banner
{
	margin: 0 auto;
	 width: 1000px;
	 margin-bottom: 20px;
	 position: relative;
}

article #banner
{
	display: none;
}

article hr
{
	display: inline-block;
    width: 300px;
    border: 0;
    background: #003067;
    height: 2px;
}

article h1
{
	display: inline;
	margin-left: 35px;
}

article .hr-esquerda
{
	float: right;
    margin-right: 50px;
}

article .hr-direita
{
	margin-left: 50px;
}

article section
{
	width: 300px;
	height: 207px;
	background: #e9eaeb;
	border: 1px solid #d1d3d4;
	display: inline-block;
	margin-right: 28px; 
	margin-bottom: 40px;
}

article section img
{
	float: left;
	height: 207px;
}

article section h1
{
	margin-left: 160px;
	padding-top: 10px;
	display: block;
	font-size: 13px;
  	font-family: "Effra";
  	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.273;
	width: 130px;
}

article section hr
{
	width: 120px;
	height: 2px;
	background: #f47920;
	margin-left: 10px;
}

article section p
{
	text-transform: none;
	/*color: #939598;*/
	color: transparent;
	padding-left: 160px;
	padding-top: 10px;
	height: 105px;
	font-size: 12px;
	width: 120px;
	    padding-top: 0;
}

article section button {
    background: #f47920;
    color: #fff;
    border: 0;
    outline: none;
    padding: 5px 8px;
    margin-left: 20px;
    position: static;
}

article .assina
{
	width: 480px;
	height: 70px;
	background: #e9eaeb;
	border: 1px solid #d1d3d4;
	float: right;
}

article .assina h1
{
	color: #939598;
	font-size: 15px;
	text-align: center;
	display: block;
	padding-top: 10px;
}

article .assina button
{
	background: #f47920;
	color: #fff;
	border: 0;
	outline: none;
	padding: 5px 8px;
	font-size: 12px!important;
}

article .assina input
{
	margin-left: 130px;
	outline: none;
	margin-top: 10px;
}

article .mais
{
	margin-left: 110px;
}


/* ========= CENTRAL DO ALUNO -> RESPONSIVO =============*/

article .central
{
	height: auto;
	margin-top: 20px;
	width: 300px;
	display: none;
}

article .central h1
{
	color: #f47920;
	margin-left: 0;
}

article .central input
{
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}

article .central button
{
	width: 57%;
    margin: 10px auto;
    display: block;
}

article .central button:hover
{
	background: #003067;
}

/* ========= FIM MENU RESONSIVO ========== */


article .recomendamos
{
	width: 225px;
	height: 200px;
	background: url("../img/risco-cima.png") no-repeat;
	background-color: #003067;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 22px;
}


.recomendamos h1
{
	color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 30px 10px 5px 15px;
    text-align: left;
    display: block;
    margin: 0;
}

.recomendamos hr
{
	width: 30px;
	border: 0 none;
	background: #fff;
	height: 3px;
	float: left;
	margin-left: 15px;
}

.recomendamos p
{
	display: block;
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 12px;
    color: #fff;
    font-family: Effra-Light;
    font-size: 9pt;
    text-transform: none;
}

.recomendamos a
{
	color: #fff;
	padding-right: 10px;
	font-size: 9pt;
	font-family: Effra-Light;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.recomendamos a:after
{
	content: " >";
	color: #fff;
	padding-right: 10px;
	font-size: 9pt;
}

.cempor
{
	width: 100%;
}



/* ======= Munu Inferior ======== */

nav
{
	padding-bottom: 10px; 
}

nav	ul
{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

nav ul li
{
	display: inline;
}

nav ul li a
{
	color: rgb(0, 48, 103);
  	text-transform: uppercase;
 	line-height: 0.813;
 	padding-right: 14px;
}

nav ul li a:hover
{
	color: rgb(147, 149, 152);
}

/* ======== Rodapé ========= */

footer
{
	width: 1000px;
	margin: 0 auto;
}

footer p
{
	text-align: center;
	float: left;
	width: 760px;
	font-size: 15px;
	color: rgb(147, 149, 152);
  	line-height: 1.3;
  	text-transform: none;
  	padding-top: 10px;
}

footer .logo
{
	width: 100px;
	float: left;
}

footer .desigual
{
	float: right;
	padding-top: 10px;
}

/* ======== Adicionais ======= */

.owl-theme .owl-controls
{
	margin-top: 0;
}

.owl-theme .owl-controls .owl-page span
{
	background: #f47920;
}

.owl-carousel .owl-wrapper-outer
{
	z-index: 0;

}


/*

===============================================
=============== PAGINA CURSOS =================
===============================================

*/

.informativo
{
	background: #f47920;
	width: 800px;
	height: auto;
	min-height: 70px;
	position: relative;
    top: -35px;
    margin-left: 100px;
}

.informativo h1
{
	color: #fff;
    font-size: 25px;
    text-align: center;
    display: block;
    font-family: Effra-Light;
    padding-top: 17px;
    margin-left: 0;
}

.menu-cursos
{
     box-shadow: 0px 2px 3px 0px rgba(33, 29, 30, 0.16);
  width: 800px;
  height: 28px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.menu-cursos ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-cursos ul li
{
	display: inline; 
	border-right: 1px solid #6380a1;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.menu-cursos ul li a
{
 	font-size: 12px;
  	font-family: Effra-Light;
  	color: rgb(0, 48, 103);
}

.menu-cursos ul li a:hover
{
  	color: #6380a1;
}


/* ================================================ 
   ================ PAGINA INTERNO ================
   ================================================

*/

.img-aling
{
	width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
}

.menu-interno
{
	clear: both;
}


.menu-interno ul
{
	list-style-type: none;
    text-align: center;
    line-height: 3;
    width: 100%;
    max-width: 800px;
    padding-left: 0;
	
	margin: 0 auto 20px; 
}

.menu-interno  ul li
{
	display: inline;
    border: 1px solid #6d6e71;
    margin: 0;
    padding: 11px 20px;
}

.menu-interno ul li a
{
	color: #6d6e71;

}

.interno-azul 
{
	border-color: #003067;
}

.interno-azul a
{
	color: #003067;
}

.menu-interno  ul li:hover
{
	border-color: #003067;
}

.menu-interno  ul li:hover > a
{
	color: #003067;
}


.interno
{
	width: 100%;
	max-width: 800px;
	margin: 10px auto 20px;
}

.interno hr
{
	width: 25%;
	margin-right: 0;
	margin-left: 0;
}

.interno-apresentacao p
{
	text-align: justify;
	text-transform: none;
}
.interno-apresentacao p b
{
	display: block;
	margin-top: 10px;
}

.interno-matriz img
{
	width: 100%;
}


.interno-fale label
{
	text-transform: uppercase;
	color: #6d6e71;
	font-family: Effra-Light;
	padding-right: 10px;
	width: 10%;
}

.interno-fale input,textarea,select
{
	border: 1px solid #6d6e71;
	outline: none;
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 15px;
	background: transparent;
	color: #000;
}

.interno-fale input[name="nome"],input[name="email"]
{
	width: 100%;
	max-width: 712px;
}

.interno-fale input[name="area"] 
{
	width: 100%;
	max-width: 500px;
}

.interno-fale input[name="celular"],input[name="cidade"]
{
	width: 100%;
	max-width: 155px;
}

.interno-fale .cinquentapor input
{	
	width: 100%;
	max-width: 220px; 

}

.interno-fale .cinqLef
{
	padding-left: 30px;
}

.interno-fale .msg label
{
	float: left;
    padding-top: 10px;
}

.interno-fale .msg textarea
{
	width: 680px;
    height: 80px;
}

.interno-fale button
{
	cursor: pointer;
    outline: none;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    border: 0;
    padding: 7px 20px;
    color: #fff;
    background: #f26522;
    margin-bottom: 30px;
}

.interno-fale button:hover
{
	background: #003067;
}


#apresentacao,#matriz,#investimento,#fale
{
	display: none;
}


.conteudo-interno
{
	width: 100%;
	max-width: 800px;
	margin: 60px auto 20px;
	clear: both;
	background: #e6e7e8;
}

.conteudo-interno p
{ 
	width: 90%;
	margin: 0px auto;
	padding: 20px 0 40px;
	text-align: justify;
	text-transform: none;
}

.conteudo-interno p b
{
	display: block;
	padding-top: 20px;
	padding-bottom: 6px;
}


.conserta
{
	width: 150px;
	height: 80px;
	float: right;
}



.interno-fale .cinquentapor select
{
	width: 100%;
	max-width: 220px;
}


.form-validar label
{
	text-transform: uppercase;
    color: #6d6e71;
    font-family: Effra-Light;
    padding-right: 10px;
    width: 10%;
}

.form-validar input
{
	border: 1px solid #6d6e71;
    outline: none;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 15px;
    background: transparent;
    color: #000;
}

.form-validar button
{
	cursor: pointer;
    outline: none;
    border: 0;
    padding: 4px 15px;
    color: #fff;
    background: #f26522;
}

.form-validar span
{
	text-transform: none;
	font-size: 13px;
	color: #6d6e71;
}

.form-boleto
{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.form-boleto input
{
	border: 1px solid #6d6e71;
    outline: none;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 15px;
    background: transparent;
    color: #000;
}

.form-boleto label
{
	text-transform: uppercase;
    color: #6d6e71;
    font-family: Effra-Light;
    padding-right: 10px;
    width: 10%;
}

.form-boleto button
{
	cursor: pointer;
    outline: none;
    border: 0;
    padding: 4px 15px;
    color: #fff;
    background: #f26522;
    float: right;
    margin: 10px 45px 150px;
}

.normal-orange-button {
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 5px 15px;
    color: #fff;
    background: #f26522;
}

/*=========== AVA =========================*/

.ava
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ava li
{
	display: inline-block;
	width: 100%;
	max-width: 375px;
	margin-top: 30px;
}

.ava .dir
{
	margin-right: 40px; 
}

.ava li img
{
	width: 100%;
	transition: 2s;
}






/*================== ATENDIMENTO =================*/

.desfoque {
	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}




/*================== INSCREVA - SE =================*/


.brinde-box {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #ffffff;
    border: 1px solid #e6e7e8;
    margin-top: 15px;
    margin-bottom: 30px;
}

.brinde-box .img-box {
    height: 190px;
    float: left;
    margin: 10px;
}

.brinde-box .img-box img {
   height: 100%;
}

.brinde-box .text-box  {
    margin-left: 60px;
    margin: 10px;
    padding: 10px;
    text-align: justify;
}

.brinde-box span {
	text-transform: none;
    line-height: 22px;
}

.img-squeeze {
    width: 30%;
    display: inline-block;
    border: 2px solid #e6e7e8;
    margin: 30px;
}

.img-squeeze-hover {
	border: 2px solid #314584;
}

.img-squeeze img {
    width: 100%;
}

.forma-pagamento img {
    width: 55%;
}

.forma-pagamento {
    width: 31%;
	min-width: 250px;
    height: 200px;
    text-align: center;
    border: 2px solid #e6e7e8;
    padding: 20px;
    margin: 10px;
    display: inline-table;
}

.forma-pagamento-hover {
	border: 2px solid #314584;
}

.texto-inscricao
{
	font-size: 14px;
  	font-family: "Effra Light";
  	color: rgb(109, 110, 113);
  	line-height: 1.4;
  	text-transform: none;
  	text-align: center;
  	max-width:100%;
}

.texto-inscricao b
{
	font-family: "Effra";
	font-weight: bold;
}

.texto-inscricao span
{
	font-family: "Effra";
    color: rgb(109, 110, 113);
}

.texto-riscado
{
	text-decoration: line-through;
    color: red !important;
}

.form-incricao-valida
{
	width: 280px;
	margin: 0 auto;
}


.form-incricao-valida h1
{
	font-size: 1em;
	font-family: "Effra";
	color: rgb(242, 101, 34);
	font-weight: bold;
	line-height: 1.4;
	display: block;
    text-align: center;
}

.form-incricao-valida .form
{
	width: 95%;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #6d6e71;
	height: 25px;
	margin-top: 7px;
	margin-bottom: 15px;
}

.form-incricao-valida input
{
    outline: none;
    padding: 3px 5px;
    font-size: 12px;
    background: transparent;
    color: #000;
    border: 0;
    width: 60%;
    height: 20px;
}

.form-incricao-valida .form button
{
	border: 0;
    background: #f26522;
    width: 32%;
    float: right;
    height: 27px;
    margin-right: -1px;
    margin-top: -1px;
    color: #fff;
}

#vendedor-box {
    margin-top: 20px;
    text-align: center;
}

#vendedor-box input {
	margin-top: 10px;
	border: 1px solid #6d6e71;
    background-color: white;
}


/*------------ Form 2 ----------- */

.form-inscricao
{
	margin-top: 50px;
}

.form-inscricao h1
{
	text-transform: none;
	display: block;
    margin: 30px 0 10px 0
}

.form-inscricao .hr530::after
{
	content: url("../img/hr.png");
	padding-left: 30px;
}

.form-inscricao .hr600::after
{
	content: url("../img/hr600.png");
	padding-left: 30px;
}

.form-inscricao .hr200::after
{
	content: url("../img/hr200.png");
	padding-left: 30px;
}

.form-inscricao .hr420::after
{
	content: url("../img/hr420.png");
	padding-left: 50px;
}

.form-inscricao .hrsome
{
	width: 100%;
	border: 0;
	height: 1px;
	background: #003067;
	margin-top: 25px;
	margin-bottom: 20px;
}

.form-inscricao .botoes
{
	width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}

.form-inscricao #btn-voltar
{
	float: left;
	background: #a7a9ac;
}

.form-inscricao #btn-salvar
{
	float: right;
}

.form-inscricao #btn-copiar-end
{
	float: none;
	background: #003067;
}

.form-inscricao #btn-visu-produtos
{
	float: none;
}

.form-input-errado {
	border: 2px solid red !important;
}

/* ------ Inputs */

.form-inscricao .tudo
{
	width: 100%;
}

.form-inscricao .wdt320
{
	width: 320px;
}

.form-inscricao .invisivel
	{
		display: none;
	} 


	

#produtos-box {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-flex;
}

.produtos-container {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: 1100px;
    background-color: white;
    border: 2px solid rgb(209, 211, 212);
    margin: auto auto;
}

.produtos-header {
    width: 100%;
    position: static;
    background: #f47920;
}
.produtos-header h1 {
	color: white;
    line-height: 50px;
}

.produtos-container #botao-fechar {
    width: 25px;
    margin: 10px;
    position: absolute;
}

.produtos-container #botao-fechar img {
    width: 100%;
}


.produtos-action .produto {
	
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}

.produtos-action .produto:hover {
	border-color: #013067;
}

#busca-produtos-box {
    background: white;
    width: 100%;
    max-width: 250px;
    height: 50px;
    bottom: 10px;
    position: absolute;
}






















/* ======= Utilitarios ===========*/

.fundo-azul
{
	background: #003067;
}

.texto-escuro
{

	padding-bottom: 30px;
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: justify;
	color: #555556;
	text-transform: none; 
}

.texto-escuro b
{
	color: #2c2b2d;
	display: block;
	font-family: Effra;
	padding-bottom: 5px;
	padding-top: 25px;
}

.texto-escuro span
{
	color: #2c2b2d;
	text-transform: none; 
	font-family: Effra-Light;
}

.texto-escuro a
{
  font-size: 14px;
  font-family: "Effra";
  color: rgb(109, 110, 113);
  line-height: 1.4;
  text-align: center;
  display: block;
  text-transform: none;
  /*width: 100%;*/
  margin-top: 20px;
}


iframe
{
	width: 100%;
	max-width: 800px;
	margin: 40px auto 50px; 
	height: auto;
	min-height: 450px;
	display: block;
}


.menor
{
	max-width: 750px;
	margin: 0 auto;
}

/* ----------- Alteraçõs que vira Gambiarra ------------- */

#troca-back
{
	background-image: url("../img/back-selo.png");
	position: relative;
}

article #troca-back h1
{
	margin-left: 0px; 
    padding-top: 10px;
    display: auto;
    font-size: 11px;
    width: 130px; 
    position: absolute;
    left: 160px;
}

article #troca-back h1 hr
{
	width: 120px;
    height: 2px;
    background: #f47920;
    margin-left: 0px; 
    position: none; 
    display: block;
}

article #troca-back p 

{
	display: none;
}

article #troca-back button {
    position: absolute;
    bottom: 10px;
    right: auto;
}



/* ============= Responsivo =============== */

/* width 1200 */

@media screen and (max-width: 1200px)
{
	/*.visi
	{
		display: none;
	}

	article #banner
	{
		display: block;
	}*/
}

/* width 1100 */
@media screen and (max-width: 1100px)
{

	.barra-topo
	{
		width: 100%;
	}

	header
	{
		min-width: 100%;
		min-height: 100px;
		height: auto;
	}

	article
	{
		width: 100%;
	}

	article hr
	{
		width: 250px;
	}

	article section 
	{
	    margin-right: 5px;
	    max-width: 280px;
	}

	.barra-escura
	{
		width: 100%;
	}

	article .banner 
	{
		width: 100%;
	}

	.banner img
	{
		width: 100%;
	}

	.alinha
	{
		width: 96%;
	    margin-left: 2%;
	}

	.alinha-responsivo
	{
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	.menor
	{
		max-width: 750px;
	}

	nav ul
	{
		line-height: 2;
    	text-align: center;
	}

	footer
	{
		width: 90%;
		margin-left: 5%; 
	}

	

}

/* width 1070 */
@media screen and (max-width: 1070px)
{
	.img-curso
	{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	article .assina
	{
		float: none;
		margin: 10px auto 20px;
	}

	footer p
	{
		width: 650px;
	}
}


/* width 1000 */
@media screen and (max-width: 1000px)
{
	

	article .central
	{
		display: block;
	}

	header .cadastro
	{
		display: none;
	}
}

/* width 990 */
@media screen and (max-width: 990px)
{
	.hr-direita,.hr-esquerda
	{
		display: none;
	}

	article h1
	{
		display: block;
		text-align: center;
		margin-left: 0;
	}

	article section h1
	{
		text-align: left;
	}

	footer p
	{
		width: 500px;
	}

	article .mais
	{
		margin-left: 0;
	}

	footer .logo, footer .desigual
	{
		display: block;
		float: none;
		margin: 0 auto;
	}

	footer p
	{
		width: 100%;
		display: block;
		text-align: center;
		padding: 5px 0;
	}

	.barra-topo ul
	{
		 margin-right: 20px; 
	}

	.informativo
	{
		/*top: 150px;*/
	}
}

/* width 900 */
@media screen and (max-width: 900px)
{


	article section
	{
	    margin-right: 45px;
	    max-width: 300px;
	}

	.alinha {
	    width: 700px;
	    margin: 0 auto;
	}
}




/* width 860 */
@media screen and (max-width: 860px)
{


	.interno-fale .cinquentapor input
	{	
		width: 100%;
		max-width: 180px; 

	}

	.interno-fale .cinqLef
	{
		padding-left: 30px;
	}

	.interno-fale input[name="celular"],input[name="cidade"]
	{
		width: 100%;
		max-width: 115px;
	}

	.interno-fale button
	{
		margin-right: 80px;
	}

}


/* width 900 */
@media screen and (max-width: 900px)
{

	.form-inscricao .hr530::after
	{
		content: "";
	}

	.form-inscricao .hr600::after
	{
		content: "";
	}

	.form-inscricao .hr200::after
	{
		content: "";
	}

	.form-inscricao .hr420::after
	{
		content: "";
	}

	.informativo
	{
		width: 100%;
		margin-left: 0;
		display: block;
		min-height: 50px;
	}

	.informativo h1
	{
		font-size: 30px;
		padding-top: 5px;
	}

	.menu-cursos {
	    width: 100%;
	    height: auto;
	    min-height: 28px;
	    text-align: center;
	}

	.menu-cursos a
	{
		line-height: 0.813;
	}

	.menu-cursos ul li
	{
		border: 0;
	}

	.menor
	{
		width: 240px;
	}

}


/* width 830 */
@media screen and (max-width: 830px)
{

	article {
		margin-top: 0;
	}	

	.barra-escura{
		display: none;
	}	

	header img
	{
		float: none;
	}

	.ligamos
	{
		display: none;
	}

	.invisi
	{
		display: block;
	}

	.nav
	{
		width: 20px;
   		margin-top: 30px;
   		float: left;
   		display: inherit;
   		margin-left: 10px;
		padding: 10px;
	}

	.header-logo
	{
		margin: 0 auto;
		display: block;
	}
	
	.button-search {
		top: 10px;
		right: 15px;
	}


	/* Menu Responsivo */

	.menu,
	.sub-menu {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  background: #fff;
	}

	.menu
	{
		margin: 0;
	    padding-top: 10px;
	    list-style-type: none;
	    margin-left: 0px;
	    padding-bottom: 10px;
	    float: left;
	    display: none;
	}

	.menu a {
	  display: block;
	  font-size: 14px;
	  color: rgb(0, 48, 103);
	  padding-right: 25px;
	}

	.menu li {
	  position: relative;
	}
	.menu > li {
	  float: none;
	  padding: 6px 0;
	}

	.menu li:hover > .sub-menu {
	  display: block;
	}

	.sub-menu {
	  display: none;
	  position: relative;
	  padding-top: 10px;
	  padding-left: 15px;
	}

	.sub-menu li
	{
		padding: 5px 7px;
		border-top: 1px solid #edeeee;

	}

	.sub-menu li a
	{
		font-family: "Effra-Light";
		font-size: 12.5px;
		line-height: 1;
		color: #003067;
		line-height: 16px;
	}

	.sub-menu hr
	{
		display: none;
	}

	.sub-menu li:hover a {
	  color: #f47920;
	  font-family: "Effra";
	}

	.sub-menu .sub-menu {
	  top: 0;
	  left: 100%;
	}

	header .risco::after
	{
		content: url(../img/trans.png);
		width: 8px;
		height: 8px;
		padding: 10px 10px 0 0;
	}

	header ul li .inscre
	{
		font-family: "EffraHeavy";
	}

	.menu-interno  ul li
	{
		padding: 18px 50px;
	}

	.menu-interno ul 
	{
    	line-height: 4.5;
	}

	.ava li
	{
		display: block;
		margin: 30px auto 0;
	}

	.ava .dir
	{
		margin-right: auto; 
	}

}

/* width 800 */
@media screen and (max-width: 800px)
{
	
}

/* width 770 */
@media screen and (max-width: 770px)
{
	.informativo {
    	/*top: 100px;*/
	}

	.interno-fale .cinquentapor input
	{
		min-width: 100%;
	}

	.interno-fale input, textarea, select
	{
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.interno-fale .cinqLef
	{
		padding-left: 0;
	}

	.interno-fale button
	{
    	margin-right: 0px;
	}

	.interno-fale .msg textarea
	{
	    width: 100%;
	}

	.interno-fale input[name="celular"], input[name="cidade"]
	{
		max-width: 100%;
	}

	.interno-fale select
	{
		display: block;
		width: 100%;
	}

	.form-inscricao label
	{
		display: block;
		width: 100%;
	}

	.form-inscricao .invisivel
	{
		display: block;
	} 

	.form-inscricao .some
	{
		display: none;
	}
}

/* width 700 */
@media screen and (max-width: 700px)
{
	.alinha-responsivo {
	    width: 100%;
	}

	/*article section
	{
		display: block;
		margin: 0 auto 40px;
	}*/

	article .recomendamos
	{
		display: block;
		margin: 0 auto 40px;
	}

	article section
	{
	    margin-right: 10px;
	    max-width: 300px;
	}

	.alinha 
	{
	    width: 650px;
	    margin: 0 auto;
	}


}

/* width 700 */
@media screen and (max-width: 700px)
{
	.alinha-responsivo {
	    width: 100%;
	}

	article section
	{
		display: block;
		margin: 0 auto 40px;
	}

	article .recomendamos
	{
		display: block;
		margin: 0 auto 40px;
	}

	.alinha 
	{
	    width: 96%;
	    margin: 0 auto;
	}

}

/* width 630 */
@media screen and (max-width: 630px)
{

	.menu-interno ul {
	    line-height: 3;
	}

	.menu-interno ul li {
	    padding: 11px 20px;
	}

}

/* width 530 */
@media screen and (max-width: 530px)
{
	.informativo {
    	/*top: 70px;*/
    	min-height: 30px;
	}

	.informativo h1
	{
		font-size: 20px;
	}

	.img-curso
	{
		width: 100%;
	}

	article .assina
	{
		width: 100%;
		height: auto;
	}

	article .assina input
	{
		display: block;
		margin: 10px auto;
		width: 50%;
		height: 25px;
	}

	article .assina button
	{
		display: block;
		margin: 0 auto 10px;
		height: 25px;
	}
}

/* width 500 */
@media screen and (max-width: 500px)
{
	.img-inscreva
	{
		float: clear;
		width: 100%;
	}

	.form-inscricao .somedepois
	{
		display: none;
	}

	.form-inscricao .botoes
	{
		width: 100%;

	}

	.form-inscricao #voltar, .form-inscricao #salvar
	{
		float: none;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;

	}
	
}

/* width 420 */
@media screen and (max-width: 420px)
{
	.menu-interno ul li 
	{
    	display: block;
    } 

    .menu-interno ul li 
    {
   		padding: 2px 0px;
	}
}


/* width 380 */
@media screen and (max-width: 380px)
{
	.alinha
	{
		width: 90%;
		margin: 0 auto;
	}

	.informativo {
    	/*top: 60px;*/
    	min-height: 30px;
	}

	.informativo h1
	{
		font-size: 15px;
	}

	.form-validar input
	{
		display: block;
		width: 90%;
		margin-bottom: 10px;
	}

	.form-validar button
	{
		display: block;
	}
	
	.produtos-header h1 {
		font-size: 16px;
	}
}

/* width 315 */
@media screen and (max-width: 315px)
{
	.informativo {
    	/*top: auto;*/
	}
}

