@charset "UTF-8";
/**
* Arquivo responsavel pelo estilo do site InovaAtiva
*
* @author: Mateus Moura mateus[dot]moura[at]talk2[dot]com[dot]br
* @author: Alvino Rodrigues alvino[dot]rodrigues[at]talk2[dor]com[dot]br
* @author: 
* @date: 14/05/2014
*
* Copyright(c) Todos os direitos reservados a Talk Interactive
*/
/* LESS
	>> Funções
________________________________________________________________ */
/* LESS 
	>> Variáveis { Determina as cores do website }
________________________________________________________________ */
/* --------------- */
/* 	FONTES
________________________________________________________________ */
/**********
* RESET
**********/
* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  font-family: inherit;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.atualizar-navegador {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  font-size: 1.8em;
  font-weight: 300;
  font-style: italic;
  padding: 0.8em;
  position: relative;
  z-index: 9999;
}
.atualizar-navegador a {
  color: #fff;
}
/**********
* REGRAS GERAIS
**********/
html {
  height: 100%;
}
body {
  height: 100%;
  color: #333;
  font-size: 62.5%;
  font-family: 'Source Sans Pro', arial, verdana, helvetica, sans-serif;
}
legend {
  display: none;
}
ol,
ul {
  list-style: none;
}
a {
  font-weight: 700;
  color: #31a4ce;
}
a:hover {
  color: #0f3d71;
}
button,
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header,
nav,
section,
article,
aside,
footer,
main {
  display: block;
}
.alinhamento {
  width: 986px;
  margin: 0 auto;
  position: relative;
}
/***
* TÍTULOS
***/
.titulo-1 {
  margin-bottom: .9em;
  font-weight: 200;
  font-size: 4em;
  text-transform: uppercase;
}
.titulo-2 {
  margin-bottom: 0.14em;
  font-weight: 400;
  font-size: 2.4em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .titulo-2 {
    font-size: 3.5em;
  }
}
.titulo-4 {
  margin-bottom: 0.14em;
  font-weight: 400;
  font-size: 2em;
  color: #31a4ce;
  line-height: 1.31em;
  text-transform: uppercase;
}
.figura-1 {
  padding-top: 195px;
}
.figura-1 i.icon {
  width: 160px;
  height: 160px;
  margin-left: 0;
}
.figura-1 .icon {
  background: url(../img/ico/lampada.png) no-repeat center top;
  height: 90px;
  width: 90px;
}
.figura-2 {
  margin-top: 0;
  padding-top: 195px;
}
.figura-2 i.icon {
  width: 160px;
  height: 160px;
  margin-left: 0;
}
.figura-2 .icon {
  background: url(../img/ico/engrenagens.png) no-repeat center top;
  height: 90px;
  width: 90px;
}
.figura-3 {
  margin-top: 0;
  padding-top: 195px;
}
.figura-3 i.icon {
  width: 160px;
  height: 160px;
  margin-left: 0;
}
.figura-3 .icon {
  background: url(../img/ico/pessoas.png) no-repeat center top;
  height: 90px;
  width: 90px;
}
.figura-4 {
  margin-top: 0;
  padding-top: 195px;
}
.figura-4 i.icon {
  width: 160px;
  height: 160px;
  margin-left: 0;
}
.figura-4 .icon {
  background: url(../img/ico/comunidade.png) no-repeat center top;
  display: block;
  height: 90px;
  width: 90px;
}
/***
* BOTÕES
***/
.botao-a {
  width: 100%;
  height: 60px;
  font-weight: 700;
  font-size: 2.2em;
  color: #31a4ce;
  border: 2px solid #31a4ce;
  background-color: #fff;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s 0s ease-in-out;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s 0s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s 0s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.5s 0s ease-in-out;
  /* Opera */
}
.botao-a:hover {
  color: #103e72;
  border: 2px solid #103e72;
}
.btn {
  border: none;
  cursor: pointer;
  display: inline-block;
}
.btn-azul {
  background-color: #31a4ce;
  color: #fff;
  font-size: 1.6em;
  padding: 5px 10px;
}
/***
* TEXTO
***/
p {
  margin-bottom: 0.77em;
  font-weight: 300;
  font-size: 1.7em;
  line-height: 1.19em;
}
ol li {
  margin-bottom: 0.77em;
  font-weight: 300;
  font-size: 2.2em;
}
ol li li,
ol li strong {
  font-size: 1em;
}
/***
* FORMULÁRIOS
***/
form {
  padding-top: 30px;
  position: relative;
}
form label {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 1.8em;
  display: inline-block;
}
form input[type=text],
form input[type=password],
form textarea {
  height: 47px;
  font-size: 1.4em;
  line-height: 47px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 4%;
  font-weight: 300;
  font-style: italic;
  border: 1px solid #666;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #666;
}
form input[type=text]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #666;
}
form input[type=text].erro,
form input[type=password].erro,
form textarea.erro {
  color: #ed1c24;
  border: 1px solid #ed1c24 !important;
}
form input[type=text].erro::-webkit-input-placeholder,
form input[type=password].erro::-webkit-input-placeholder,
form textarea.erro::-webkit-input-placeholder {
  color: #ed1c24;
}
form input[type=text].erro:-moz-placeholder,
form input[type=password].erro:-moz-placeholder,
form textarea.erro:-moz-placeholder {
  color: #ed1c24;
  opacity: 1;
}
form input[type=text].erro::-moz-placeholder,
form input[type=password].erro::-moz-placeholder,
form textarea.erro::-moz-placeholder {
  color: #ed1c24;
  opacity: 1;
}
form input[type=text].erro:-ms-input-placeholder,
form input[type=password].erro:-ms-input-placeholder,
form textarea.erro:-ms-input-placeholder {
  color: #ed1c24;
}
form textarea {
  height: 498px;
}
form span.erro {
  margin: -10px 0 20px;
  padding: 0 4%;
  font-weight: 300;
  font-size: 1.8em;
  color: #ed1c24;
  display: block;
}
form .linha {
  width: 100%;
}
form .checkbox label {
  width: 80%;
}
form .checkbox .custom-checks {
  height: 14px;
  margin-top: 5px;
  width: 14px;
  background: url(../img/ico/checkbox.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  float: left;
  margin-right: 2%;
  position: relative;
  display: inline-block;
}
form .checkbox .custom-checks.selecionado {
  background: url(../img/ico/checkbox_selecionado.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
form .checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 14px;
  width: 14px;
}
form input[type=submit] {
  height: 50px;
  width: 100%;
  margin: 25px 0 20px;
  font-weight: 700;
  font-size: 1.8em;
  color: #fff;
  background-color: #31a4ce;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s ease-in-out 0s;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s ease-in-out 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease-in-out 0s;
  /* Opera */
}
form input[type=submit]:hover {
  background-color: #103e72;
}
.formulario-3 {
  width: 100%;
  height: 99px;
  padding: 0;
  position: fixed;
  top: -100px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: #e7e7e8;
  z-index: 110;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s 0s ease-in-out;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s 0s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s 0s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.5s 0s ease-in-out;
  /* Opera */
}
.formulario-3.ativo {
  top: 64px;
}
.formulario-3 input[type=text] {
  width: 80%;
  margin: 0;
  display: inline-block;
}
.formulario-3 input[type=submit] {
  width: 19.5%;
  height: 98px;
  margin: 0;
  display: inline-block;
  color: #e7e7e8;
  text-indent: -9999px;
  background: url(../img/ico/pesquisa.png) center center no-repeat;
}
.formulario-3 input[type=submit]:hover {
  background-color: #999;
}
/***
* MENU DE NAVEGAÇÃO
***/
nav {
  position: absolute;
  top: 40px;
  left: 0;
}
nav ul {
  overflow: hidden;
}
nav ul li {
  float: left;
}
nav ul li + li {
  margin-left: 40px;
}
nav ul li a {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  display: block;
  opacity: 1;
}
nav ul li.ativo a,
nav ul li:hover a {
  font-weight: 700;
  color: #fff;
}
#box-participe {
  width: 90%;
  max-width: 355px;
  position: fixed;
  top: 0;
  right: -90%;
  z-index: 3012;
  overflow-y: auto;
  background-color: transparent;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s 0s ease-in-out;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s 0s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s 0s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.5s 0s ease-in-out;
  /* Opera */
}
#box-participe .bg {
  background-color: #fff;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#box-participe .bt-fazerLogin {
  border-left: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
  font-size: 1.7em;
  line-height: 64px;
  top: 0;
  width: 100%;
  padding-left: 20px;
  border: solid 1px #d1d1d1;
  position: absolute;
  left: 0;
  font-weight: 300;
  background-color: #e0eef3;
  text-transform: uppercase;
}
#box-participe .bt-fazerLogin.ativo {
  color: #e0eef3;
  left: -184px;
  width: 600px;
}
#box-participe strong {
  color: #58585a;
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#box-participe.ativo {
  right: 0;
}
#box-participe.sessao {
  padding: 4% 1%;
}
#box-participe.sessao.ativo {
  padding-top: 7%;
}
#box-participe .titulo-1 {
  color: #333;
  margin-bottom: 0;
  font-size: 3.1em;
  margin-bottom: 10px;
}
#box-participe .box-midias {
  width: 100%;
  text-align: left;
}
#box-participe .midia {
  padding: 0;
  font-size: 1.8em;
  text-align: left;
  width: 100%;
  margin-bottom: 4%;
  display: inline-block;
  position: relative;
  border: 1px solid #666;
  background-color: transparent;
  background-position: center center;
}
#box-participe .midia img {
  display: inline-block;
  float: left;
  height: 45px;
  width: 45px;
  margin: 0 auto;
  position: static;
}
#box-participe .midia span {
  display: block;
  left: auto;
  line-height: 45px;
  position: static;
  padding-left: 68px;
  text-align: left;
}
#box-participe .passo-1,
#box-participe .passo-2 {
  display: none;
  background-color: transparent;
  border: 0;
}
#box-participe .passo-1.ativo,
#box-participe .passo-2.ativo {
  display: block;
}
#box-participe .passo-1 p strong,
#box-participe .passo-2 p strong {
  font-size: 19px;
}
#box-participe form {
  padding-top: 0;
}
#box-participe form legend {
  display: none;
}
#box-participe form input[type=text],
#box-participe form input[type=password] {
  background-color: transparent;
}
#box-participe form .botao-a,
#box-participe form input[type=submit] {
  width: 100%;
  margin: 0;
}
#box-participe form .botao-a {
  float: left;
  display: none;
}
#box-participe form input[type=submit] {
  height: 50px;
  font-size: 1.8em;
  margin-bottom: 0;
  width: 100%;
  float: right;
}
/***
* VÍDEOS
***/
#video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.8;
  z-index: -10;
  background-color: #000;
  transition: z-index 0s 0s ease-in-out, opacity 0.5s 0.1s ease-in-out;
  -moz-transition: z-index 0s 0s ease-in-out, opacity 0.5s 0.1s ease-in-out;
  -webkit-transition: z-index 0s 0s ease-in-out, opacity 0.5s 0.1s ease-in-out;
  -o-transition: z-index 0s 0s ease-in-out, opacity 0.5s 0.1s ease-in-out;
}
#video.ativo {
  z-index: 9000;
  opacity: 1;
}
#video iframe {
  width: 100%;
  height: 100%;
}
#video #fechar-video {
  width: 36px;
  height: 36px;
  font-weight: 700;
  font-size: 2.6em;
  color: #fff;
  line-height: 36px;
  position: absolute;
  top: 10px;
  right: 56px;
  border-radius: 5px;
  background-color: #111a19;
}
/***
* SESSÕES DA PÁGINA
***/
.sessao {
  padding: 40px 7%;
}
/***
* IMAGE REPLACEMENT
***/
.image-replace {
  display: block;
  overflow: hidden;
  text-indent: -999em;
}
/**********
* CABECALHO
**********/
#barra-topo {
  display: block;
  width: 100%;
  min-width: 986px;
  margin: 0 auto;
  height: 100px;
  border-bottom: 5px solid #fff;
  background-color: #006db6;
}
#barra-topo h1 {
  left: 30px;
  top: 38px;
  position: absolute;
  height: 29px;
  width: 135px;
}
#barra-topo h1 a {
  overflow: hidden;
  text-indent: -999em;
  background: url("../img/lgo/cni.png") no-repeat;
  width: 100%;
  height: 100%;
  font-weight: 300;
  font-size: 4.5em;
  color: #58585a;
  line-height: 96px;
  display: block;
}
#barra-topo .menu,
#barra-topo .login,
#barra-topo .pesquisa {
  width: 12.25%;
  height: 100%;
  padding: 0 2%;
  position: absolute;
  top: 0;
  color: #e7e7e8;
  overflow: hidden;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s 0s ease-in-out;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s 0s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s 0s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.5s 0s ease-in-out;
  /* Opera */
}
#barra-topo .menu .icon,
#barra-topo .login .icon,
#barra-topo .pesquisa .icon {
  margin: 0 auto;
  display: inline-block;
}
#barra-topo .menu span,
#barra-topo .login span,
#barra-topo .pesquisa span {
  color: #58585a;
  font-weight: bold;
  font-size: 1.8em;
  position: absolute;
  left: -9999px;
}
#barra-topo .menu {
  left: 0;
  border-right: 1px solid #c1c1c1;
  background-color: #fff;
  z-index: 2000;
}
#barra-topo .menu .icon {
  max-width: 53px;
  width: 100%;
  height: 100%;
  background: url(../img/ico/menu.png) no-repeat center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  #barra-topo .menu {
    display: none;
  }
  #barra-topo .menu .icon {
    width: 26px;
  }
  #barra-topo .menu span {
    padding-left: 10%;
    font-weight: bold;
    font-size: 1.8em;
    color: #58585a;
    line-height: 64px;
    display: inline-block;
    vertical-align: top;
    position: static;
    left: auto;
  }
  #barra-topo .menu.ativo {
    border-bottom: 1px solid #c1c1c1;
    height: 63px;
    width: 332px;
    z-index: 3001;
  }
}
#barra-topo .login {
  width: 20%;
  padding: 0;
  right: 0;
  border-left: 1px solid #c1c1c1;
  background-color: #fff;
  text-transform: uppercase;
  display: none;
}
#barra-topo .login .icon {
  width: 26px;
}
#barra-topo .login span {
  padding-right: 5%;
  font-weight: bold;
  font-size: 1.8em;
  color: #58585a;
  line-height: 64px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: static;
  left: auto;
}
#barra-topo .login.ativo {
  background-color: #fff;
  top: 0;
  width: 349px;
  z-index: 2012;
  border: none !important;
  right: 5px;
}
#barra-topo .login.ativo .icon {
  height: 60px;
  width: 26px;
}
#barra-topo .login .icon {
  max-width: 33px;
  width: 40%;
  height: 100%;
  background: url(../img/ico/login.png) center center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#barra-topo .usuario {
  display: none;
  float: right;
  margin-right: 20px;
  position: relative;
  top: 20px;
}
#barra-topo .usuario p {
  display: inline;
  margin-right: 20px;
}
#barra-topo .usuario p strong {
  color: #31a4ce;
}
#barra-topo .usuario .btn-azul {
  margin-right: 20px;
}
#barra-topo .usuario .btn-sair {
  background: url("../img/ico/sair.png") no-repeat left center;
  padding-left: 24px;
  color: #333;
  font-size: 1.6em;
  font-weight: 400;
}
#barra-topo .logado .usuario {
  display: block;
}
#barra-topo .logado #formulario-login-topo,
#barra-topo .logado .fix-direita {
  display: none;
}
#barra-topo .pesquisa {
  right: 12%;
  border-left: 1px solid #c1c1c1;
  background-color: #e7e7e8;
}
#barra-topo .pesquisa .icon {
  width: 26px;
}
#barra-topo .pesquisa span {
  padding-right: 10%;
  font-weight: bold;
  font-size: 1.8em;
  color: #58585a;
  line-height: 64px;
  display: inline-block;
  vertical-align: top;
  position: static;
  left: auto;
}
#barra-topo .pesquisa .icon {
  max-width: 35px;
  width: 100%;
  height: 100%;
  background: url(../img/ico/pesquisa.png) center center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
#barra-topo.tipo-b .login {
  background-color: #edeff0;
}
#barra-topo.tipo-b .menu {
  background-color: #edeff0;
}
#barra-topo.tipo-b .menu .icon {
  height: 21px;
  width: 5px;
  position: relative;
  top: 20px;
  background: url(../img/ico/menu_d.png) center center no-repeat;
}
#barra-topo.tipo-b h1 {
  display: block;
}
#barra-topo.tipo-b h1 a {
  width: 100%;
  height: 100%;
  font-weight: 300;
  font-size: 4.5em;
  color: #58585a;
  line-height: 96px;
  display: block;
  background-position: center;
}
#bloco-login {
  width: 622px;
  min-height: 381px;
  margin-left: -306px;
  padding: 27px 40px 40px;
  display: block;
  position: absolute;
  left: 50%;
  top: 224px;
  background-color: #ffffff;
  border: 2px solid #006db6;
}
#bloco-login.oculto {
  display: none;
}
#bloco-login .bt-cadastro {
  background: #42a212;
  color: #fff;
  float: left;
  font-size: 1.8em;
  height: 25px;
  line-height: 25px;
  margin: 15px 5px 0 0;
  padding: 0 5px;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s 0s ease-in-out;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s 0s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s 0s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.5s 0s ease-in-out;
  /* Opera */
}
#bloco-login .bt-cadastro:hover {
  color: #fff;
  background-color: #0d821c;
}
#bloco-login .fix-esquerda {
  width: 266px;
  padding-right: 40px;
  float: left;
}
#bloco-login form {
  width: 266px;
  padding: 0 0 0 40px;
  float: right;
  border-left: 1px solid #959595;
}
#bloco-login form span.erro {
  display: none !important;
}
#bloco-login form input[type=text],
#bloco-login form input[type=password] {
  width: 100%;
  height: 35px;
  margin: 0;
  line-height: 1;
  border: 1px solid #006db6;
}
#bloco-login form #login-email-topo {
  margin: 0 0 10px;
}
#bloco-login form label {
  margin-bottom: 1px;
  font-size: 1.4em;
}
#bloco-login form .bloco-direita,
#bloco-login form .bloco-esquerda {
  float: left;
  width: 38%;
}
#bloco-login form .bloco-direita .bt-esqueci {
  display: inline-block;
  font-size: 1.2em;
  margin-top: 3px;
}
#bloco-login form .bloco-esquerda .checkbox .custom-checks {
  height: 12px;
  width: 12px;
}
#bloco-login form .bloco-esquerda .checkbox label {
  margin-top: 3px;
  font-size: 1.2em;
}
#bloco-login form .checkbox-logado {
  width: 150px;
  margin: 20px auto 10px;
}
#bloco-login form .checkbox-logado label {
  margin-top: 5px;
  line-height: 14px;
}
#bloco-login form .login-submit-topo {
  width: 150px;
  height: 40px;
  margin: 0 auto;
  font-size: 23px;
  display: block;
  background-color: #004d89;
}
#bloco-login .or {
  font-weight: 400;
  font-size: 17px;
  color: #006db6;
  text-align: center;
}
#bloco-login .box-midias {
  width: 100%;
  margin-top: 23px;
}
#bloco-login .box-midias a {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  display: block;
  overflow: hidden;
}
#bloco-login .box-midias a + a {
  margin-top: 10px;
}
#bloco-login .box-midias a.linkedin {
  background-color: #4578ac;
}
#bloco-login .box-midias a.facebook {
  background-color: #4f6cbd;
}
#bloco-login .box-midias a.google {
  background-color: #d8412b;
}
#bloco-login .box-midias a img {
  display: block;
  float: left;
}
.titulo-login {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 42px;
  color: #006db6;
  text-align: center;
}
.bt-esqueci {
  font-weight: 900;
  font-size: 14px;
  color: #006db6;
}
.page-blog #barra-topo h1 {
  display: none;
}
.page-blog #barra-topo.tipo-b h1 {
  display: block;
}
.page-blog .destaque {
  display: none;
}
header {
  width: 100%;
  overflow: hidden;
}
header .instrucoes-navegacao {
  display: none;
}
header .vimeo-video {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
}
header .vimeo-video:-webkit-full-screen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
header .vimeo-video:-moz-full-screen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
header .vimeo-video:-ms-full-screen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
header .vimeo-video:-o-full-screen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
header .vimeo-video:full-screen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
header .vimeo-video .bt-fecharvideo {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  background: url("../img/ico/ico-fechar.png") no-repeat 0 0;
  height: 36px;
  top: 138px;
  position: absolute;
  right: 10px;
  width: 36px;
  z-index: 1000;
}
header .mobile-video,
header .desktop-video {
  position: absolute;
  top: 47px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: -1;
}
header .mobile-video img,
header .desktop-video img {
  width: 100%;
}
header .desktop-video {
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: none;
  height: auto;
  min-width: 100%;
}
header .desktop-video img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
header .desktop-video .mobile-video {
  display: none;
}
header .desktop-video .desktop-video {
  display: block;
}
header .desktop-video .bloco {
  position: relative;
  padding: 0 0 0 30px;
  height: 100%;
}
header .desktop-video .bloco .bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: none;
  background-color: #fff;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 423px;
  z-index: -1;
  -webkit-mask-box-image: -webkit-gradient(linear, 0 0, 100% 100%, from(#ffffff), color-stop(0.5, transparent));
  -webkit-mask-box-image: -webkit-linear-gradient(left, #ffffff, transparent 100%);
  -webkit-mask-box-image: -moz-linear-gradient(left, #ffffff, transparent 100%);
  -webkit-mask-box-image: -o-linear-gradient(left, #ffffff, transparent 100%);
  -webkit-mask-box-image: linear-gradient(left, #ffffff, transparent 100%);
}
header .desktop-video .instrucoes-navegacao {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
header .desktop-video#home h1 {
  padding-top: 96px;
}
header .final {
  bottom: 25px;
  left: 30px;
  top: auto;
  position: absolute;
}
header .final .ancora {
  position: static;
  background: none;
  padding: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
  width: 100%;
}
header .final .botao-participe {
  background-color: #006fbe;
  color: #ffdd00;
  display: inline-block;
  font-size: 2.5em;
  font-weight: 400;
  height: auto;
  line-height: 45px;
  margin: 0;
  padding: 0 10px 0 26px;
  left: 22px;
  position: relative;
  text-align: left;
  width: auto;
  z-index: 1;
  text-transform: uppercase;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s ease-in-out 0s;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s ease-in-out 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease-in-out 0s;
  /* Opera */
}
header .final .botao-participe:hover {
  background-color: #006fbe;
  color: #ffdd00;
}
header .final .botao-participe .icon {
  top: 2px;
  height: 42px;
  width: 42px;
  background: url(../img/ico/participe_2.png) no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  float: left;
  left: -22px;
  margin-right: 10px;
  position: absolute;
}
header .final .inscricao {
  position: relative;
  margin: 0 auto;
  width: auto;
}
header .final .inscricao .icon {
  height: 107px;
  width: 104px;
  background: url('../img/ico/inscricao.png') no-repeat left top;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  float: left;
  position: relative;
  top: 3px;
  z-index: 5;
}
header .final .inscricao a.bt-cadastrar {
  line-height: 54px;
  left: -58px;
  font-size: 35px;
  background-color: #42a212;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 6px 0;
  padding: 0 0 3px 58px;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  z-index: 4;
}
header .final .inscricao a.bt-cadastrar p {
  line-height: 54px;
  margin-left: 0;
  font-size: 35px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
header .final .inscricao a {
  font-size: 2.5em;
  margin: 0 0 60px 35px;
  background-color: #0d821c;
  color: #fff;
  clear: both;
  display: block;
  font-weight: 600;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
header .final .inscricao a.bt-cadastrar {
  width: auto;
}
header.video-ativo h1,
header.video-ativo span,
header.video-ativo button,
header.video-ativo div.ancora,
header.video-ativo div.bg {
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: opacity 0.5s ease-in-out 0.5s;
  /*, @type2 @time2 @tm2*/
  -moz-transition: opacity 0.5s ease-in-out 0.5s;
  /* Firefox 4 */
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  /* Safari and Chrome */
  -o-transition: opacity 0.5s ease-in-out 0.5s;
  /* Opera */
  opacity: 0;
  filter: alpha(opacity=0);
}
header h1,
header span,
header button,
header div.ancora,
header div.bg {
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: opacity 0.5s ease-in-out 0.5s;
  /*, @type2 @time2 @tm2*/
  -moz-transition: opacity 0.5s ease-in-out 0.5s;
  /* Firefox 4 */
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  /* Safari and Chrome */
  -o-transition: opacity 0.5s ease-in-out 0.5s;
  /* Opera */
}
header video {
  display: block;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -100;
}
header .destaque {
  padding-top: 73px;
  position: relative;
}
header .destaque .item {
  display: none;
  position: relative;
}
header .destaque .item.ativo {
  display: block;
}
header .destaque .item .chamada {
  background: url('../img/bkg/destaque-item.png') repeat-y right top;
  height: 100%;
  padding-left: 30px;
  position: absolute;
  top: 0;
  max-width: 1198px;
  z-index: 5;
}
header .destaque .item .chamada .unicelular {
  height: 100%;
  display: table;
  width: 40%;
}
header .destaque .item .chamada .celular {
  display: table-cell;
  vertical-align: middle;
}
header .destaque .item .chamada p {
  color: #333333;
  font-size: 4.2em;
  text-transform: uppercase;
  vertical-align: middle;
}
header .destaque .item img {
  width: 100%;
}
header .destaque .item .btn-azul {
  background-color: #006fbe;
  color: #fff;
  font-size: 2.8em;
  padding: 14px 30px;
  text-align: center;
  text-transform: uppercase;
}
header .destaque .indice {
  bottom: 11%;
  position: absolute;
  left: 46%;
  z-index: 10;
}
header .destaque .indice a {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 3.8em;
  line-height: 0.1px;
  margin-right: 15px;
  text-shadow: 1px 2px 3px #666;
}
header .destaque .indice a.ativo {
  color: #006fbe;
}
h1 {
  margin-bottom: 80px;
  position: relative;
  display: none;
}
h1 span {
  position: absolute;
  left: -99999px;
}
h1 img {
  height: 227px;
  position: relative;
  width: 242px;
  max-width: 293px;
  opacity: 1;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.2s 0s ease-in-out;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.2s 0s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.2s 0s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.2s 0s ease-in-out;
  /* Opera */
}
.imagem-destaque {
  width: 100%;
  min-height: 723px;
  display: block;
  position: relative;
}
#home {
  width: 100%;
  min-width: 986px;
  margin: 0 auto;
}
#home.gp {
  width: 100%;
  min-width: 986px;
  margin: 0 auto;
  position: relative;
  min-height: 1000px;
}
#home.gp .imagem-destaque {
  width: 100%;
  min-height: 1100px;
  display: block;
  position: relative;
}
#home.gp .imagem-destaque .wrapper {
  width: 533px;
  margin: 0 auto;
}
#home.gp p {
  font-size: 1.8em;
}
#home.gp #bloco-login {
  width: 100%;
  min-height: 381px;
  padding: 27px 40px 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 0px;
}
#home.gp #bloco-login .wrapper {
  width: 533px;
  margin: 60px auto 0 auto;
}
.logo-grandprix {
  margin-left: -249px;
  display: block;
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 2;
}
.logos {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.logo-esquerda {
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 2;
}
.logo-centro {
  margin-left: -145px;
  display: block;
  position: absolute;
  top: 67px;
  left: 50%;
  z-index: 2;
}
.logo-direita {
  margin-left: -249px;
  display: block;
  position: absolute;
  top: 69px;
  right: 0;
  z-index: 2;
}
.botao-video {
  margin: 0 0 5px;
  left: 22px;
  padding-right: 10px;
  line-height: 45px;
  clear: both;
  width: auto;
  background-color: #ffd500;
  position: relative;
  font-weight: 400;
  font-size: 2.2em;
  color: #0070bf;
  display: block;
  text-align: left;
  padding-left: 26px;
  text-transform: uppercase;
}
.botao-video span {
  padding-right: 54px;
  display: inline-block;
  position: relative;
}
.botao-video .icon {
  background: url(../img/ico/play_4.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 45px;
  left: -22px;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 42px;
}
.frase {
  background-color: #0d821c;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 3.0em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em;
  display: inline;
}
.frase strong {
  background-color: #47a417;
  display: block;
  margin: 5px 0;
  font-weight: 900;
  padding: 0 3px;
}
/**********
* BORDAS
**********/
.borda {
  display: block;
  height: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s 0s ease-in-out;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s 0s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s 0s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.5s 0s ease-in-out;
  /* Opera */
}
.borda.tipo1 {
  background: #0d821c url("../img/bkg/borda_1.png") no-repeat left top;
}
.borda.tipo2 {
  background: #42a212 url("../img/bkg/borda_2.png") no-repeat left top;
}
.borda.normal {
  position: static;
}
/**********
* CONTEUDO
**********/
main {
  width: 100%;
}
/***
* SESSÃO O QUE É
***/
.oque-e {
  background-color: #ffffff;
}
.oque-e p {
  font-weight: 400;
  text-align: left;
}
.oque-e h2 {
  color: #006db6;
}
.oque-e h3 {
  color: #0f911f;
  font-weight: 600;
  position: relative;
  text-align: left;
}
.oque-e .icon {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/***
* SESSÃO ETAPAS
***/
.etapas {
  background: #ffffff url(../img/bkg/fases-inovativa.png) no-repeat 36% 254px;
  padding-top: 100px;
}
.etapas .titulo-1,
.etapas .titulo-2 {
  color: #65b32e;
}
.etapas p {
  color: #5c5c5c;
}
.etapas .titulo-2 {
  text-align: left;
}
.etapas span {
  color: #8f8f8f;
  font-weight: 700;
  font-size: 2.2em;
  text-transform: uppercase;
}
.etapas strong {
  color: #65b32e;
  display: inline-block;
  text-transform: uppercase;
}
.etapas .descricao {
  min-height: 78px;
}
.etapas .descricao p {
  color: #7a7a7a;
  font-weight: 600;
  font-size: 2.2em;
}
.etapas .data {
  bottom: 0;
  left: 0;
  position: absolute;
}
.etapas .data img {
  float: left;
  margin: 0 10px 0 0 !important;
}
.etapas .data span {
  display: inline-block;
  font-size: 1.8em;
  line-height: 0.8em;
  margin: 5px 0 2px 0;
}
.etapas .data time {
  color: #65b32e;
  display: block;
  font-size: 2.0em;
  font-weight: 700;
  line-height: 0.8em;
}
.etapas .carrossel {
  padding-top: 33px;
  position: relative;
}
.etapas .paginacao {
  display: none;
  width: 100%;
  height: 140px;
  text-align: center;
  position: absolute;
  z-index: 10;
}
.etapas .paginacao li {
  display: inline-block;
}
.etapas .paginacao li + li {
  margin-left: 18px;
}
.etapas .paginacao li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.etapas .paginacao li button:hover {
  opacity: 1;
}
.etapas .paginacao li a {
  width: 25.78%;
  max-width: 170px;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.etapas .paginacao li a:hover {
  opacity: 1;
}
.etapas .paginacao li.item-1 a {
  left: 0;
}
.etapas .paginacao li.item-2 a {
  margin-left: -12.89%;
  left: 50%;
}
.etapas .paginacao li.item-3 a {
  right: 0;
}
.etapas .paginacao li img {
  width: 100%;
  display: block;
}
.etapas .paginacao li.ativo a,
.etapas .paginacao li.ativo button {
  opacity: 1;
}
.etapas .principal {
  margin-top: -63px;
  padding-top: 63px;
  overflow: hidden;
}
.etapas .principal li {
  float: left;
  margin-left: 25px;
  width: 272px;
  padding-bottom: 30px;
  position: relative;
  min-height: 540px;
  margin-bottom: 0;
  text-align: left;
}
.etapas .principal li .titulo-2 {
  text-align: left;
}
.etapas .principal li .data {
  width: 100%;
}
.etapas .principal li .data img {
  display: block;
}
.etapas .principal li .sub {
  color: #7a7a7a;
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 25px;
}
.etapas .principal li.cycle-slide-active {
  margin-left: 0;
}
.etapas .principal li.cycle-slide {
  display: block !important;
  top: 0 !important;
  position: relative !important;
  padding-bottom: 60px;
  min-height: 620px;
}
.etapas .principal li.cycle-sentinel {
  display: none !important;
}
.etapas .principal li img {
  display: block;
  margin: 0 0 40px 10px;
}
.etapas .principal li img.seletiva {
  margin-left: 20px;
}
.etapas .principal li img.final {
  margin: -63px 0 0 35px;
}
.etapas .principal li h3 {
  font-size: 2.5em;
  font-weight: 700;
}
/***
* SESSÃO A COMUNIDADE
***/
.comunidade {
  background: #ffffff url("../img/bkg/bg_comunidade.png") no-repeat right bottom;
  height: 663px;
  padding: 0;
  padding-top: 100px;
}
.comunidade .alinhamento {
  height: 100%;
}
.comunidade h2.titulo-1 {
  padding-top: 50px;
}
.comunidade .bloco {
  width: 425px;
}
.comunidade .titulo-1,
.comunidade .titulo-3 {
  color: #006fbe;
}
.comunidade .titulo-3 {
  font-size: 2.3em;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.comunidade p {
  font-weight: 400;
  text-align: left;
}
.comunidade .icon {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/***
* SESSÃO PARTICIPE
***/
.participe {
  width: 100%;
  min-width: 986px;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
  padding: 40px 0 0;
}
.participe .mobile,
.participe #cadastro-entrar,
.participe #login-cadastrar {
  display: none;
}
.participe .passo-1 {
  background-color: #fff;
  border: solid 1px #d2d2d2;
  overflow: hidden;
  padding: 40px 40px 40px;
  margin: 0 auto;
  width: 100%;
}
.participe .social {
  background-color: #fff;
  margin-bottom: 2px;
  padding: 0 40px 0 0;
  width: 452px;
  float: left;
}
.participe .social a.midia {
  width: 268px;
  height: 46px !important;
  margin: 100px auto 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.participe .social a.midia + .midia {
  margin-top: 10px;
}
.participe .social a.midia.linkedin {
  background-color: #4578ac;
}
.participe .social a.midia.facebook {
  background-color: #4f6cbd;
}
.participe .social a.midia.google {
  background-color: #d8412b;
}
.participe .social a.midia img {
  display: block;
  float: left;
}
.participe legend,
.participe h4 {
  color: #58585a;
  display: block;
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.participe h4 {
  color: #f9b000;
  display: none !important;
}
.participe #formulario-cadastro {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 0 0 40px;
  width: 452px;
  float: right;
  border-left: solid 1px #d2d2d2;
}
.participe #formulario-cadastro label {
  margin: 0;
}
.participe #formulario-cadastro input[type=text],
.participe #formulario-cadastro input[type=password] {
  width: 100%;
  height: 44px;
  margin: 0 0 10px;
  line-height: 44px;
  border: 1px solid #bfbfbf;
}
.participe #formulario-cadastro input[type=submit] {
  background-color: #004d89;
}
.participe #formulario-cadastro.register-news {
  width: 100%;
}
.participe #formulario-cadastro.register-news .col {
  float: left;
}
.participe #formulario-cadastro.register-news #cadastro-submit {
  float: left;
  height: 48px;
  margin: 0;
}
.participe #formulario-cadastro legend {
  color: #f9b000;
  display: none;
}
.participe #formulario-cadastro p {
  margin-bottom: 36px;
}
.participe #formulario-login {
  display: none;
  float: right;
  overflow: hidden;
  padding: 20px;
  width: 326px;
}
.participe #formulario-login .bt-esqueci {
  color: #31a4ce;
  font-weight: 300;
  font-size: 1.6em;
}
.participe #formulario-login-topo .bt-esqueci {
  color: #31a4ce;
  font-weight: 300;
  font-size: 1.6em;
}
.participe #formulario-login-topo input[type=submit] {
  margin-top: 20px;
}
.participe h2 {
  margin-bottom: 50px;
  color: #006db6;
}
.participe .midia {
  width: 45px;
  height: 45px;
  font-weight: 400;
  font-size: 3.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.participe .midia + .midia {
  margin-left: 2%;
}
.participe .midia span {
  display: none;
}
.participe p {
  margin-bottom: 6px;
  font-size: 1.8em;
}
.participe a {
  color: #006db6;
}
.participe .linkedin {
  color: #4477ab;
  margin-left: 0;
}
.participe .linkedin:hover {
  box-shadow: 3px 3px #4578ac inset, -3px -3px #4578ac inset;
  border: 1px solid #4578ac;
}
.participe .facebook {
  color: #506dbe;
}
.participe .facebook:hover {
  box-shadow: 3px 3px #5b78c9 inset, -3px -3px #5b78c9 inset;
  border: 1px solid #5b78c9;
}
.participe .google {
  color: #d8412b;
  margin-bottom: 60px;
}
.participe .google:hover {
  box-shadow: 3px 3px #e14a34 inset, -3px -3px #e14a34 inset;
  border: 1px solid #e14a34;
}
.participe .noMobile {
  display: block;
}
.participe .mobile {
  margin-bottom: 20px;
  border: solid 1px #d1d1d1;
  font-size: 1.4em;
  padding: 5px;
  text-transform: uppercase;
}
.participe .mobile p {
  margin-bottom: 0;
  font-size: 1em;
}
.participe .mobile p + p {
  margin-top: 10px;
}
.participe h3 {
  font-weight: 700;
  font-size: 24px;
  color: #006db6;
  text-transform: uppercase;
  display: block;
}
.participe form {
  padding-top: 0;
}
.participe form input[type=submit] {
  margin: 0px 0 20px;
}
#entrar {
  margin-top: 20px;
  display: none;
}
/***
* SESSÃO PATROCÍNIO
***/
.patrocinio {
  width: 100%;
  min-width: 986px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #fff;
}
.patrocinio h3 {
  color: #666666;
  font-size: 2.4em;
  font-weight: 200;
  margin: 0 18px 15px 0;
  text-transform: uppercase;
}
.patrocinio .compartilhar {
  margin-bottom: 20px;
}
.patrocinio img {
  max-width: 100%;
  display: inline-block;
  margin: 0 20px 0 0;
}
.patrocinio .siga img {
  margin: 0 0 20px 0;
  height: 32px;
  width: 32px;
}
.patrocinio .alinhamento {
  overflow: hidden;
}
.patrocinio .rede-social {
  padding-top: 28px;
  background-color: #f5f6f7;
}
.patrocinio .rede-social h3 {
  color: #666666;
  font-size: 2.4em;
  font-weight: 200;
  float: left;
  margin-right: 18px;
  text-transform: uppercase;
}
.patrocinio .siga {
  float: left;
  width: 240px;
}
.patrocinio .siga ul {
  list-style: none;
}
.patrocinio .siga ul li {
  float: left;
}
.patrocinio .siga ul li img {
  height: 32px;
  width: 32px;
}
.patrocinio .compartilhar {
  float: right;
  width: 450px;
}
.patrocinio .mobile {
  display: none;
}
.patrocinio h2 {
  font-size: 3.5em;
}
.patrocinio .realizacao a {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
.patrocinio .realizacao .mdic {
  width: 178px;
}
.patrocinio .realizacao .governo {
  margin-right: 0;
  width: 184px;
}
.patrocinio .realizacao img {
  margin: 0;
  width: 100%;
}
.patrocinio .bloco {
  padding: 55px 0 20px;
  overflow: hidden;
}
.patrocinio .bloco .parceiro,
.patrocinio .bloco .execucao,
.patrocinio .bloco .realizacao {
  float: left;
}
.patrocinio .bloco .parceiro {
  margin-right: 30px;
}
.patrocinio .bloco .parceiro + .parceiro {
  margin-top: 50px;
}
.patrocinio .bloco .parceiro a {
  display: inline-block;
  width: 210px;
  vertical-align: top;
}
.patrocinio .bloco .parceiro a.logo-sesi {
  width: 196px;
}
.patrocinio .bloco .parceiro a.logo-sebrae {
  width: 140px;
}
.patrocinio .bloco .parceiro a.logo-inovativa {
  width: 135px;
}
.patrocinio .bloco .parceiro a.logo-mdic {
  width: 178px;
}
.patrocinio .bloco .parceiro a.logo-mcti {
  width: 266px;
  margin-top: 14px;
}
.patrocinio .bloco .parceiro a.logo-innovate {
  width: 178px;
}
.patrocinio .bloco .parceiro a.logo-sibratecshop {
  width: 117px;
}
.patrocinio .bloco .parceiro a + a {
  margin-left: 30px;
}
.patrocinio .bloco .parceiro a img {
  width: 100%;
}
.patrocinio .bloco .execucao {
  margin-right: 45px;
}
.patrocinio .bloco .execucao h3 {
  margin-bottom: 5px;
}
/***
* SESSÃO BARRA DE REDES SOCIAIS
***/
.barra-redes {
  bottom: 0;
  border: solid 1px #999;
  background-color: #ebebeb;
  position: absolute;
  width: 100%;
}
.barra-redes .barra {
  padding: 22px 0;
  display: inline-block;
}
.barra-redes .barra a {
  margin-left: 8%;
  font-weight: 400;
  font-size: 1.8em;
}
.barra-redes .barra a .icon {
  display: block;
  float: left;
  margin: 0 5% 0 8%;
  position: relative;
}
.barra-redes .facebook {
  width: 58.19%;
  border-right: 1px solid #999;
}
.barra-redes .facebook a {
  color: #4d6abb;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s ease-in-out 0s;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s ease-in-out 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease-in-out 0s;
  /* Opera */
}
.barra-redes .facebook a:hover {
  color: #0f3d71;
}
.barra-redes .facebook a.curtir {
  margin-left: 0;
}
.barra-redes .facebook a .icon {
  background: url(../img/ico/facebook_c.png) no-repeat left center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 30px;
  width: 15px;
}
.barra-redes .google {
  width: 41.25%;
}
.barra-redes .google a {
  color: #df6351;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s ease-in-out 0s;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s ease-in-out 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease-in-out 0s;
  /* Opera */
}
.barra-redes .google a:hover {
  color: #c12e18;
}
.barra-redes .google a.compartilhar {
  margin-left: 0;
}
.barra-redes .google a .icon {
  background: url(../img/ico/google_b.png) no-repeat left center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 28px;
  width: 31px;
}
/***
* SESSÃO REDES SOCIAIS
***/
.redes-sociais {
  background-color: transparent;
  border: 0;
  float: right;
  padding: 0 0 76px 0;
  position: relative;
  width: 494px;
}
.redes-sociais h2 {
  font-size: 3.6em;
}
.redes-sociais .bloco {
  padding: 0;
}
.redes-sociais ul {
  text-align: left;
  overflow: hidden;
}
.redes-sociais ul li {
  float: right;
}
.redes-sociais ul li:first-child {
  float: left;
}
.redes-sociais ul li img {
  height: 60px;
  margin-bottom: 25px;
  width: 58px;
  opacity: 1;
  filter: alpha(opacity=100);
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s ease-in-out 0s;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s ease-in-out 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s ease-in-out 0s;
  /* Safari and Chrome */
  -o-transition: all 0.5s ease-in-out 0s;
  /* Opera */
}
.redes-sociais ul li img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/***
* SESSÃO PARCEIROS
***/
.parceiros {
  margin: 0 auto;
  position: relative;
  width: 986px;
  clear: both;
  display: block;
  margin-bottom: 60px;
}
.parceiros h2 {
  font-size: 3.5em;
}
/***
* BARRA INFERIOR
***/
.barra-inferior {
  padding: 0;
  text-align: justify;
  background-color: #004d89;
}
.barra-inferior a {
  margin: 12px 0;
  padding: 0 0 3px;
  font-size: 1.8em;
  color: #fff;
  display: inline-block;
}
.barra-inferior a:hover {
  color: #31a4ce;
}
.barra-inferior a.politica {
  font-weight: 200;
}
.barra-inferior a.regulamento {
  font-weight: 200;
}
.barra-inferior a + a {
  margin-left: 30px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
/***
* SESSÃO PAGINAS INSTITUCIONAIS
***/
main[data-page=page] {
  padding: 10% 0 0;
}
.message h3 {
  margin-bottom: 15px;
}
.message.erro {
  border-color: #d8230c!important;
}
/**********
* RODAPE
**********/
footer {
  width: 100%;
  min-width: 986px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
/**********
* PÁGINA BLOG
**********/
main[data-page=blog] {
  padding: 5% 0 0;
  margin: 0 auto;
  width: 950px;
}
main[data-page=blog] .global {
  float: left;
  width: 64%;
}
main[data-page=blog] h1.logo_inovativa {
  display: block;
  margin-top: 30px;
  width: 275px;
}
main[data-page=blog] h1.logo_inovativa img {
  margin: 0;
}
main[data-page=blog] .listagem-blog article {
  border: solid 1px #b7b7b7;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px 20px 0;
}
main[data-page=blog] .listagem-blog .data {
  color: #c98001;
}
main[data-page=blog] .listagem-blog .categoria {
  left: -20px;
  width: 120%;
}
main[data-page=blog] .logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
main[data-page=blog] .logo img:hover {
  opacity: 1 !important;
}
main[data-page=blog] .blog-participe {
  padding: 0;
}
main[data-page=blog] aside {
  margin-bottom: 25px;
  position: relative;
  background-color: #fff;
  padding: 0;
  margin-left: 0;
  float: right;
  width: 32%;
}
main[data-page=blog] aside .btn-fecharside {
  display: none;
}
main[data-page=blog] aside .rede-social .siga img {
  margin: 0 0 20px 0;
  height: 32px;
  width: 32px;
}
main[data-page=blog] aside .rede-social .compartilhar {
  margin-bottom: 10px;
}
main[data-page=blog] aside h3 {
  color: #333333;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 18px;
  text-transform: uppercase;
}
main[data-page=blog] aside .siga {
  margin-bottom: 30px;
}
main[data-page=blog] aside .bloco {
  padding: 15px 20px;
  background-color: #f0f1f2;
  border-top: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 2px 6px rgba(5, 5, 5, 0.15);
  -moz-box-shadow: 0 2px 6px rgba(5, 5, 5, 0.15);
  box-shadow: 0 2px 6px rgba(5, 5, 5, 0.15);
  background-image: -webkit-linear-gradient(bottom, rgba(5, 5, 5, 0.02), rgba(255, 255, 255, 0.02) 65%);
  background-image: -moz-linear-gradient(bottom, rgba(5, 5, 5, 0.02), rgba(255, 255, 255, 0.02) 65%);
  background-image: -o-linear-gradient(bottom, rgba(5, 5, 5, 0.02), rgba(255, 255, 255, 0.02) 65%);
  background-image: linear-gradient(to top, rgba(5, 5, 5, 0.02), rgba(255, 255, 255, 0.02) 65%);
}
main[data-page=blog] aside .bloco .siga {
  margin-bottom: 30px;
}
main[data-page=blog] aside .bloco.amarelo {
  background-color: #faf4e1;
}
main[data-page=blog] aside .bloco:first-child {
  border-top: 0;
}
main[data-page=blog] aside .bloco form {
  padding-top: 0;
}
main[data-page=blog] aside .bloco form input[type=submit] {
  margin-top: 10px;
}
main[data-page=blog] aside .bloco form.busca {
  position: relative;
}
main[data-page=blog] aside .bloco form.busca input[type=text] {
  border: solid 1px #d0d0d0;
  height: 32px;
  line-height: 32px;
}
main[data-page=blog] aside .bloco form.busca input[type=submit] {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  background-color: transparent;
  background: url('../img/ico/ico_busca.png') no-repeat center;
  margin: 0;
  position: absolute;
  height: 20px;
  right: 10px;
  top: 6px;
  width: 20px;
}
main[data-page=blog] aside .bloco select {
  border: solid 1px #d3d1ca;
  font-size: 1.6em;
  margin-bottom: 8px;
  width: 100%;
}
main[data-page=blog] aside .bloco .filtro {
  margin-bottom: 10px;
}
main[data-page=blog] aside .bloco .twitter {
  margin-bottom: 25px;
}
main[data-page=blog] aside .btn-fecharside {
  position: absolute;
  height: 32px;
  top: 20px;
  right: 7%;
  width: 32px;
}
main[data-page=blog] aside .btn-fecharside .icon-fechar {
  background: url('../img/ico/icon-fechar.png') no-repeat left top;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  height: 32px;
  width: 32px;
}
main[data-page=blog] aside .break {
  word-break: break-all;
}
main[data-page=blog] .titulo-1 {
  font-size: 3em;
}
main[data-page=blog] .titulo-4 {
  font-size: 2.5em;
  margin-bottom: 15px;
}
main[data-page=blog] p {
  font-size: 1.8em;
  font-weight: 400;
}
main[data-page=blog] article {
  padding-bottom: 50px;
}
main[data-page=blog] article + article {
  padding-top: 50px;
  border-top: 1px solid #666;
}
main[data-page=blog] article ul li {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.19em;
  list-style: disc outside none;
  margin-bottom: 0.77em;
  margin-left: 1em;
}
main[data-page=blog] article .addthis_toolbox {
  float: right;
  margin-bottom: 10px;
  width: 388px;
}
main[data-page=blog] .linha {
  width: 100%;
  text-align: justify;
}
main[data-page=blog] .linha:after {
  content: "";
  width: 100%;
  display: inline-block;
}
main[data-page=blog] .data {
  color: #333333;
  font-weight: 300;
  font-size: 1.7em;
  display: inline-block;
}
main[data-page=blog] .numero-comentarios {
  font-weight: 700 !important;
  font-size: 1.6em;
  color: #31a4ce;
  display: inline-block;
}
main[data-page=blog] .numero-comentarios:hover {
  color: #0f3d71;
}
main[data-page=blog] img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 40px;
  height: auto;
  display: block;
  width: auto;
}
main[data-page=blog] .categoria {
  background-color: #e0eef3;
  clear: both;
  left: 0;
  overflow: hidden;
  padding: 5px 20px;
  position: relative;
  width: 100%;
  min-height: 25px;
}
main[data-page=blog] .categoria p {
  width: 74%;
  float: left;
  margin-bottom: 0;
}
main[data-page=blog] .categoria a {
  font-weight: 400;
}
main[data-page=blog] .comentarios {
  padding-top: 50px;
  border-top: 1px solid #666;
}
main[data-page=blog] .comentarios .comentario {
  padding-bottom: 20px;
}
main[data-page=blog] .comentarios .comentario + .comentario {
  padding-top: 50px;
  border-top: 1px solid #666;
}
main[data-page=blog] .comentarios .comentario .comentario {
  margin-left: 7%;
}
main[data-page=blog] .comentarios .titulo-4 {
  color: #666;
}
main[data-page=blog] .comentarios .perfil {
  margin-bottom: 20px;
}
main[data-page=blog] .comentarios .perfil img {
  margin: 0;
  display: inline-block;
}
main[data-page=blog] .comentarios .perfil span {
  margin-left: 5%;
  font-size: 3.1em;
  color: #333;
  display: inline-block;
}
main[data-page=blog] .formulario-2 {
  padding: 40px 7%;
  background-color: #31a4ce;
}
main[data-page=blog] .formulario-2 .titulo-4 {
  margin-bottom: 40px;
  color: #fff;
}
main[data-page=blog] .formulario-2 input[type=submit] {
  color: #31a4ce;
  background-color: #ebebeb;
  /*, @type2: display, @time2: 0, @tm2: 0s*/
  transition: all 0.5s 0s ease-in-out;
  /*, @type2 @time2 @tm2*/
  -moz-transition: all 0.5s 0s ease-in-out;
  /* Firefox 4 */
  -webkit-transition: all 0.5s 0s ease-in-out;
  /* Safari and Chrome */
  -o-transition: all 0.5s 0s ease-in-out;
  /* Opera */
}
main[data-page=blog] .formulario-2 input[type=submit]:hover {
  color: #fff;
  background-color: #0f3d71;
}
main[data-page=blog] .btn-vejamais {
  display: block;
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal-texto {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  padding: 20px;
}
#fb-root {
  display: none;
}
/* To fill the container and nothing else */
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important;
}
#mapa-do-brasil{
	margin:10px auto;
	width:450px;	
}
#mapa-do-brasil h2 {
  margin-top: 40px;
  color: #006db6;
}
#titleTooltip{
	font-weight:bold;
	position:absolute;
	border-radius:3px;
	color:white;
	background:#1E1E1E;
	border:1px solid #fff;
	padding:5px 15px;
  font-family: 'Source Sans Pro', arial, verdana, helvetica, sans-serif;
	z-index:10;
	text-transform:uppercase;
	font-size:13px;
	max-width:300px;
	text-align:center;
	display:none;
}
#svg-map{
  display: block;
  margin: auto;
	width:450px;
	height:450px;
	stroke:rgba(0,0,0,0.5);
	padding:0;
}
#svg-map a path{
	stroke: rgba(51, 122, 183, 0.3)
}	
#svg-map a path:not([fill]){ 
	fill:rgba(0,128,0,0.01);
}
#svg-map text { 
	font:12px Arial-BoldMT, sans-serif; 
	fill:#222;
}
#svg-map a{ 
	text-decoration:none;
	cursor:pointer;
}
#svg-map a:hover path{ 
	transition-duration:0.4s;
	fill:#fff !important ;
	stroke:green;
}
#svg-map a circle{ 
	stroke:rgba(0,0,0,0.15);
}
#svg-map a circle:not([fill]){
	fill:rgba(50,205,50,0.1); 
}
#svg-map a:hover circle{
	transition-duration:0.4s;
	fill:#fff !important;
	stroke:green;
}