/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -- CSS GenÃƒÂ©rico para todo o site --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* | ÃƒÂ¡rea - IDIOMA | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#idioma {
	background: #1574b8;
	height: 27px
}

.btn-acessar-desafio {
	display: block;
	width: 149px;
	height: 31px;
	text-indent: -9000px;
	background: url(../img/btn-acessar-desafio.png) no-repeat;
	float: right
}

.idioma {
	list-style-type: none;
	float: left;
	margin-left: 35px
}

.idioma LI {
	float: left;
	width: 32px;
	height: 27px
}

.idioma LI A {
	display: block;
	width: 32px;
	height: 37px;
	text-indent: -9000px;
	position: absolute;
}

.idioma LI A.link-ingles {
	background: url(../img/sprite-idioma.png) 0 0;
}

.idioma LI A.link-espanhol {
	background: url(../img/sprite-idioma.png) -37px 0;
}

.idioma LI A.link-portugues {
	background: url(../img/sprite-idioma.png) -74px 0;
}

.idioma LI A.link-ingles:hover {
	background: url(../img/sprite-idioma.png) 0 -38px;
}

.idioma LI A.link-espanhol:hover {
	background: url(../img/sprite-idioma.png) -37px -38px;
}

.idioma LI A.link-portugues:hover {
	background: url(../img/sprite-idioma.png) -74px -38px;
}

/*.idioma LI A.ativo { 	background: url(../img/sprite-idioma.png) 0 -76px; }
		.idioma LI A.ativo { 	background: url(../img/sprite-idioma.png) -37px -76px; }*/
.idioma LI A.linguagem-ativa {
	background: url(../img/sprite-idioma.png) -74px -76px;
}

/* | ÃƒÂ¡rea - TOPO | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#topo {
	background: #fff;
	padding: 12px 0
}

#topo .grid_12 {
	position: relative;
}

#topo H1 {
	width: 190px;
	height: 104px;
	margin-bottom: 0;
	float: left;
}

#topo H1 A {
	display: block;
	width: 190px;
	height: 104px;
	text-indent: -9000px;
	background: url(../img/marca.png) no-repeat;
}

#topo .menu-principal {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 0;
	position: absolute;
	right: -15px;
}

#topo .menu-principal LI {
	float: left;
}

#topo .menu-principal A {
	color: #464646;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	float: left !important;
	width: 80px;
	padding: 0 5px;
}

#topo .menu-principal A SPAN {
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background-image: url(../img/sprite-menu.png);
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
}

#topo .menu-principal A SPAN.competicao {
	background-position: 0 0
}

#topo .menu-principal A SPAN.regulamento {
	background-position: -52px 0
}

#topo .menu-principal A SPAN.sebrae {
	background-position: -104px 0
}

#topo .menu-principal A SPAN.estatistica {
	background-position: -156px 0
}

#topo .menu-principal A SPAN.blog {
	background-position: -208px 0
}

#topo .menu-principal A SPAN.galeria {
	background-position: -260px 0
}

#topo .menu-principal A SPAN.midia {
	background-position: -312px 0
}

#topo .menu-principal A SPAN.contato {
	background-position: -364px 0
}

#topo .menu-principal A SPAN.faq {
	background-position: -468px 0
}

#topo .menu-principal A SPAN.ganhadores {
	background-position: -416px 0
}

#topo .menu-principal A:hover SPAN.competicao {
	background-position: 0 -52px
}

#topo .menu-principal A:hover SPAN.faq {
	background-position: -468px -52px
}

#topo .menu-principal A:hover SPAN.regulamento {
	background-position: -52px -52px
}

#topo .menu-principal A:hover SPAN.sebrae {
	background-position: -104px -52px
}

#topo .menu-principal A:hover SPAN.estatistica {
	background-position: -156px -52px
}

#topo .menu-principal A:hover SPAN.blog {
	background-position: -208px -52px
}

#topo .menu-principal A:hover SPAN.galeria {
	background-position: -260px -52px
}

#topo .menu-principal A:hover SPAN.midia {
	background-position: -312px -52px
}

#topo .menu-principal A:hover SPAN.contato {
	background-position: -364px -52px
}

#topo .menu-principal A:hover SPAN.ganhadores {
	background-position: -416px -52px
}

#topo .menu-principal A.ativo SPAN.competicao {
	background-position: 0 -104px
}

#topo .menu-principal A.ativo SPAN.faq {
	background-position: -468px -104px
}

#topo .menu-principal A.ativo SPAN.regulamento {
	background-position: -52px -104px
}

#topo .menu-principal A.ativo SPAN.sebrae {
	background-position: -104px -104px
}

#topo .menu-principal A.ativo SPAN.estatistica {
	background-position: -156px -104px
}

#topo .menu-principal A.ativo SPAN.blog {
	background-position: -208px -104px
}

#topo .menu-principal A.ativo SPAN.galeria {
	background-position: -260px -104px
}

#topo .menu-principal A.ativo SPAN.midia {
	background-position: -312px -104px
}

#topo .menu-principal A.ativo SPAN.contato {
	background-position: -364px -104px
}

#topo .menu-principal A.ativo SPAN.ganhadores {
	background-position: -416px -104px
}

.divisor-topo {
	height: 5px;
	background: url(../img/bkg-divisao-topo.png) repeat-x bottom;
	position: relative;
	z-index: 10;
}

.f-nav {
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
} /* this make our menu fixed top */
.nav-jquery {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	margin-top: -128px;
}

.ie7 .menu-principal {
	display: none !important;
}

/* -- RodapÃƒÂ© ---------------------------- */
.rodape {
	background: #1574B8;
}

.rodape .conteudo {
	padding: 20px 0 30px 0
}

.conteudo-rodape {
	
}

.conteudo-rodape DT {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
}

.conteudo-rodape DD {
	display: block;
	width: 115px;
	height: 73px;
	float: left;	
}

.conteudo-rodape DD.primeiro {
	margin-left: 0
}

.rodape .execucao {
	float: left;
	margin-left: 50px
}

.rodape .apoio {
	float: left;
	margin-left: 125px
}

.rodape .realizacao {
	float: right;
	margin-right: 50px
}

.rodape .realizacao-beta {
	width: 115px !important;
	margin: 0 auto
}

/* | ÃƒÂ¡rea - CORPPO | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#corpo {
	background: #fff;
	margin-top: -5px
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -- CSS LANDING PAGE ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* | ÃƒÂ¡rea - Countdown | --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.txt-countdown {
	height: 97px;
	background: url(../img/bkg-countdown.png) repeat;
}

.contador-inscritos {
	color: #fefefe;
	width: 300px;
	padding-top: 20px
}

.contador-inscritos SPAN {
	font-size: 15px;
	text-transform: uppercase;
	float: right;
	padding-right: 20px
}

.contador-inscritos SPAN:first-child {
	font-size: 40px;
	font-weight: 700
}

.contador-inscritos SPAN.tit {
	width: 120px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px
}

#contador {
	font-size: 40px;
	float: left;
	margin-top: -2px;
	font-weight: bold
}

.temporizador {
	color: #fefefe;
	padding-top: 20px
}

.temporizador SPAN.tit {
	float: left;
	/*width: 120px;*/
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 35px;
	font-size: 15px;
	text-transform: uppercase;
	/*text-align: right;*/
}

.temporizador SPAN.tit SPAN {
	font-size: 11px
}

.temporizador SPAN.relogio {
	float: left;
}

.btn-inscreva {
	display: block;
	width: 160px;
	height: 49px;
	background: url(../img/btn-inscreva.png) no-repeat;
	text-indent: -9000px;
	margin: 20px 0 0 10px;
}

/* | ÃƒÂ¡reas - POSTAGENS | -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.postagem {
	
}

.postagem .topo {
	padding: 20px 30px;
}

.postagem .topo SPAN.ico {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
	margin-top: 10px
}

.postagem .topo H2 {
	font-weight: 300;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.postagem .topo P {
	text-transform: uppercase;
	margin-right: 300px;
	margin-bottom: 0
}

.postagem .conteudo {
	padding: 20px 30px 30px 30px
}

/* -- CompetiÃƒÂ§ÃƒÂ£o ---------------------------- */
.competicao {
	background: #ffc73c
}

.competicao H2 {
	color: #0d65a2;
}

.competicao P {
	color: #0d65a2
}

.competicao .ico {
	background: url(../img/sprite-icones-area.png) 0 0
}

.competicao .conteudo {
	
}

.competicao .conteudo DL {
	margin-bottom: 0
}

.competicao .conteudo DT {
	font-weight: 700
}

/* -- Regulamento ---------------------------- */
.regulamento {
	background: #13a99f
}

.regulamento H2 {
	color: #fff;
}

.regulamento .topo P {
	color: #fff
}

.regulamento .ico {
	background: url(../img/sprite-icones-area.png) 0 -80px
}

.regulamento UL {
	list-style-type: none;
}

.regulamento .conteudo {
	color: #fff
}

.link-download-regulamento {
	position: absolute;
	display: block;
	width: 160px;
	height: 35px;
	background: url(../img/btn-down-regulamento2.png) no-repeat;
	text-indent: -9000px;
	right: 20px;
	top: 34px
}

.link-download-regulamento2 {
	position: absolute;
	display: block;
	width: 227px;
	height: 35px;
	background: url(../img/btn-down-regulamento-final.png) no-repeat;
	text-indent: -9000px;
	right: 20px;
	top: 80px
}

/* -- Ganhandores ---------------------------- */
.ganhadores {
	background: #13ad58
}

.ganhadores H2 {
	color: #fff;
}

.ganhadores .topo P {
	color: #fff
}

.ganhadores .ico {
	background: url(../img/sprite-icones-area.png) 0 -519px
}

/* Filtros */
#filtro-ganhadores {
	background: #ffc600;
	height: 40px;
	padding: 5px 30px
}

#filtro-ganhadores {
	
}

.filtro-ganhadores .bkg {
	background: url(../img/bkg-filtro-ganhador.png) repeat-x left
}

.escolha-um-item {
	background: #ffc600;
	float: left;
	padding-top: 5px;
	padding-right: 10px
}

/* Ranking */
.img-preliminar {
	width: 222px;
	height: 45px;
	position: absolute; 
	top: 247px;
	left: 0px;
}
.ranking {
	height: 300px;
	background: url(../img/bkg-ranking.png) no-repeat;
	position: relative;
}

.ranking-single {
	color: #fff;
	text-align: center;
	padding: 100px
}

.ranking-single H4 {
	font-size: 35px
}

.ranking-single SPAN {
	font-size: 20px
}

.ganhadores .conteudo {
	background: #16442b
}

/* Medalhas */
.medalha {
	padding: 0 10px;
}

.medalha DIV {
	display: block;
	min-width: 158px;
	height: 189px;
	margin: 0 auto;
	background: red
}

.medalha DIV SPAN {
	display: block;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 94px
}

.medalha-ouro DIV {
	background: url(../img/medalha-ouro.png) center no-repeat
}

.medalha-prata DIV {
	background: url(../img/medalha-prata.png) center no-repeat
}

.medalha-bronze DIV {
	background: url(../img/medalha-bronze.png) center no-repeat
}

.medalha-azul DIV {
	background: url(../img/medalha-azul.png) center no-repeat
}

.medalha P {
	display: block;
	margin-bottom: 0;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.medalha-final DIV {
	background: url(../img/medalha-final.png) center no-repeat
}

.medalha-final DIV SPAN {
	padding-top: 53px
}

/* Tabela de ganhadores */
.table-ganhadores {
	color: #5e5e5e;
	background: #e8eae9
}

.table-ganhadores TH {
	background: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	color: #2b714a
}

.ranking-geral {
	
}

.ranking-geral .medalha {
	float: left;
	margin: 0 26px;
	width: 240px
}

.ranking-geral .medalha-prata {
	margin-left: 30px
}

.ranking-geral .medalha-ouro {
	overflow: hidden
}

.ranking-geral .medalha-ouro DIV {
	margin-top: -30px
}

/* Combo Box personalizada no Prime Faces -------------------------------- */
.filtro-ganhadores .ui-selectonemenu .ui-selectonemenu-trigger {
	background: #245f3f;
	padding: 0 5px; /* border-left:1px solid #c2c2c3 */
}

.filtro-ganhadores .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon
	{
	margin-top: 10px;
	margin-left: 1px
}

.filtro-ganhadores .ui-selectonemenu-panel {
	background: #fff
}

.filtro-ganhadores .ui-selectonemenu-panel .ui-selectonemenu-filter-container
	{
	padding: 0.4em 0.4em 0em 0.4em;
}

.filtro-ganhadores .ui-selectonemenu-panel .ui-selectonemenu-filter {
	width: 100%
}

.filtro-ganhadores .ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon
	{
	right: -10px
}

.filtro-ganhadores .ui-selectonemenu-panel .ui-selectonemenu-table td {
	border: 0;
	border-top: 1px solid #e7e7e7;
	padding: 7px 5px;
	font-size: 12px
}

.filtro-ganhadores .ui-selectonemenu-panel .ui-selectonemenu-table td:hover
	{
	background: #e7e7e7;
	cursor: pointer
}

.filtro-ganhadores .ui-icon {
	
}

/* .filtro-ganhadores .ui-icon-search { display:block; width:16px; height:16px; background: url('../img/plataforma/search.png') no-repeat !important; margin-top:4px  } */
.filtro-ganhadores #j_idt31_panel .ui-selectonemenu-filter-container,.filtro-ganhadores #j_idt53_panel .ui-selectonemenu-filter-container
	{
	width: 83%
}

.filtro-ganhadores #j_idt38_panel .ui-selectonemenu-filter-container,.filtro-ganhadores #j_idt42_panel .ui-selectonemenu-filter-container,.filtro-ganhadores #j_idt48_panel .ui-selectonemenu-filter-container
	{
	width: 93%
}

.ui-selectonemenu .ui-selectonemenu-label {
	color: #fff !important;
}

.ui-selectonemenu-panel {
	background: #fff !important;
}

.filtro-ganhadores .ui-shadow {
	-moz-box-shadow: 0px 0px 0x rgba(0, 0, 0, 0.0);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.ui-selectonemenu-list-item {
	padding: 7px 5px !important
}

.ui-selectonemenu-list-item:hover {
	background: #2d784f;
	color: #fff
}

.filtro-ganhadores .select-busca {
	width: 100px;
	background: #2d784f;
	font-size: 12px !important;
	border-bottom: 3px solid #1a462e;
	border-right: 3px solid #1a462e;
	margin-left: 20px
}

.escolha-um-item .select-busca:first-child {
	margin-left: 0
}

.filtro-ganhadores .ui-icon-triangle-1-s {
	width: 0;
	height: 0;
	border: 7px solid transparent;
	display: block;
	border-top-color: #fff;
}

.ganhadores .ui-panel,.ganhadores .ui-panel-content {
	padding: 0 !important
}

/* -- O sebrae ---------------------------- */
.o-sebrae {
	background: #fff
}

.o-sebrae H2 {
	color: #1574b8;
}

.o-sebrae .topo P {
	color: #1574b8
}

.o-sebrae .ico {
	background: url(../img/sprite-icones-area.png) 0 -160px
}

/* -- EstatÃƒÂ­stica ---------------------------- */
.estatistica {
	background: #1574b8
}

.estatistica H2 {
	color: #fff;
}

.estatistica .topo P {
	color: #fff
}

.estatistica .ico {
	background: url(../img/sprite-icones-area.png) 0 -240px
}

/* -- Contato ---------------------------- */
.contato {
	background: #ffc73c
}

.contato H2 {
	color: #0d65a2;
}

.contato .topo P {
	color: #0d65a2
}

.contato .ico {
	background: url(../img/sprite-icones-area.png) 0 -464px;
	height: 55px !important;
	margin-top: 20px !important;
}

.contato .conteudo {
	padding-left: 70px;
	background: url(../img/graph-contato.gif) no-repeat 720px 0;
}

.contato .conteudo TEXTAREA {
	width: 96%;
	height: 141px;
}

.btn-enviar {
	display: block;
	text-indent: -9000px;
	width: 89px;
	height: 23px;
	background: url(../img/btn-enviar.png) no-repeat;
	float: right;
	border: 0
}
/* -- FAQ ---------------------------- */
.faq {
	background: #F28424;
	position: relative;
}

.faq H2 {
	color: #ffffff;
}

.faq .topo P {
	color: #ffffff;
}

.faq .ico {
	background: url(../img/sprite-icones-area.png) 0 -582px
}

.faq-accordion {
	border: medium none;
	display: block;
	margin: 0 auto;	
	width: 793px;	
	height: auto;
	display: table;
	color: #383838;
	padding-left: 20px;
}

.faq-image {
	position: absolute;
	left: 585px;
	top: 25px;
	width: 300px;
	height: 94px;
}

.faq-accordion-resp {
	background-color: #DB6302;
	padding: 10px 0px;
	text-align: center;
	padding: 8px;
	color: #ffffff;	
}

 .p-flutuante {
	height: 26px;
	position: absolute;
	left: 6px;
	top: 7px;
	z-index: 50;
}

.nao-achou {
	background-color: #DB6305;
	float: right;
	margin-right: 44px;
	text-align: center;
	padding: 8px;
	width: 230px;
}

.nao-achou a {
	color: #ffffff;
	text-decoration: none;
}

.gridPerg1-table {
	margin: 1px;
	position: relative;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -- CSS PçGINA CADASTRO ------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -- Formul‡rio ---------------------------- */
.cadastro {
	background: #1574b8;
	margin-bottom: 10px
}

.cadastro H2 {
	color: #fff;
	font-weight: 300
}

.cadastro P {
	color: #fff
}

.cadastro .ico {
	background: url(../img/sprite-icones-area.png) 0 0
}

.cadastro .conteudo {
	
}

.cadastro DIV.container-campos-formulario {
	padding: 10px
}

.cadastro .conteudo .formulario {
	
}

.cadastro .formulario INPUT,.cadastro .formulario SELECT,.cadastro .formulario
	{
	margin-bottom: 0 !important
}

.cadastro .formulario  .input-xxlarge {
	width: 500px !important
}

.slimScrollDiv {
	margin-bottom: 20px
}

.scroll-regulamento {
	background: #0d65a2;
	color: #fff;
}

.txt-regulamento-cadastro {
	padding: 10px
}

.txt-regulamento-cadastro UL {
	margin-left: 30px
}

.styleRadio input,.styleCheckbox input {
	cursor: pointer;
	filter: alpha(opacity = 0);
	opacity: 0;
}

.styleRadio,.styleCheckbox {
	cursor: pointer;
	height: 20px;
	background: url(../img/sprite-checkbox.png) no-repeat;
	font-size: 12px;
	color: #fff;
}

.styleCheckbox label {
	margin-left: 10px;
	font-weight: 700
}

.styleRadio {
	background-position: 0 -500px;
}

.inputRadioChecked {
	background-position: -500px -500px;
}

.styleCheckbox {
	background-position: 0 0;
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
}

.inputCheckboxChecked {
	background-position: 0 -44px;
}

.botoes-acao {
	width: 212px;
}

.botoes-acao INPUT {
	float: left;
	margin: 10px;
	cursor: pointer;
}

.btn-cancelar {
	display: block;
	width: 86px !important;
	height: 24px !important;
	background: url(../img/btn-cancelar.png) no-repeat;
	border: 0;
}

.btn-cadastrar {
	width: 86px !important;
	height: 24px !important;
	background: url(../img/btn-cadastrar.png) no-repeat;
	border: 0;
}

.btn-enviar-senha {
	width: 86px !important;
	height: 24px !important;
	background: url(../img/btn-enviar-senha.png) no-repeat;
	border: 0;
}

#formulario-cadastro .botoes-acao {
	margin-top: 10px
}

#formulario-cadastro .span4 {
	width: 220px
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* -- CSS MODAL CONFIRMAR SENHA ------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#confirmar-senha,#acessar-sistema,#recuperar-senha,#mensagem-sucesso {
	background: #FFF;
	width: 450px !important
}

#modal-aviso {
	background: #FFF;
	width: 620px !important
}

#confirmar-senha .conteudo,#acessar-sistema .conteudo,#recuperar-senha .conteudo,#mensagem-sucesso .conteudo,#modal-aviso .conteudo
	{
	background: #1574b8;
	padding: 25px 10px 15px 10px;
	margin-bottom: 10px
}

#confirmar-senha .conteudo LABEL,#acessar-sistema .conteudo LABEL,#recuperar-senha .conteudo LABEL
	{
	color: #fff;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px
}

.btn-acessar {
	width: 86px !important;
	height: 24px !important;
	background: url(../img/btn-acessar.png) no-repeat;
	border: 0;
}

#place-acessar .botoes-acao {
	width: 200px;
	margin-left: 160px;
}

#place-acessar .botoes-acao A {
	color: #fff;
	float: left;
	margin-top: 10px;
}

#place-acessar .botoes-acao INPUT {
	float: right;
	margin-top: 0
}

#form_logout table {
	float: right !important;
}

#bt2 {
	display: block;
}

.ui-autocomplete-panel {
	background: #fff
}

.ui-autocomplete-panel UL LI {
	border-bottom: 1px solid #f5f5f5 !important
}

/* MODAL - Aviso de ganhadores */
#modal-aviso .conteudo {
	color: #fff !important
}

.img-saiba-mais {
	width: 50%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 5px;
}

.fundo-azul {
	background-color: #2177bc !important;
	margin: 0 10px;
	clear: both;
}

.fundo-azul label {
    color: #ffffff !important;
}

.regulamento-p .conteudo {
	color: #fff
}

.regulamento-p .conteudo .regulamento-popup {
	height: auto;
	margin-top: 70px;
}
.regulamento-p .conteudo .regulamento-popup #rol-reg {
	height: auto;
}

.regulamento-p .conteudo .regulamento-popup #rol-reg .capitulo {
	display: block;
	width: 104px;
	height: 59px;
	margin: 0 auto;
	background-image: url("../img/capitulo.png");
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 40px;
	line-height: 59px;
	text-align: center;
	text-transform: uppercase;
	color: #13a99f;
	margin-top: 20px;
	margin-bottom: 20px;
}

.regulamento-p .conteudo .regulamento-popup #rol-reg .destaque {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
}

.regulamento-p .conteudo .regulamento-popup #rol-reg strong {
	font-size: 14px;
	color: #FDB912;
}

.regulamento-p .conteudo .regulamento-popup #rol-reg p span.dest {
	font-weight: bold;
}

.regulamento .conteudo .slimScrollDiv {
	height: 600px !important;
	margin-top: 70px;
}
.regulamento .conteudo .slimScrollDiv #rol-reg {
	height: 600px !important;
}

.regulamento .conteudo .slimScrollDiv #rol-reg .capitulo {
	display: block;
	width: 104px;
	height: 59px;
	margin: 0 auto;
	background-image: url("../img/capitulo.png");
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 40px;
	line-height: 59px;
	text-align: center;
	text-transform: uppercase;
	color: #13a99f;
	margin-top: 20px;
	margin-bottom: 20px;
}

.regulamento .conteudo .slimScrollDiv #rol-reg .destaque {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
}

.regulamento .conteudo .slimScrollDiv #rol-reg strong {
	font-size: 14px;
	color: #FDB912;
}

.regulamento .conteudo .slimScrollDiv #rol-reg p span.dest {
	font-weight: bold;
}

.box-input-reg {
	width: 563px; 
	height: auto; 
	position: absolute; 
	right: 30px; 
	top: 20px; 
	z-index: 20;
    height: 34px;
}

.box-input-reg .select-reg {
	position:absolute;
	z-index:10;
	width: 563px !important;
	height: 34px !important;
	line-height: 34px;
}

span.select-reg {
	position: absolute;
	font-size: 13px;
	float:left;
	left:0px;
	top: 0px;
	width:563px;
	height:34px;
	line-height:34px;
	text-indent:10px;
	background:url("../img/select-img.jpg") no-repeat 0 0;
	cursor:default;
	z-index:21;
}

.box-input-reg .select-reg option {
	background-color: #FDB812 !important; 
	color: #ffffff !important;
}

.table-regulamento {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.table-regulamento th, 
.table-regulamento td {
	border: 1px solid #ffffff;
	padding: 10px;
	text-align: center;
}

.table-regulamento th {
	font-weight: bold;
}

p.texto-rodape {
    color: #464646;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase; 
}

.patrocinio-slider li img,
.apoio-slider li img {
	max-width: 160px !important;
	margin: 0 auto;
}

.padding20px {
	padding: 20px 0;
}

/* ERRO 500 */

.erro500 .geral {
	width: 940px;
	height: 460px;
	margin: 0 auto;
	background-image: url(../img/erro500-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;	
}

.erro500 .robo {
	width: 143px;
	height: 231px;
	background-image: url(../img/erro500-robo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -200px;
	top: 180px;		
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
    transform-origin: bottom right;    
}

.erro500 .robosaia {
	width: 143px;
	height: 31px;
	background-image: url(../img/erro500-robosaia.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -0px;
	top: 182px;		
	z-index: 2;
}

.erro500 .eye-esquerdo {
	width: 53px;
	height: 51px;
	background-image: url(../img/erro500-eye.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 14px;
	top: 0px;	
	background-position: 0 -51px;
	z-index: 3;
}

.erro500 .eye-direito {
	width: 53px;
	height: 51px;
	background-image: url(../img/erro500-eye.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 91px;
	top: 2px;	
	background-position: 0 -51px;
	z-index: 3;
}

.erro500 .pneu {
	width: 33px;
	height: 33px;
	background-image: url(../img/erro500-pneu.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 96px;
	top: 198px;		
	z-index: 0;
}

.erro500 .txt-ops {
	width: 208px;
	height: 96px;
	background-image: url(../img/erro500-txt-ops.png);
	position: absolute;
	left: 15px;
	top: -110px;
}

.erro500 .txt-problema {
	width: 486px;
	height: 74px;
	background-image: url(../img/erro500-txt-problema.png);
	position: absolute;
	left: -760px;
	top: 122px;
	cursor: pointer;
}

.centerImg {
	display: block;
	margin: 0 auto;
}

.parallax-blog {
	width: 940px;
	height: 350px;
	position: relative;
	background-image: url("../img/img-blog.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

.parallax-blog .img-text {
	position: absolute;
	left:-510px;
	top: 32px;
}

.parallax-blog .img-plane {
	position: absolute;
	left:-194px;
	top: 126px;
	z-index: 10;
}

.parallax-blog .img-button {
	position: absolute;
	left:-282px;
	top: 242px;
	cursor: pointer;
}

.parallax-blog .img-tablet {
	position: absolute;
	left:455px;
	top: 367px;
}

.colunasselect table tr td {
	width: 70px !important;	
}

.colunasselect table tr td label {
	color: #ffffff !important;
}