@font-face
{
      font-family: "Lato-Light" ;
      src: url("Lato-Light.ttf") format("truetype");
}
@font-face
{
	  font-family: "Lato-Black" ;
      src: url("Lato-Black.ttf") format("truetype");
}
@font-face
{	  
	  font-family: "Roboto" ;
      src: url("/fonts/Lato-Light.ttf") format("truetype");
}
@font-face
{
    font-family: "Montserrat" ;
      src: url("/fonts/Montserrat-VariableFont_wght_0.ttf") format("truetype"); 
} 
* {
	margin: 0;
	padding: 0;
		
}
a, a:link, link, ul, li
{
    text-decoration: none!important;
}
  ::-webkit-scrollbar {
      width: 8px;	
  }
    
  ::-webkit-scrollbar-thumb { 
	background: #FF8605;   
     border: 0px solid #FFF; 
     border-radius: 10px;
  }  
    
  
  

body,
html {
	height:100%;
	font-family:sans-serif;
	line-height:1.5;
	
}
h1
{
	font-size: 1.5em;
	text-align: center;
	color: #666;
	float: left;
	width: 100%;
	margin: 70px 0 20px 0;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
	font-weight: 600;	
}
h2 {
    display: block;
    font-size: 1.5em;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;   
    font-weight: 100;
	text-align: center;
	width: 50%;
	min-height: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	margin: -20px auto;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 5;
	overflow: hidden;
	border-radius: 70px;
}
h3
{
	
	font-size: 1.5em;
	text-align: center;
	color: rgba(246, 126, 10, 0.9);
	margin: 0px 10% 0 10%;
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;	
	width: 80%;
	float: left;
	min-height: 10px;
}
h6
{
	font-size: 20px;
	text-align: center;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	font-weight: 100;
}

h4
{
	font-size: 24px;
	text-align: center;
	color: #0098F9;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Lato-Light",Calibri, Century Gothic,  Arial;
	padding: 0px;
	font-weight: 0;
	min-height: 30px;
}
h5 {
    width: 100%;
    min-height: 60px;
    padding-top: 10px;
    font-family: "Lato-Light", Calibri,Komika Axis, Arial;
	font-size: 40px;
	text-shadow: 2px 2px 0 #000;
    color: #fff;
	text-align: center;
	margin-top: 50px;
    
}
.texto_func_comp {
  
	padding-top: 0px;
	font-family: "Calibri",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #555;
	text-align: justify;
	min-height: 100px;
	width: 73%;
	float: right;	
	padding-right: 2%;
  }
b
{
   color:#666;
   font-family: "Lato-Light", Calibri,Komika Axis, Arial;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.foto_prod_adm
{
  width: 250px;
  height: auto;
  float: none;
  margin: 0 auto;
  border: 0px solid #e1e1e1;    
}
.foto_prod_adm img
{
  width: 100%;
}
.entre
{
    color:#fff;
    font-family: "Lato-Light", Calibri,Komika Axis, Arial;
	font-size: 18px;
	text-align: center;
	margin: 3px 0 0 ;
	width: 150px;
	float: right;
	background-color: #FF8605;
	border-radius: 20px;
	min-height: 30px;
	position: relative;
	z-index: 99;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; 
}
.entre:hover
{
    background-color: #808080;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; 
	
}
.entre_sub
{
	width: 100%;
	min-height: 60px;
	position: absolute;
	left: 0;
	top: 30px;
	padding-top: 10px;
	background-color: #ffffff;
	color: #666;
	text-align: center;
	font-family: "Lato-Light", Calibri,Komika Axis, Arial;
	font-size: 18px;
	z-index: 99;
	display: none;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; 
}
.entre_sub:hover
{
	color: #FF8605; 
}
.entre:hover > .entre_sub
{
   display: block;
   -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; 
}
.botao_int{
	width: 100%;
	height: 30px;
	color:#666;
	float: left;
	text-align: center;
	font-family: "Lato-Light", Calibri,Komika Axis, Arial;
	font-size: 18px;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; 
}
.botao_int:hover 
{
	color: #FF8605;	
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; 
}
label
  {
      font-size: 12px;
      text-align: center;
      width: 100%;
      float: none;
      color: #666;
      margin: 10px auto;
  }
  .cont_label
  {
      width: 48%;
      min-height: 20px;
      float: left; 
	  padding: 0 1% 0 1%;     
  }
  ::placeholder
  {
	color: #b1b1b1;
  }
  .cont_topo
{
	width: 100%;
	min-height: 70px !important;
	background-color: #fff;
    z-index: 99;
    top: 0px; 
	border-bottom: 2px solid rgb(233, 137, 0);   
  }
.topo
{
	max-width: 1200px;
	min-height: 50px !important;	
    margin: 0px auto;
  }
.logo
{
  width: auto;
  height: 60px;
	float: left;
	margin-top: 5px;
	z-index: 99;
  image-rendering: optimizeQuality;
  border: 0px solid #fff;
}
.logo img
{
  height: 60px;
}

.cont_menu
{
	width: 780px;
	min-height: 50px;
	float: right;
	margin-top: 0px;
	z-index: 99;
	position: relative;
	border: 0px solid #fff;
}
.menu_int
{
	width: 100%;
	min-height: 10px;
  float: right;
	margin-top: -5px;
	z-index: 97;
	position: relative;
	border: 0px solid #000;
}
.menu_int2
{
	width: 100%;
	min-height: 10px;
	float: right;
	margin-top: 0px;
	z-index: 99;
	position: relative;
	border: 0px solid #fff;
}
.menu_int2_a
{
  min-width: 10%;
	min-height: 10px;
	float: right;
}
.menu_int2_b
{
  min-width: 10%;
	min-height: 10px;
	float: right;
}
.ico_rede_top {
    width: 20px;
    float: right;
    margin: 5px 10px 0 0;
    border: 0px solid #fff;
}
.ico_rede_top img:hover {
  opacity : 0.5  
}

.cont_conteudo {
  padding: 0px;
  background-color: #FFf;
  min-height: 400px;
  position: relative; 
  width: 100%; 
  text-align: center;
  float: left;
  margin-top: -100px;
  z-index: 96;
  background-color: transparent;
}
.cont_conteudo2 {
	padding: 0px;
	background-color: #FFf;
	min-height: 400px;
	position: relative; 
	width: 100%; 
	text-align: center;
	float: left;
	margin-top: 10px;
	z-index: 96;
	background-color: transparent;
  }
.conteudo {
	padding: 20px;
	min-height: 100px;
	margin: 0px auto;
	max-width: 1200px;
	color: #333;
	overflow: hidden;	
	background-color: transparent;
}
.cont_banner {
  
  min-height: 500px;
  position: relative; 
  width: 100%!important; 
  text-align: center;
  float: left;
  margin-top: -25px;
  z-index: 1;
  overflow: hidden;  
  z-index: 96;
}
.cont_banner img {
  width: 100%;
}

.cont_rodape
{
	width: 100%;
	min-height: 150px !important;
	background-color: #5e6469; 
	z-index: 99;
  float: left;
  position: relative;
  }
.rodape
{
	max-width: 1200px;
	min-height: 100px !important;
	border: 0px solid #000;
  margin: 0 auto;
  overflow: hidden;
  
}

.rodape_sub
{
	max-width: 1200px;
	min-height: 60px !important;
	border: 0px solid #000;
  margin: 0 auto;
  border-top: 1px solid #fff; 
}
.coluna_rodape_e
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 2% 10px 0%;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
}
.coluna_rodape_c
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 2% 10px 2%;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
}
.coluna_rodape_d
{
  width: 22%;
  min-height: 100px;
  float: left;
  margin: 10px 0% 10px 2%;
}
.tit_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin-top: 0px;
}
.texto_rodape
{
  width: 100%;
  min-height: 30px;
  padding-top: 0px;
  font-family: "Montserratk", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-weight: lighter;
  margin-top: 0px;
}
.pagamentos
{
  width: 100%;
  min-height: 30px;
  float: left;
  margin-bottom: 20px;
}
.pagamentos img
{
  width: 100%;
  height: auto;
}
.cont_redes_rodape
{
  min-width: 20%;
  min-height: 30px;
  text-align: left;
  margin-top: 10px;
  float: right;
  }
.ico_rede_rodape {
  width: 30px;
  height: 30px;
  margin: 0px 0px 0 10px;
  border: 0px solid #fff;
}
.ico_rede_rodape:hover {
  opacity : 0.5  
}
.ico_rede_rodape img {
  width: 100%;
  margin-top: 0px;
}
.cont_topico_e
{
	width: 22%;
	min-height: 300px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	margin: 10px 2% 10px 0;
}
.cont_topico_d
{
	width: 22%;
	min-height: 300px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	margin: 10px 0 10px 2%;
}
.cont_topico
{
	width: 22.5%;
	min-height: 480px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	margin: 10px 1% 10px 1%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	position: relative;
}
.cont_topico2
{
	width: 22.5%;
	min-height: 250px;
	float: left;
	background-color: #fff;
	overflow: hidden;
	margin: 10px 1% 10px 1%;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
}
.foto_iten {
    width: 99%;
    height: 200px;
    float: left;
    overflow: hidden;
    border: 0px solid #e1e1e1;
	text-align: center;
	border-radius: 0px;
}
.foto_iten img
{
  width: 60%;
  height: auto;
  margin: 5% auto;  
   
}
.foto_iten img:hover
{
  
  opacity: 0.5;  
}
.tit_iten {
  width: 98%;
  min-height: 100px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  color: #555;
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  float: left;
  padding: 0 1% 0 1%;
}
.tit_iten b {
 font-weight: 900;
 color: #333;
}
.tit_iten_sub {
	width: 100%;
	min-height: 20px;
	padding-top: 0px;
	font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	color: #377e3c;
	text-align: center;
	font-weight: 600;	
  }
.texto_item {
  width: 100%;
  min-height: 50px;
  padding-top: 15px;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  color: #555;
  text-align: center;
}
.link_iten {
  width: 100%;
  min-height: 20px;
  padding-top: 10px;
  font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  color: #444;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
.link_iten:hover {
  opacity : 0.5;
  cursor: pointer;  
}
.link_iten a, .link_iten a:link {	
	color: #4a6803;	
  }

  .cont_botoes
  {
	width: 90%;
	float: none;
	margin: 10px auto;
	min-height: 40px;
	text-align: center;
	overflow: hidden;	
  }
  .botao_curso
  {
	width: 20%;
	margin: 0 2% 0 2%;
	float: left;
	height: 35px;
	padding-top: 10px;
	color:#FE640D;
	border: 1px solid #FE640D;
	
  }
  .botao_curso:hover
  {
	background-color:#FE640D;
	color: #fff;
  }
  .botao_curso_int
  {
	width: 80%;
	margin: 0 10% 10px 10%;
	float: left;
	height: 30px;
	padding-top: 10px;
	color:#FE640D;
	border: 1px solid #FE640D;
	border-radius: 15px;
	
  }
  .botao_curso_int:hover
  {
	background-color:#FE640D;
	color: #fff;
  }
  .janela_mestra, #janela_mestra
  {
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.6);
	  position: fixed !important;
	  z-index: 100;
	  background-size: 100%;
	  background-repeat: no-repeat;
	  top: 0;
	  bottom: 0;
	  background-attachment: fixed;
	  overflow: auto;
  }
  
  .janela
  {
	  width: 35%;
	  min-height: 350px;
	  position: absolute;
	  left: 32.5%;
	  top: 20px;
	  -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  text-align: center; 
	  background-color: #fff;
	  padding: 10px;
	  z-index: 101;
	  overflow: hidden;
	  border-radius: 5px;
  }
  .janela2
  {
	  width: 96%;
	  min-height: 300px;
	  position: absolute;
	  left: 1%;
	  top: 50px;
	  -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  text-align: center; 
	  background-color: #fff;
	  padding: 10px;
	  z-index: 101;
	  overflow: hidden;
	  border-radius: 5px;
  }
  .janela_curso
  {
	  width: 50%;
	  min-height: 450px;
	  position: absolute;
	  left: 25%;
	  top: 20px;
	  -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	  text-align: center; 
	  background-color: #fff;
	  padding: 10px 10px 60px 10px;	 
	  z-index: 101;
	  overflow: hidden;
	  border-radius: 5px;
  }
  .fechar
  {
	  width: 100%;
	  height: 10px;
	  font-size: 12px;
	  text-align: right;
	  float: left;
	  margin: 0px 0 5px 0;
	  COLOR: #666;
	  text-decoration: none;
	  cursor: pointer;
  }
  #campo2, #cpf, #cnpj, #cpfcnpj {
	  width: 98.3%;
	  height: 45px;
	  margin: 5px auto;
	  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  padding-left: 1%;
	  float: none;
	  background-color: #f7f8f9;
	  border: 1px solid #ccc;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
  }
  #descrito {
	  width: 98.3%;
	  height: 75px;
	  margin: 5px auto;
	  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  padding-left: 1%;
	  float: none;
	  background-color: #f7f8f9;
	  border: 1px solid #ccc;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
	  text-align: left;
	  color: #666;
  }
  #campo3, #cep {
	  width: 98.3%;
	  height: 45px;
	  margin: 5px auto;
	  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  padding-left: 1%;
	  float: none;
	  background-color: #f7f8f9;
	  border: 1px solid #ccc;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
  }
  
  #celular, #telefone, #rg {
	  width: 98.3%;
	  height: 45px;
	  margin: 5px auto;
	  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  padding-left: 1%;
	  float: none;
	  background-color: #f7f8f9;
	  border: 1px solid #ccc;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
  }
  #aniver {
	  width: 98.3%;
	  height: 45px;
	  margin: 5px auto;
	  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  padding-left: 1%;
	  float: none;
	  background-color: #f7f8f9;
	  border: 1px solid #ccc;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
  }
  #estado, #cidade, #estado2, #atividade {
	  width: 100%;
	  height: 45px;
	  margin: 5px auto;
	  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  padding-left: 1%;
	  float: none;
	  background-color: #f7f8f9;
	  border: 1px solid #ccc;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
  }
  #whats {
	  width: 98.3%;
	  height: 45px;
	  margin: 5px auto;
	  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  padding-left: 1%;
	  float: none;
	  background-color: #f7f8f9;
	  border: 1px solid #ccc;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
  }
  #txtbut, #btnEnviar {
	  width: 98%;
	  min-height: 50px;
	  float: none;
	  margin: 30px auto;
	  text-align: center;
	  color: #fff;
	  background-color: #888;
	  font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
	  border: 0px;
	  cursor: pointer;
  }
  .user_nome
  {
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	padding-top: 5px;
	color: #666;
  }
  .modulo_adm_e
  {
	width: 32%;
	min-height: 400px;
	background-color: #fff;
	border-radius: 3px;
	float: left;
	margin: 10px 0.5% 10px 0.5%;
	-webkit-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	border-radius: 5px;
  }
  .modulo_adm
  {
	width: 32%;
	min-height: 400px;
	background-color: #fff;
	border-radius: 3px;
	float: left;
	margin: 10px 0.5% 10px 0.5%;
	-webkit-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	border-radius: 5px;
  }
  .modulo_adm_d
  {
	width: 32%;
	min-height: 400px;
	background-color: #fff;
	border-radius: 3px;
	float: left;
	margin: 10px 0.5% 10px 0.5%;
	-webkit-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	border-radius: 5px;
  }
  
  .modulo_cab
  {
	width: 92%;
	min-height: 30px;
	float: left;
	color: #f68b00;
	background-color: #fff;
	padding-top: 10px;
	padding-left: 3%;
	text-align: left;
	margin: 5px 2% 5px 2.3%;
	border-radius: 5px;
	border: 1px solid #f68b00;
	font-weight: 600;
	
  }
  .modulo_corpo1
  {
	width: 98%;
	height: 570px;
	float: left;
	color: #333;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px 1% 5px 1%;
	overflow: auto;
  }
  .modulo_corpo
  {
	width: 98%;
	height: 350px;
	float: left;
	color: #333;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px 1% 5px 1%;
	overflow: auto;	
  }
  #modulo_corpo
  {
	width: 98%;
	height: 350px;
	float: left;
	color: #333;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px 1% 5px 1%;
	overflow: auto;	
  }
  .modulo_corpo_int
  {
	width: 98%;
	height: 490px;
	float: left;
	color: #333;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px 1% 5px 1%;
	overflow: auto;
  }
  .modulo_corpo_int2
  {
	width: 98%;
	height: 240px;
	float: left;
	color: #333;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px 1% 5px 1%;
	overflow: auto;
  }
  .icone
  {
	width: 30px;
	height: 30px;
	margin: 0px 10px 5px 0;
	float: right;
	cursor: pointer;
  }
  .icone img
  {
	width: 100%;
	
  }
  .icone:hover
  {
	opacity: 0.6;
  }
  .modulo_aluno_c
  {
	width: 32%;
	min-height: 400px;
	background-color: #fff;
	border-radius: 3px;
	float: left;
	margin: 10px 0.5% 10px 0.5%;
	-webkit-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px -6px rgba(0,0,0,0.75);
	border-radius: 5px;
  }
  .modulo_aluno_e
  {
	width: 32.5%;
	min-height: 600px;
	background-color: #f1f1f1;
	border-radius: 3px;
	float: left;
	margin: 10px 0 10px 0;
  }
  .modulo_aluno_d
  {
	width: 67%;
	min-height: 600px;
	background-color: #f1f1f1;
	border-radius: 3px;
	float: right;
	margin: 10px 0 10px 0;
  }
  .cont_curso
  {
	width: 96%;
	min-height: 40px;
	float: left;
	padding: 10px 1% 10px 1%;
	background-color: #dddddd;
	margin: 10px 1% 0 1%;
  }
  .nome_cur
  {
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	text-align: center;
	min-height: 35px;
  }
  .cont_bot_cur
  {
	width: 100%;
	min-height: 20px;
	float: left;
	background-color: #f1f1f1;
  }
  .bot_cur
  {
	width: 25%;
	min-height: 20px;
	float: left;
	text-align: center;
	cursor: pointer;
	color: #666;
	font-size: 14px;
  }
  .bot_cur:hover
  {
	color: #333;
  }
  .bot_cur2
  {
	width: 20%;
	min-height: 20px;
	float: left;
	text-align: center;
	cursor: pointer;
	color: #666;
	font-size: 14px;
  }
  .bot_cur2:hover
  {
	color: #333;
  }
  .insc
  {
	width: 100%;
	min-height: 30px;
	text-align: center;
	padding: 5px 0 5px 0;
	color: rgb(17, 167, 17);
	float: left;
  }
  .c_detal
  {
	width: 100%;
	min-height: 30px;
	text-align: center;
	padding: 0px 0 5px 0;
	color: #444;
	float: left;
	font-size: 15px;
  }
  .c_detal img
  {
	width: 16px;
	height: 16px;
	margin: 3px 5px 0 0;
  }
  .foto_e {
    max-width: 20%;
    border: 0pt none;
    float: left;
    margin-left: 2%;
	margin-bottom: 20px;
	
	margin-right: 2%;
}
.foto_e img 
{
	width: 100%;
}
.foto_d {
    max-width: 30%;
    border: 0pt none;
    float: right;
    margin-right: 2%;
	margin-bottom: 20px;
	
	margin-right: 2%;
}
.foto_d img 
{
	width: 100%;
}

.conteudo_int
{
	width: 96%;
	min-height: 200px;
	float: left;
	overflow: hidden;
	padding: 10px 2% 10px 2%;
	margin-top: 20px;
}
.bot_pg{

    width: 90%;
	height: 40px;
	margin: 20px auto;
	font-family: Calibri, Arial, "Century Gothic";
	 font-size: 22px;
	 border-radius: 3px;
	 background-color: #359907;
	 color: #fff;
	 text-align: center;
}
.bot_pg a, .bot_pg a:link, .bot_pg :active, .bot_pg link
{   
	color: #fff;	
}
.bot_pg:hover
{
	background-color: #476402;
}
.cont_result_cliente
{
    width: 92%;
    min-height: 20px;
    margin: 10px auto;
    background-color: #f1f1f1;
    text-align: left;
    padding: 3px 1% 0 1%;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
	float: right;
	
}
.cont_result_lead
{
    width: 96%;
    min-height: 20px;
    margin: 10px auto;
    background-color: #f1f1f1;
    text-align: left;
    padding: 7px 1% 0px 1%;
    border-radius: 2px;
    font-size: 14px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.cont_result_lead2
{
    width: 96%;
    min-height: 20px;
    margin: 10px auto;
    background-color: #f1f1f1;
    text-align: left;
    padding: 7px 1% 0px 1%;
    border-radius: 2px;
    font-size: 12px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.cont_result_lead3
{
    width: 96%;
    min-height: 20px;
    margin: 10px auto;
    background-color: #fff;
    text-align: left;
    padding: 7px 1% 10px 1%;
    border-radius: 2px;
    font-size: 14px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.cont_result_lead4
{
    width: 45%;
    min-height: 20px;
    margin: 10px 1% 10px 1%;
    background-color: #fff;
    text-align: left;
    padding: 7px 1% 10px 1%;
    border-radius: 2px;
    font-size: 14px;
	border: 1px solid #b1b1b1;
	overflow: hidden;
	float: left;
}
.bot_topo_janela
{
	width: 100%;
	float: left;
	height: 20px;
	text-align: center;
}
.bot_cadastro
{
    width: 95%;
    min-height: 35px;
    float: none;
    margin: 30px auto;
    text-align: center;  
    color: #fff;
    background-color: #70737d;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    border: 0px;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: -10px;
}
.bot_cadastro:hover
{
    background-color: #838bac;
}
.cont_venda
{
	width: 100%;
	min-height: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}

.texto_venda
{
	width: 80%;
	min-height: 50px;
	float: none;
	font-size: 28px;
	text-align: center;	
	background-color: #f1f1f1;
	border-radius: 5px;
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	margin: 0 auto;
	padding: 10px 2% 10px 2%;
	overflow: hidden;
}
.tit_venda
{
	width: 100%;
	min-height: 20px;
	float: left;
	font-size: 16px;
	text-align: center;	
	color: #f17923;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
	margin-left: 0%;
	bottom: 10px;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
}
.item_venda
{
	width: 100%;
	min-height: 20px;
	float: left;
	font-size: 24px;
	text-align: center;
	color: #202e52;	
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
}
.valor_venda
{
	width: 100%;
	min-height: 20px;
	float: left;
	font-size: 34px;
	text-align: center;
	color: #202e52;	
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	font-weight: 900;
}
.item_mini
{
	width: 33%;
	min-height: 20px;
	float: left;
	font-size: 16px;
	text-align: center;
	color: #666;	
	font-family: "Lato-Light", Arial, Helvetica, sans-serif !important;
	text-align: center;
}
.cont_form {
    width: 70%;
    margin: 20px auto;
    float: none;
}
.cont_docent
{
	width: 27%;
    min-height: 70px;
	float: left;
    margin: 10px 2% 0 2%;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 1% 10px 1%;
    border-radius: 5px;
    font-size: 16px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.docent_disc
{
	width: 100%;
    min-height: 30px;
	font-size: 20px;
	color: #d18119;
	font-weight: 700;
	border-bottom: 1px solid #d18119;
}
.docent_nome
{
	width: 100%;
    min-height: 30px;
	font-size: 18px;
	color: #666;
	padding-top: 5px;
}
.cont_curso_aluno
{
	width: 96%;
    min-height: 70px;
	float: none;
    margin: 10px auto;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 1% 10px 1%;
    border-radius: 5px;
    font-size: 16px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.curso_aluno_disc
{
	width: 100%;
    min-height: 30px;
	font-size: 20px;
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #73706c;
}
.curso_aluno_nome
{
	width: 100%;
    min-height: 30px;
	font-size: 18px;
	color: #666;
	padding-top: 5px;
}
.cont_disc_aluno
{
	width: 27%;
    min-height: 70px;
	float: left;
    margin: 10px 2% 0 2%;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 1% 10px 1%;
    border-radius: 5px;
    font-size: 16px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.cont_disc_aluno2
{
	width: 45.5%;
    min-height: 70px;
	float: left;
    margin: 10px 1% 0 1%;
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 1% 10px 1%;
    border-radius: 5px;
    font-size: 16px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.cont_disc_aluno3
{
	width: 94%;
    min-height: 70px;
	float: left;
    margin: 0px 1% 10px 1%;
    background-color: #fff;
    text-align: center;
    padding: 10px 1% 10px 1%;
    border-radius: 5px;
    font-size: 16px;
	
	overflow: hidden;

}
.disc_aluno_disc
{
	width: 100%;
    min-height: 30px;
	font-size: 16px;
	color: #d18119;
	font-weight: 700;
	border-bottom: 1px solid #d18119;
}
.disc_aluno_nome
{
	width: 100%;
    min-height: 30px;
	font-size: 12px;
	color: #666;
	padding-top: 5px;
}
.botao_insc2
{
	width: 90%;
	height: 40px;
	padding-top: 5px;
	background-color: #4cb33a;
	color: #fff;
	float: left;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 5% 20px 5%;
}
.botao_insc3
{
	width: 40%;
	height: 40px;
	padding-top: 5px;
	background-color: #4cb33a;
	color: #fff;
	float: left;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 5% 20px 5%;
}
	
.label_capcha
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	height: 15px;
	margin: 20px 0 20px 0;
	float: left;
}
.cont_capcha
{
	width: 60%;
	float: none;
	margin: 20px auto;
	min-height: 50px; 
}
.cont_cap
{
	display: none;
}
.capcha
{
	width: 50%;
	float: left;
	margin: 0px 5% 0 0;
  min-height: 50px; 
  border: 1px solid #ccc;
}
.capcha img
{
	width: 100%;
	height: auto; 
}
#capcha_campo
{
	width: 40%;
	float: right;
	margin: 0px 0 0 0;
	min-height: 50px; 
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #f7f8f9;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
}

.cont_cap
{
	max-width: 320px;
	margin: 0px auto;
	display: none;	
}
.cont_resposta
{
	width: 95%;
	min-height: 30px;
	background-color: #fff;
	float: left;
	padding: 5px 2% 5px 2%;
	border-radius: 3px;
	border: 1px solid #888;
	color: #333;
}
.video_pri
{
	width: 45%;
	height: auto;
	margin: 70px auto;
}
.video_modulo
{
	width: 96%;
	height: 400px;
	margin: 30px auto;
}
.video_modulo2
{
	width: 55%;
	height: 400px;
	margin: 0px auto;
}
#cont_cookies
  {
    width: 100%;
  	min-height: 60px;
  	background-color: rgba(0, 0, 0, 0.681);
  	position: fixed !important;
    z-index: 100;
    bottom: 0px;    
  }
  #cookies
  {
    max-width: 1200px;
    min-height: 60px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
  }
  #cookies_a
  {
    width: 70%;
    min-height: 60px;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 24px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    padding-left: 1%;
	padding-top: 10px;
  }
  #cookies_b
  {
    width: 25%;
    min-height: 60px;
    float: right;
    color: #ffffff;
    text-align: right;
    font-size: 16px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 0px;
    cursor: pointer;
    padding-right: 1%;
  }
  .cookies_b_int
  {
    min-width: 170px;
    min-height: 40px;
    float: right;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    padding-top: 15px;
    padding-bottom: 0px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .cookies_b_int:hover
  {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .mini_texto
  {
	width: 100%;
    min-height: 5px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
  }
  .cont_home_geral
  {
	width: 24%;
    min-height: 50px;
    float: left;
    text-align: center;
    overflow: hidden;
	border: 1px solid #e1e1e1;
	margin: 10px 0.5% 10px 0;
	border-radius: 5px;	
  }
  .cont_home_e
  {
	width: 24%;
    min-height: 100px;
    float: left;
    text-align: center;
    overflow: hidden;
	border-right: 1px solid #e1e1e1;
	margin: 10px 0.5% 10px 0;	
  }
  .cont_home_c1, .cont_home_c2
  {
	width: 24%;
    min-height: 100px;
    float: left;
    text-align: center;
    overflow: hidden;
	border-right: 1px solid #e1e1e1;
	margin: 10px 0.5% 10px 0.5%;	
  }
  .cont_home_d
  {
	width: 24%;
    min-height: 100px;
    float: left;
    text-align: center;
    overflow: hidden;
	margin: 10px 0 10px 0.5%;	
  }
  .cont_home_e:hover, .cont_home_c1:hover, .cont_home_c2:hover, .cont_home_d:hover
  {
	opacity: 0.5;
	cursor: pointer;
  } 
  .icone_front
  {
	width: 20%;
	height: auto;
	float: left;	
  }
  .icone_front img
  {
	width: 100%;
	margin-top: 10px;
  }
  .texto_front
  {
	width: 78%;
	min-height: 70px;
	float: left;
	padding: 5px 1% 5px 1%;		
  }
  .texto_front_a
  {
	width: 100%;
	min-height: 30px;
	float: left;
	color:#666;
   font-family: "Lato-Light", Calibri,Komika Axis, Arial;
	font-size: 20px;
	text-align: left;
	font-weight: 900;		
  }
  .texto_front_b
  {
	width: 100%;
	min-height: 40px;
	float: left;
	color:#666;
   font-family: "Lato-Light", Calibri,Komika Axis, Arial;
	font-size: 14px;
	text-align: left;		
  }
  .bot_novo {
    width: 90%;
    height: 30px;
       float: left;
    margin: 30px 5% 10px 5%;
    background-color: #5080cd;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}
.cont_result_categ {
    width: 96%;
    min-height: 20px;
    margin: 10px auto;
    background-color: #f1f1f1;
    text-align: left;
    padding: 7px 1% 0px 1%;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    color: #555;
}
.foto_prod_mini {
    width: 50px;
    height: 35px;
    float: left;
    margin: -5px 5px 5px 0;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.foto_prod_mini img {
    width: 100%;
}
.destaques {
    width: 100%;
    min-height: 200px;
    float: left;
    margin-top: 0px;   
}
.destaques_bloco1 {
    width: 100%;
    min-height: 200px;
    float: left;
    margin-top: 10px;		
}
.destaques_bloco2 {
    width: 48%;
    min-height: 200px;
    float: left;
    margin: 10px 1% 10px 1%;   
}
.destaques_bloco3 {
    width: 31.30%;
    min-height: 200px;
    float: left;
    margin: 10px 1% 10px 1%;   
}
.destaques_bloco4 {
    width: 23%;
    min-height: 200px;
    float: left;
    margin: 10px 1% 10px 1%;   
}
.destaques_foto1 {
    height: 250px;
	width: 220px;
    float: left;
    margin: 10px; 
	overflow: hidden;	
}
.destaques_foto1 img
{
	width: 100%;
	height: auto;
}
.destaques_foto2 {
    height: auto;
	width: 28%;
    float: left;
    margin: 10px; 
	overflow: hidden;	
}
.destaques_foto2 img
{
	width: 100%;
	height: auto;
}
.destaques_texto1 {
    min-height: 200px;
	width: 70%;
    float: left;
    margin: 10px; 	
}
.destaques_texto2 {
    min-height: 200px;
	width: 62%;
    float: left;
    margin: 10px; 	
}
.tit_dest {
	width: 100%;
	min-height: 30px;
	padding-top: 0px;
	font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
	font-size: 24px;
	color: #d18119;
	text-align: left;
	font-weight: 700;
  }
  .tit_dest2 {
	width: 100%;
	min-height: 30px;
	padding-top: 0px;
	font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
	font-size: 18px;
	color: #555;
	text-align: left;
	font-weight: 700;
  }
  .tit_dest_sub {
	  width: 100%;
	  min-height: 20px;
	  padding-top: 0px;
	  font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
	  font-size: 18px;
	  color: #888;
	  text-align: left;
	  font-weight: 600;	
	}
	.tit_dest_sub2 {
		width: 100%;
		min-height: 20px;
		padding-top: 0px;
		font-family: "Lato-Black", Arial, Helvetica, sans-serif !important;
		font-size: 14px;
		color: #888;
		text-align: left;
		font-weight: 600;	
	  }
	.bot_dest {
		height: 30px;
		width: 40%;
		float: left;
		margin: 10px 1% 10px 1%; 	
		border-radius: 5px;
		background-color: #f1f1f1;
		border: 1px solid #e1e1e1;
		text-align: center;
		color: #333;
		padding-top: 5px;
	}
	.bot_dest:hover {
		background-color: #f4c34f;
		cursor: pointer;		
	}
	.bot_dest2 {
		min-height: 30px;
		width: 47%;
		float: left;
		margin: 10px 1% 10px 1%; 	
		border-radius: 5px;
		background-color: #f1f1f1;
		border: 1px solid #e1e1e1;
		text-align: center;
		color: #333;
		padding-top: 5px;
	}
	.bot_dest2:hover {
		background-color: #f4c34f;
		cursor: pointer;		
	}
	.apenas
	{
		font-size:16px;
		color:#888;
		width:70px;
		float:left;
		padding-top:5px;
	}
	.foto_curso_mini {
		width: 100px;
		height: 55px;
		float: left;
		margin: 0px 10px 0px 0;
		border: 1px solid #b1b1b1;
		border-radius: 3px;
		overflow: hidden;
	}
	.foto_curso_mini img 
	{
		width: 100%;
	}
	.bot_cert {
		height: 30px;
		width: 70%;
		float: none;
		margin: 15px auto; 	
		border-radius: 5px;
		background-color: #f17923;
		text-align: center;
		color: #fff;
		padding-top: 8px;
	}
	.bot_cert:hover
	{
		background-color: #cf6011;	
	}
	.cont_resp_option
	{
		min-height: 25px;
		width: 96%;
		float: left;
		margin-top: 10px; 
		text-align: left;
	}
	.cont_cert_icon
	{
		min-height: 100px;
		width: 50%;
		float: none;
		margin: 10px auto; 
		border: 1px solid #e1e1e1;
		border-radius: 5px;
		overflow: hidden;
	}
	.cert_icon
	{
		height: auto;
		width: 98%;
		float: left;
		margin: 10px 1% 10px 1%; 
		border: 0px solid #e1e1e1;
		overflow: hidden;		
	}
	.cert_icon img
	{
		width: 100%;
	}
	.cont_cont_result_categ
	{
		width: 100%;
		min-height: 20px;
		margin: 0px auto; 
		overflow: hidden;   
	}
	.cont_result_categ
	{
		width: 96%;
		min-height: 20px;
		margin: 10px auto;
		background-color: #f1f1f1;
		text-align: left;
		padding: 7px 1% 0px 1%;
		border-radius: 2px;
		font-size: 14px;
		  border: 1px solid #e1e1e1;
		  overflow: hidden;
		color: #555; 
	}
	.cont_result_categ2
	{
		width: 89%;
		min-height: 20px;
		margin: 0px 0.7% 0 0;
		float: right;
		background-color: #ffffff;
		text-align: left;
		padding: 7px 1% 0px 1%;
		border-radius: 2px;
		font-size: 14px;
		  border: 1px solid #e1e1e1;
		  overflow: hidden;
		color: #555; 
	}
	.filha
	{ 
	  float: left;
	  height: 40px;
	  width: auto;
	  margin-left: 1%;
	margin-top: 0px;
	}
	.filha img
	{
	  width: auto;
	  height: 40px;
	
	}
	.cont_result_categ a, a:visited
	{
	   color: #555; 
	   width: 50px;
	}
	.cont_result_categ2 a, a:visited
	{
	   color: #555; 
	   width: 50px;
	}
	.foto_prod_mini
  {
    width: 50px;
    height: 35px;
    float: left;
    margin: -5px 5px 5px 0;
    border: 1px solid #e1e1e1;
    overflow: hidden;
  }
  .foto_prod_mini img
  {
    width: 100%;
  }
  .foto_prod_adm
  {
    width: 250px;
    height: auto;
    float: none;
    margin: 0 auto;
    border: 0px solid #e1e1e1;    
  }
  .foto_prod_adm img
  {
    width: 100%;
  }
  .res_nome
  {
    width: 65%;
    min-height: 20px;
    font-weight: 100;
    float: left;
  }
  .res_icon
  {
    width: 33%;
    min-height: 20px;
    float: right;
  }
  .icone_enc
  {
	width: 20px;
	height: 30px;
	margin: -5px 0px 0px 0;
	float: right;
	cursor: pointer; 
  }
  .icone_enc_int
  {
	width: 15px;
	height: 15px;
	margin-top: 0x;
	float: left;
	cursor: pointer;  
  }
  .icone_enc_int img
  {
	width: 100%;
	
  }
  .icone_enc_int:hover
  {
	opacity: 0.6;
  }
  .cont_dica
  {
    width: 31%;
	float: left;
	margin: 10px 1% 0 1%;
	border: 1px solid #e1e1e1;
	min-height: 300px;
	overflow: hidden;
  }
  .foto_dica
  {
	position: relative;
    width: 98%;
	float: left;
	margin: 5px 1% 10px 1%;
	min-height: 150px;
  }
  .foto_dica img
  {
    width: 80%;
	margin-left: -10%;
  }
  .play_dica
  {
	position: absolute;
    width: 100%;
	float: left;
	top: 0;
	left: 0;
	min-height: 150px;
	cursor: pointer;
  }
  .play_dica img
  {
    width: 80%;
	margin-top: 10%;
	margin-left: 10%;
  }
  #link_afiliado {
    width: 95%;
    height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    float: left;
    padding-left: 5px;
    margin: 30px 2% 10px 2%; 
    font-size: 16px;
}
#bot_afiliado {
    width: 98%;
    text-align: center;
    height: 34px;
    float: left;
    border-radius: 3px;
    margin: 30px 1% 0px 1%;
    background-color: #437cc7;
    border: 0px solid #e1e1e1;
    color: #fff !important;
	padding-top: 8px;
	padding-bottom: 0;
	font-size: 16px;
	cursor: pointer;
}
  .tit_dica
  {
    width: 98%;
	float: left;
	margin: 10px 1% 0 1%;
	min-height: 40px;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #666;
  }
  #chave_pix {
    width:95%;
    height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    float: left;
    padding-left: 5px;
    margin: 0px 2% 10px 2%; 
    font-size: 16px;
}
#bot_pix {
    width: 98%;
    text-align: center;
    height: 34px;
    float: right;
    border-radius: 3px;
    margin: 0px 1% 0px 1%;
    background-color: #437cc7;
    border: 0px solid #e1e1e1;
    color: #fff !important;
	padding-top: 8px;
	padding-bottom: 0;
	font-size: 16px;
	cursor: pointer;
}
#bot_pix:hover 
{
	background-color: #1e314e;
}
.cont_qr
{
	width: 100%;
	float: left;
	margin: 10px 0 10px 0;
	min-height: 100px;
}
#cont_tudo
{
	width: 100%;
	float: left;
	min-height: 100px;
	margin: 10px 0% 10px 0%;	
}
.ver_todos {
    color: #fff;
    font-family: "Lato-Light", Calibri, Komika Axis, Arial;
    font-size: 20px;
    text-align: center;
    margin: 10px 40% 10px 40%;
	padding-top: 5px;
    width: 20%;
    float: left;
    background-color: #666;
    border-radius: 20px;
    min-height: 40px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    
}
.ver_todos:hover
{
	background-color: #d18119;
}
.cont_item
{
	width: 95%;
	min-height: 80px;
	background-color: #f1f1f1;
	float: left;
	margin: 10px 2.3% 10px 2.3%;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	display: flex;
    align-items: center; 
    justify-content: center;
}
.cont_item_res
{
	width: 95%;
	min-height: 30px;
	background-color: #fff;
	float: left;
	margin: 10px 2.3% 0px 2.3%;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}
.item_foto
{
	width: 8%;
	height: 60px;
	float: left;
	margin: 10px 1% 10px 1%;
	overflow: hidden;
}
.item_foto img
{
	height: 100%;
	width: auto;
}

.item_lixo
{
	width: 5%;
	height: 70px;
	float: right;
	margin: 5px 1% 5px 1%;
}
.item_lixo img
{
	width: 50%;
	margin: 15px auto;
	float: none;
}
.item_lixo_afi
{
	width: 5%;
	height: 70px;
	float: right;
	margin: 5px 1% 5px 1%;
}
.item_lixo_afi img
{
	width: 50%;
	margin: 15px auto;
	float: none;
}
#item_lixo_afi
{
	width: 5%;
	height: 70px;
	float: right;
	margin: 5px 1% 5px 1%;
	cursor: pointer;
}
#item_lixo_afi img
{
	width: 50%;
	margin: 15px auto;
	float: none;
}
.item_nome
{
	width: 30%;
	min-height: 50px;
	float: left;
	margin: 5px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 1px solid #e1e1e1;
	color: #777;
}
.item_nome_afi
{
	width: 30%;
	min-height: 50px;
	float: left;
	margin: 5px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 1px solid #e1e1e1;
	color: #777;
}
.item_aluno
{
	width: 30%;
	min-height: 50px;
	float: left;
	margin: 5px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 1px solid #e1e1e1;
	color: #777;
}
.item_nome2
{
	width: 100%;
	min-height: 35px;
	float: left;
	margin: 5px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 0px solid #e1e1e1;
}.item_nome3
{
	width: 50%;
	min-height: 30px;
	float: left;
	margin: 0px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 0px solid #e1e1e1;
	color: #777;
}

.item_dados
{
	width: 15%;
	min-height: 50px;
	float: left;
	margin: 5px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 1px solid #e1e1e1;
	text-align: center;
}
.item_dados_afi
{
	width: 11.25%;
	min-height: 50px;
	float: left;
	margin: 5px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 1px solid #e1e1e1;
	text-align: center;
}
.item_dados2
{
	width: 96%;
	min-height: 16px;
	float: left;
	margin: 5px 2% 0px 2%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 0px solid #e1e1e1;
	text-align: left;
}
.item_dados4
{
	width: 14.5%;
	min-height: 30px;
	float: left;
	margin: 0px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 0px solid #e1e1e1;
	text-align: center;
}
.item_dados3
{
	width: 31%;
	min-height: 50px;
	float: left;
	margin: 5px 1% 5px 0%;
	font-size: 12px;
	padding-top: 0px;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	text-align: center;
}
.cont_total_prod
{
	width: 94%;
	min-height: 40px;
	background-color: #f1f1f1;
	float: left;
	margin: 10px 2.3% 10px 2.3%;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding-top: 5px;
	text-align: right;
	padding-right: 1%;
	color: #777;
}
.cont_total_prod2
{
	width: 94%;
	min-height: 30px;
	background-color: #fff;
	float: left;
	margin: 10px 2.3% 0px 2.3%;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding-top: 10px;
	text-align: right;
	padding-right: 1%;
	color: #777;
	font-size: 14px;
}
.cont_frete
{
	width: 93%;
	min-height: 40px;
	float: left;
	margin: 10px 2.3% 10px 2.3%;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 5px 1% 5px 1%;
	text-align: right;
	
}
.cont_retira
{
	width: 93%;
	min-height: 40px;
	float: left;
	margin: 10px 2.3% 10px 2.3%;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 5px 1% 5px 1%;
	text-align: right;
	
}

 .frete_txt
 {
	 width: 20%;
	 color: #444;
	 float: right;
	 height: 30px;
	 padding-top: 10px;
	 text-align: right;
	 padding-right: 10px;
	
 }
 #bot_continue
 {
	 width: 30%;
	 text-align: center;
	 height: 30px;
	 float: left;
	 border-radius: 3px;
	 margin-left: 0%;
	 background-color: #FF8605;
	 border: 0px solid #e1e1e1;
	 color: #fff !important;
	 padding-top: 9px;
	 margin: 0 10% 0 10%;
 }
 #bot_continue:hover
 {
	 background-color: #4f4e4e;
 }
 .cont_result_frete
{
	width: 90%;
	min-height: 40px;
	float: left;
	margin: 10px 4% 10px 4%;
	border-radius: 3px;
	padding: 5px 1% 5px 1%;
	
}
.cont_result_frete2
{
	width: 95%;
	min-height: 40px;
	float: left;
	margin: 10px 2.5% 10px 2.5%;
}
.result_frete
 {
	 width: 47%;
	 color: #444;
	 float: left;
	 min-height: 30px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 text-align: center;
	 margin: 0 1% 0 1%;	
	 border: 1px solid #578718;
	 font-size: 14px; 
	 background-color: #e1e1e1;	
	 border-radius: 3px;
 }
 .result_frete:hover
 {
	 color: #fff;
	 background-color:#555;
 }
 .cont_label_frete
 {
	 width: 90%;
	 min-height: 30px;
	 float: left;
	 margin: 5px 2.3% 5px 2.3%;
	 border-radius: 3px;
	 text-align: center;
	 color: #777;	
 }
 #bot_final2 {
    width: 30%;
    text-align: center;
    height: 35px;
    float: left;
    border-radius: 3px;
    margin: 0px 10% 0px 10%;
    background-color: #777;
    border: 0px solid #b1b1b1;
    color: #fff !important;
    padding-top: 7px;
    cursor: pointer;
}
#bot_final2:hover {
    background-color: #578718;
    
}
#bot_final5 {
    width: 90%;
    text-align: center;
    height: 35px;
    float: left;
    border-radius: 3px;
	margin: 10px 5% 10px 5%;
    background-color: #1463c9;
    color: #fff !important;
    padding-top: 7px;
	cursor: pointer;
	font-size: 18px;
}
#bot_final5:hover {
    background-color: #0c507b;
    
}
#bot_final6 {
    width: 60%;
    text-align: center;
    height: 35px;
    float: left;
    border-radius: 3px;
    margin: 10px 20% 10px 20%;
    color: #444 !important;
    padding-top: 7px;
    cursor: pointer;
}
#bot_final6:hover {
	color:#888 !important;
    
}
.num_cur
{
	width: 30px;
	height: 30px;
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding-top: 7px;
}
.banner_video {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 25px;
  }

  .banner_video video {
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.5);
   
  }

  .text-container {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;   
    z-index: 2;
    text-align: center;
    color: white;      
    font-family: "Montserrat",Arial, sans-serif;
    text-align: center;
  }

  .text-container h4 {
    margin: 0;
    opacity: 0;
    position: absolute;
    animation: fadeText 12s infinite ease-in-out;
    font-weight: 100;
    text-align: center;
    width: 100%;
	color: white;      
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 44px;
  }

  .text-container h4 b {
      font-weight: 700;
	  font-size: 44px;
	  color:#fff;
	  font-family: "Montserrat",Arial, sans-serif;
  }

  @keyframes fadeText {
    0%, 20% {
      opacity: 1;
    }
    33.33%, 100% {
      opacity: 0;
    }
  }

  .text-container h4:nth-child(1) {
    animation-delay: 0s;
  }

  .text-container h4:nth-child(2) {
    animation-delay: 4s;
  }

  .text-container h4:nth-child(3) {
    animation-delay: 8s;
  }
  .cont_texto_estudo
  {
	width: 55%;
	min-height: 200px;
	margin-top: 40px;
	float: left;
	background-color: #f8972d;	
  }
  .cont_texto_estudo3
  {
	width: 55%;
	min-height: 200px;
	margin-top: 40px;
	float: left;
	background-color: #f8972d;	
  }
  .tit_estudo {   
    font-weight: 800;
    text-align: left;
    width: 95%;
	color: #fff;      
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 36px;
	margin: 15px auto;
  }
  .texto_estudo {   
    font-weight: 400;
    text-align: left;
    width: 95%;
	color: #fff;      
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 16px;
	margin: 10px auto;
  }
  .chamada {   
    font-weight: 400;
    text-align: center;
    width: 45%;
	min-height: 45px;
	color: #fff;      
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 18px;
	margin: 10px 2% 20px 2%;
	border: 1px solid #fff;
	float: left;
	padding-top: 15px;
	cursor: pointer;
  }
  .chamada:hover {   
    background-color: #fff;
	color: #333;
  }
  .prof_n {   
    font-weight: 600;
    text-align: left;
    width: 95%;
	color: #fff;      
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 18px;
	margin: 10px auto;
  }
  .cont_img_estudo
  {
	width: 45%;
	height: 400px;
	overflow: hidden;
	float: right;
	text-align: right;
	margin-top: -35px;
  }
  .cont_img_estudo img
  {
	width: 100%;
  }
  .cont_video_estudo
  {
	width: 45%;
	height: 400px;
	overflow: hidden;
	float: right;
	text-align: right;
	margin-top: 60px;
  }
  .cont_video_estudo img
  {
	width: 95%;
	cursor: pointer;
  }
  .cont_texto_estudo2
  {
	width: 55%;
	min-height: 200px;
	margin-top: 40px;
	float: left;
	background-color: transparent;	
  }
  .tit_estudo2 {   
    font-weight: 800;
    text-align: center;
    width: 95%;
	color: #f1820b;	     
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 60px;
	margin: 15px auto;
  }
  .texto_estudo2 {   
    font-weight: 400;
    text-align: center;
    width: 95%;
	color: #444;      
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 20px;
	margin: 10px auto;
  }
  .cont_img_estudo2
  {
	width: 45%;
	height: 400px;
	overflow: hidden;
	float: right;
	text-align: right;
	margin-top: -35px;
  }
  .cont_img_estudo2 img
  {
	width: 100%;
  }
  .bot_ganhar
  {
	width: 60%;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	background-color: #f17923;
	border-radius: 30px;
	padding-top: 15px;
	margin: 30px auto;
  }
  .bot_ganhar:hover
  {
     opacity: 0.5;
	 cursor: pointer;
  }
  .bloco_afi
  {
	width: 45.5%;
	height: 170px;
	border-radius: 10px;
	margin: 10px 2% 10px 2%;
	border:1px solid #e1e1e1;
	float: left;
	-webkit-box-shadow: 0px 2px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px -4px rgba(0,0,0,0.75);
  }
  .bloco_financeiro
  {
	width: 45.5%;
	min-height: 320px;
	border-radius: 10px;
	margin: 10px 2% 10px 2%;
	border:1px solid #e1e1e1;
	float: left;
	-webkit-box-shadow: 0px 2px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px -4px rgba(0,0,0,0.75);
  }
  .tit_afi {   
    font-weight: 500;
    text-align: left;
    width: 95%;
	color: #f1820b;	     
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 18px;
  	margin: 10px auto 20px;
  }
  .texto_afi {   
    font-weight: 300;
    text-align: left;
    width: 95%;
	color: #444;	     
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 16px;
  	margin: 5px auto;
	border-bottom: 1px solid #e1e1e1;
  }
  .num_afi {   
    font-weight: 500;
    text-align: right;
    width: 20%;
	color: #444;	     
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 16px;
  	margin-right: 5px;
	float: right;
  }
  .cont_bot_rod_afi
  {
	width: 98%;
	bottom: 10px;
	position: absolute;
	height: auto;	
	float: left;	
  }
  .bot_rod_afi
  {
	font-weight: 300;
    text-align: center;
    width: 45%;
	height: 37px;
	padding-top: 10px;
	float: left;
	color: #222;	     
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 16px;
  	margin: 20px 2% 5px 2%;
	background-color: #f1f1f1;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
  }
  .bot_rod_afi:hover
  {
	opacity: 0.5;
  }
   .cont_financ_cab
   {
	width: 98%;
	float: left;
	margin: 5px 0 0 0;
	padding: 2px 1% 2px 1%;
	background-color: #f1f1f1;
	border-radius: 3px;
	color: #222;
   }
   .cont_financ_item
   {
	width: 98%;
	float: left;
	margin: 5px 0 0 0;
	padding: 2px 1% 0px 1%;
	color: #555;
	border-bottom: 1px solid #e1e1e1;
   }
   .res_financ
   {
	width: 20%;
	float: right;
	padding-right: 1%;
	text-align: right;
   }
   .cont_cid
{
    width: 29%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;
    border: 1px solid #f7901a;
    color: #666;
    text-align: center;
    padding-top: 8px;
}
.voltar
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 50px 1% 50px 0;
    text-align: center;
    color: #ff7b00;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.voltar:hover
{
    opacity: 0.5;
}
 /*------------------------------Medias----------------------------------------------------------------------------------------*/
 @media all and (min-width: 1400px) {
	
 }
 
 @media all and (max-width: 1200px) {

  .coluna_rodape_c, .coluna_rodape_e, .coluna_rodape_d
	{
	  width: 23%;
	  min-height: 100px;
	  float: left;
	  margin: 10px 1% 10px 1%;
	  min-height: 150px;
	 } 
  
   }
   @media all and (max-width: 1150px) {
   .tit_estudo {   
    font-weight: 800;
    text-align: left;
    width: 95%;
	color: #fff;      
    font-family: "Montserrat",Arial, sans-serif;
	font-size: 30px;
	margin: 15px auto;
  }
 }


   @media all and (max-width: 1100px) {
	.cont_topico
{
	width: 31%;
	min-height: 430px;
	float: left;
}
.cont_topico2
{
	width: 31%;
	min-height: 250px;
	float: left;
}
	.destaques_foto1 {
		height: 200px;
		width: 170px;
		float: left;
		margin: 10px;		
	}
	.destaques_texto1 {
		min-height: 200px;
		width: 69%;
		float: left;
		margin: 10px; 		
	}
	h2 {
		font-size: 1.5em;
		width: 60%;
		min-height: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #fff;			
	}
   }
   @media all and (max-width: 1050px) {
	.cont_img_estudo {
		width: 45%;
		height: 430px;
		overflow: hidden;
		float: right;
		text-align: right;
		margin-top: -35px;
	}
	.cont_img_estudo2 {
		width: 45%;
		height: 430px;
		overflow: hidden;
		float: right;
		text-align: right;
		margin-top: -35px;
	}
   }
   @media all and (max-width: 1000px) {
	.num_afi {   		
		width: 30%;		
	  }
	.ver_todos {		
		margin: 10px 30% 10px 30%;
		width: 40%;
	}
	.video_modulo2
{
	width: 65%;
	height: 400px;
	margin: 0px auto;
}
	.janela_curso
  {
	  width: 70%;
	  min-height: 350px;
	  position: absolute;
	  left: 15%;
	  top: 20px;	 
  }
	.cont_disc_aluno
{
	width: 43%;
    min-height: 70px;
	float: left;
    margin: 10px 2% 0 2%;
}
	.janela {
		width: 60%;
		min-height: 350px;
		position: absolute;
		left: 20%;
	   }
	
	.cont_capcha
	  {
		  width: 90%;
		  float: left;
		  margin: 20px 5% 20px 5%;
		  min-height: 50px; 
	  }	
	
	
	.cont_topo
	 {
	   position: relative;
	   min-height: 70px!important;	  
	   border-bottom: 2px solid rgb(233, 137, 0);	      
	  }
	  .menu_int {
		 margin-top: 0px;
		 height: 30px;
	  }
	.cont_menu
	{
	  width: 550px;
	}	
	.menu_int2_a, .menu_int2_b {
		min-width: 25%;
	}
	 .cont_rodape
	 {
	   margin-top: 50px;
	 }
   }
   @media all and (max-width: 950px) {
	.tit_estudo {
        font-weight: 800;
        text-align: left;
        width: 95%;
         font-size: 27px;
        margin: 10px auto;
    }
	.tit_estudo2 {
        font-weight: 800;
               width: 95%;
         font-size: 50px;
        margin: 10px auto;
    }
   }
   @media all and (max-width: 900px) {
	.cont_item {
		display: block;		
		align-items: center;
		justify-content: center;
	}
	.item_nome_afi {
		width: 80%;
		min-height: 70px;
		float: left;
		margin: 5px 1% 5px 0%;
		font-size: 12px;
		padding-top: 0px;
		border-right: 0px solid #e1e1e1;
		color: #777;
	}
	.item_dados_afi {
		width: 23.5%;
		min-height: 50px;
		float: left;
		margin: 5px 1% 5px 0%;
		font-size: 12px;
		padding-top: 0px;
		border-right: 1px solid #e1e1e1;
		text-align: center;
	}
	.item_lixo_afi {
		width: 100%;
		height: 70px;
		float: right;
		margin: 5px 1% 5px 1%;
	}
	.item_lixo_afi img {
		width: 60px;
		height: 60px;

	}
	.bot_ganhar {
		width: 90%;
	}
	.item_foto {
		width: 15%;
		height: 60px;
		float: left;
		margin: 10px 1% 10px 1%;
		overflow: hidden;
}
.item_nome {
    width: 80%;
    min-height: 50px;
    float: left;
    margin: 5px 1% 5px 2%;
    font-size: 12px;
    padding-top: 20px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 0px;
}
.cont_result_lead4
{
    width: 95%;
    min-height: 20px;
    margin: 10px 1% 10px 1%;
    background-color: #fff;
    text-align: left;
    padding: 7px 1% 10px 1%;
    border-radius: 2px;
    font-size: 14px;
	border: 1px solid #b1b1b1;
	overflow: hidden;
	float: left;
}
.item_aluno
   {
    width: 60%;
    min-height: 50px;
    float: left;
    margin: 5px 1% 5px 2%;
    font-size: 12px;
    padding-top: 20px;
	border-bottom: 0px solid #e1e1e1;
	border-right: 0px;
}
.item_dados {
    width: 20%;
    min-height: 50px;
    float: left;
    margin: 5px 1% 5px 0%;
    font-size: 12px;
    padding-top: 20px;
    border-right: 0px solid #e1e1e1;
    text-align: center;
}
.item_lixo {
    width: 10%;
    height: 70px;
    float: right;
    margin: 5px 1% 5px 1%;
}
.result_frete {
		width: 100%;
		margin: 10px 0% 0 0%;
}
	.destaques_bloco2 {
		width: 98%;
		min-height: 200px;
		float: left;
		margin: 10px 1% 10px 1%;
	}

	.video_modulo2
	{
		width: 80%;
		height: 400px;
		margin: 0px auto;
	}
	.janela_curso
	{
		width: 90%;
		min-height: 300px;
		position: absolute;
		left: 4%;
		top: 20px;	 
	}
	.cont_home_e
  {
	width: 48%;    
    float: left;    
	border-right: 1px solid #e1e1e1;
	margin: 10px 0.5% 10px 0.5%;	
  }
  .cont_home_c1
  {
	width: 48%;
    float: left;   
	border-right: 0px solid #e1e1e1;
	margin: 10px 0% 10px 0.5%;	
  }
  .cont_home_c2
  {
	width: 48%;
    float: left;   
	border-right: 0px solid #e1e1e1;
	margin: 10px 0 10px 0.5%;	
  }
  .cont_home_d
  {
	width: 48%;
    float: left;    
	margin: 10px 0.5% 10px 0;	
	border-left: 1px solid #e1e1e1;
  }
	.conteudo
	{
		padding: 10px 5px 10px 5px;
	}
	.video_pri
{
	width: 80%;
	height: auto;
	margin: 10px auto;
}
    .cont_cid {
    width: 45%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;   
    padding-top: 8px;
}
	.modulo_adm_e, .modulo_adm, .modulo_adm_d {
		width: 48%;
		min-height: 450px;
		background-color: #f1f1f1;
		border-radius: 3px;
		float: left;
		margin: 10px 1% 10px 1%;
	}
	.item_mini {
		width: 49%;
	}
	.janela2 {
		width: 95%;
		min-height: 300px;
		position: absolute;
		left: 1%;
	}
	.janela
	{
		width: 70%;
		position: absolute;
		left: 15%;
	}
	
	.coluna_rodape_c, .coluna_rodape_e, .coluna_rodape_d
	{
	  width: 46%;
	  min-height: 100px;
	  float: left;
	  margin: 10px 2% 10px 2%;
	}	
	.cont_docent
{
	width: 43%;
    min-height: 70px;
	float: left;
    margin: 10px 2% 0 2%;
}	
}
@media all and (max-width: 850px) {
.bloco_afi
{
  width: 94%;
  height: 170px;
  border-radius: 10px;
  margin: 10px 2% 10px 2%;
}
.bloco_financeiro
{
  width: 94%;
  min-height: 320px;
  border-radius: 10px;
  margin: 10px 2% 10px 2%;
}
}

  @media all and (max-width: 800px) {
	.cont_img_estudo {
        width: 45%;
        height: 470px;
        overflow: hidden;
        float: right;
        text-align: right;
        margin-top: -35px;
    }
	.cont_img_estudo2 {
        width: 45%;
        height: 470px;
        overflow: hidden;
        float: right;
        text-align: right;
        margin-top: -35px;
    }
	h2
	{
        width: 70%;
	}
	.cont_dica
  {
    width: 47.5%;
	float: left;
	margin: 10px 1% 0 1%;
	border: 1px solid #e1e1e1;
	min-height: 300px;
	overflow: hidden;
  }
	.bot_dest {
		height: 30px;
		width: 47%;
		float: left;
		margin: 10px 1% 10px 1%; 		
	}
   .cont_topico
{
	width: 42%;	
	margin: 10px 3% 10px 3%;
}
.cont_topico2
{
	width: 42%;	
	margin: 10px 3% 10px 3%;
}
.cont_disc_aluno2
{
	width: 95%;
    min-height: 70px;
	margin: 10px auto;
	float: none;
}
.modulo_aluno_c {
    width: 98%;
    min-height: 200px;    
    border-radius: 5px;
    float: left;
    margin: 10px 1% 10px 1%;
}
.modulo_corpo {
    width: 98%;
    min-height: 250px;
}
#modulo_corpo {
    width: 98%;
    min-height: 250px;
}
.cont_disc_aluno3 {
    width: 97%;
	margin: 0 auto;
	float: none;   
}
h2
	{
        width: 90%;
	}
	
   }

   @media all and (max-width: 780px) {
	.cont_disc_aluno
	{
		width: 95%;
		min-height: 70px;
		float: left;
		margin: 10px 1% 0 1%;
	}
	.modulo_aluno_e {
		width: 48%;
		min-height: 600px;
		margin: 10px 1% 0 1%;
	}
	.modulo_aluno_d {
		width: 48%;
		min-height: 600px;
		margin: 10px 1% 0 1%;
		float: left;
	}
	   .cont_menu
		{
		  width: 450px;
		}	
		
		
	}


  @media all and (max-width: 750px) {
  .video_modulo2
	{
		width: 98%;
		height: 400px;
		margin: 0px auto;
	}
	.chamada {
		width: 90%;
		min-height: 45px;
		margin: 10px 5% 20px 5%;
	}
    .cont_img_estudo {
		width: 45%;
		height: 550px;
		overflow: hidden;
		float: right;
		text-align: right;
		margin-top: -15px;
	}
	.cont_img_estudo2 {
		width: 45%;
		height: 550px;
		overflow: hidden;
		float: right;
		text-align: right;
		margin-top: -15px;
	}
	.cont_img_estudo img 
	{
		width: 120%;
		margin-left: 0%;
	}
	.cont_img_estudo2 img 
	{
		width: 120%;
		margin-left: 0%;
	}
}


   @media all and (max-width: 700px) {
	.cont_video_estudo {
	width: 70%;
	height: 450px;
	overflow: hidden;
	float: right;
	text-align: right;
	margin: -795px 15% 0 15%;
	z-index: 34;
	position: relative;
}
.cont_video_estudo img 
{
	width: 100%;
	margin-left: 0%;
	
}
	.cont_img_estudo {
		width: 35%;
		height: 550px;
		overflow: hidden;
		float: right;
		text-align: right;
		margin-top: -15px;
	}
	.cont_texto_estudo {
		width: 65%;
		min-height: 200px;
		margin-top: 40px;
		float: left;		
	}
	.cont_texto_estudo3 {
		width: 90%;
        min-height: 300px;
        float: left;
        margin: 420px 5% 10px 5%;
        position: relative;
        z-index: 35;		
	}
	.cont_img_estudo img 
	{
		width: 160%;
		margin-left: -10%;
	}
	.tit_estudo {
        font-weight: 800;
        text-align: left;
        width: 95%;
        font-size: 24px;
        margin: 10px auto;
    }

	.cont_img_estudo2 {
		width: 35%;
		height: 550px;
		overflow: hidden;
		float: right;
		text-align: right;
		margin-top: -15px;
	}
	.cont_texto_estudo2 {
		width: 65%;
		min-height: 200px;
		margin-top: 40px;
		float: left;		
	}
	.cont_img_estudo2 img 
	{
		width: 160%;
		margin-left: -10%;
	}
	.tit_estudo2 {
        font-weight: 800;
        width: 95%;
        font-size: 50px;
        margin: 10px auto;
    }
	
	.destaques_texto1 {
		min-height: 200px;
		width: 60%;
		float: left;
		margin: 10px; 		
	}
	.video_pri {
		width: 90%;
		height: auto;
		margin: 10px auto;
	}
	.texto_venda {
		width: 90%;
	}
	.botao_curso {
		width: 45%;
		margin: 10px 2% 0 2%;
	}
	.cont_capcha
	  {
		  width: 70%;
		  float: left;
		  margin: 20px 15% 20px 15%;
		  min-height: 50px; 
	  }	
	h1
	{
	  text-align: center;
	}
	
	.janela {
	  width: 90%;
	 
	  position: absolute;
	  left: 3%;
  }	
  .cont_menu
	{
	  width: 380px;
	}
	.texto_func_comp {
        color: #444;
        text-align: center;
	    width: 96%;
		padding-left: 2%;
    }
	.foto_e {
		max-width: 90%;
		border: 0pt none;
		float: none;
		margin: 0 auto;
	
	}
  }
  @media all and (max-width: 670px) {
	.cont_banner
	{
	  height: 300px!important;
	  overflow: hidden;
	}
	.text-container h4, .text-container h4 b {
		margin-top: -60px;
		font-size: 32px;
	}
	h2
	{
        width: 98%;
	}
  }
  
   @media all and (max-width: 650px) {
	.cont_cid {
    width: 95%;
    height: 33px;
    float: left;
    margin: 10px 2% 0px 2%;
    padding-top: 8px;
}
	.cont_img_estudo img 
	{
		width: 180%;
		margin-left: -20%;
	}
	.cont_img_estudo2 img 
	{
		width: 180%;
		margin-left: -10%;
	}
 
   .modulo_adm_e, .modulo_adm, .modulo_adm_d {
	width: 98%;
	min-height: 450px;
	background-color: #f1f1f1;
	border-radius: 3px;
	float: left;
	margin: 10px 1% 10px 1%;
}
     
  }
   @media all and (max-width: 600px) {
	.cont_texto_estudo {
        width: 60%;
        min-height: 200px;
        margin-top: 40px;
        float: left;
    }
	.cont_img_estudo {
        width: 40%;
        height: 650px;
        overflow: hidden;
        float: right;
        text-align: right;
        margin-top: -15px;
    }
	.cont_img_estudo img 
	{
		width: 200%;
		margin-left: -25%;
	}

	.cont_texto_estudo2 {
        width: 55%;
        min-height: 200px;
        margin-top: 40px;
        float: left;
    }
	.cont_img_estudo2 {
        width: 45%;
        height: 650px;
        overflow: hidden;
        float: right;
        text-align: right;
        margin-top: -15px;
    }
	.cont_img_estudo2 img 
	{
		width: 180%;
		margin-left: -15%;
	}
	#bot_continue
 {
	 width: 48%;
	 text-align: center;
	 height: 30px;
	 float: left;
	 border-radius: 3px;
	 margin-left: 0%;
	 background-color: #FF8605;
	 border: 0px solid #e1e1e1;
	 color: #fff !important;
	 padding-top: 9px;
	 margin: 0 1% 0 1%;
 }
	.item_aluno
   {
    width: 70%;
    min-height: 50px;
    float: left;
    margin: 5px 1% 5px 2%;
    font-size: 12px;
    padding-top: 20px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	
}
.item_dados {
    width: 24%;
    min-height: 50px;
    float: left;
    margin: 5px 1% 5px 0%;
    font-size: 12px;
    padding-top: 20px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.item_lixo {
    width: 98%;
    height: 60px;
    float: right;
    margin: 0px 1% 5px 1%;
	text-align: center;
}
.item_lixo img 
{
    width: auto;
	height: 50px;
}
	.video_modulo {
		width: 96%;
		height: 400px;
		margin: 0px auto;
	}
	.cont_dica
	{
	  width: 98%;
	  float: none;
	  margin: 10px auto 10px;
	  border: 1px solid #e1e1e1;
	  min-height: 250px;
	  overflow: hidden;
	}
	.cont_cert_icon
	{
		min-height: 100px;
		width: 70%;
		float: none;
		margin: 10px auto; 
		border: 1px solid #e1e1e1;
		border-radius: 5px;
		overflow: hidden;
	}
	.cont_home_e, .cont_home_c1, .cont_home_c2, .cont_home_d
  {
	width: 90%;    
    float: none;    
	border-right: 0px solid #e1e1e1;
	border-left: 0px solid #e1e1e1;
	margin: 10px auto;	
  }
  
	.botao_insc3
{
	width: 90%;
	height: 40px;
	padding-top: 5px;
	background-color: #4cb33a;
	color: #fff;
	float: left;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 5% 10px 5%;
}
	.modulo_aluno_e {
		width: 98%;
		min-height: 400px;
		margin: 10px 1% 0 1%;
	}
	.modulo_aluno_d {
		width: 98%;
		min-height: 600px;
		margin: 10px 1% 0 1%;		
	}
	.modulo_corpo {
		height: 370px;
	}
	#modulo_corpo {
		height: 370px;
	}
	.cont_docent
	{
		width: 90%;
		min-height: 70px;
		float: none;
		margin: 10px auto;
	}
	.janela
	{
		width: 90%;
	
		position: absolute;
		left: 2.5%;
		top: 70px;
	}	
    #celular, #telefone, #cpf, #cnpj, #rg, #campo3, #cep {
        width: 94.3%;
        height: 45px;
        margin: 5px auto;
        font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 18px;
        padding-left: 1%;
        float: none;
        background-color: #f7f8f9;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 0px #fff inset;
        border-radius: 4px;
        box-shadow: none;
    }
	.cont_topico
	{
		width: 60%;
		min-height: 300px;
		float: none;		
		margin: 20px auto;
	}	
	.cont_topico2
	{
		width: 60%;
		min-height: 250px;
		float: none;		
		margin: 20px auto;
	}	
	.foto_iten {
		width: 99%;
		height: 280px;
	}
	.cookies_b_int
	{
	  min-width: 90%;
	  min-height: 40px;
	  float: none!important;
	  margin: 10px 4.5% 0 4.5%;
	}
	.foto_dica {
		position: relative;
		width: 70%;
		float: left;
		margin: 5px 15% 10px 15%;
		min-height: 150px;
	}
	.tit_dica {
		width: 98%;
		float: left;
		margin: 10px 1% 50px 1%;
		min-height: 40px;
		overflow: hidden;
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		color: #666;
	}
	.coluna_rodape_c, .coluna_rodape_e, .coluna_rodape_d
	{
	  width: 80%;
	  min-height: 50px;
	  float: none;
	  margin: 10px auto;
	}	
	.cont_menu {
		width: 300px;
		min-height: 70px;
	}
	
	
	#campo3, #campo4 {
	  width: 94.3%;
	  height: 45px;
	  margin: 10px auto;
	  font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	  font-size: 18px;
	  padding-left: 1%;
	  float: none;
		background-color: #f7f8f9;
	  border: 1px solid #ccc;
	  box-shadow: 0px 0px 0px #fff inset;
	  border-radius: 4px;
	  box-shadow: none;
  }
 
  .busca_int
  {
	width: 100%;
	height: 45px;
	float: left;
  }
  .botao_int
  {
	width: 100%;
	height: 45px;
	float: left;
  }
  #txtBusca {
	 width: 90%;
  }
  #btnBusca {
	float: right;
  }
  #cookies_a
  {
	width: 95%;
	min-height: 30px;
	float: none;
	text-align: center;  
	padding-left: 1%;
	padding-right: 1%;
  }
  #cookies_b
  {
	width: 95%;
	min-height: 30px;
	float: none;
	color: #ffffff;
	text-align: center!important;
	padding-top: 10px;
	padding-bottom: 0px;  
  }  
   ::-webkit-scrollbar {
      width: 0px;
  }
  .janela_curso
	{
		width: 92%;
		min-height: 500px;
		position: absolute;
		left: 2%;
		top: 20px;	 
	}
  }  

  @media all and (max-width: 550px) {
	.text-container h4, .text-container h4 b {
		margin-top: -80px;
		font-size: 28px;
	}
	h2
	{
        width: 98%;
	}
	.ver_todos {		
		margin: 10px 5% 10px 5%;
		width: 90%;
	}
	.video_modulo {
		width: 96%;
		height: 400px;
		margin: 0px auto;
	}
	.janela_curso
	{
		width: 92%;
		min-height: 550px;
		position: absolute;
		left: 2%;
		top: 20px;	 
	}
	.cont_texto_estudo3 {
        width: 90%;
        min-height: 300px;
        float: left;
        margin: 320px 5% 10px 5%;
        position: relative;
        z-index: 35;
    }
	.cont_video_estudo {
        width: 80%;
        height: 450px;
        overflow: hidden;
        float: right;
        text-align: right;
        margin: -830px 10% 0 10%;
        z-index: 34;
        position: relative;
    }
	.apenas
	{
		font-size:16px;
		color:#888;
		width: 100%;
		float: left;
		padding-top:5px;
		text-align: center;
	}
	.tit_dest, .tit_dest_sub {
		text-align: center;
	}
	.item_mini {
		width: 98%;
	}
	.destaques_foto1 {
		min-height: 250px;
		width: 70%;
		float: none;
		margin: 10px auto; 		
	}
	.destaques_texto1 {
		min-height: 100px;
		width: 98%;
		float: none;
		margin: 10px auto; 		 
	}
	.cont_topico
	{
		width: 70%;
		min-height: 300px;
		float: none;		
		margin: 20px auto;
	}	
	.cont_topico2
	{
		width: 70%;
		min-height: 200px;
		float: none;		
		margin: 20px auto;
	}	
	
  }
  @media all and (max-width: 520px) {
	.video_modulo2
	{
		width: 98%;
		height: 350px;
		margin: 0px auto;
	}
	.cont_menu {
		width:100%;
		min-height: 70px;
	}
	.menu_int2_a {
		min-width: 25%;
	}
	.menu_int2_b {
		min-width: 25%;
		float: left;
		margin-left: 2%;
	}	
	.logo
	{
		width: 100%;
		float: left;
		text-align: center;	
		border-bottom: 1px solid #f1bd86;	
	}
		
	h2
	{
        width: 90%;
	}
		  
	.janela {
	  width: 90%;
	 	  position: absolute;
	  left: 2%;
	  top: 50px;
  }
  .user_nome {
    padding-top: 5px;
    color: #666;
	margin-left: 10px;
}
.cont_topo {
   height: 140px;
}
.cont_cert_icon
	{
		min-height: 100px;
		width: 90%;
		float: none;
		margin: 10px auto; 
		border: 1px solid #e1e1e1;
		border-radius: 5px;
		overflow: hidden;
	}
	.video_modulo {
		width: 96%;
		height: 400px;
		margin: 0px auto;
	}
	.destaques_foto2 {
		height: auto;
		width: 78%;
		float: none;
		margin: 10px auto;
		overflow: hidden;
		text-align: center;
	}
	.destaques_texto2 {
		min-height: 200px;
		width: 98%;
		float: none;
		margin: 10px auto;
		text-align: center;
	}
	.tit_dest2, .tit_dest_sub2  {
		text-align: center;
	}
	.bot_dest2 {
		min-height: 30px;
		width: 98%;
		float: left;
		margin: 10px 1% 10px 1%;
		border-radius: 5px;
		background-color: #f1f1f1;
		border: 1px solid #e1e1e1;
		text-align: center;
		color: #333;
		padding-top: 5px;
	}
  }  

  @media all and (max-width: 500px) {
  .cont_texto_estudo {
	width: 90%;
	min-height: 300px;
	float: left;
	margin: 320px 5% 10px 5%;
	position: relative;
	z-index: 35;
}
.cont_img_estudo {
	width: 90%;
	height: 450px;
	overflow: hidden;
	float: right;
	text-align: right;
	margin: -795px 5% 0 5%;
	z-index: 34;
	position: relative;
}
.cont_img_estudo img 
{
	width: 100%;
	margin-left: 0%;
	
}

.cont_texto_estudo2 {
	width: 90%;
	min-height: 100px;
	float: left;
	margin: 230px 5% 10px 5%;
	position: relative;
	z-index: 35;
	background-color: #f1f1f1;
}
.cont_img_estudo2 {
	width: 90%;
	height: 450px;
	overflow: hidden;
	float: right;
	text-align: right;
	margin: -600px 5% 0 5%;
	z-index: 34;
	position: relative;
}
.cont_img_estudo2 img 
{
	width: 100%;
	margin-left: 0%;
	
}
.tit_estudo2 {
text-align: center;
font-size: 30px;
}
.texto_estudo2 {
    text-align: center;
}
}
  @media all and (max-width: 490px) {
    .cont_video_estudo {
        width: 80%;
        height: 450px;
        overflow: hidden;
        float: right;
        text-align: right;
        margin: -830px 5% 0 5%;
        z-index: 34;
        position: relative;
    }
    .cont_texto_estudo3 {
        width: 90%;
        min-height: 300px;
        float: left;
        margin: 330px 5% 10px 5%;
        position: relative;
        z-index: 35;
    }
  }
  @media all and (max-width: 450px) {
	
	#bot_continue
 {
	 width: 90%;
	 text-align: center;
	 height: 30px;
	 float: left;
	 border-radius: 3px;
	 margin-left: 0%;
	 background-color: #FF8605;
	 border: 0px solid #e1e1e1;
	 color: #fff !important;
	 padding-top: 9px;
	 margin: 7px 5% 7px 5%;
 }
	.video_modulo {
		width: 96%;
		height: 450px;
		margin: 0px auto;
	}
	.video_modulo2
	{
		width: 98%;
		height: 330px;
		margin: 0px auto;
	}
	.destaques_foto1 {
		min-height: 250px;
		width: 90%;
		float: none;
		margin: 10px auto; 		
	}
	 
	#txtBusca {
	  width: 85%;
   }
	.cont_capcha
	  {
		  width: 90%;
		  float: left;
		  margin: 20px 5% 20px 5%;
		  min-height: 50px; 
	}
	.capcha
	  {
		  width: 90%;
		  float: none;
		  margin: 0px auto;
		  min-height: 50px; 
	  }
	  
	  #capcha_campo
	  {
		  width: 90%;
		  float: none;
		  margin: 10px auto;
		  min-height: 40px; 
	  }
	.coluna_rodape_c, .coluna_rodape_e, .coluna_rodape_d
	{
	  width: 90%;
	  min-height: 50px;
	  float: none;
	  margin: 10px auto;
	  text-align: center;
	}
	.cont_topico
	{
		width: 80%;
		min-height: 300px;
		float: none;		
		margin: 20px auto;
	}	
	.cont_topico2
	{
		width: 80%;
		min-height: 200px;
		float: none;		
		margin: 20px auto;
	}	
    }
	   @media all and (max-width: 433px) {	
    .cont_video_estudo {
        width: 80%;
        height: 450px;
        overflow: hidden;
        float: right;
        text-align: right;
        margin: -900px 10% 0 10%;
        z-index: 34;
        position: relative;
    }
}

   @media all and (max-width: 400px) {	
	.bloco_afi
{
  width: 97%;
  height: 170px;
  border-radius: 10px;
  margin: 10px 1% 10px 1%;
}

	.bot_dest {
		height: 30px;
		width: 96%;
		float: left;
		margin: 10px 2% 10px 2%; 		
	}
	.cont_topico
	{
		width: 80%;
		min-height: 300px;
		float: none;		
		margin: 20px auto;
	}	
	.cont_topico2
	{
		width: 80%;
		min-height: 200px;
		float: none;		
		margin: 20px auto;
	}	  
	.foto_iten {
        width: 99%;
        height: 230px;
    }
 

  h2 {
	font-size: 16px;
	margin-top: 0px;
  }
  .cont_redes_rodape {
    min-width: 20%;    
    text-align: center;
    margin: 10px auto;
    float: none;
}
   }
   @media all and (max-width: 370px) {
	.video_modulo {
		width: 96%;
		height: 400px;
		margin: 0px auto;
	}
}