/********************************************
                style.css
			ZURB FOUNDATION 6 
			 CSS Customizado
********************************************/

/**************************************/
/*           DEFINIÇÕES GLOBAIS       */
/**************************************/
body{
	margin: 0;
}

/**************************************/
/*        MENUS DE ACESSIBILIDADE     */
/**************************************/
#menu_acessibilidade_left{
    display: block !important;
    float: left;
    font-size: 0.66em;
    line-height: normal;
    padding: 0.6em;
    font-family: Arial, Helvetica, sans-serif;
}

#menu_acessibilidade_left ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
#menu_acessibilidade_left ul li { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
	display: inline;
}
#menu_acessibilidade_left ul li a {
    color: #484848;
    padding: 0.1em 0.1em;
	margin: 0 0.4em;
	display: inline-block;
}
#menu_acessibilidade_left span {  	
    background: #000 !important;
    color: #fff !important;
    opacity: 0.7;
    padding: 0 0.3em;
    margin-left: 0.25em;
}

#menu_acessibilidade_right {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#menu_acessibilidade_right ul{
  	font-family: Arial, Helvetica, sans-serif;
  	display: inline-block !important;
  	list-style: none;
  	border-bottom: 1px dotted #000;
    font-size: 0.67em;
    line-height: normal;
    padding: 0.6em 0 0.1em 0;
    margin: 0;
}#menu_acessibilidade_right ul li { 
	list-style-type: none;
	display: inline-block;
}
#menu_acessibilidade_right ul li a {
    color: #484848;
    padding: 0.1em 0.4em;
	margin: 0;
	display: inline-block;
}

#menu_flags{
	float: right;
    padding: 0;
	margin: 0;
}
#menu_flags img{
	padding: 0;
	margin: 0;
	max-width: 20px;
    height: auto;}

/**************************************/
/*              CABECALHO             */
/**************************************/

 #cabecalho{
    padding: 0;
    width: 100%;
    background-size: 100% 100%;
} 

#cabecalho h1 a:hover{
	color:#666666;}

/* Retina display */
@media screen and (min-width: 1024px){
    #cabecalho{
       	background-image: url('../../images/topo.png');
       	background-repeat: no-repeat;
		min-height: 232px;
    }
	#cabecalho h1 a{
        position: relative;
        top: 4em;
        left: 13em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.5em;
        font-weight: bold;
        color: #003d79;
        text-decoration: none;
	}
    #pesquisa{
        margin-top: 4em;
    }
}

/**************************************/
/*   Definicao das Imagens do TOPO    */
/**************************************/

/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
    #cabecalho{
       background-image: url('../../images/topo_responsivo_980px.png');
       background-repeat: no-repeat;
		min-height: 189px;
    }
	#cabecalho h1 a{
        position: relative;
        top: 3.5em;
        left: 13em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.5em;
        font-weight: bold;
        color: #003d79;
        text-decoration: none;
	}
    #pesquisa{
        margin-top: 4em;
    }
}

/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
    #cabecalho{
       background-image: url('../../images/topo_responsivo_980px.png');
       background-repeat: no-repeat;
		min-height: 163px;
		}
	#cabecalho h1 a{
        position: relative;
        top: 3.9em;
        left: 12em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.5em;
        font-weight: bold;
        color: #003d79;
        text-decoration: none;
	}
    #pesquisa{
        margin-top: 2em;
    }
}

/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
    #cabecalho{
       background-image: url('../../images/topo_responsivo_760px.png');
       background-repeat: no-repeat;
		min-height: 127px;
    }
	#cabecalho h1 {
		display: none;
	}
    #pesquisa{
        margin-top: 1.4em;
    }
}

/* Mobile LD */
@media screen and (max-width: 350px){
    #cabecalho{
       background-image: url('../../images/topo_responsivo_350px.png');
       background-repeat: no-repeat;
		min-height: 58px;
    }
	#cabecalho h1 {
		display: none;
	}
    #pesquisa{
        margin-top: 2em;
    }
} 

/**************************************/
/*           MENU SUPERIOR            */
/**************************************/
#menu_superior{
    margin: 0.6em 0;
	float: right;
}
#menu_superior ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
#menu_superior ul li { 
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	float: left;
	}
#menu_superior ul li a {
	padding: 0.6em 0.5em 0.4em 0.5em;
	margin-left: 1px;
	display: inline-block;
 	background: #fff;
	opacity: 0.7; 
	/* visual do link */
	color: #3A392C;
	text-decoration: none;
}
#menu_superior ul li a:hover {
	color: #000;
	opacity: 0.9;
}

/**************************************/
/*          CAIXA DE PESQUISA         */
/**************************************/

/* Barra transparente de pesquisa */
#barra_pesquisa{
    margin-top: 7.2em;
    float: right;
}
#barra_pesquisa h2{
	margin-top: 1.8em;
	display: inline;
	font-size: 1.8em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 27, 143, 1);
}

/*   Caixa de Pesquisa                */
#barra_pesquisa .busca{
    float: right;
    background-image: url("../../images/caixa_pesquisa_1.png");
	background-size: 100% 100%;
	background-position: right right;
	background-repeat: no-repeat;
   	height: 1.8em;
	width: 13em;
	margin: 0.3em auto;
}
#barra_pesquisa .busca .btn{
	float: right;
	background: url("../../images/botao_pesquisa.png");
	background-repeat: no-repeat;
	background-position: right bottom;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding: 0.1em;
		margin-right: 0.8em;
		margin-top: 0.3em;
        zoom: 1;
        *display: inline;
	border: 0;
	width: 17px;
	height: 18px;
}

#s{
	position: relative;
	padding: 0;
	top: 0.15em;
	left: 0.5em;
	width: 76%;
	height: 100%;
	background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor:default;
	display: inline;	
}
#s:-ms-input-placeholder {
   font-size: 0.8em; color:#999; opacity: 1;
}
::-webkit-input-placeholder { font-size: 0.8em; color:#999; opacity: 1; } input:-moz-placeholder { font-size: 0.8em; color:#999; opacity: 1; } 

#s:focus { border: thin solid #fefefe; background-color: #FFFFF0; }


/*   Caixa de Pesquisa Responsivo     */
#pesquisa_responsivo .busca{
    background-image: url("../../images/caixa_pesquisa_1.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	background-size: cover;
   	height: 1.8em;
	width: 14em;
	margin: 0.3em auto;
}
#pesquisa_responsivo .busca .btn{
	float: right;
	background: url("../../images/botao_pesquisa.png");
	background-repeat: no-repeat;
	background-position: right bottom;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding: 0.2em;
		margin-right: 0.9em;
		margin-top: 0.3em;
        zoom: 1;
        *display: inline;
	border: 0;
	width: 17px;
	height: 18px;
}

/**************************************/
/*              NAVEGAÇÃO             */
/*                 Menu               */
/**************************************/

#access {
	font-size: 1em; /* tamanho da fonte do menu */	
	background: #0b0775; /* preenchimento do menu usando uma cor de fundo sólida */
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	padding: 0 1.2em;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#access ul {
	list-style: none;
	margin: 0 0 0 -1.14em;	
}
#access ul li {
	float: left;
	position: relative;
	/*width: 9.2em;*/
	padding: 0 0.6em;
	text-align: center;
}
#access ul li:last-child{
	border-right: none;
}
#access ul li a{
	color: #fff;
	display: block;
	line-height: 2em; /* mudar a altura do menu */
	padding: 0.2em 0.6em;
	text-decoration: none;
}
#access ul li a:hover{ /* quando passar o mouse sobre o link */
	color: #649bff;
	background: #dfded2;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2em;
	left: 0;
	/*width: 9.2em;*/
	z-index: 99999;	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #fff;
	background: #00a6bc;
	font-size: 1em;
	font-weight: normal;
	height: auto;
	line-height: 1.2em;
	padding: 10px 10px;
	width: 13em;
}
#access ul ul li a {	
	text-align: left;
}
#access ul ul li a:hover {
	color: #fff;
	background: #00a6bc;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	color: #0b0775;
	background: #dfded2;
}
#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #0b0775;
	background: #dfded2;
}

/**************************************/
/*     Conteúdo central principal     */
/**************************************/
#conteudo{
    min-height: 35em;
	background-color: #fff;
	color: #000;
    padding: 0.5em 1em 1em 1.4em;
 }
#conteudo h2{
    margin: 1em 0 0.8em 0;
    padding: 0 0.2em 0 0.2em;
    font-size: 1.5em;  
    letter-spacing: 0.2em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#conteudo h4{
	color: #000;
    margin-top: 1em;
    font-size: 1.2em;    
    font-weight: bold;
}
#conteudo h5{
    font-family: Arial;
    font-size: 1.5em;
    color:#0b0775;
    font-weight:bold;
    border-bottom: 1px solid #0b0775;
    margin: 0.1em 0 0.4em 0;
    padding: 0 0 0.1em 1em;
    background-image: url('../../images/bullet.png');
    background-repeat: no-repeat;
    background-position: left;
}
#conteudo .data_de_publicacao{
	font-size: 0.8em;
    color: #999;
    font-style: italic;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
#conteudo .data_de_publicacao_noticias{
	font-size: 0.8em;
    color: #999;
    font-style: italic;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
#conteudo .resumo{
    padding-top: 0.5em;    
}
#conteudo .conteudo_post{
    padding-right: 0.3em;    
}
#conteudo .titulo{
    line-height: 1em;
    margin: 1em 0 0 0; 
    font-weight: bold;    
}
#conteudo .titulo a{
    font-size: 1.1em;
    color: #000;
}
#conteudo .titulo a:hover{
    font-size: 1.1em;
    color: #0b0775;
}
#conteudo .titulo_noticias{
    line-height: 1em;
    margin: 0 0 1em 0; 
    font-weight: bold;    
}
#conteudo .titulo_noticias a{
    font-size: 1.1em;
    color: #000;

}
#conteudo .titulo_noticias a:hover{
    font-size: 1.1em;
    color: #0b0775;
}
#conteudo .mais_noticias a{
	float: right;
	margin: 0 0.4em;
    padding: 0.2em 0.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #0b0775;
    border: 1px solid #0b0775;
}
#conteudo .mais_noticias a:hover{
	float: right;
	font-weight: bold;
	color: #fff;
    background-color: #0b0775;
}
#conteudo .mais_noticias ul li{
    list-style:none;
}
#conteudo iframe{
	margin-top: 0.8em;
}

/**************************************/
/*            Mapa do Site            */
/**************************************/
#mapa_do_site{
	list-style-type: none;
	width: 100%;
}
#mapa_do_site h2{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
#mapa_do_site ul li{
	list-style-type: none;
	padding-left: 2em;
}
#mapa_do_site li {
	float: left;
	clear: both;
	list-style-position: inside;
}
#mapa_do_site li a:before { content: '\6e'; display: inline-block;
font-family: ElegantIcons; padding-right: 0.5em; color: #999;}

#mapa_do_site .sub-menu li a:before { content: '\6d'; display: inline-block;
font-family: ElegantIcons; padding-right: 0.5em; color: #999;}

#mapa_do_site li a{
	color: #000;
}
#mapa_do_site li a:hover{
	color: #999;
}

#logo_cursos {
	background-color: #fff;
	padding: 0;
}
#logo_cursos img{
  -webkit-filter: none;
  filter: none;

}

#logo_cursos{
	padding-left: 2em;
}
#logo_cursos a img{
	width: 180px;
}
#logo_cursos a:hover img, 
#logo_cursos a:focus img {
	-webkit-filter: grayscale(90%) 
          brightness(135%)
          contrast(120%);
  filter: grayscale(90%) 
          brightness(135%)
          contrast(120%);
  
  transition: filter 0.3s, box-shadow 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
}

/**************************************/
/*             =Imagens               */
/**************************************/
ul.orbit-container {
    height: auto !important;
    margin: 0 30px;
}
li.orbit-slide {
    max-height: none !important;
}

.slide {
	margin-top:1.5em;
	margin-left:-1.6em;
		
}
.slide img {
		border:10px solid rgba(20,124,38,0.7) ;
}

#informativospage {
	margin-left:21em;
	min-height:15em;
}

/**************************************/
/*            Definicoes do           */
/*           Menu Responsivo          */
/**************************************/

.title-bar{
	background-color: #2d4e6a;
}
#menu_responsivo{
    background: #73889B;
    color: #fff;    
}
#menu_responsivo ul li a{
    background: #73889B;
    color: #fff;    
}
#menu_responsivo ul li a:hover {
	color: #fff;
	background: #2d4e6a;
}

.galleria-container { background-color: #000; }
.galleria-thumbnails { margin: 0 auto; }
 
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 9px;
}
#wp-calendar thead th {

}
#wp-calendar tbody{
	color: #aaa;
}
#wp-calendar tbody td {
	background: #78605D;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tfoot td {
	border: 1px solid #ccc;
}
#galeria {
background: url("../../images/galeria.png") no-repeat top left;

}

/****************************************************/
/*                     SIDEBAR                      */
/*   Aqui é possível alterar as especificações de   */
/* fontes, cores, tamanhos e distâncias nas colunas */
/*          laterais esquerda e direita             */
/****************************************************/
.widget_text{
    margin: 0;
}  
.sidebar {	
	background-color: #fff;
	color: #000;
    font-size: 1.1em;
    padding: 0 0.6em;
    margin-top: 0.6em;
    list-style:none;
}
.sidebar h3{
   font-size: 0.9em;
   height: 1.6em;
   width: 100%;
   padding: 0.2em;
   margin: 0.6em 0 0.2em 0.5em;
   background: #0b0775;
   color:#fff;
   text-align:center;
   letter-spacing: 0.15em;
} 
.sidebar ul{
	margin: 0;
	list-style:none;
}
.sidebar ul li{
    padding: 0;
    list-style-image: url('../../images/seta.png');
    margin-left: 1.6em;
    display: list-item;
	text-indent: 1px;
}
.sidebar ul li a{
	color: #000;
    padding: 0.2em;
	font-size: 0.9em;
	text-decoration:none;
 } 
.sidebar ul li a:hover{
	color:#649bff;
	text-decoration:none;
 }
.textwidget{
    padding: 0;
    margin-left: 0.5em;    
    width: 100%;
}

/**************************************/
/*     COLUNAS DE LINKS E  RODAPE     */
/**************************************/

#rodape_ufpr{
	min-height: 465px;
    background: #0b0775 url('../../images/rodape_ufpr.png');
}
#texto_rodape{
	float: right;
	text-align: right;
	padding: 1em;
	color: #fff;
}
#texto_rodape span{
	letter-spacing: 1px;

}
#redes_sociais{
	margin: 1em;
}
#redes_sociais h3{
	color: #fff;
	font-size: 1.5em;
}
.colunas_de_links{
	list-style-type: none;
	color:#094979;
	font-size: 0.8em;
	float: left;
	margin: 1em 0 2em 0;
}
.colunas_de_links ul li{
	list-style-image: url('../../images/seta.png');
	color:#094979;
	margin-top: 0.3em;
    margin-left: 1em;
    display: list-item;
	text-indent: 2px;
}
.colunas_de_links ul li a{
	text-decoration: none;
	color:#484848;
	line-height: 1.2em;
	padding: 0.15em 0;
}
.colunas_de_links ul li a:hover{
	color:#0b0775;
}
.colunas_de_links h2{
	margin: 0.2em 0 0.8em 0;
	color:#0b0775;
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: thin solid #0b0775;
}

#rodape{
	background-color: #0b0775;
}

footer{
    margin: 0;
	background-color: #dadada;
	min-height: 10em;	
    border-top: thin solid #ccc;
}

.texto_rodape_small {
	font-size: 1.2em;
	text-align: center;

}
.texto_rodape_small span{
	text-align: center;
	color:#fff; 
}
.texto_rodape_small span img{
	width: 100%;
}

/**************************************/
/*      FOOTER Governo do Brasil      */
/**************************************/

#footer-brasil {
   background: none repeat scroll 0% 0% #0042b1; /* Azul */
   margin-top: 1px;
   padding: 1em 0;
   max-width: 100%;
}

#rodape_copy {
	background-color: #057900;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #FFF;
	text-align: center;
	border-top: 1px dotted #7b6662;
	border-bottom: 1px dotted #7b6662;
}