﻿/*
a correção de display: inline-block para IE7 usa um hack
como estamos usando temas não é possível separar num arquivo que só vá ser lido pelo IE7
*/

@font-face
{
	font-family: 'Viga';
	src: url('../fonte/viga.eot');
	src: url('../fonte/viga.eot?#iefix') format('embedded-opentype'), url('../fonte/viga.woff') format('woff'), url('../fonte/viga.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Zeyada';
	src: url('../fonte/zeyada.eot');
	src: url('../fonte/zeyada.eot?#iefix') format('embedded-opentype'), url('../fonte/zeyada.woff') format('woff'), url('../fonte/zeyada.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'OpenSans';
	src: url('../fonte/openSans.eot');
	src: url('../fonte/openSans.eot?#iefix') format('embedded-opentype'), url('../fonte/openSans.woff') format('woff'), url('../fonte/openSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'OpenSans';
	src: url('../fonte/openSansBold.eot');
	src: url('../fonte/openSansBold.eot?#iefix') format('embedded-opentype'), url('../fonte/openSansBold.woff') format('woff'), url('../fonte/openSansBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family: 'OpenSansSemiBold';
	src: url('../fonte/openSansSemiBold.eot');
	src: url('../fonte/openSansSemiBold.eot?#iefix') format('embedded-opentype'), url('../fonte/openSansSemiBold.woff') format('woff'), url('../fonte/openSansSemiBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family: 'gothamMedium';
	src: url('../fonte/gothamMedium.eot');
	src: url('../fonte/gothamMedium.eot?#iefix') format('embedded-opentype'), url('../fonte/gothamMedium.woff') format('woff'), url('../fonte/gothamMedium.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html * {
	margin: 0;
	padding: 0;
}

ol,
ul {
	/* Padronizações IE 7 */
	list-style-position: outside;
}

/* Formatação necessários para que a barra de acessibilidade redimensione os elementos corretamente */
body,
input,
textarea,
select,
button {
	font-family: "Trebuchet MS", sans-serif;
	color: #515151;
	font-size: 13px;
	line-height: 22px;
}

button {
	/* Correções IE 7 */
	width: auto;
	overflow: visible;
}

/* indicador de foco para acessibilidade 
a:focus,
select:focus,
textarea:focus,
button:focus,
input:focus,
label:focus {
	box-shadow: 0 0 6px 0 #FF8E7B !important;
	/* remove o indicador padrão 
	outline-width: 0;
}*/

/*
remove o indicador padrão de foco nos botões do firefox
remover apenas se for disponibilizada uma alternativa visual de foco
*/

/*::-moz-focus-inner {
	border: 0;
	padding: 0;
}*/

a img {
	border-width: 0;
}

object {
	display: block;
}

iframe {
	display: block;
	border-width: 0;
}

/* Dropdowns personalizados */

.esconderDropDown {
	display: none;
}

/* Links para acessibilidade */

.pularBlocos {
	overflow: hidden;
	float: left;
	width: 0;
}

/* Topo */
.acessibilidade {
	background-image:url(../img/fundoBarraAcessibilidade.png);
	background-position: left top;
	background-repeat:repeat-x;
	height:23px;
	font-family:Open Sans, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	position: absolute;
  top: 49px;
  width: 100%;
  left:0;  
}

.IE_header .acessibilidade 
{
	position:absolute;
  top:49px;
}

.acessibilidade a {
	color:#fff;
	text-decoration:none;
}

.acessibilidade .contAcessibilidade 
{
	margin:0 auto;
	width:980px;
	height:23px;
	position:relative;
	z-index:1;
}

.acessibilidade ul {	
	float:left;
	margin-right:13px;
}

.acessibilidade li {
	list-style:none;
	float:left;
	border-right:1px solid #39781F;
	height:18px;
	line-height:17px;
}
.acessibilidade li a {
	padding:0 18px;
}

.tamanhosFonte {
	margin-left: 9px;
  padding-right: 9px;
}

.tamanhosFonte button {
	padding:0 5px !important;
	background-color:transparent;
	border-width:0;
	cursor:pointer;
	color:#fff;
	font-family:Open Sans, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}

.idiomas {
	float: left;
  height: 21px;
  padding-top: 2px;	
}

.idioma {
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 11px;
	line-height: 11px;
	margin-right: 16px;
	padding-left: 22px;
}

.english {
	background-image:url(../img/iconeEnglish.png);
}

.espanol {
	background-image:url(../img/iconeEspanol.png);
}

.portugues {
	background-image:url(../img/iconePortugues.png);
}

.alinhaDireita  {
	float:right;
}

header,
.IE_header,
.titulo {
	background-image: url(../img/fundoBarraTopo.png);
	background-position: left top;
	background-repeat: repeat-x;
}

h1 {
	position: relative;
	margin-bottom: -242px;
	z-index: 1;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

h1 a,
.titulo a {
	display: block;
	width: 201px;
	overflow: hidden;
}

h1 img,
.titulo img {
	display: block;
}

.logoMapa {
	position:absolute;
	width:199px;
	height:247px;
	left:80px;
	top:44px;
}

.renda {
	height: 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(../img/rendaTopo.png);
	margin-top: -4px;
	position: relative;
}

.busca {
	text-align: right;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.busca div,
.inputPatrocinador div {
	width: 190px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
	background-color: #FFFFFF;
}

.busca.ativo div {
	width: 320px;
}

.busca label {
	display: block;
	width: 0;
	overflow: hidden;
	float: left;
}

.busca input,
.inputPatrocinador input {
	border-width: 0;
	width: 135px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-color: transparent;
	line-height: 17px;
	vertical-align: middle;
	-webkit-appearance: textfield;/*correção de bug no webkit*/
}

.busca.ativo input {
	width: 265px;
}

/*.busca input:focus {
	width: 335px;
}*/

.busca button {
	border-width: 0;
	background-color: transparent;
	width: 39px;
	height: 31px;
	line-height: 31px;
	cursor: pointer;
	vertical-align: middle;
}

.busca img {
	vertical-align: middle;
}

a {
	color: #466B14;
}

/* Conteúdo */

.conteudo {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*z-index:2;*/
}

.coluna {
	vertical-align: top;
	display: inline-block;
	/* IE7 */
	zoom: 1; *display: inline;
}

.colunaE {
	width: 256px;/*190*/
}

.colunaD {
	position: relative;
	z-index: 1;
}

/* Menu */

.nav {
	padding-right: 66px;
	margin-bottom: 12px;
}

.nav ul,
.projetos {
	list-style-type: none;
	box-shadow:0 0 3px #999999;
}

.nav li {
	background-color: #F5F5F5;
}

.nav ul ul li {
	background-color: #d5d2d5;
}

.nav a,
.projetos p {
	font-family: Viga, sans-serif;
	font-size: 12px;/* 13px fica com mais artefatos */
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 16px;
	padding-right: 41px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 18px;
}

.nav a:hover,
.nav .ativo a {
	color: #FFFFFF;
}

.nav .ativo ul a {
	color: #333333;
}

/* skip links */
.nav > a {
	padding: 0;
	width: 0;
	float: left;
}

/* links do primeiro nível */

.nav .level1 > li,
.projetosCopa {
	background-color: #E6E8E6;
	background-image: url(../img/fundoMenu.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.nav .level1 > li:hover,
.nav .level1 > .ativo,
.projetosCopa p:hover,
.projetosCopa.selecionado {
	background-color: #398a25;
	background-image: url(../img/fundoMenuAtivo.png);
	background-repeat:repeat-x;
}

.nav .level1 > li:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.nav .level1 > li > a,
.projetosCopa p {
	text-transform: uppercase;
	height: auto;
	padding-top: 9px;
	border-top: 1px solid #DBDBDB;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
	line-height:24px;
}

.nav .level1 > li > a:hover,
.nav .level1 > .ativo > a,
.projetosCopa p:hover,
.projetosCopa.selecionado p {
	text-shadow: none;
}

.nav .level1 > li > a.popout,
.projetosCopa strong {
	background-image: url(../img/setaMenu.png);
	background-repeat: no-repeat;
	background-position: 166px 17px;
}

.projetosCopa p {
  padding-top: 6px;
  padding-right: 15px;
}

.projetosCopa strong {
  background-position: right center;
  font-weight: normal;
  margin: 0 5px 0;
  padding: 0 0 2px;
  height:auto;
  display:block;
}

.nav .level1 > li:hover > a.popout,
.nav .level1 > .ativo > a.popout,
.projetosCopa.selecionado strong,
.projetosCopa p:hover strong {
	background-image: url(../img/setaMenuAtivo.png);
}

.nav .level1 > li:first-child > a {
	border-top-width: 0;
}

.projetosCopa.selecionado strong,
.projetosCopa p:hover strong {
	color: #FFFFFF;
}

/* links do segundo nível */
.nav ul.level2 {
	border-top: 1px solid #DBDBDB;
}

.level2 a {
	height: auto;
	min-height: 18px;
	line-height: 15px;
}

.nav .level2 .ativo a {
	color: #146A05;
}

/* Redes sociais */

.redesSociais {
	display: block;
	height: 132px;
	padding-left: 26px;
	padding-top: 40px;
	width: 175px;
	margin-left: -5px;
	margin-bottom: 45px;
	list-style-type: none;
	background-image: url(../img/fundoRedesSociais.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.redesSociais li {
	margin-right: 3px;
	vertical-align: top;
	display: inline-block;
	/* IE7 */
	zoom: 1; *display: inline;
}

.redesSociais a {
	background-image: url(../img/iconesRedesSociais.png);
	background-repeat: no-repeat;
	display: block;
	width: 47px;
	height: 47px;
	overflow: hidden;
	text-indent: 50px;
}

.redesSociais .facebook {
	background-position: 0 0;
}

.redesSociais .twitter {
	background-position: -47px 0;
}

.redesSociais .youtube {
	background-position: -94px 0;
}

/* Agenda de Eventos */
.agenda {
	width:192px;
}

.contAgenda
{
	border-top:solid 1px #dddddd;	
}

.tituloIcone {
	font-size:14px;
	color:#466B13;
	padding-left:20px;
	line-height:14px;
	background-position:0 1px;
	background-repeat:no-repeat;
	width:100%;
	display: inline-block;
	/* IE7 */
	zoom: 1; *display: inline;
	margin-bottom: 20px;
}

.iconeAgenda {
	background-image:url(../img/iconeAgenda.png);
}

.itemAgenda {	
  background-image:url(../img/sepItemAgenda.png);
  background-repeat:repeat-x;
  background-position:0 76px;   
}

.dataEvento {
	width:60px;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#2A7F27;
	background-image: radial-gradient(center center, circle cover, #438E24, #2A7F27);
	background-image: -o-radial-gradient(center center, circle cover, #438E24, #2A7F27);
	background-image: -ms-radial-gradient(center center, circle cover, #438E24, #2A7F27);
	background-image: -moz-radial-gradient(center center, circle cover, #438E24, #2A7F27);
	background-image: -webkit-radial-gradient(center center, circle cover, #438E24, #2A7F27);
	color:#ffffff;	
	text-align:center;
	padding:2px 0 5px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

.dataEvento span {
	display:block;
}

.dataEvento .dia {
	font-size:36px;
	font-weight:bold;
	line-height:36px;
	font-family:OpenSans, Sans-Serif;
}

.dataEvento .mes_ano {
	font-size:11px;
	line-height:13px;
}

.tituloEvento {
	float: left;	
	font-size: 12px;
	line-height: 16px;
	width: 110px;
	color:#515151;
	margin-top:10px;
	text-decoration:none;
}

.linha {
	background-color: #DDDDDD;
	clear: both;
	height: 1px;	
	width: 190px;
	display: inline-block;
	/* IE7 */
	zoom: 1; *display: inline;
	margin:10px 0;
}

.itemAnterior, .itemProximo {
	background-image:url(../img/setasAgenda.png);
	background-repeat:no-repeat;
	width:100%;
	height:14px;
	background-color: transparent;
	border-width: 0;
	cursor: pointer;
	float:left;
}

.itemAnterior
{
	background-position:50% -16px;
}

.itemProximo
{
	background-position:50% 0;
}

.paginacao {
	list-style-type: none;
}

.paginacao li,
.paginacao a,
input.botao,
input.botao:hover {
	color: #333333;
	vertical-align: top;
	display: inline-block;
	/* IE7 */
	zoom: 1; *display: inline;
}

.paginacao li,
input.botao,
input.botao:hover {
	margin-left: 9px;
	font-family:OpenSansSemiBold, Sans-Serif;
	line-height: 25px;
	color: #333333;
}

.paginacao li:first-child {
	margin-left: 0;
}

.colunaD .paginacao a,
input.botao,
input.botao:hover {
	width: 32px;
	height: 27px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background-color: #f2f6f9;
	background-image: -webkit-linear-gradient(top, #f2f6f9 0%, #e8e8e6 100%);/* fallback chrome 25- */
	background-image: linear-gradient(to bottom, #f2f6f9 0%, #e8e8e6 100%);/* w3c: outros e ie10+ */
	background-repeat: repeat-x;
	background-position: left top;
}

.colunaD .paginacao .pagAtual a,
.colunaD .paginacao a:hover,
input.botao {
	line-height: 25px;
	width: 32px;
	height: 27px;	
	background-color: #85B71F;
	background-image: -webkit-linear-gradient(top, #85B71F 0%, #378624 100%);/* fallback chrome 25- */
	background-image: linear-gradient(to bottom, #85B71F 0%, #378624 100%);/* w3c: outros e ie10+ */
	color:#FFFFFF;
}

.paginacao .anterior a,
.paginacao .proxima a,
input.botao {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.paginacao .anterior a:hover,
.paginacao .proxima a:hover,
input.botao:hover {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.paginacao .desabilitado a {
	color: #949494;
}

.paginacao .desabilitado a:hover {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f2f6f9;
	background-image: -webkit-linear-gradient(top, #f2f6f9 0%, #e8e8e6 100%);/* fallback chrome 25- */
	background-image: linear-gradient(to bottom, #f2f6f9 0%, #e8e8e6 100%);/* w3c: outros e ie10+ */
	border-width: 0;
	cursor: default;
	height: 27px;
	line-height: 25px;
	color:#949494;	
}

.colunaD .paginacao .pagAtual a,
input.botao {
	cursor: default;
}

.colunaD .paginacao span {
	font-size: 15px;
}

.colunaD .IE_paginacao {
	border-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.colunaD .IE_paginacao a,
.IE_paginacao input.botao:hover {
	background-image:url(../img/fundoPaginacao.png);/* ie9- */
}

.colunaD .IE_paginacao .pagAtual a,
.colunaD .IE_paginacao a:hover,
.IE_paginacao input.botao {
	background-image:url(../img/fundoPaginacaoAtual.png);/* ie9- */
}

.carrossel button {
	border-width: 0;
	display: block;
}

.carrossel button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.scrollImagens button {
	width: 69px;
	height: 46px;
	line-height: 46px;
}

.carrossel .anterior {
	float: left;
	margin-right: 14px;
}

.carrossel .proximo {
	float: right;
	margin-left: 14px;
}

.carrossel button img {
	display: block;
}

/* Rodapé */

.footer {	
	line-height: 15px;
	color: #666666;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 58px;
	width:100%;
}

.footer .logos {
	height: 117px;
	line-height: 101px;
	margin:0 auto;
	background-color: #fefefe;
	background-image: -webkit-linear-gradient(top, #fefefe 0%, #FFFFFF 100%);/* fallback chrome 25- */
	background-image: linear-gradient(to bottom, #fefefe 0%, #FFFFFF 100%);/* w3c: outros e ie10+ */
	background-repeat: repeat-x;
	background-position: left bottom;
	width:977px;
}

.logoPmc {
	background-image:url(../img/brasaoCuritiba.png);
	background-repeat:no-repeat;
	width:100px;
	height:32px;
	display:block;
	line-height: 22px;
  margin-top: 36px;
  text-indent:-999999px;
}

.IE_logos .logos {
	background-image: url(../img/fundoRodape.png);/* ie8- */
}

.logos div {
	width: 195px;
	height: 88px;
	vertical-align: top;
	display: inline-block;
	/* IE7 */
	zoom: 1; *display: inline;
}

.logos img {
	vertical-align: middle;
}

/* correção IE7 */
.logos span {
	padding-top: 30px;
	display: block;
}

.footer .sombra {
	background-image: url("../img/sombraRodape.png");
	background-position: 1px 0;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
}

.finalRodape
{
	background-color: #469124;  
  width: 100%;
  display: inline-block;
	/* IE7 */
	zoom: 1; *display: inline;
}

.finalRodape > div 
{
	width:980px;
	margin:0 auto;
}

.finalRodape > div > div
{
	float:right;
	width:216px;
}

.finalRodape span
{	
	color:#ffffff;	
	float: left;
  padding: 13px 0;
  font-size:11px;
}

.footer .mapa {
	font-size: 13px;
	text-align: center;		
	float:right;
	font-family:Open Sans, Sans-Serif;
	margin-right:22px;
}

.footer .mapa a {
	color: #ffffff;
	background-color:#2E7823;
	padding:15px 14px 10px;
	display:inline-block;
}

.logoIci {
	float: right;
	margin-top:8px;	
	width:23px;
	height:26px;
}

.facebook { /*iframe do face*/
	border:none;
	width:200px;
	height:286px
}

.validacao {
	color:#f02;
}

.projetosCopa + div p {
	height:auto;
	padding-right: 16px;
}

.projetosCopa + div {
	border-top: 1px solid #DBDBDB;
	background-color: #D5D2D5;
	padding:5px;
}

.projetosCopa + div a {
	text-align:right;
	display:block;
}

.validacao + .IE_paginacao, .inputPatrocinador div {
	width:auto;
	display: inline-block;
	/* IE7 */
	zoom: 1; *display: inline;
}

.validacao + .IE_paginacao {
	background:transparent;
	box-shadow:none;
}