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

/**************************************/
/*           DEFINICOES GLOBAIS       */
/**************************************/
body{
	margin: 0;
	background-color:#e5e5e5;
}

.container{
margin: 0;
}

ul li {
	list-style-type: none;
}

/**************************************/
/*        MENUS DE ACESSIBILIDADE     */
/**************************************/
#menu_acessibilidade_left{
    display: inline-block;
    float: left;
}

#menu_acessibilidade_left ul {
    font-size: 0.66em;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	list-style:none;
}
#menu_acessibilidade_left ul li { 
	list-style-type: none;
	float: left;
	display: inline;
}
#menu_acessibilidade_left ul li a {
    color: #484848;
    padding: 0.1em 0.1em;
	margin: 0;
	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;
    float: right;
}
#menu_acessibilidade_right ul{
  	font-family: Arial, Helvetica, sans-serif;
  	list-style: none;
    font-size: 0.67em;
    margin: 0;
}
#menu_acessibilidade_right ul li { 
	list-style-type: none;
	float: left;
	display: inline;	
}
#menu_acessibilidade_right ul li a {
    color: #484848;
    padding: 0.1em 0.4em;
	margin: 0;
	display: inline-block;
  	border-bottom: 1px dotted #000;	
}
#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;
}

/**************************************/
/*      DEFINICOES IMAGENS TOPO       */
/**************************************/
@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: 5em;
    }
}

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

/* Mobile HD */
@media screen and (min-width: 350px) and (max-width: 760px){
    #cabecalho{
        /*background-image: url('../../images/topo_responsivo_760px.png');*/
		background-image: url('../../images/topo.png');
        background-repeat: no-repeat;
		min-height: 147px;
    }
	#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-image: url('../../images/topo.png');
       background-repeat: no-repeat;
		min-height: 68px;
    }
	#cabecalho h1 {
		display: none;
	}
    #pesquisa{
        margin-top: 4em;
    }
} 

/**************************************/
/*           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: #547980;
	opacity: 0.7; 
	/* visual do link */
	color: #fff;
	text-decoration: none;
}
#menu_superior ul li a:hover {
	color: #547980;
	background: #fff;
	opacity: 0.9;
}

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

/* Barra transparente de pesquisa */
#barra_pesquisa{
    margin-top: 12em;
    float: right;
}
#barra_pesquisa h2{
	margin-top: 12em;
	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: 5px auto;
    vertical-align: top;
}
#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;
	border: 0;
	width: 17px;
	height: 18px;
    zoom: 1;
    *display: inline;
    padding: 10px;
	margin-right: 0.5em;
	
}

#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;
}

/**************************************/
/*          Meta SlideShow            */
/**************************************/
#slider {
	margin-left: 0;
    width: 550px;
    height: 350px;	
	float: right;
	position: relative;
}
#slider img {
	/*border: 5px solid #015a34;*/
}
#slider .caption-wrap{
	margin-left: 0em;
}
#slider-destaque {
    margin-top: 3em;
	padding: 20px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
#slider-destaque img{
    float: left;
    position: relative;
}
#slider-destaque .caption-wrap{
	margin-left: 0em;
}
#slider-destaque .title{
	padding-top: 0;
	font-size: 1.5em;
	color: #015a34;
	text-align: left;
}
#slider-destaque .content{
	padding-top: 0.5em;
	font-size: 1em;
	color: #000;
	text-align: justify;
}

/**************************************/
/*              NAVEGAÇÃO             */
/*                 Menu               */
/**************************************/
#access {
	font-size: 0.9em; /* tamanho da fonte do menu */	
	background-color: #015a34;
	clear: both;
	display: inline-block;
	float: left;
	margin: 0 auto;
	width: 100%;
	padding: 0 1.2em;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index:0;
}
#access ul {
    /* margin-left:auto; */
	margin-left:0;
    margin-right:auto;
    margin-top:0;
    display:table;
}
#access ul li {
	float: left;
	position: relative;
 
	/* Início da alteração - Christopher - 12/12-2023 */
	/* DEFINE O TAMANHO DO ITEM DO MENU */
	/*width: 7.5em;*/
	padding-left:  1em;
	padding-right: 1em;
	/* Fim da alteração - 12/12-2023 */
	text-align: center;
	border-style: solid;
	border-right-width: 0.1em;
	border-left-width: 0.0em;
	border-top-width: 0;
	border-bottom-width: 0;
	border-color: #659e40;	
	z-index:1;
}
/* Início da alteração - Christopher - 12/12-2023 */
/* Alteração na ação de Hover do item */
#access ul li:hover{ /* quando passar o mouse sobre o link */
	background-color:  #659e40;
	color: #fff;
}
/* Fim da alteração - 12/12-2023 */

#access ul li:last-child{
	border-right: none;
}
#access ul li a{
	color: #fff;
	display: block;
	line-height: 3.0em; /* mudar a altura do menu */
	padding: 0 0.2em;
	text-decoration: none;
}
#access ul li a:hover{ /* quando passar o mouse sobre o link */
	background-color:  #659e40;
	color: #fff;
	/*
	color: #649bff;
	background: #dfded2;
	*/
}
/* INICIO sub-menus*/
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3em;
	width: 7.5em;
	left: 0;
	list-style-type: none;
}
*/


#access ul ul li {
	/*left: 100%;*/ /* Início da alteração - Christopher - 12/12-2023 */
	left: 0em;  /* Início da alteração - Christopher - 09/01/2024 */
	border-right: none; 
	padding-left:  0em;
	padding-right: 0em;
	/* Fim da alteração - 09/01/2024 */
}


#access ul ul li a {	
	text-align: left;
	line-height: 2.0em;
	text-decoration: none;
	color: #fff;
	background-color: #015a34;
	font-size: 0.95em;
	font-weight: normal;
	height: auto;
	/*line-height: 1.5em;*/
	padding: 10px 10px;
	width: 14em;
	text-decoration: none;
}
#access ul ul li a:hover {
	background-color: #659e40;
	color: #fff;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background-color: #659e40;
	color: #fff;
}
#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 {
	background-color: #659e40;
	color: #fff;
}
/* sub-menu terceiro nível*/
#access ul ul ul{
	left: 100%;
	top: 0;
	/* margin-left: 6.3em; */
	margin-left: 0em; /* Alterado por Christopher - 09/01/2024 */
}


/*********************
	BOTÃO HOME - OK
**********************/

#home {
	padding: 0;
	margin: 0;
	background-color: #015a34;
	height:2.5em;
	text-align: center;
	display: inline-block;
	position: relative;
	
}
#home span{
	margin: 0;
	padding: 0;
}
#home i{
	color: #fff;
	font-size: 2em;
	text-align: center;
	line-height: 1.3em;
}
#home :hover{
	background-color: #015a34;
}
/**************************************/
/*     Conteúdo central principal     */
/**************************************/

#slideshow{
	margin: 1em 0 1em 0;
	color: #000;
}

#sidebar_dir{
	margin-top: 0.5em;
	color: #000000;
	padding: 3px;
}
#sidebar_dir li{
	list-style-type: square;
	margin-left: 0.8em;
}
#sidebar_dir a:link{
	text-decoration: none;
	color: #000;
}

#sidebar_dir a:hover{
	text-decoration: underline;
	color: #000;
}

#sidebar_dir a:visited{
	text-decoration: none;
	color: #6E8597;
}

#sidebar_dir a:active{
	text-decoration: none;
	color: #6E8597;
}

#sidebar_dir h3{
	padding: 0;
	margin: 0; 
}

.title h1{
	font-size: 1.5em;
	margin: 0;
	padding: 0.5em;
	background-color: #2d4e6a;
	color: #EAEAEA;
	text-align: center;
}

.acesso a:link{
	text-decoration: none;
	color: #000;
}

.acesso a:hover{
	text-decoration: underline;
	color: #000;
}

.acesso a:visited{
	text-decoration: none;
	color: #6E8597;
}

.acesso a:active{
	text-decoration: none;
	color: #6E8597;
}

.acesso ul{
	list-style: none;
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
}
/**************************************/
/*     Conteúdo central principal     */
/**************************************/
 #conteudo{
	height: auto;
	background-color: #ffffff;
	text-align: justify;
	color: #78605d;
	min-height: 35em;  /* especifica um tamanho mínimo para a altura do conteúdo 550px*/
	padding-bottom: 2px;
	border: 1px dotted #E5E4DC;
	padding: 10px;
 }
#conteudo h2{
    padding: 20px 0;
    font-size: 1.2em;  
    letter-spacing: 0.1em;
	color: #015a34;
}
#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: 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 .resumo{
    padding-top: 0.5em;    
}
#conteudo .conteudo_post{
    padding: 20px 0;    
	line-height: 1em;
	color: #000;
}
#conteudo .titulo{
    line-height: 1em;
    margin: 2em 0 0 0; 
    font-weight: bold;    
}
#conteudo .titulo a{
    font-size: 1em;
    color: #000; 
	padding: 0;
}
#conteudo .titulo a:hover{
    color: #AFBBC5;
}
#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: #2d4e6a;
}
#conteudo .mais_noticias a{
	float: left;
	margin: 0.5em;
    padding: 0.2em 0.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #2d4e6a;
    border: 1px solid #2d4e6a;
}
#conteudo .mais_noticias a:hover{
	font-weight: bold;
	color: #fff;
    background-color: #2d4e6a;
}
#conteudo .mais_noticias ul li{
    list-style:none;
}
#conteudo iframe{
	margin-top: 0.8em;
}

.galeriasfull{
	display: inline-block;	
	width:100%;
	margin: 1em;
}
.galeriasfull h3{
    padding: 1em;
    font-size: 1.3em;
	text-align:left;
    color:#015a34;
}
.galeriasfull .titulo_galerias{
	float:left;
	position:relative;
    padding: 1em;
    font-size: 1em;
	text-align:left;
    color:#015a34;
}
.galeriasfull .titulo_galerias a{
	color:#015a34;
	font-weight: bold;	
	font-size: 1em;
	line-height: 1.3em;
	
}	
.galeriasfull .titulo_galeria a:hover{
	color:#999;
}
.galeriasfull .data-de-publicacao {
	font-size: 0.8em;
	float: right;
    color: #015a34;
    font-style: italic;
    padding: 0 1em;
}
/**************************************/
/*            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;
}

#cpi{
	color: #000;
	width: 100%;
	min-height: 14em;
	border: 3px solid;
	border-color: #006600;
	border-radius: 0.5em;
	margin: 1em 0.2em 1em 0.2em;
}
#cpi a{
	color: #000;
}
#cpi a:hover{
	color: #999;
}
#cpi h2{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.3em;	
	font-weight: 700;
	border: none;
	letter-spacing: normal;
	color:#006600;
	margin: 0.2em 0; 
}
#cpi ul li{
	list-style-type: square;
	margin-left: 2em;
}

#dcf{
	color: #000;
	width: 100%;
	min-height: 14em;
	border: 3px solid;
	border-color:#cccc00;
	border-radius: 0.5em;
	margin: 1em 0;
}
#dcf a{
	color: #000;
}
#dcf a:hover{
	color: #999;
}

#dcf h2{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.3em;	
	font-weight: 700;
	border: none;
	letter-spacing: normal;
	color:#cccc00;
	margin: 0.2em 0; 
}
#dcf ul li{
	list-style-type: square;
	margin-left: 2em;
}

#cri{
	color: #000;
	width: 100%;
	min-height: 14em;
	border: 3px solid;
	border-color:#cc6600;
	border-radius: 0.5em;
	margin: 0.5em 0.2em 0.2em 0.2em;
}
#cri a{
	color: #000;
}
#cri a:hover{
	color: #999;
}

#cri h2{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.3em;	
	font-weight: 700;
	border: none;
	letter-spacing: normal;
	color:#cc6600;
	margin: 0.2em 0; 
}
#cri ul li{
	list-style-type: square;
	margin-left: 2em;
}
#cpco{
	color: #000;
	width: 100%;
	min-height: 14em;
	border: 3px solid;
	border-color:#cc0000;
	border-radius: 0.5em;
	margin: 0.5em 0 0.2em 0;
}
#cpco a{
	color: #000;
}
#cpco a:hover{
	color: #999;
}

#cpco h2{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.3em;	
	font-weight: 700;
	border: none;
	letter-spacing: normal;
	color:#cc0000;
	margin: 0.2em 0; 
}
#cpco ul li{
	list-style-type: square;
	margin-left: 2em;
}

.logo_cursos {
	background-color: #fff;
	padding: 0;
}
.logo_cursos img{
  -webkit-filter: none;
  filter: none;
}
.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               */
/**************************************/
.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: #015a34;
}
/*verde esculo #015a34  verde claro #659e40*/
#menu_responsivo{
    background: #015a34;
    color: #fff;    
}
#menu_responsivo ul{
	width: auto;
}

#menu_responsivo ul li a{
    background: #015a34;
    color: #fff;    
}
#menu_responsivo ul li a:hover {
	color: #fff;
	background: #659e40;
}
#menu_responsivo ul ul{
	color: #fff;
	background: #015a34;
	
}

#menu_responsivo ul ul li a{
    background: #015a34;
    color: #fff;    
}
#menu_responsivo ul ul li a:hover {
	color: #fff;
	background: #659e40;
}

.galleria-container { background-color: #015a34; }
.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;
padding: 20px;
}

#centralizardivs {
	position: absolute;
	left: 15%;
	right: 15%;
	margin: auto;

}
/**************************************/
/*            Informativos            */
/**************************************/
.informativosfull{
	margin: 1em;
}
.informativosfull h3{
    padding: 1em;
    font-size: 1.3em;
	text-align:left;
    color:#015a34;
}
.informativosfull .titulo_informativos{
    padding: 0;
    font-size: 1em;
	text-align:left;
    color:#015a34;
}
.informativosfull .titulo_informativos a{
	color:#015a34;
	font-weight: bold;	
}
.informativosfull .titulo_informativos a:hover{
	color:#999;
}
.informativosfull .data-de-publicacao {
	font-size: 0.8em;
	float: right;
    color: #015a34;
    font-style: italic;
    padding: 0 1em;
}

/*  ACESSO RAPIDO  */
#acesso_rapido {
	position:relative;
	float:left;
    max-width: 560px;
    margin: 1em;
	list-style-type: none;
}
#acesso_rapido h3{
    font-size: 1.3em;
    background-color: #015a34;
    text-align:center;
    color:#fff;
}
#acesso_rapido ul li a{
	list-style-type: none;
	
}
#acesso_rapido a{
	list-style-type: none;
	color:#015a34;
	font-weight: bold;	
	font-size: 1em;
	line-height: 1.3em;
	
}
#acesso_rapido a:hover{
	color:#999;
}
/* FIM acesso rapido  */

/* Galeria loog-index  */
#galeria_imagens_videos {
	position:relative;
	float:left;	
	display: inline-table;		
    max-width: 560px;
    margin: 1em;
	padding: 0em;
    /*border: 2px solid #015a34;	*/
	list-style-type: none;
}
#galeria_imagens_videos h3{
	padding: 0;
    font-size: 1.3em;
    background-color: #015a34;
    text-align:center;
    color:#fff;
}
#galeria_imagens_videos h2{
    padding: 0;
	margin-left: 15px;
    font-size: 1.3em;
    text-align:left;
    color:#015a34;
}
#galeria_imagens_videos ul li {
	 list-style-type: none;
}
#galeria_imagens_videos p{
    padding: 0.5em;
	line-height:1em;
}
#galeria_imagens_videos hr {
  border: none;
  background-color: #015a34;
  color: #015a34;
  height: 1px;
}
#galeria_imagens_videos .display-galeria {
	display: inline-table;
}
#galeria_imagens_videos .titulo {
	width: 100%;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0;
}
#galeria_imagens_videos .titulo a{
	color:#015a34;
	font-weight: bold;	
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0.5em;
}
#galeria_imagens_videos .titulo a:hover{
	color:#999;
}
#galeria_imagens_videos .titulo p{
	font-size: 1em;
	padding: 0.5em 0.5em;
}
#galeria_imagens_videos .data-de-publicacao {
    color: #015a34;
    font-style: italic;
	padding: 0.5em;
	font-size: 0.8em;
}
#galeria_imagens_videos .resumo-post{
	margin: 5px;
	font-size: 0.9em;
	color: #000;
}
#galeria_imagens_videos .mais_galerias{
	width: 100%;
	float: right;
	padding: 0.5em;
}
#galeria_imagens_videos .mais_galerias a{
	font-size: 0.9em;
	padding: 0.5em 0.5em;
}
#galeria_imagens_videos a{
	color:#015a34;
}
#galeria_imagens_videos a:hover{
	color:#015a34;
}

/* FIM Galeria */

/* *** INFORMATIVOS *** */
#informativos {
	position:relative;
	float:left;
    max-width: 560px;
	height: auto;
    margin: 1em;
    padding: 20px;
    /*border: 2px solid #015a34;	*/
	list-style-type: none;
}
#informativos h3{
    padding: 0;
    font-size: 1.3em;
    background-color: #015a34;
    text-align:center;
    color:#fff;
}
#informativos h2{
    padding: 0;
	margin-left: 15px;
    font-size: 1.3em;
    text-align:left;
    color:#015a34;
}

#informativos ul li {
	 list-style-type: none;
}
#informativos p{
    padding: 0.5em;
	line-height:1em;
}
#informativos hr {
  border: none;
  background-color: #015a34;
  color: #015a34;
  height: 1px;
}

#informativos .titulo {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0;
}
#informativos .titulo a{
	color:#015a34;
	font-weight: bold;	
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
}
#informativos .titulo a:hover{
	color:#999;
}
#informativos .titulo p{
	font-size: 1em;
	padding: 0.5em 0.5em;
}
#informativos .data-de-publicacao {
    color: #015a34;
    font-style: italic;
	padding: 0.5em;
	float: right;
	position:relative;
	font-size: 0.8em;
}
#informativos .resumo-post{
	font-size: 0.9em;
	color: #000;
}
#informativos .mais_informativos{
	width: 100%;
	float: right;
	padding: 0.5em;
}
#ginformativos .mais_informativos a{
	font-size: 0.9em;
	padding: 0.5em 0.5em;
}
#informativos a{
	color:#015a34;
}
#informativos a:hover{
	color:#015a34;
}
/**************************************/
/*              Eventos               */
/**************************************/
.eventosfull{
	margin: 1em;
}
.eventosfull h3{
    padding: 1em;
    font-size: 1.3em;
	text-align:left;
    color:#015a34;
}
.eventosfull .titulo_eventos{
    padding: 0;
    font-size: 1em;
	text-align:left;
    color:#015a34;
}
.eventosfull .titulo_eventos a{
	color:#015a34;
	font-weight: bold;	
	font-size: 1em;
	line-height: 1.3em;
	
}	
.eventosfull .titulo_eventos a:hover{
	color:#999;
}
.eventosfull .data-de-publicacao {
	font-size: 0.8em;
	float: right;
    color: #015a34;
    font-style: italic;
    padding: 0 1em;
}

#eventos {
	position:relative;
	float:right;
    max-width: 560px;
	height: auto;
    margin: 1em;
    padding: 20px;
    /*border: 2px solid #015a34;	*/
}
#eventos h3{
    padding: 0;
    font-size: 1.3em;
    background-color: #015a34;
    text-align:center;
    color:#fff;
}
#eventos h2{
    padding: 0;
	/*margin-left: 15px;*/
    font-size: 1.3em;
    text-align:left;
    color:#015a34;
}

#eventos ul li {
	 list-style-type: none;
}
#eventos p{
    padding: 0.5em;
}
#eventos hr { 
  border: none;
  background-color: #015a34;
  color: #015a34;
  height: 1px;
}
#eventos .titulo {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 0;
}
#eventos .titulo a{
	color:#015a34;
	font-weight: bold;	
	font-size: 1em;
	line-height: 1.3em;

}
#eventos .titulo a:hover{
	color:#999;
}
#eventos .titulo p{
	font-size: 1em;
	padding: 0.5em 0.5em;
}
#eventos .data-de-publicacao {
    color: #015a34;
    font-style: italic;
	padding: 0.5em;
	float: right;
	position:relative;
	font-size: 0.8em;
}
#eventos .resumo-post{
	/*margin: 5px;*/
	padding: 0.5em;
	font-size: 0.9em;
	color: #000;
}
#eventos .mais_eventos{
	width: 100%;
	float: right;
	padding: 0.5em;
}
#eventos .mais_eventos a{
	font-size: 0.9em;
	padding: 0.5em 0.5em;
}
#eventos a{
	color:#015a34;
}
#eventos a:hover{
	color:#015a34;
}
/* fim estilo eventos inicio e todos os eventos */

#informativospage ul li a{
	font-family: Times New Roman;
	font-size: 14px;
}
#informativospage ul li p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#informativospage ul li{
	left: 100px;
}

#eventospage ul li a{
	font-family: Times New Roman;
	font-size: 14px;
}
#eventospage ul li p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#eventospage ul li{
	left: 100px;
}
*/
/****************************************************/
/*                     SIDEBAR                      */
/*   Aqui é possível alterar as especificações de   */
/* fontes, cores, tamanhos e distâncias nas colunas */
/*          laterais esquerda e direita             */
/****************************************************/
.sidebar {	
	margin:0;
	list-style:none;
 }
 
.sidebar h3{
   height: 23px;
   background: #004B82;
   color:#fff;
   font-size: 0.9em;
   font-weight: bold;
   -webkit-border-radius: 10px 10px 10px 10px; /* Bordas arredondadas para navegador Safari */    
   -moz-border-radius: 10px 10px 10px 10px; /* Bordas arredondadas para navegador Mozilla, etc. */    
   border-radius: 10px 10px 10px 10px; /* Bordas arredondadas padrão do CSS3 - deve funcionar novas versões do IE */
   text-align:center;
   letter-spacing: 0.25em;
   padding-top: 2px;
 }
.sidebar ul{
	list-style:none;
	margin: 4px 0 4px 3px;
}
.sidebar ul li a{
	font-size: 0.8em;
	font-weight: bold;
	color:#3A392C;
	text-decoration:none;
 } 
.sidebar ul li a:before{
	content: "\0BB \020";
	padding-right: 1px;
	color:#3A392C;
	font-weight: bold;
}
.sidebar ul li a:hover{
	color:#969473;
	text-decoration:none;
 }
  
/**************************************/
/*     COLUNAS DE LINKS E  RODAPE     */
/**************************************/



#rodape_ufpr{
	min-height: 465px;
	background-color: #015a34;
	background-image: 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:#015a34;
	font-size: 0.8em;
	float: left;
	margin: 1em 0 2em 0;
}
.colunas_de_links ul li{
	list-style-image: url('../../images/seta_verde.png');
	color:#015a34;
	margin-top: 0.25em;
    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:#015a34;
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: thin solid #015a34;
}

#rodape{
	background-color: #015a34;
}

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

.texto_rodape_small {
    font-size: 1.2em;
    text-align: center;
    padding: 1em;
}
.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% #015a34; /* Azul */
   margin-top: 1px;
   padding: 1em 0;
   max-width: 100%;
}

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