

/**************************************/
/*                 MENU               */
/**************************************/

#access {
	background: #000; /* preenchimento do menu usando uma cor de fundo sólida */
	color: #fff;
}
#access ul li a{
	color: #fff;
}
#access ul li a:hover{
	color: #000;
	background: #fff;
}
#access ul ul li a:hover {
	color: #fff;
	background: #000;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	color: #000;
	background: #fff;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #000;
	background: #fff;
}

#menu_superior ul li a {
	padding: 0.6em 0.5em 0.4em 0.5em;
 	background-color: #fff;
	opacity: 0.7; 
	color: #000;
}
#menu_superior ul li a:hover {
 	background-color: #000;
	color: #fff;
}


/**************************************/
/*               CONTEUDO             */
/**************************************/
#conteudo{
	color: #fff;
	background-color: #000;
}
#conteudo h2{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#conteudo h5{
	color: #fff;
    border-bottom: 2px solid #fff;
    background-image:url('../imagens/bullet_branco.png');
}
#conteudo .titulo a{
	color: #fff;
}

#conteudo .mais_noticias{
    padding: 0 1em 1.5em 0.2em;
}
#conteudo .mais_noticias a{
	float: right;
    padding: 0.2em 0.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	background-color: #fff;
    border: 1px solid #fff;
}
#conteudo .mais_noticias a:hover{
	float: right;
	font-weight: bold;
	color: #fff;
    background-color: #000;
}
#conteudo .mais_noticias ul li{
    list-style:none;
}

.logo_cursos {
	background-color: #fff;
	border-bottom: 1px dotted #000;
}
.logo_cursos 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;

}
.logo_cursos a:hover img, 
.logo_cursos a:focus img {
  -webkit-filter: none;
  filter: none;
}


/**************************************/
/*               SIDEBAR              */
/**************************************/
.sidebar{
	background-color: #000;
	color: #fff;
}
.sidebar h3{
	background-color: #fff;
	color: #000;
}

.sidebar ul li a{
	background-color: #000;
	color: #fff;
}
.sidebar ul li{
    list-style-image: url('../imagens/seta_branca.png');
}

/****************/
/*   NOTICIAS   */
/****************/
#noticias{
	background-color: #000;
	margin-top: 1em;
        float: left;
}

#noticias h2{
	color: #ffffff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 1em;
        margin-bottom: 0 !important;
}

#bloco_noticias{
        background-color: #000;
        padding-right: 1.4em;
        padding-left: 1.4em; 
        line-height: 2.0;              
}

#bloco_noticias a{
        color: #ffffff;
}


#bloco_noticias h2{
        color: #ffffff;
        text-transform: capitalize;
        display: inline;
        font-weight: bold;
        font-size: 1em;
        margin-left: 0 !important;
        margin-right: 0.2em;
        line-height: 1.4;
}

#bloco_noticias h3{
        color: #ffffff; 
        font-size: 0.9em;
}

#bloco_noticias h4{
        display: inline;
        color: #ffffff;
        font-size: 0.8em;
        font-weight: 500;
        font-style: italic;
     
}

#ver_todos {
        background:#000;
        color: #fff;
	float: right; 
	padding-right: 1em;
}
#ver_todos p{
	float: left; 
	margin-left: 5px;
}
#ver_todos h3{
	 
        background-color:#000 !important;
        color: #fff !important;

}
hr {
	padding: 0;
	margin-top: 0;
	height: 2px;
	background-color: #000;
	color: #ffffff;
	border: 0 none;
}


/**************************************/
/*      MENU PRINCIPAL HORIZONTAL     */
/**************************************/
@media screen and (min-width: 1000px){ /* PCS */
	.top-bar {
		padding: 0;
		background-color: #000;
		text-transform: capitalize;
		clear: both;
		float: right;
		width: 100%;
		height: 40px;
                
	}	
	.top-bar ul {
		background-color: #000;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.top-bar li {
		padding: 0 0.5em 0 0.5em;
                border-bottom: 5px solid #000;
		
	}
	.top-bar ul li {
		position: relative;
	}
	.top-bar li ul {
		position: absolute;
		top: 0;
		display: none;
	}
	.top-bar ul li a {
		font-family: 'Fira Sans';
		font-weight: 400;
		font-size:1em;
		color: #ffffff; /* Cor da fonte do MENU */
		display: block;
		text-decoration: none;
		border-bottom: 0;            
	}
        .top-bar ul li a:hover {
            color: #ffffff;
        }
	.top-bar li:hover {
		border-bottom: 5px solid #ffffff;
                
	}
	.top-bar .current_page_ancestor > a {
		color: #00445E;
	}
	
	/*	     		 SUBMENU			  */
	.is-dropdown-submenu {
		top: 43px !important;
		left: 0%;
		border: none;
	}
	.is-dropdown-submenu li{
		background-color: #000;
		padding-bottom: 0.2em;
		border: none !important;
	}
	.is-dropdown-submenu li:first-child{
		padding-top: 0.2em;
	}
        .is-dropdown-submenu a{
                color:#ffffff !important;
        }
	.is-dropdown-submenu a:hover{
		color: #ffffff !important;
	}
 }
 #imagem_home{
     border-bottom: 5px solid #000;
     
}
   
#imagem_home:hover{
    border-bottom: 5px solid #ffffff; 
    
}
        
/**************************************/
/*    	 	MENU VERTICAL         */
/**************************************/
	.menu_vertical{
		background-color: #000;
		margin-top: 1em;
		font-family: 'Fira Sans';
                float: right;
		height: auto;
                width: 450px !important;
                
	}
	.menu_vertical li{
		list-style: none;
		padding-bottom: 0.2em;
                border-bottom: 5px solid #ffffff;
                width: 450px;
                
	}
	.menu_vertical li li{
		padding-left: 2em;
		margin: 0;
		list-style: none;
		font-weight: normal;
                
	}
        .menu_vertical h2{
                background-color: #E6E7EA;
                font-family: 'Fira Sans';
                font-weight: bold;
                text-transform: uppercase;
                font-size: 1.2em;
                color: #000;
                padding-left: 1em;
                padding-top: 1em;
                border-bottom: 5px solid #E6E7EA;
                
        }
	.menu_vertical a{
		color: #ffffff;
               
                
	}
	.menu_vertical a:hover{
		opacity: 0.7;
                color: #4A7C9F;
        }
	.menu_vertical ul{
		list-style-type:none;
		margin:0;
		width: 550px;
		white-space: pre; 	
		line-height: 0 !important;
                
	}
	.menu_vertical li a {
		display: block;
		line-height: 1.4 !important;
                
	}
    
#botao_cecom{
    background-color: #ffffff;
    height:150px;
    width:250px;
    cursor: pointer;
    border-left: 15px solid #ffffff;
    padding: 1em 1em 1em 1em;
    margin: 15px !important;

}
#botao_cecom:hover {
    background-color: #ffffff;
    color:white;
}
#botao_cecom h3{
    font-family: "Fira Sans";
    font-weight: bold;
    color: #000000;
    font-size: 1.0em;
    text-transform: capitalize;
    

}

/**************************************/
/*        PAGINAS INTERNAS            */
/**************************************/
#pagina_interna{
	background-color: #000;
	margin-top: 1em;
	padding: 1em 1em 1em 1em;
        padding-left: 2.5em;              
}
#pagina_interna a{
        color: #ffffff;
}
#pagina_interna a:hover{
    text-decoration: underline;
}
#pagina_interna h2{
	color: #ffffff;
	font-family: "Fira Sans";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
#pagina_interna h4{
	color: #ffffff;

}
#pagina_interna h5{
	color: #ffffff;

}
#pagina_interna h6{
	color: #ffffff;

}
#pagina_interna strong{
	color: #ffffff;

}
#pagina_interna p{
	color: #ffffff;
	font-family: "Fira Sans";

}

#pagina_interna li{
	color: #ffffff;
	font-family: "Fira Sans";

}


#pagina_interna h4{
	color: #ffffff;
	font-family: "Fira Sans";
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.5em;
}

/**************************************/
/*    PÁGINA INTERNA DAS NOTÍCIAS     */
/**************************************/
#pagina_interna_noticia{
	background-color: #000;
	margin-top: 1em;	
	padding: 1.5em;
}

#pagina_interna_noticia h2{
	color: #fff;
	font-family: "Fira Sans";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
}

#pagina_interna_noticia h3{
	color: #fff;
	font-family: "Fira Sans";
	font-weight: bold;
	font-size: 1.1em;
}

#pagina_interna_noticia a{
	color: #fff;
	font-family: "Fira Sans";
	font-weight: bold;
	font-size: 1.1em;
}

#pagina_interna_noticia h4{
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.9em; 
	line-height: 1;
	float: left;
	color: #fff;
	margin: 0 !important;
	padding-top: 0.5em;
	width: 100%;
}

#pagina_interna_noticia p{
	color: #fff;
        border-bottom: 1px solid #fff;
	
}

#pagina_interna_noticia hr{
	color: #fff;
	height: 1px;
}
/**************************************/
/*                RODAPE              */
/**************************************/
#rodape_ufpr{
	border-top: 2px solid #fff;
	min-height: 465px;
        background: #000 url('../imagens/rodape_ufpr_preto.png');
	background-repeat: repeat-x;
}
.colunas_de_links h2{
	color:#fff;
	border-bottom: thin solid #fff;
}
.colunas_de_links ul li{
	list-style-image: url('../imagens/seta_branca.png');
}
.colunas_de_links ul li a{
	color: #fff;
}
#rodape{
	border-top: 2px solid #fff;
	background-color: #000;
	color: #fff;
}
