
@font-face {

    font-family: "Segoe UI" ;
    src: url("Segoe UI") format("truetype");
 
}
* {
  margin: 0;
  padding: 0;
  
}
body,
html {
  height:100%;
  font-family:sans-serif;
  line-height:1.5;
}
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-thumb { 
 background: #0098F9;
 border-radius: 0px;
 border: 0px solid #FFF; 
 
}
p
{
  font-size: 20px;
  text-align: left;
  color: #555!important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-weight: 100;
  min-height: 30px;
  text-decoration: none!important;  
}
p, a:link, a
{
    text-decoration: none!important;  
}
h1
{
  font-size: 20px;
  text-align: center;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-weight: 100;
  
}
h2
{
  font-size: 28px;
  text-align: left;
  color: #00509c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-weight: 100;
}
h3
{
  font-size: 30px;
  text-align: center;
  color: #00509c;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-weight:lighter;
  width: 100%;
  float: left;
}
h4
{
  font-size: 50px;
  text-align: center;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  padding: 10px;
  font-weight: 0;
  min-height: 80px;
}
h5 {
  width: 100%;
  min-height: 60px;
  padding-top: 0px;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  color: #888;
  text-align: left;
  font-weight: lighter;
  margin-top: 0px;  
}
label
{
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  color: #777;
  font-size: 14px;
  text-align: center;
  width: 100%;
  float: left;
}
.cont_label
{
  width: 47%;
  float: left;
  height: auto;
  margin: 0 1.5% 0 1.5%;
}
.cont_topo
{
	width: 100%;
  min-height: 85px !important;
  background-color: #f1f1f1;	
	position: fixed;
  z-index: 99;
  top: 0px;
  -webkit-box-shadow: 0px -2px 8px 0px #666;
  -moz-box-shadow: 0px -2px 8px 0px #666;
  box-shadow: 0px -2px 8px 0px #666;
  
  }
.topo
{
	max-width: 1200px;
	min-height: 80px !important;
	border: 0px solid #000;
  margin: 0px auto;
  }
.logo
{
  width: auto;
  height: 65px;
	float: left;
	margin-top: 15px;
	z-index: 88;
  image-rendering: optimizeQuality;
  border: 0px solid #fff;
}
.logo img
{
  height: 65px;
}

.cont_menu
{
	width: 750px;
	min-height: 80px;
	float: right;
	margin-top: 0px;
	z-index: 12;
	position: relative;
	border: 0px solid #fff;
}
.menu_int
{
	width: 100%;
	min-height: 30px;
  float: right;
	margin-top: 20px;
	z-index: 12;
	position: relative;
  border: 0px solid #000;
  
}
.menu_int2
{
	width: 100%;
	min-height: 30px;
	float: right;
	margin-top: 0px;
	z-index: 12;
	position: relative;
  border: 0px solid #fff;
  
}
.menu_int2_a
{
  min-width: 100%;
	min-height: 30px;
	float: right;
}
.menu_int2_b
{
  width: 100%;
	min-height: 30px;
	float: right;
}
.ico_rede_top {
    width: 28px;
    float: right;
    margin: 5px 5px 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: 0px;
}
.conteudo {
	padding: 0px 0 20px 0;
	min-height: 100px;
	margin: 110px auto;
	max-width: 1200px;
	color: #333;
	overflow: hidden;	
}
.conteudo_home {
	padding: 0px 0 20px 0;
	min-height: 100px;
	margin: 0px auto;
	max-width: 1200px;
	color: #333;
	overflow: hidden;	
}
.cont_banner {
	background-color: #FFf;
  min-height: 500px;
  position: relative; 
  width: 100%!important; 
  text-align: center;
  float: left;
  margin-top: 75px;
   overflow: hidden;
  
}
.cont_banner img {
  width: 100%;
}

.botao_topo
{
  min-width: 10px;
  height: 23px;
  border: 0px solid #00baff;
  border-radius: 14px;
  text-align: center;
  padding: 2px 10px 0px 10px;
  margin: 5px 5px 0 5px;
  float: right;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed Light", Calibri, Century Gothic,  Arial;
  background-color: #00baff;
  -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}
.botao_topo:hover
{
  border: 0px solid #00baff;
  color:#fff;
  background-color: #ef9600;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}
.cont_tel
{
  min-width: 10px;
  height: 23px;
  border: 0px solid #00baff;
  text-align: center;
  padding: 2px 10px 0px 10px;
  margin: 5px 5px 0 5px;
  float: right;
  position: relative;
  color: #111;
  font-size: 16px;
  font-family: 'Roboto Condensed Light', Calibri, Century Gothic,  Arial;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.cont_tel:hover
{
  opacity: 0.6;
}
.cont_tel img
{
   float: left;
   width: 25px;
   height: auto;
   margin-right: 5px;
}
.text_tel
{
  min-width: 10px;
  height: 23px;
   text-align: center;
  margin: 0px 0px 0 0px;
  float: left;
  position: relative;
  color: #111;
  font-size: 16px;
  font-family: 'Roboto Condensed Light', Calibri, Century Gothic,  Arial;
}
.text_apostila
{
  width: 75%;
  height: 23px;
   text-align: left;
  margin: 0px 0px 0 0px;
  float: right;
  position: relative;
  padding-top: 15px;
  color: #888;
  font-size: 16px;
  font-family: 'Roboto Condensed Light', Calibri, Century Gothic,  Arial;
}
.cont_rodape
{
	width: 100%;
	min-height: 150px !important;
	background-color: rgb(59, 64, 68); 
	z-index: 99;
  float: left;
  position: relative;
  }
.rodape
{
	max-width: 1200px;
	min-height: 100px !important;
	border: 0px solid #000;
  margin: 0 auto;
  
}

.rodape_sub
{
	max-width: 1200px;
	min-height: 60px !important;
	border: 0px solid #000;
  margin: 0 auto;
  border-top: 2px solid #555; 
}
.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: 50%;
  min-height: 100px;
  position: absolute;
  left: 25%;
  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;
}
.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 {
  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;
}
#select1 {
  width: 95.0%;
  min-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;
}
#campo3, #cpf, #telefone {
    width: 44.3%;
    height: 35px;
    margin: 10px 1.7% 10px 1.8%;
    font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-left: 10px;
    float: left;
    background-color: #f7f8f9;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
}

#campo4 {
    width: 72%;
    height: 45px;
    margin: 10px 1% 10px 2%;
    font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-left: 10px;
    float: left;
    background-color: #f7f8f9;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
}
#campo5 {
  width: 94.3%;
  height: 35px;
  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;
}
#estado, #cidade {
  width: 44.3%;
  min-height: 45px;
  margin: 10px 1.3% 10px 1.3%;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-left: 10px;
  float: left;
  background-color: #f7f8f9;
border: 1px solid #ccc;
box-shadow: 0px 0px 0px #fff inset;
border-radius: 4px;
box-shadow: none;
position: relative;
}
.option {
  width: 95.0%;
  height: 45px;
  margin: 0px auto 10px;
  font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  padding-left: 0%;
  float: none;
  text-align: left;  
}
#txtbut {
  width: 96%;
  height: 40px;
  margin: 20px 2% 20px 1.5%;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #007cba;
  color: #fff!important;
  padding: 7px 0 0 0;
  text-decoration: none;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
}
#btnEnviar {
  width: 96%;
  height: 40px;
  margin: 20px 2% 20px 1.5%;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #007cba;
  color: #fff!important;
  padding: 5px 0 5px 0;
  text-decoration: none;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
}
.caixa_serv_e
{
  width: 23.5%;
  float: left;
  min-height: 80px;
  margin: 10px 1% 10px 0%;
  background-color: #00509c;
}
.caixa_serv
{
  width: 23.5%;
  float: left;
  min-height: 80px;
  margin: 10px 1% 10px 1%;
  background-color: #00509c;
}
.caixa_serv_d
{
  width: 23.5%;
  float: left;
  min-height: 80px;
  margin: 10px 0% 10px 1%;
  background-color:#00509c;
}
.icon_serv
{
  width: 24%;
  height: auto;
  float: left;
  margin: 10px 1% 10px 1%;
}
.icon_serv img
{
  width: 90%;
  height: auto;
  margin-top: 5%;
  margin-right: 5%;
  margin-left: 5%;
}
.texto_serv
{
  width: 65%;
  min-height: 50px;
  float: left;
  margin: 15px 1% 10px 2%;
  color: #FFF;
  text-align: left;
  font-size: 18px;
}
.min
{
	width: 47%;
	float: left;
	min-height: 200px;
	border: 1px solid  #e1e1e1;
	margin: 10px 1% 20px 1%;
	padding: 0px;
	-webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
	overflow: hidden;
  text-align: left;
  align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.min:hover
{
  opacity: 0.8;
}
 .min img
{
	width: 25%;
	height: auto;
  float: left;
  margin: 0px 0 0 0;	
}

.lbox
{
	visibility: hidden;
	opacity: 0;
	height: 50px;
	
	
}
.lbox:target
{
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(10,10,10,.7);
	position: fixed;
	z-index: 99;
	-webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.box_img
{
	width: 70%;
	min-height: 10px;
	margin: 20px auto;
	text-align: center;
	z-index: 99;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}
.box_img img
{
	opacity: 0;
	height: 10px;
	margin: 0 auto;
	width: 60%;
}
.lbox:target .box_img img
{
	opacity: 1;
	transition: opacity .4s linear;
	height: 60%;
}
.btn
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 40px;
	text-align: center;
}
#prev
{
	left: 5%;
	top: 45%;
}
#next
{
	right: 5%;
	top: 45%;
}
#close
{
	top: 0;
	right: 2%;
}
.subtitu {
  width: 70%;
  padding-left: 1%;
  padding-right: 1%;
  color: #555;
  text-align: left;
  font-size: 20px;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  float: right;
}
.cont_cadastro {
  width: 60%;
  min-height: 400px;
  background: transparent;
  float: none;
  border: 0px solid #d1d1d1;
  text-align: center;
  color: #333;
  display: inline-block;
  margin: 20px 20% 10px 20%;
}
#descrito {
  width: 94.3%;
  height: 100px;
  margin: 10px auto;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-left: 10px;
  float: none;
  background-color: #f7f8f9;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
}
#arquivo
{
  min-width: 50%;
  height: 35px;
  float: none;
  margin: 10px auto;
  font-size: 16px;
  text-align: center;
  color: #555;
}
.labe {
  width: 95%;
  color: #444;
  float: left;
  height: 10px;
  padding-top: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
}
.label_capcha
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	height: 15px;
	margin: -10px 0 20px 0;
}
.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_lembrete
  {
    width: 95%;
    min-height: 30px;
    float: none;
    margin: 10px auto;
    
  }
  .lembrete
  {
    width: 48%;
    min-height: 30px;
    float: left;
    margin: 0px 1% 0 1%;
    text-align: center;
    font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #555;   
    font-weight: 600;
  }
  .lembrete:hover
  {
    opacity: 0.6;
  }

.rodape
{
	max-width: 1200px;
	position:relative;
	margin: 0 auto;
	border: 0px solid #fff;
  min-height: 50px;
  padding-top: 30px;
}
.col_rod_1 {
    width: 50%;
    float: left;
    border: 0px solid #FFF;
    text-align: left;
}
.col_rod_1 p {
  font-size: 18px;
  color: #FFF;
  font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
}

.tit {
    font-size: 18px;
    color: #FFF;
    font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
}
.col_rod_2 {
    width: 34%;
    float: right;
    border: 0px solid #FFF;
    text-align: right;
}
.tit {
    font-size: 20px;
    color: #FFF;
    font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
}
.txt_rod {
    font-size: 16px;
    color: #FFF;
    font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
    text-align: right;
}
.fon {
    margin-top: 0px;
    font-size: 20px;
    margin-left: 5px;
    float: right;
    color: #56636B;
    font-family: "Roboto Condensed Light", Calibri, Arial, Helvetica, sans-serif;
}
.col_rod_2 {
    width: 24%;
    float: left;
    border: 0px solid #FFF;
    text-align: right;
	font-family: Calibri, Arial, "Century Gothic";
}
.col_rod_1 p {
    color: #fff;
    font-family: Calibri, Arial, "Century Gothic";
    font-size: 18px;
}
.cont_cur_adm
{
  width: 99%;
  min-height: 80px;
  background-color: #f1f1f1;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  float: left;
  margin: 10px 0% 0 0%;
  }
.bot_add_cur
{
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background-color: #00509c;
  color:#fff;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  float: right;
  margin-top: -60px;
  cursor: pointer;
}
.bot_add_cur:hover
{
  background-color: #007cba;
}
.foto_cur_adm
{
  height: 70px;
  width: 8%;
  margin: 5px;
  float:left;
  overflow: hidden;
  border-radius: 5px;
  margin: 5px 1% 5px 1%;
}
.foto_cur_adm img
{
  height: 100%;
  width: auto;
}
.icon_apostila
{
  height: 50px;
  width: 50px;
  margin: 5px;
  float:left;
  overflow: hidden;
  border-radius: 5px;
  margin: 5px 1% 5px 1%;
}
.icon_apostila img
{
  height: 100%;
  width: auto;
}

.conteudo_a {
  width: 20%;
  min-height: 200px;
  float: left;
  margin: 0 0 10px 0;
}
.conteudo_b {
  width: 79%;
  float: left;
  margin: 0 0 10px 1%;
  min-height: 200px;
}
.vitrine
{
width: 100%;
min-height: 70px;
margin: 10px auto;
background-color: #f6f6f6;
border-radius: 5px;
overflow: hidden;
}
.vitrine:hover
{
background-color: #e6e6e6;
color: #fff;
}
.vitrine1
{
width: 3px;
min-height: 70px;
float: left;
background-color: #00baff;
border-radius: 5px 0 0 5px;;
}

.vitrine_foto
{
border-radius: 100px;
  margin: 12px 5px 0px 10px;
  vertical-align: middle;
  width: 50px;
height: 45px;
float: left;
overflow: hidden;	

}
.vitrine_foto img
{
height: 100%;
}
.txt_vitrine
{
color: #888;
  font-size: 14px;
  vertical-align: middle;
width: 90%;
float: none;
margin: 25px auto;
text-decoration: none;
}
.txt_vitrine a, a:link
{
text-decoration: none;
}
.cont_nome_adm
{
  color: #888;
  font-size: 14px;
  vertical-align: middle;
  width: 30%;
  height: 80px;
  float: left;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #e1e1e1;
  text-align: left;
  display: flex;
  align-items: center
}
.cont_item_adm
{
  color: #00baff;
  font-size: 14px;  
  width: 10%;
  height: 80px;
  float: right;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #e1e1e1;  
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.cont_item_adm:hover
{
background-color: #e1e1e1;
}
.foto_cur_edit
{
  width: 250px;
  height: auto;
  float: none;
  margin: 10px auto;
}
.foto_cur_edit img
{
  width: 100%;
}

.cont_cert
{
  width: 20%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 20px;
  border: 0px solid #b1b1b1;
  
}
.cont_cert img
{
  width: 100%;
}
.cont_curso_front
{
  width: 21%;
  min-height: 250px;
  float: left;
  margin: 10px 2% 10px 2%;
  overflow: hidden;
  position: relative;
}
.cont_curso_front img
{
  width: 100%;
}
.tit_curso
{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  
}
.c_nome
{
  width: 100%;
  height: 45%;
  position: absolute;
  background-color: #56636B;
  bottom: 0;
  left: 0;  
  display: table;
  color: #fff;
}
.c_nome p
{
  text-align: center;
  font-size: 28px;
  display: table-cell;
  vertical-align: middle;
  color: #fff!important;
  position: relative;
}
.cont_esquerda
{
  width: 20%;
  min-height: 300px;
  float: left;
  position: relative;
}
.cont_esquerda2
{
  display: none;
  width: 95%;
  min-height: 300px;
  float: left;
  margin: 10px 2.5% 10px 2.5%;
  position: relative;
}
.cont_direita
{
  width: 75%;
  min-height: 300px;
  float: right;
  font-size: 22px;
  text-align: left;
  overflow: hidden;
}
.bot_insc
{
  float: left;
  width: 102%;
  min-height: 50px;
  text-align: center;
  color: #fff;
  background-color: yellowgreen;
  border-radius: 5px;
  padding-top: 10px;
  font-size: 22px;
}
.bot_insc:hover
{
  background-color: rgb(106, 143, 31);
  cursor: pointer;
}
.bot_insc2
{
  float: none;
  width: 35%;
  min-height: 50px;
  text-align: center;
  color: #fff;
  background-color: yellowgreen;
  border-radius: 5px;
  padding-top: 10px;
  font-size: 18px;
  margin: 20px auto;
}
.bot_insc2:hover
{
  background-color: rgb(106, 143, 31);
  cursor: pointer;
}
.bot_insc2 a:link
{
  font-size: 22px;
  text-align: center;
  padding-left: -10px;
}

.bot_select
{
  float: left;
  width: 46%;
  min-height: 50px;
  text-align: center;
  color: #fff;
  background-color: rgb(39, 104, 201);
  border-radius: 5px;
  padding-top: 12px;
  font-size: 22px;
  margin: 50px 2% 50px 2%;
}
.bot_insc:hover
{
  background-color: rgb(17, 74, 148);
  cursor: pointer;
}
.video_pri {
  width: 80%;
  min-height: 100px;
  float: left;
  margin: 10px 5% 20px 5%;
  background-color: #fff;
}
.icone_modulo
{
  width: 29.3%;
  height: 150px;
  float: left;
  margin: 10px 2% 10px 2%;
  position: relative;   
}
.icone_modulo img
{
  width: 100%;
  height: auto;
}
.icone_modulo:hover
{
  opacity: 0.8;
}
.txt_modulo
{
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;   
   display: table;
   
}
.txt_modulo p
{
  display: table-cell;
  vertical-align: middle;
  color:#fff!important; 
  text-align: center;
  font-family: Calibri, Arial;
  font-size: 22px;
  height: 100%;
  font-weight: 700;
}
.voltar
{
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 22px;
  color: #666;
  float: left;
  position: absolute;
  bottom: 0;
}
.bot_pergunta
{
  width: 95%;
  height: 35px;
  float: left;
  margin: 10px 2.5% 10px 2.5%;
  text-align: center;
  padding-top: 7px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 5px;
}
.bot_pergunta:hover
{
  background-color: rgba(0, 0, 0, 0.2);
}
.cont_resp
{
  width: 93%;
  height: 300px;
  float: left;
  margin: 10px 2.5% 10px 2.5%;
  text-align: left;
  padding: 1%;
  background-color: #fff;
  color: #444;
  border-radius: 5px;
  overflow: auto;
}

/*------------------------------Medias-------------------------------------*/


@media all and (max-width: 1200px) {
  .conteudo
  {
    margin: 90px 1% 10px 1%;
  }

}
@media all and (max-width: 1100px) {
.c_nome
{
  height: 50%;
}
}

@media all and (max-width: 1000px) {
.cont_esquerda
{
  width: 25%;
}
.cont_direita
{
  width: 70%;
}
  .cont_curso_front
{
  width: 23%;
  min-height: 250px;
  margin: 10px 1% 10px 1%;
 }
.c_nome p
{
  font-size: 26px;
}
    .janela
    {
        width: 60%;
        min-height: 100px;
        position: absolute;
        left: 20%;
    }
    .cont_topo
    {
        position: relative;
        float: left;
        
    }
    .topo {
        min-height: 85px !important;
    }
    .cont_menu
    {
       width: 650px;
    }
    .botao_home
    {
       width: 50%;
    }  
    .cont_banner {
      margin-top: -25px;
    } 
    .conteudo
  {
    margin: 0px 1% 10px 1%;
  } 
}

@media all and (max-width: 900px) {
  .icone_modulo
  {
    width: 46%;
       
  }
    .cont_menu
    {
      width: 550px;
    }
}

@media all and (max-width: 850px) {

  .cont_curso_front
  {
    width: 23%;
    min-height: 250px;
    margin: 10px 1% 10px 1%;
   }
  .c_nome
  {
    height: 55%;
  }
  .c_nome p
  {
    font-size: 26px;
  }
  .caixa_serv_e, .caixa_serv, .caixa_serv_d {
    width: 46%;
    min-height: 80px;
    margin: 10px 2% 10px 2%;   
}
.conteudo_a {
  width: 100%;
  min-height: 50px;
  float: left;
  margin: 0 0 0 0;
}
.conteudo_b {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  min-height: 200px;
}
}
@media all and (max-width: 800px) {
.cont_esquerda
{
  width: 35%;
}
.cont_direita
{
  width: 60%;
}
  .cont_curso_front
  {
    width: 46%;
    min-height: 250px;
    margin: 10px 2% 10px 2%;
   }
  .c_nome
  {
    height: 40%;
  }
  .c_nome p
  {
    font-size: 28px;
  }
  .cont_cadastro {
    width: 90%;
    min-height: 400px;
    background: transparent;
    float: none;
    border: 0px solid #d1d1d1;
    text-align: center;
    color: #333;
    display: inline-block;
    margin: 20px 5% 10px 5%;
  }
  
    .foto_e {
      max-width: 50%;
      
      }
    .cont_menu
    {
      width: 450px;
    }
    .min
{
	width: 90%;
  float: left;
  margin: 20px 5% 10px 5%;
}
}

@media all and (max-width: 700px) {
  .video_pri {
    width: 100%;
    margin: 10px 0% 10px 0%;
   
  }
.cont_esquerda
{
  display: none;
}
.cont_esquerda2
{
  display: block;
}
.cont_direita
{
  width: 100%;
  min-height: 200px;
  float: left;
  
}
  .icone_modulo
  {
    width: 48%;
    height: 170px;  
    float: left;
    margin: 10px 1% 10px 1%;    
  }
  .bot_select, .bot_insc2
{
  width: 90%;
  margin: 30px 5% 30px 5%;
}
  .cont_cert
{
  width: 30%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 20px;
  border: 0px solid #b1b1b1;
}
    .janela {
      width: 90%;
      min-height: 100px;
      position: absolute;
      left: 3%;
  }
    .cont_menu
    {
      width: 350px;
    }
    .foto_cur_adm {
      height: 40px;
      width: 15%;
      float: left;
      overflow: hidden;
      border-radius: 5px;
      margin: 5px 1% 5px 1%;
  }
  .cont_nome_adm {
    color: #888;
    font-size: 14px;
    vertical-align: middle;
    width: 82%;
    height: 50px;
    border-right: 0px;
    border-bottom: 0px solid #e1e1e1;   
}
.cont_item_adm {
  width: 18%;
  height: 40px;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
}

@media all and (max-width: 670px) {
  .cont_esquerda
{
  width: 70%;
  float: none;
  margin: 10px auto;
}
.cont_direita
{
  width: 90%;
  float: none;
  margin: 50px auto;
}
    .cont_banner
    {
      height: 300px!important;
      overflow: hidden;
    }
  }
  
@media all and (max-width: 650px) {
    .botao_home {
    width: 90%;
    margin: 10px auto;
  }
}

@media all and (max-width: 600px) {
  .cont_esquerda
  {
    width: 90%;
    float: none;
    margin: 10px auto;
  }
  .cont_cert
{
  width: 45%;
  height: auto;
  float: left;
  margin: 10px 2% 10px 2%;
  border: 0px solid #b1b1b1;
}
    .cont_topo
    {
      margin-top: 0px;
      min-height: 140px;  
    }
    .cont_menu
    {
      min-width:10%;
      float: none;
      margin: 0px auto;
      min-height: 50px;      
    }
    .logo {
      width: auto;
      height: 65px;
      float: none;
      margin: 5px auto!important;
      }
    .topo{
      text-align: center;
      padding-top: 5px;
      min-height: 140px!important;  
    }
    .menu_int {
      width: 100%;
      min-height: 30px;
      float: right;
      margin-top: 0px;
      z-index: 12;
      position: relative;
      border: 0px solid #000;
  }
}

@media all and (max-width: 500px) {
  .icone_modulo
  {
    width: 48%;
    height: 120px;  
    float: left;
    margin: 10px 1% 10px 1%;    
  }
  .cont_curso_front
  {
    width: 70%;
    min-height: 250px;
    float: none;
    margin: 10px auto;
   }
  .c_nome
  {
    height: 40%;
  }
  .c_nome p
  {
    font-size: 26px;
  }
  
  .cont_cert
  {
    width: 80%;
    height: auto;
    float: left;
    margin: 10px 9% 10px 9%;
    border: 0px solid #b1b1b1;
  }
  .lembrete
  {
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 10px auto;
   
  }
  .caixa_serv_e, .caixa_serv, .caixa_serv_d {
    width: 80%;
    min-height: 80px;
    margin: 10px 10% 10px 10%;
   
}
  .foto_e {
      max-width: 100%; 
      margin-right: 0%;   
   }
    .janela {
      width: 90%;
      min-height: 100px;
      position: absolute;
      left: 2%;
  }
  #campo3, #cpf, #telefone
  {
    width: 94.3%;
    height: 35px;
    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;
  }
  }
  @media all and (max-width: 440px) {
    .cont_curso_front
  {
    width: 90%;
    min-height: 250px;
    float: none;
    margin: 10px auto;
   }
  .c_nome
  {
    height: 40%;
  }
  .c_nome p
  {
    font-size: 26px;
  }
    .cont_capcha
	{
		width: 90%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
	.capcha
	{
		width: 80%;
		float: none;
		margin: 0px auto;
		min-height: 50px; 
	}
	
	#capcha_campo
	{
		width: 80%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
    .cont_banner
    {
      min-height: 200px!important;
      overflow: hidden;
    }
    .banner
    {
      min-height: 200px!important;
      overflow: hidden;
    }
    .conteudo
    {
      margin-top: 0px;
    }
    .subtitu {
      width: 98%;
      text-align: center;
    }
    .min img {
      width: 70%;
      margin: 10px;
    }

  }
  
  
  @media all and (max-width: 400px) {
    .caixa_serv_e, .caixa_serv, .caixa_serv_d {
      width: 90%;
      min-height: 80px;
      margin: 10px 5% 10px 5%;     
  }
      
    .botao_topo {
      width: 90%;
      height: 23px;
      border: 1px solid #00baff;
      border-radius: 14px;
      text-align: center;
      padding: 2px 10px 0px 10px;
      margin: 5px auto;
      float: none;
    }
    .menu_int2_b {
      min-width: 100%;
      float: left;
      text-align: center;
      height: 0px;
      display: block;
  }
    .menu_int2_a {
      min-width: 100%;
      float: left;
      text-align: center;
  }
  .cont_menu {
    width: 95%;
    min-height: 30px;
  }
  
  h4 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  h2 {
    font-size: 16px;
    margin-top: 0px;
  }
  .cont_topo
    {
      min-height: 180px!important;
    }
    .topo{
      min-height: 150px;
    }
    .cont_item_adm {
      width: 33%!important;
      height: 40px;
      margin: 0;
      text-decoration: none;
      border-right: 1px solid #e1e1e1;
      border-top: 1px solid #e1e1e1;
    }
    .cont_tel {
      min-width: 10px;
      padding: 2px 2px 0px 2px;
      margin: 5px 5px 0 5px;      
  }
  }
