/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4rem;
	   -moz-border-radius: 4rem;
	        border-radius: 4rem;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10rem 25rem rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10rem 25rem rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10rem 25rem rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14rem/20rem "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15rem;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/js/fancyBox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22rem;
	margin-left: -22rem;
	background-position: 0 -108rem;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44rem;
	height: 44rem;
	background: url('/js/fancyBox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18rem;
	right: -18rem;
	width: 36rem;
	height: 36rem;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36rem;
	height: 34rem;
	margin-top: -18rem;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10rem;
	background-position: 0 -36rem;
}

.fancybox-next span {
	right: 10rem;
	background-position: 0 -72rem;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999rem;
	left: -9999rem;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/js/fancyBox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13rem/20rem "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35rem;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2rem 20rem;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15rem;
	   -moz-border-radius: 15rem;
	        border-radius: 15rem;
	text-shadow: 0 1rem 2rem #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24rem;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10rem;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10rem;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10rem;
	background: #000;
	background: rgba(0, 0, 0, .8);
}/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
	width: 940rem;
	height: 450rem;
	background: #000 url('/js/orbit-slider/orbit/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1rem;
    height: 1rem;
    position: relative; }

div.orbit {
    width: 1rem;
    height: 1rem;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40rem;
    height: 40rem;
    overflow: hidden;
    position: absolute;
    top: 10rem;
    right: 10rem;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40rem;
    height: 40rem;
    position: absolute;
    top: 0;
    left: -20rem;
    background: url(/js/orbit-slider/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20rem;
    height: 40rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40rem;
    left: 0;
    background: url(/js/orbit-slider//js/orbit-slider/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40rem;
    height: 40rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/js/orbit-slider//js/orbit-slider/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(/js/orbit-slider/orbit/pause-black.png) no-repeat 0 -40rem }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7rem 0;
    font-size: 13rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78rem;
    height: 100rem;
    text-indent: -9999rem;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50rem;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(/js/orbit-slider/orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(/js/orbit-slider/orbit/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40rem;
    left: 50%;
	margin-left: -50rem;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5rem;
    cursor: pointer;
    color: #999;
    text-indent: -9999rem;
    background: url(/js/orbit-slider/orbit/bullets.jpg) no-repeat 4rem 0;
    width: 13rem;
    height: 12rem;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -8rem 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100rem;
    height: 75rem; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2rem solid #000; }@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

@font-face {
 font-family: MyCustomFont;
 src: url("../font/Myriad_Condensed_Web.eot"); /* EOT file for IE */
}

@font-face {
 font-family: MyCustomFont;
 src: url("../font/Myriad_Condensed_Web.ttf"); /* TTF file for CSS3 browsers */
}

html{
	font-size: 1px;
}

body {
	background: url(../imagens/fundo.jpg) repeat-x #fff;
	line-height: 14rem;
	font-size: 14rem;
	font-family: MyCustomFont, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #646464;
	text-align: justify;
	letter-spacing: 0.001em;
	text-shadow:none;
}

img {
	border: none;	
}

a, a:hover {
	text-decoration: none;
	color: #969696;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #f60;
}

#modal-inscricao, #_erros {
	display: block;
	margin: auto;
	width: 500rem;
	border-radius: 7rem;
}

#_erros {
	width: 900rem;
}

#modal-inscricao div p, #_erros  div p{
	padding: 5rem 0;
	text-align: center;
}

#_erros  div p{
	font-size: 8rem;	
}

#modal-inscricao div, #_erros  div {
	padding: 30rem;
	display: block;
	margin: auto;
	background: #eee;
	border-radius: 7rem;
}

#_erros  div {
	padding: 5rem;
}

#modal-inscricao div .botao, #_erros div .botao {
	padding: 5rem 10rem;
	background: #888;
	color: #fff;
	border-radius: 7rem;
}

#modal-inscricao div .botao-sim {
	background: #ED3237;
}

#modal-inscricao div .botao-nao {
	background: #888;
}

.centralizar {
	text-align: center;
	margin: auto;
}

.aviso-redireciona-inscricao {
	display: block;
	width: 99%;
	color:#888;
	font-size: 20rem;
	padding: 120rem 0;
	text-align: center;
}

#url {
	display: none;	
}

.direita {
	float: right;
	clear: none;
}#tudo {
	width: 990rem;
	margin: auto;
}

#acabamento-direita, #acabamento-esquerda, #site {
	float:left;
	clear: none;
	width: 15rem;
	height: 300rem;
}

#site {
	background: none;
	width: 960rem;
}

#cima, #meio, #baixo {
	background: none;
}

#topo {
	height: 235rem;	
}

#topo h1 a {
	display: block;
	float: left;
	clear: none;
	padding: 20rem 50rem;
	background: url(../imagens/logo_topo.png) center center no-repeat;
	width: 283rem;
	height: 193rem;
	text-indent: -9999rem;
}

#frase-topo {
	padding: 20rem 15rem;
	float: right;
}

#lista-topo li {
	float: left;
	clear: none;
	list-style: none;
	padding: 3rem;
}

#lista-topo li a, #lista-topo li a:hover {
	display: block;
	padding: 15rem 15rem;
	background: #eee;
	border-radius: 7rem;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-size: 14rem !important;
}

#lista-topo li a:hover {
	background: #ddd !important;
	color: #888 !important;
}

#lista-topo li a.informatica, #lista-topo li a.informatica:hover {
	display: block;
	padding: 8.5rem 15rem;
	background: #eee;
	border-radius: 7rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

#redes_sociais {
	display: block;
	clear: none;
	float: right;
	height: 120rem;
	margin: 15rem 0;
}

#redes_sociais ul {
	display: block;
	float: right;
	clear: both;	
	margin: 68rem 0 0 0;
}

#redes_sociais ul li {
	display: block;
	float: left;
	clear: right;
	padding: 0;
}

#redes_sociais ul li a, #redes_sociais ul li a:hover {
	display: block;
	float: left;
	clear: both;
	height: 31rem;
	text-indent: -9999rem;
}

#redes_sociais .facebook {
	background: url(../imagens/rs_facebook.png) no-repeat top;
	width: 31rem;
}

#redes_sociais .twitter {
	background: url(../imagens/rs_twitter.png) no-repeat top;
	width: 39rem;
}

#redes_sociais .youtube {
	background: url(../imagens/rs_youtube.png) no-repeat top;
	width: 57rem;
}

#redes_sociais ul li a:hover {
	background-position: bottom;
}

#redes_sociais .rotulo {
	display: block;
	float: right;
	clear: both;
	margin: 10rem 0 0 0;
	color: #969696;
	font-size: 11rem;
	white-space: nowrap;
	text-transform: uppercase;
}

#redes_sociais .rotulo strong {
	color: #00B2C6;
}

#redes_sociais .ativo {
	color: #E5A647;
	letter-spacing: 1rem;	
}

#busca {
	display: block;
	clear: none;
	float: right;
	width: 465rem;
	height: 120rem;
	border-left: 1rem solid #ccc;
	margin: 15rem;
}

#busca label {
	display: block;
	padding: 15rem;
	font-size: 22rem;
	color: #969696;
}

#busca label span {
	color: #646464;
}

#busca input[type=text] {
	display: block;
	float: left;
	clear: both;
	padding: 15rem 10rem;
	margin: 0;
	font-size: 11rem;
	color: #969696;
	background: #eee;
	text-align: center;
	border: none;
	width: 444rem;
	letter-spacing: 0;
}

#busca input[type=text]:hover {
	color: #E5A647;
}

#busca input[type=submit], #busca input[type=submit]:hover {
	display: block;
	float: right;
	clear: none;
	background: none;
	border: none;
	color: #333;
	font-size: 10rem;
	padding: 5rem;
	margin: 10rem 2rem 0 5rem;
	font-weight: bold;
}

#busca input[type=submit].busca_avancada {
	color: #969696;
}

#busca input[type=submit]:hover {
	background: #efefef;
	cursor: pointer;
	color: #E5A647;
}

#barra_rapido {
	height: 50rem;	
	text-decoration: none;
	padding: 0 15rem 0 0;
}

#barra_rapido .grupo {
	display: block;
	float: right;
	clear: both;
}

#barra_rapido .icone, #barra_rapido .icone:hover {
	display: block;
	float: left;
	clear: right;
	color: #fff;
	padding: 8rem 0; 
	text-decoration: none;
	margin-left: 30rem;
}

#barra_rapido .icone:hover{
	cursor: pointer;
}

#barra_rapido .icone:hover {
	background: #2179ff;		
}

#barra_rapido .icone img {
	display: block;
	float: left;
	clear: none;
}

#barra_rapido .icone span {
	display: block;
	float: left;
	clear: none;
	padding: 3rem 0 0 5rem;
	font-size: 15rem;
	line-height: 10rem;
}

#barra_rapido .icone strong {
	color: #fff;
	letter-spacing: 1rem;
	font-weight: normal;
	font-size: 20rem;
}

#barra_rapido .icone em {
	font-size: 11rem;
	font-style: normal;
	line-height: 28rem;
}

#barra_rapido .numeros {
	font-size: 18rem;
}

#barra_menu_cima {
	float: left;
	clear: both;
	min-width: 300rem;
	white-space: nowrap;	
	white-space: nowrap;
	padding-right: 15rem;
	padding-left: 15rem;
}

#barra_menu_cima ul {
	display: block;
}

#barra_menu_cima ul li {
	display: block;
	float: left;
	clear: none;
	padding: 5rem 0 5rem 0;
}

#barra_menu_cima ul li a {
	display: block;
	padding: 7rem 5rem 7rem 0;
	color: #888;
	letter-spacing: 0.08em;
	font-size: 15rem;
	text-transform: none;
	text-decoration: none;
	font-weight: bolder;
}

#barra_menu_cima ul li a:hover {
	color: #444;
}

#barra_menu_cima  ul li a.limpo {
	border: none !important;
}

#barra_menu_cima ul li:hover {
	text-decoration: none;
}

#barra_menu_cima  ul li a:before { 
    content: " \00a0\00a0-\00a0\00a0 ";
    font-weight: bold;
}

#barra_menu_cima  ul li:first-child a:before { 
    content: none;
}

#mostra-menu-mobile, #nav-trigger{
	display: none;
}

#migalha {
	display: block;
	float: left;
	clear: both;
}

#migalha a:hover{
	color:#ed3237;
}

#migalha h6 {
	padding: 15rem 15rem 15rem 15rem;
	font-weight: lighter;
	font-size: 12rem;
	color: #969696;
	text-transform: lowercase;
}#conteudo {
	display: block;
	float: left;
	clear: both;
	background: #fff;
}

#conteudo p {
	padding: 5rem 0;
}

#conteudo > h2 {
	display: block;
	font-size: 25rem;
	padding: 0 15rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #888;
}

#conteudo > h2 > .destaque {
	color: #ED3237;
}

.coluna_1, .coluna_2, .coluna_3, .coluna_4 {
	display: block;
	float: left;
	clear: right;
	width: 205rem;
	padding: 15rem 0 0 15rem;
}

.coluna_1 p , .coluna_2 p , .coluna_3 p, .coluna_4 p {
	padding: 0 0 10rem 0 !important;
	font-size: 13rem;
	line-height: 11rem;
	letter-spacing: 0.01em;
}

.coluna_1 em , .coluna_2 em , .coluna_3 em, .coluna_4 em {
	color: #2379BD;
	font-style: normal;
}

.coluna_1 a , .coluna_2 a , .coluna_3 a, .coluna_4 a {
	text-decoration: underline;
}

.coluna_2 {
	width: 460rem;
}

.coluna_3 {}
.coluna_4 {}

#banner_home {
	display: block;
	clear: both;
	padding: 15rem 0;
}

#banner_home ul li {
	list-style: none;
}

.botao-inscricao, .botao-inscricao:hover {
	display: block;
}

.botao-inscricao a, .botao-inscricao a:hover,
input.botao-inscricao, input.botao-inscricao:hover,
.botao-inscricao span, .botao-inscricao span:hover {
	display: block;
	width: 220rem;
	margin: auto;
	padding: 10rem 0;
	text-align: center;	
	color: #fff;
	font-size: 18rem;
	font-weight: bold;
	text-decoration: none;
	background: #ED3237;
	border-radius: 7rem;
}

.botao-inscricao a:hover,
input.botao-inscricao:hover,
.botao-inscricao span:hover {
	background-color: #2379BD;	
}

.botao-central, .botao-central:hover {
	display: block;
	clear: both;
	text-align: center;
	padding: 60rem 0 30rem 0;
}

.botao-central a, .botao-central a:hover {
	color: #ED3237;
	text-decoration: none;
	font-weight: bold;
}

.botao-central a:hover {
	text-decoration: underline;
}

#resumo_curso, #sobre_curso, #resumo, #sobre {
	display: block;
	float: left;
	clear: none;
}

#resumo_curso, #resumo {
	width: 220rem;
	padding: 0 15rem 15rem 15rem;
	font-size: 12rem;
	text-align: left;
	line-height: 16rem;
	letter-spacing: 0.03em;
}

#resumo {
	padding: 0 15rem 15rem 0;
	width: 220rem;
}

#resumo_curso .texto-detalhe {
	font-size: 11rem;
	text-align: justify;
	color: #888;
}

.realce {
	color: #ED3237;
}

.cortado {
	color: #aaa;
	text-decoration: line-through;
}

#resumo h3 {
	color: #ED3237;
	font-size: 24rem;
	font-weight: normal;
	text-transform: uppercase;
	padding: 15rem 0 15rem 15rem;
}

#resumo .frase{
	color: #2379BD;	
	padding: 5rem 0 10rem 15rem;
}

#resumo ul {
	padding: 10rem 0 0 0;	
}

#resumo ul li {
	list-style: none;
	padding: 2rem 0;
}

#resumo ul li a, #resumo ul li a:hover {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 14rem;
	padding: 8rem 0 8rem 15rem;
	border-radius: 7rem;
}

#resumo ul li a:hover {
	color: #ED3237;
	background: #eee;
}

#resumo ul li a.ativo, #resumo ul li a.ativo:hover {
	color: #444;
	background: #eee;
}

#resumo_curso .imagem {
	width: 220rem;
	height: auto;
	min-height: 110rem;
	max-height: 220rem;
	height: 110rem;
	background: #888;
	border: none;
}

#sobre_curso, #sobre {
	float: left;
	clear: none;
	border-left: 1rem solid #ddd;
	width: 709rem;
	height: auto;
	min-height: 400rem;
}

#sobre {
	width: 724rem;
	min-height: 550rem;
}

#sobre a{
	text-decoration:underline;
}
#sobre a:hover{
	color:#ED3237;
}


#sobre.maior {
	width: 960rem;
	min-height: 550rem;
}
#sobre.maior h2{
	display: block;
	float: left;
	clear: none;
	color: #595959;
	font-size: 24rem;
	text-transform: uppercase;
	width: 930rem;
	padding: 10rem 15rem;
	background: #ddd;
	font-weight: normal;
	border-radius: 0 7rem 7rem 0;
}
#sobre.maior h4{
	font-size:16rem;
	color:#2079bd;
}

#sobre_curso p, #sobre_curso h2, #sobre_curso h3, #sobre_curso h4, #sobre_curso ul,
#sobre p, #sobre h2, #sobre h3, #sobre h4, #sobre ul{
	padding: 10rem 15rem;
	line-height: 20rem;
}

#sobre_curso ul, #sobre ul{
	padding: 0 15rem 10rem 15rem;
}

#sobre_curso li, #sobre li {
	text-indent: -12rem; 
	list-style-type: square;
	list-style-position: inside;
	margin:0 0 0 25rem;
	
}

#sobre li.cursos{
	text-indent: 10rem; 
	list-style-type: square;
	list-style-position: inside;
	margin:0;
}

#sobre_curso h2{
	color: #ED3237;
	font-size: 16rem;
}

#sobre h2{
	display: block;
	float: left;
	clear: none;
	color: #595959;
	font-size: 24rem;
	text-transform: uppercase;
	width: 694rem;
	padding: 10rem 15rem;
	background: #ddd;
	font-weight: normal;
	border-radius: 0 7rem 7rem 0;
}

#sobre_curso h3{
	padding: 10rem 15rem 0 15rem;
}

#menu_curso {
	background: #DADADA;
	margin: 5rem 0 0 0;
	padding: 15rem 0 0 0;
	display: block;
	float: left;
	clear: both;
	width: 709rem;
	border-radius: 0 7rem 7rem 0;
}

#menu_curso ul {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

#menu_curso ul li {
	display: block;
	float: left;
	clear: none;
	list-style: none;
	text-indent: 0;
}

#menu_curso ul li a, #menu_curso ul li a:hover {
	display: block;
	padding: 8rem 15rem 1rem 15rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #646464;
	background: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: 3rem solid #DADADA;
	font-size: 14rem;
	border-radius: 7rem 7rem 0 0;	
}

#menu_curso ul li a.destaque, #menu_curso ul li a.destaque:hover {
	color: #111;
}

#menu_curso ul li a.ativo, #menu_curso ul li a.ativo:hover {
	border-bottom: 3rem solid #fff;	
	background: #fff;
	color: #ED3237;
}

#menu_curso ul li a:hover {
	border-bottom: 3rem solid #ED3237;	
}

.detalhe_curso {
	padding: 10rem 0 0 0;
	display: block;
	float: left;
	clear: both;
	width: 694rem;
}

#grade {
	width: 960rem;
	min-height: 150rem;
	display: block;
	float: left;
	clear: none;
}

#sobre #grade{
	width: 720rem;
}

#grade img {
	display: block;
	width: 220rem;
	height: 110rem;
	border: none;
}

#grade h5 {
	display: block;
	clear: both;
	padding: 15rem;
	margin: 0;
	background: #DADADA;
	font-weight: lighter;
	font-size: 24rem;
	color: #646464;
	border-radius: 7rem;
}

#grade span.etiqueta {
	display: block;
	float: left;
	clear: both;
	padding: 5rem 15rem 5rem 0;	
	font-weight: lighter;
	font-size: 13rem;
	color: #646464;
	width: auto;
	white-space: nowrap;	
}

#grade ul {
	display: block;
	float: left;
	clear: both;
	padding: 2rem 0 30rem 0;
}

#grade ul li{
	display: block;
	float: left;
	width: 220rem;
	padding: 11rem 0 0 16rem;
	text-align: left;
	line-height: 11rem;
	height: 220rem;
	text-indent: 0;
	list-style: none;
}

#grade ul li a, #grade ul li a:hover {
	display: block;
	letter-spacing: 0.08em;
	font-size: 11rem;
	text-decoration: none;
	color: #2379BD;
	position:relative;
	font-weight: normal;
	line-height: 13rem;
	text-indent: 0;
}

#grade ul li a img, #grade ul li a:hover img {
	opacity: 0.9;
}

#grade ul li a:hover img {
	opacity: 1.0;
}

#grade ul li a:hover, #grade ul li a:hover em {
	color: #ED3237;
}

#grade ul li a em {
	font-style: normal;
	color: #ED3237;
}

#grade ul li a .nome_curso, #grade ul li a:hover .nome_curso {
	display: block;
	width: 210rem;
	padding: 5rem 0;
	font-size: 12rem;
	line-height: 14rem;
	text-align: left;
	letter-spacing: 0.1em;
}

#grade ul.curto li.video a, #grade ul.curto li.video a:hover {
	background:#f26722 url(../imagens/canto_branco_id.png) right bottom no-repeat;
	color:#fff;
	font-size:13rem;
	height:201rem;
	padding:0 0 0 10rem;
}
#grade ul.curto li.video a strong{
	font-size:22rem;
	font-weight:lighter;
	color:#fde69b;
}

#grade ul li a.botao {
	display: block;
	width: 90rem;
	float: left;
	clear: right;
	white-space: nowrap;
	text-indent: 0;
}

#grade ul li a .nome_area {
	line-height: 20rem;
	letter-spacing: 0;
}

#grade ul li a .nome_curso strong, #grade ul li a:hover .nome_curso strong {
	color: #888;
}

#grade ul li a:hover .nome_curso strong {
	color: #444;
}

#lista ul {
	display: block;
	float: left;
	clear: both;
	padding: 20rem 15rem;
}

#lista ul li{
	display: block;
	float: left;
	clear: both;
	padding: 0 0 15rem 0;
	text-align: left;
	line-height: 11rem;
	text-indent: 0;
	list-style: inside circle;
}

#lista ul li a, #lista ul li a:hover {
	display: block;
	width: 686rem;
	letter-spacing: 0.08em;
	font-size: 11rem;
	text-decoration: none;
	color: #888;
	position:relative;
	font-weight: normal;
	line-height: 13rem;
	text-indent: 0;
	text-decoration: none;
	letter-spacing: 0.15em;
	padding: 5rem 10rem;
	border-left: 3rem solid #fff;
}

#lista ul li a:hover  {
	border-left: 3rem solid #ED3237;
	text-decoration: none;
	background: #eee;
}

#lista ul li a strong {
	color: #2379BD;
}

#lista ul li a em {
	color: #888;
	text-decoration: none;
	font-style: normal;
}

#lista ul li a:hover, #lista ul li a:hover strong, #lista ul li a:hover em {
	color: #ED3237;
}

#formulario form {
	display: block;
	float: left;
	clear: both;
	padding: 20rem 0 0 15rem;	
}

#formulario label{
	display: block;
	font-weight: bold;
	padding: 0 0 20rem 0;
	font-size: 13rem;
	color: #aaa;
	text-transform: uppercase;
}

#formulario input[type=text], #formulario textarea{
	width: 670rem;
	padding: 10rem;
	background: #f8f8f8;
	border: 1rem solid #eee;
	font-size: 13rem;
	color: #ED3237;
	margin: 2rem 0 0 0;
	border-radius: 7rem;
}

#formulario textarea{
	height: 100rem;
}

#formulario input[type=text]:focus, #formulario textarea:focus{
	border: 1rem solid #ED3237;
}

#formulario button, #formulario button:hover {
	display: block;
	background: #888;
	border: none;
	margin: 0;
	padding: 5rem;
	border-radius: 7rem;
}

#formulario button strong, #formulario button:hover strong{
	display: block;
	margin: 0;
	padding: 5rem 20rem;
	text-align: center;	
	color: #fff;
	font-size: 13rem;
	font-weight: bold;
	text-decoration: none;	
	cursor: pointer;
	text-transform: uppercase;
}

#formulario button:hover{
	background-color: #ED3237;
}

#formulario .aviso-recaptcha, #formulario .aviso-adicional{
	text-transform: none;
	padding: 0 30rem 20rem 0;
	color: #2379BD;
	font-weight: bold;
	font-size: 12rem;
	letter-spacing: 0.02em;
}

#formulario .aviso-adicional{
	color: #888;
}

#formulario a {
	text-decoration: underline;	
}

#redes-sociais,  #redes-sociais-curso,  #redes-sociais-area {
	display: block;
	margin: 2rem 0 0 0;
	padding: 0 0 10rem 15rem;	
}

#redes-sociais, #redes-sociais-area {
	display: none; 
	float: left;
	clear: none;
	padding: 8rem 0 0 8rem;
	width: 180rem; 
}

#redes-sociais-area {
	display: block;
	width: 100%;
	padding: 15rem 0 0 15rem;
}

#mapa_contato {
	padding: 10rem;
	border: 1rem solid #ddd;
}

#slider, #slider img {
	display: block;	
	width: 928rem;
	height: 320rem;
	overflow: hidden;
	padding: 16rem !important;
}

div.slider-nav span {
	margin: 48rem 30rem 0 30rem;
	border-radius: 50rem;
}

div.slider-nav span > img {
	height: 20rem;	
}

.texto_grande_laranja {
	display: inline;
	font-size: 26rem;
	line-height: 34rem;
	color: #ED3237;
	margin: 5rem 0 0 0;
}

.caixa_video {
	display: block;
	float: none;
	clear: both;
	padding: 15rem;
}

.caixa_video iframe {
	border: 1rem solid #eee;
}

.quebra {
	display: block;
	float: none;
	clear: both;
}

.timer {
	display: none;
}


/* Promoção */
#promocao{
	display:block;
	float:left;
	width:960rem;
	height:578rem;
	background:url(../imagens/promocao/fundopromocao.jpg) no-repeat center top;
	padding:330rem 0 0 0;
	clear:both;
}

#promocao .descricao{
	display:block;
	float:right;
	width:490rem;
	height:320rem;
	padding:5rem 20rem;
	margin:0 15rem 0 0;
	border:2rem solid #c8c8c8;
	background:#f0f0f0;
	overflow-x:hidden;
	overflow-y:auto;
}
#promocao .descricao ul{
	display:block;
	float:left;
}

#promocao .descricao ul li{
	display:block;
	float:left;
	width:490rem;
	height:auto;
	padding: 6rem 0;
	color:#373435;
	font-size:18rem;
	list-style:circle;
}

#promocao .descricao ul li a{
	color:#969696;
	list-style:circle;
}
#promocao .descricao ul li a:hover {
	color:#eb2330;
}

#promocao .descricao ul li.azul a {
	color:#2079bd;
	list-style:circle;
}
#promocao .descricao ul li.azul a:hover {
	color:#eb2330;
}

#promocao_agende_aula{
	display:block;
	float:left;
	width:960rem;
	height:auto;
	padding:50rem 0 20rem 0;
	text-align:center;
}

#promocao_agende_aula a img{
	display:block;
	margin:0 auto;
	width:782rem;
	height:109rem;
	border:0;
	opacity:0.6;
}
#promocao_agende_aula a img:hover{
	opacity:1;
}

/* FIM de Promoção*/

/* Cursos Grátis */
#cursos_gratis{
	float: left;
	margin: 30rem 0 0 15rem;
	padding: 420rem 70rem 60rem 70rem;
	width: 788rem;
	height: 850rem;
	background: url(../imagens/cursos_gratis/fundo.jpg) #fff no-repeat;
}

#cursos_gratis .cursos{
	float: left;
	width: 100%;
	padding: 0 0 35rem 0;
}
#cursos_gratis .cursos img{
	float: left;
	width: 273rem;
	height: 228rem;
	margin: 0 10rem 10rem 0;
}
#cursos_gratis .cursos span{
	float: right;
	width: 505rem;
	padding: 0 0 5rem 0;
	color: #8c0707;
	font-size: 44rem;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	line-height: 45rem;
}

#cursos_gratis .cursos p{
	float: right;
	width: 505rem;
	padding: 5rem 0;
	color: #000;
	font-size: 18rem;
}

#cursos_gratis .curso1 * {
	color: #012966 !important;
}

#cursos_gratis .curso2 * {
	color: #ae1a1a !important;
}

#cursos_gratis .inscreva-se{
	float: left;
	width: 100%;
	text-align: center;
	padding: 20rem 0 40rem 0;
	margin-bottom: 60rem;
}

#cursos_gratis .inscreva-se a{
	width: 520rem;
	height: 32rem;
	padding: 10rem 25rem;
	text-align: center;
	background: url(../imagens/cursos_gratis/botao.jpg) #fff repeat-x;
	color: #fff;
	font-size: 32rem;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 50rem;
	box-shadow: 5rem 5rem 10rem #888;
}

#cursos_gratis .inscreva-se a:hover{
	text-decoration: none;
	color: #ee9700;
	background: url(../imagens/cursos_gratis/botao-hover.jpg) #fff repeat-x;
	box-shadow: none;
}

/* FIM de Cursos Grátis */


/* Workshop Inovare */

#workshop_inovare{
	float: left;
	margin: 30rem 0 0 15rem;
	padding: 450rem 70rem 60rem 0;
	width: 858rem;
	height: 783rem;
	background: url(../imagens/workshop_inovare/fundo.png) #fff no-repeat;
}

#workshop_inovare .inscreva-se{
	float: left;
	width: 237rem;
	height: 80rem;
	text-align: center;
	padding: 0 0 0 80rem;
}

#workshop_inovare .inscreva-se a{
	float: left;
	width: 187rem;
	height: 70rem;
	padding: 5rem 25rem;
	line-height: 36rem;
	text-align: center;
	background: #000;
	color: #ccad4b;
	font-size: 36rem;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	border: 3rem solid #ccad4b;
}
#workshop_inovare .inscreva-se a:hover{
	text-decoration: none;
	background: #fff;
	color: #000;
	border: 3rem solid #000;
}

/* FIM de Workshop Inovare */


/* Workshop Pataua */

#workshop_pataua{
	float: left;
	margin: 30rem 0 0 86rem;
	padding: 839rem 0 0 421rem;
	width: 421rem;
	height: 250rem;
	background: url(../imagens/workshop_pataua/fundo.jpg) #fff no-repeat;
}

#workshop_pataua .inscreva-se{
	float: left;
	width: 348rem;
	height: 40rem;
	text-align: center;
	padding: 0;
}

#workshop_pataua .inscreva-se a{
	float: left;
	width: 346rem;
	height: 38rem;
	padding: 0;
	line-height: 41rem;
	text-align: center;
	background: #88764e;
	color: #fff;
	font-size: 28rem;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #88764e;
}
#workshop_pataua .inscreva-se a:hover{
	text-decoration: none;
	background: #fff;
	color: #88764e;
	border: 1px solid #88764e;
}

/* FIM de Workshop Inovare */


/* Gama */

#gama{
	float: left;
	margin: 30rem 0 0 70rem;
	padding: 440rem 0 0 505rem;
	width: 337rem;
	height: 155rem;
	background: url(../imagens/gama/fundo-2.jpg) #fff no-repeat;
}

#gama .inscreva-se{
	float: left;
	width: 348rem;
	height: 40rem;
	text-align: center;
	padding: 0;
}

#gama .inscreva-se a{
	float: left;
	width: 305rem;
	height: 38rem;
	padding: 0;
	line-height: 41rem;
	text-align: center;
	background: #fff;
	color: #080e1a;
	font-size: 28rem;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #080e1a;
}
#gama .inscreva-se a:hover{
	text-decoration: none;
	background: #080e1a;
	color: #fff;
	border: 1px solid #fff;
}

/* FIM de Gama */

/* Promoção Natal */

#promocao-natal{
	float: left;
	margin: 30rem 0 0 70rem;
	padding: 252rem 0 0 10rem;
	width: 832rem;
	height: 943rem;
	background: url(../imagens/promocao_natal/fundo.jpg) #fff no-repeat;
}

#promocao-natal #curso a{
	float: left;
}

#promocao-natal #curso a.arte-final{
	width: 150rem;
	height: 110rem;
	margin: 5rem 0 0 5rem;
}

#promocao-natal #curso a.consultor-comercial{
	width: 155rem;
	height: 110rem;
	margin: 118rem 0 0 13rem;
}

#promocao-natal #curso a.informatica{
	width: 177rem;
	height: 120rem;
	margin: 220rem 0 0 2rem;
}

#promocao-natal #curso a.auxiliar-administrativo{
	width: 167rem;
	height: 120rem;
	margin: 117rem 0 0 8rem;
}

#promocao-natal #curso a.autocad-2d{
	width: 140rem;
	height: 105rem;
	margin: 37rem 0 0 10rem;
}

#promocao-natal #curso a.autocad-3d{
	width: 130rem;
	height: 100rem;
	margin: 585rem 0 0 -320rem;
}

#promocao-natal #curso a.planilhas-inteligentes{
	width: 180rem;
	height: 140rem;
	margin: 260rem 0 0 -827rem;
}

#promocao-natal #curso a.edicao-fotos-digitais{
	width: 150rem;
	height: 110rem;
	margin: 365rem 0 0 -625rem;
}

#promocao-natal #curso a.criacao-softwares-delphi{
	width: 155rem;
	height: 120rem;
	margin: 514rem 0 0 -505rem;
}

#promocao-natal #curso a.criacao-softwares-vb{
	width: 135rem;
	height: 105rem;
	margin: 285rem 0 0 -585rem;
}

#promocao-natal #curso a.gerenciamento-projetos-msproject{
	width: 165rem;
	height: 100rem;
	margin: 378rem 0 0 -357rem;
}

#promocao-natal #curso a.assistencia-tecnica-computadores{
	width: 170rem;
	height: 120rem;
	margin: 138rem 0 0 -30rem;
}

#promocao-natal #curso a.desenvolvedor-internet{
	width: 135rem;
	height: 90rem;
	margin: 368rem 0 0 -820rem;
}

#promocao-natal #curso a.lojas-sites-eletronico{
	width: 125rem;
	height: 100rem;
	margin: 393rem 0 0 -661rem;
}

#promocao-natal #curso a.criacao-empresa{
	width: 140rem;
	height: 105rem;
	margin: 102rem 0 0 19rem;
}

#promocao-natal #curso a.criacao-games-unity3d{
	width: 170rem;
	height: 135rem;
	margin: 360rem 0 0 -784rem;
}

/* LEAD */

#lead-cursos  div {
	display: block;
	float: left;
	clear: both;
	background: url('/2016/lead-cursos/b32_contato_fundo_cinza_ok.jpg') top center no-repeat #ccc;
	width: 700rem;
	/*height: 350rem;*/
	height: 240rem;
	overflow: hidden;
}

#caixa-lead {
	padding: 10rem;
}

#lead-cursos  div form, #caixa-lead form, .lead-mensagem-ok {
	display: block;
	float: right;
	clear: both;
	padding: 0;
	margin: 0;
	width: 220rem;
	height: 240rem;
}

#caixa-lead form {
	width: auto;
}

#lead-cursos  div form  p, #caixa-lead form  p {
	padding: 10rem;
	padding-right: 20rem;
	text-align: center;
	color: #888;
	font-size: 14rem;
}

#lead-cursos  div form  input, #caixa-lead form  input {
	width: 190rem !important;
	height: 25rem !important;
	margin: 8rem 10rem;
	background: #f8f8f8;
	border: none;
	text-align: center;
	font-size: 16rem;
	line-height: 26rem !important;
	padding: 2rem 0;
}

#caixa-lead form input {
	width: 400rem !important;
	height: auto !important;
	background: #fff;
	text-align: left;
}

#lead-cursos  div form  input[type=button], #caixa-lead form  input[type=button] {
	width: 190rem !important;
	height: 30rem !important;
	background: #ec262d;
	color: #fff;
	font-weight: strong;
	cursor: pointer !important;
}

#caixa-lead form  input[type=button] {
	width: 420rem !important;
	text-align: center;
	background: #aaa;
}

#caixa-lead form  input[type=button]:hover {
	background: #888;
}

#caixa-lead h4 {
	padding: 10rem;
	text-align: left;
	font-size: 30rem;
}

#caixa-lead .titulo-principal {
	padding: 10rem;
	text-align: left;
}

#caixa-lead .titulo-interno {
	display: none;
}

#lead-cursos  div a {
	display: 0;
	margin: 0;
}

#lead-cursos  div a img{
	padding: 0;
	margin: 0;
}

#lead-cursos > a{
	display: none;
}

.lead-mensagem-ok {
	padding-top: 90rem;
	color: #444;
	display: none;
}

.lead-mensagem-ok p {
	text-align: center;
}

#caixa-lead .lead-mensagem-ok {
	padding-top: 60rem;
	width: 460rem !important;
	font-size: 20rem;
	color: #ec262d;
}



/* Promoção Natal */


/* Vagas Qualifica */
#vagas h3{
	padding: 10rem 0;
}

#vagas-banner h3{
	padding: 15rem 0 5rem 15rem;
}

#slider-vagas-banner{
	display: block;	
	float: left;
	width: 695rem;
	height: 190rem;
	margin: 0 15rem;
	overflow: hidden;
}
#slider-vagas-banner img{
	width: 695rem;
	height: 190rem;
	border-radius: 7rem !important;
}
.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 10rem;
    left: 10rem;
	margin-left: 0;
    padding: 0; 
	background: #fff;
	border-top-right-radius: 7rem;
	border-bottom-right-radius: 7rem;
	}

.orbit-bullets li {
    float: left;
    margin: 10rem 10rem 0 0 !important;
	list-style: none !important;
    cursor: pointer;
    color: #999;
    text-indent: -9999rem;
    background: url(/js/orbit-slider/orbit/bullets.jpg) no-repeat 4rem 0;
    width: 13rem;
    height: 12rem;
    overflow: hidden; 
	}

.orbit-bullets li.active {
    color: #222;
    background-position: -8rem 0; 
	}
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 50rem;
    height: 75rem; 
	}

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2rem solid #000; 
	}

#cada-vaga{
	float: left;
	padding: 0;
	margin: 0 20rem 15rem 0;
	clear: right;
	background: #eeeeee;
	border-radius: 7rem;
	overflow: hidden;
}

#cada-vaga a{
	float: left;
	width: 440rem;
	height: auto;
	padding: 5rem 10rem 10rem 10rem;
	overflow: hidden;
}

#cada-vaga a img{
	float: left;
	width: 60rem;
	height: 60rem;
	border-radius: 7rem;
	margin: 10rem 10rem 0 0;
}

#cada-vaga a em{
	color: #000;
	font-style: italic;
}

#cada-vaga a p{
	float: left;
	font-size: 14rem;
	color: #000;
	padding: 3rem 0 !important;
	margin: 0;
	text-align: justify;
}

#cada-vaga p a{
	text-decoration: none;
	color: #000;
}

#cada-vaga p strong{
	font-size: 14rem;
	color: #000;
}
#cada-vaga p a:hover strong{
	color: #ed3237;
}

#outras-vagas{
	float: left;
	width: 100%;
	padding: 10rem 0;
}

#outras-vagas h3{
	padding: 10rem 0;
}

#banner-vagas{
	text-align: left !important;
}

#banner-vagas h3{
	padding: 10rem 1rem;
}

#banner-vagas p a img{
	border-radius: 7rem;
}

#pesquisa-vagas{
	margin: 5rem 0 15rem 0 !important;
}
#pesquisa-vagas input{
	padding: 4rem 4rem;
	margin: 0 5rem 0 0; 
	border-radius: 7rem;
	border: 2rem solid #eeeeee;
}
#pesquisa-vagas input.vaga{
	width: 179rem;
}
#pesquisa-vagas input.cidade{
	width: 160rem;
}
#pesquisa-vagas input.encontrar{
	padding: 5rem 7rem;
	background: #2DC7F2;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-align: center;
	font-size: 14rem;
}
#pesquisa-vagas input.encontrar:hover{
	background: #0F365A;
}

.vagas-encontradas{
	padding:0 0 10rem 0;
	margin: -10rem 0 0 0;
}

#neuvoo{
	float: left;
	width: 100%;
	margin: 0;
}

.aviso-painel{
	float: left;
	margin: 0;
	padding: 10rem 15rem 0 15rem !important;
	color: #000;
	font-style: italic;
	font-size: 16rem;
}

/* FIM Vagas Qualifica */#barra_menu_baixo {
	display: none;
	float: right;
	clear: right;
	min-width: 300rem;
	white-space: nowrap;
	background: #969696 url(../imagens/canto_branco_se.png) left top no-repeat;
	color: #fff;
}

#barra_menu_baixo ul {
	display: block;
	padding: 0 0 0 15rem;
}

#barra_menu_baixo ul li {
	display: block;
	float: left;
	clear: none;
	padding: 3rem 0 5rem 0;	
	border-top: 3rem solid #969696;
}

#barra_menu_baixo ul li a {
	display: block;
	border-right: 1rem solid #505050;
	padding: 0 8rem;
	color: #fff;
	font-size: 12rem;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

#barra_menu_baixo  ul li a.limpo {
	border: none !important;	
}

#barra_menu_baixo ul li:hover {
	border-top: 3rem solid #ED3237;
}

#link_topo_baixo {
	display: none;
	float: left;
	clear: left;
	width: 120rem;
	padding: 0 0 0 15rem;
	white-space: nowrap;
}

#link_topo_baixo a {
	color: #969696;
	font-weight: bold;
	font-size: 12rem;
	text-decoration: none;	
}

#link_topo_baixo a span {
	font-weight: bold;
	font-size: 20rem;
	elevation: higher;
}

#link_topo_baixo a:hover{
	color:#ED3237;
}

#baixo {
	display: block;
	clear: both;
	padding: 30rem 0 0 0;
}

#rodape {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
	background: #ddd;
	color: #444;
	text-align: center;
	font-size: 9rem;
	line-height: 15rem;
	padding: 10rem;
	/*letter-spacing: 0.5em;*/
	letter-spacing: 0.08em;
	border-radius: 7rem 7rem 0 0;
}

#rodape strong {
	font-size: 11rem;
	font-weight: normal;	
	color: #444;	
}

.oculto {
	display: none !important;
}.bloco, .bloco2 {
		width: 920rem;
}

#insc-meio {
	padding: 20rem;
}

#insc-menu {
	display: block;
	float: left;
	clear: both;
	width: 960rem;
	margin-top: 0;
	margin-bottom: 20rem;
}

#titulos { 
	padding: 15rem 0 30rem 25rem;
	text-indent: 0;
	color: #ed3036;
}

.tituloespecial { 
	color: #2279be;
}.

formulario {
	padding: 0 15rem 0 5rem;
}

hr {	
	width: 100%;
	float: left;
	clear: both;
	border: none;
	border-top: 1px solid #eee;
	margin-left: 5rem;
	margin-bottom: 20rem;
}
	
.botao-inscricao {
	background: none;
	border: none;
	cursor: pointer;
}

/* MOBILE */
@media screen and (max-width: 959px) {

	#migalha {
		display: none;
	}	

	#insc-menu {
		background: none;
	}	

	#insc-menu ul li{
		width: 1080rem;
		background: #ccc;
		float: left;
		clear: both;
		margin: 5rem auto;
	}
	
	#insc-menu ul li a{
		font-size: 50rem;
		line-height: 60rem;
		padding: 20rem;
	}	
	
	#insc-menu ul li a.ativo{
		background: #ddd;
	}
	
	.botao-inscricao span {
		background-image: none !important;
	}
	
}/* =Nav
-------------------------------------------------------------- */
#nav-trigger-menu-mobile {
  display: none;
  text-align: center;
  font-size: 65rem;
  }
  
  #nav-trigger-menu-mobile span {
	float: left;
    display: inline-block;
    padding: 0;
    background-color: #f0f0f0;
    color: #363435;
    cursor: pointer;
    text-transform: uppercase; 
	width: 1080rem;
	height: 150rem;
	line-height: 150rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 4rem;
	}
    #nav-trigger-menu-mobile span:after {
      display: inline-block;
      margin: 0 80rem 0 -260rem;
      width: 65rem;
      height: 55rem;
      content: "";
	  background: url(../imagens/mobile/icone_menu_cinza.png) no-repeat top center;
	  background-size: 65rem; 
	  background-position: 0rem 2rem ;
	  }
    #nav-trigger-menu-mobile span.open:after {
		
	}

nav {
  margin-bottom: 0rem; }

nav#nav-main-menu-mobile {
  background-color: #f0f0f0;
  padding: 10rem 0; 
  }
  nav#nav-main-menu-mobile ul {
    list-style-type: none;
    margin: 150rem 0 0 0;
    padding: 0;
    text-align: center; }
  nav#nav-main-menu-mobile li {
    display: inline-block;
    border-right: solid 1rem #e5e5e5;
    padding: 0 5rem; }
    nav#nav-main-menu-mobile li:last-child {
      border-right: none; }
  nav#nav-main-menu-mobile a {
    display: block;
    padding: 20rem 20rem;
	text-decoration: none;
  	color: #c80032;
	font-size: 40rem;
	}
    nav#nav-main-menu-mobile a:hover {
      background-color: #af002c;
      color: #fff; }

nav#nav-menu-mobile {
  position: relative;
  display: none; }
  nav#nav-menu-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
	top: 149rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f0f0f0;
	z-index: 9999 !important;
	}
  nav#nav-menu-mobile li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: solid 3rem #ccc; 
	text-align: center;
	color: #000;
	}
    nav#nav-menu-mobile li:last-child {
      border-bottom: none; }
  nav#nav-menu-mobile li a {
    display: block;
    color: #363435;
    padding: 60rem 0; 
	font-size: 55rem;
	font-weight: lighter;
	}
    nav#nav-menu-mobile li a:hover {
      background-color: #363435;
      color: #fff;
	  text-decoration: none;
	  }html {
	font-size: 1px !important;
}

#topo.mobile{
	display: none;
}

#barra_rapido.mobile{
	display: none;
}

#propaganda{
	display: none;
}

#menu-cursos-mobile{
	display: none;
}

#grade.mobile{
	display: none;
}

#sobre.mobile{
	display: none;
}

#resumo.mobile{
	display: none;
}

#rodape-mobile{
	display: none;
}



/* MOBILE */
@media screen and (orientation: portrait), screen and (max-width: 959px) {
	
	.aviso-painel-facebook{
		display: none !important;
	}
	
	.mobile-esconde{
		display: none !important;
	}
	
	.mobile-facebook{
		display: none !important;
	}
	
	html{
		font-size: 0.0925vw !important;
	}
	
	body {
		font-size: 10rem !important;
		background: #fff !important;
	}
	
	#acabamento-direita, #acabamento-esquerda {
		display: none !important;
	}
	
	#frase-topo {
		display: none !important;
	}
	
	#tudo {
		float: left !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 1080rem !important;
	}
	
	#topo{
		display: none !important;
	}
	
	#topo.mobile{
		display: block !important;
		float: left;
		width: 1080rem;
		height: 350rem;
	}
	
	#topo.mobile a img{
		width: 1080rem;
		height: 350rem;
	}
	
	#site {
		float: left !important;
		margin: 0 auto !important;
		padding: 0 !important;
		width: 1080rem !important;
	}
	
	#barra_rapido{
		display: none !important;
	}
	
	#barra_rapido.mobile {
		display: block !important;
		float: left !important;
		background: #2279be !important;
		padding: 0 !important;
		width: 100% !important;
		height: 150rem !important;
	}
	
	#barra_rapido.mobile .grupo {
		float: left !important;
		padding: 37.5rem 0 !important;
	}
	
	#barra_rapido.mobile .icone, #barra_rapido .icone:hover {
		float: left !important;
		padding: 0 40rem !important;
		margin: 0 !important;
		text-align: center !important;
	}
	
	#barra_rapido.mobile .icone img {
		float: left !important;
		padding: 0 !important;
		width: 456rem !important;
		height: 75rem !important;
	}
	
	#barra_rapido.mobile .icone span {
		padding: 0 0 0 15rem !important;
		line-height: 50rem !important;
	}
	
	#barra_rapido.mobile .icone strong {
		font-size: 50rem !important;
	}
	
	#barra_menu_cima {
		display: none !important;
	}
	
	#mostra-menu-mobile{
		float: left !important;
		clear: both !important;
		margin: 20rem 0 0 0 !important;
		display: block !important;
	}
	
	#nav-trigger-menu-mobile, nav#nav-menu-mobile, #nav-menu-mobile {
		display: block !important;
	}

  	nav#nav-main-menu-mobile {
		display: none; }
	
	#conteudo {
		margin: 0 !important;
		padding: 0 !important;
		width: 1080rem !important;
	}
	
	#banner_home {
		padding: 20rem 0 !important;
	}
	
	#featured {
		width: 1080rem !important;
		height: 720rem !important;
	}
	
	.orbit-wrapper {
		width: 1080rem !important;
		height: 320rem !important;
		margin: 0 0 60rem 0 !important;
	}
	
	#slider, #slider a, #slider a img{
		width: 1080rem !important;
		height: 372rem !important;
		padding: 0 !important;
		margin: 0 !important;
		border-radius: 0 !important;
	}
	
	.slider-nav span {
		background-size: 108rem 160rem !important;
		background-repeat: no-repeat !important; 
		width: 78rem !important;
		height: 50rem !important;
		margin: -65rem 0 0 0 !important;
		padding: 60rem 0 60rem 0 !important;
	}
	
	.slider-nav span.right {
		float: right !important;
		border-radius: 0 !important;
		background-position: center !important;
	}
	
	.slider-nav span.left {
		float: left !important;
		border-radius: 0 !important;
		background-position: center !important;
	}
	
	#propaganda{
		display: block !important;
		padding: 30rem 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	#propaganda img{
		width: 1002rem;
		height: 237rem;
	}
	
	#menu-cursos-mobile{
		float: left;
		display: block !important;
		width: 100%;
		padding: 0 0 40rem 0;
	}
	
	#menu-cursos-mobile ul{
		float: left;
		display: inline-block;
		list-style: none;
		width: 100%;
		margin: 0;
	}
	
	#menu-cursos-mobile li{
		float: left;
		width: 100%;
		height: 150rem;
		margin: 20rem 0 0 0;
	}
	
	#menu-cursos-mobile li a{
		float: left;
		width: 100%;
		height: 150rem;
		line-height: 150rem;		
		background: #eb2331;
		text-align: center;
		font-size: 60rem;
		font-weight: lighter;
		color: #fff;
	}	
	#menu-cursos-mobile li.rosa a{
		background: #d5176f;
	}
	#menu-cursos-mobile li.amarelo a{
		background: #fec00f;
	}
	#menu-cursos-mobile li.laranja a{
		background: #ef712f;
	}
	#menu-cursos-mobile li.verde a{
		background: #57b95f;
	}
	#menu-cursos-mobile li.azul a{
		background: #138fa5;
	}
	
	#conteudo h2 {
		float: left !important;
		height: auto !important;
		font-size: 75rem !important;
		line-height: 75rem !important;
		padding: 50rem 20rem !important;
	}
	
	#grade, #resumo, #sobre{
		display: none;
	}
	
	#grade.mobile{
		display: block !important;
		float: left !important;
		width: 1040rem !important;
		padding: 10rem 20rem !important;
		font-size: 50rem !important;
	}
	
	#grade.mobile h2{
		float: left !important;
		width: 100% !important;
		margin: 15rem 0 60rem 0 !important;
		padding: 60rem 0 !important;
		text-align: center !important;
		font-size: 70rem !important;
		color: #363435 !important;
		background: #f0f0f0 !important;
		letter-spacing: 2rem !important;
	}
	
	#grade.mobile h3{
		float: left !important;
		width: 100% !important;
		margin: 30rem 0 !important;
		padding: 60rem 0 !important;
		text-align: center !important;
		font-size: 70rem !important;
		color: #fff !important;
		background: #2279be !important;
		letter-spacing: 2rem !important;
	}	
	#grade.mobile h3.normal{
		color: #ed3237 !important;
		background: #fff !important;
		font-size: 55rem !important;
		padding: 30rem 0 70rem 0 !important;
	}
	
	#grade.mobile h4{
		float: left !important;
		width: 100% !important;
		padding: 0 0 60rem 0 !important;
	}
	
	#grade.mobile p{
		float: left !important;
		width: 100% !important;
		font-size: 50rem !important;
		line-height: 55rem !important;
	}
	
	#grade.mobile img{
		float: left !important;
		width: 98.5% !important;
		height: 900rem !important;
		margin: -20rem 0 40rem 0 !important;
	}

	#sobre.mobile ul{
		float: left !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#grade.mobile ul li{
		float: left !important;
		width: 100% !important;
		padding: 0 0 30rem 0 !important;
		height: auto !important;
		clear: both !important;
		line-height: 50rem !important;
	}
	
	#grade.mobile ul li a, #grade ul li a:hover{
		font-size: 50rem !important;
		color: #a4a4a4 !important;
		line-height: 58rem !important;
		letter-spacing: 0rem !important;
		padding: 0 !important;
	}
	
	#grade.mobile ul li a span{
		width: 100% !important;
		font-size: 50rem !important;
		color: #888888 !important;
		line-height: 60rem !important;
		letter-spacing: 0rem !important;
	}
	
	#grade.mobile ul li a span.nome_curso{
		letter-spacing: 1rem !important;
	}
	
	#grade.mobile ul li a em.nome_area{
		color: #a4a4a4 !important;
	}
	
	#grade.mobile p.aviso-painel{
		width: 1030rem !important;
		padding: 20rem 0 30rem 0 !important;
	}
	
	#grade.mobile iframe{
		float: left !important;
		padding: 0 !important;
		margin: 0 0 15rem 0 !important;
		width: 1040rem !important;
		height: 7100rem !important;
		font-size: 40rem !important;
		overflow: hidden !important;
	}
	
	#grade.mobile iframe input{
		width: 10rem !important; 
	}
	
	#grade.mobile #neuvoo a{
		float: left !important;
		width: 100% !important;
		padding: 20rem 0 !important;
		font-size: 40rem !important;
		text-align: center;
	}
	
	#grade.mobile {
		float: left !important;
		width: 1040rem !important;
		overflow: hidden !important;
	}
	
	#sobre.mobile{
		display: block !important;
		float: left !important;
		width: 1040rem !important;
		padding: 10rem 20rem !important;
		font-size: 50rem !important;
		line-height: 55rem !important;
	}
	
	#sobre.mobile h2{
		float: left !important;
		width: 100% !important;
		margin: 15rem 0 60rem 0 !important;
		padding: 60rem 0 !important;
		text-align: center !important;
		font-size: 70rem !important;
		color: #363435 !important;
		background: #f0f0f0 !important;
		letter-spacing: 2rem !important;
	}
	
	#sobre.mobile h3{
		float: left !important;
		width: 100% !important;
		margin: 10rem 0 30rem 0 !important;
		padding: 60rem 0 !important;
		text-align: center !important;
		font-size: 70rem !important;
		color: #fff !important;
		background: #2279be !important;
		letter-spacing: 2rem !important;
	}	
	#sobre.mobile h3.normal{
		color: #ed3237 !important;
		background: #fff !important;
		font-size: 55rem !important;
		padding: 60rem 0 !important;
	}
	
	#sobre.mobile h4{
		float: left !important;
		width: 100% !important;
		padding: 30rem 0 60rem 0 !important;
	}
	
	#sobre.mobile p{
		float: left !important;
		width: 100% !important;
		padding: 0 0 30rem 0 !important;
		font-size: 50rem !important;
		line-height: 55rem !important;
	}
	
	#sobre.mobile img{
		float: left !important;
		width: 100% !important;
		height: 680rem !important;
		margin: -20rem 0 40rem 0 !important;
	}
	
	#sobre.mobile ul{
		float: left !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 0 30rem 0 !important;
	}
	
	#sobre.mobile ul li{
		float: left !important;
		width: 1030rem !important;
		margin: 0 !important;
		padding: 0 0 30rem 10rem !important;
		height: auto !important;
		clear: both !important;
		line-height: 55rem !important;
		list-style: none !important;
	}
	
	#sobre.mobile ul li a, #grade ul li a:hover{
		font-size: 50rem !important;
		color: #a4a4a4 !important;
		line-height: 58rem !important;
		letter-spacing: 0rem !important;
		padding: 0 !important;
	}
	
	#sobre.mobile ul li a span{
		width: 100% !important;
		font-size: 50rem !important;
		color: #888888 !important;
		line-height: 60rem !important;
		letter-spacing: 0rem !important;
	}
	
	#sobre.mobile a img.contato{
		margin: 0 0 0 -10rem !important;
		width: 1040rem !important;
		height: 1040rem !important;
	}
	
	#sobre.mobile span.texto_laranja{
		color: #ef712f;
	}
	
	#resumo_curso, #sobre_curso{
		display: none !important;
	}
	
	#workshop_inovare {
		margin: 40rem 0 20rem 20rem !important;
		padding: 515rem 0 0 0 !important;
		width: 1040rem !important;
		height: 934rem !important;
		background-size: 1040rem 1449rem !important;
	}
	
	#cursos_gratis {
		margin: 40rem 0 20rem 20rem !important;
		padding: 240rem 140rem 0 75rem !important;
		width: 825rem !important;
		height: 892rem !important;
		background-size: 1040rem 1132rem !important;
	}
	
	#workshop_pataua {
		margin: 40rem 0 20rem 140rem !important;
		padding: 839rem 0 0 421rem !important;
		width: 421rem !important;
		height: 250rem !important;
		background-size: 842rem 1089rem !important;
	}
	
	#cursos_gratis .cursos p{
		font-size: 30rem !important;
		line-height: 23rem !important;
	}
	
	#gama {
		margin: 40rem 0 20rem 140rem !important;
		background-size: 842rem 595rem !important;
	}
	
	#promocao-natal {
		margin: 40rem 0 20rem 140rem !important;
		background-size: 842rem 1195rem !important;
	}
	
	.botao-inscricao a, .botao-inscricao a:hover {
		width: 450rem !important;
		font-size: 68rem !important;
		padding: 40rem 0 !important;
	}
	
	#modal-inscricao, #_erros {
		width: 800rem !important;
	}
	
	#modal-inscricao div p, #_erros  div p{
		font-size: 55rem !important;
		line-height: 55rem !important;
		padding: 50rem 0 !important;
	}
	
	#modal-inscricao div .botao, #_erros div .botao {
		padding: 15rem 20rem !important;
	}
	
	#rodape{
		display: none !important;
	}
	
	#rodape-mobile {		
		display: block !important;
		float: left;
		width: 100%;
		clear: both;
		background: #f0f0f0;
		color: #a4a4a4;
		text-align: center;
		font-size: 48rem;
		line-height: 50rem;
		padding: 40rem 0;
		letter-spacing: 0.08em;
		border-radius: 0;
	}
}