﻿@charset "utf-8";
/* CSS Document */



/* ======================================================================================= FONTES === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */



/* FONTES PUC


'Rethink Sans'
Opções de font-weight: 400 a 800

'Literata'
Opções de font-weight: 200 a 900


*/





/* ========================================================================== ESTILOS PUC > CORES === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */



/* ESQUEMA DE CORES ESPECÍFICOS PARA CADA SITE

   ATENÇÃO: Elementos em cinza não se apresentam neste css por serem neutros a qualquer site,
   mas estes podem ser anulados por estilos que começam com o nome do id específico para
   o site em questão, que será colocado na tag <body> das páginas. */





/* ================================================================= TOPO === */
/* ========================================================================== */



/* ----- TÍTULO DA PÁGINA ----- */

#anuario header h1 { /* color:#666666; */ }



/* ----- CAMINHO / BREADCRUMB ----- */

#anuario header nav a:link,
#anuario header nav a:visited { /* color:#AAA; */ }

#anuario header nav a:hover { /* color:#555; */ }





/* ================================================================= MENU === */
/* ========================================================================== */



/* ----- MENU VAZIO (LINHA) ----- */

#anuario header #puc_menu_vazio { /* background:#E5E5E5; */ }



/* ----- MENU COMUM A PARTIR DAQUI ----- */
/* ------------------------------------- */


/* ----- FAIXA QUE ATRAVESSA A PÁGINA ----- */

@media (min-width:1140px) {

	#anuario header #puc_menu_faixa { /* background:#EEE; */ }
	/* fecha @media (min-width:1140px) */ }


/* ----- LINHAS ACIMA E ABAIXO DA FAIXA ----- */

#anuario header #menu span { background:#CCC; }


/* ----- DESATIVAÇÃO DAS BORDAS GRANDES DOS LINKS NO MENU DESKTOP (ex: CCCI) ----- */

@media (min-width:1140px) {

	#anuario header #menu { margin:1px 10px 0 10px; }
	#anuario header #menu span { top:0; margin-top:-1px; }
	#anuario header #menu a:link, 
	#anuario header #menu a:visited { border-top:0; border-bottom:0; } 
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU DESKTOP - LINKS ----- */

@media (min-width:1140px) {

	/* mouse out */
	#anuario header #menu a:link,  
	#anuario header #menu a:visited { color:#07345B; }

	/* mouse over */
	#anuario header #menu a:hover, 
	#anuario header #menu .puc_menu_link_ativo:link, 
	#anuario header #menu .puc_menu_link_ativo:visited {
		color:#FFF;
		background:#043458;
		border-color:#FFF; } 
		
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU MOBILE - LINKS ----- */

@media (max-width:1139px) {

	/* mouse out */
	#anuario header #menu a:link, 
	#anuario header #menu a:visited {  
		color:#07345B;
		background:#E3E8EE;
		border-color:#7CA2B5; }
		
	/* mouse over */
	#anuario header #menu a:hover, 
	#anuario header #menu .puc_menu_link_ativo:link, 
	#anuario header #menu .puc_menu_link_ativo:visited { 
		color:#FFF;
		background:#043458;
		border-color:#7CA2B5; } 
	
	/* fecha @media (max-width:1139px) */ }


/* ----- MENU MOBILE - BOTÃO "MENU" ----- */

#anuario header button {
	color:#FFF;
	background:#7CA2B5;
	background-image:url(http://www.puc-rio.br/imagens/puc_menu_abrefecha.png);
	background-repeat:no-repeat; }


/* ----- SUBMENU DESKTOP ----- */

@media (min-width:1140px) {

	#anuario header #menu ul { background:#043458; }
	
	#anuario header #menu ul a:link,
	#anuario header #menu ul a:visited { color:#97D3FF; }
	
	#anuario header #menu ul a:hover { color:#0092FF; background:#18496E; }
	
	/* fecha @media (min-width:1140px) */ }


/* ----- SUBMENU MOBILE ----- */

@media (max-width:1139px) {

	#anuario header #menu ul a:link, 
	#anuario header #menu ul a:visited {
		border-bottom:1px solid #467288;
		background:#5B7D96;
		color:#97D3FF; }
	
	#anuario header #menu ul a:hover { background:#5B7D96; color:#0092FF; }

	/* fecha @media (max-width:1139px) */ }





/* ================================================================= MEIO === */
/* ========================================================================== */



/* ----- BORDA AO FINAL DO CONTEÚDO ----- */

#anuario section { /* border-bottom-color:#DDDDDD; */ }





/* ============================================= MEIO >> COLUNA PRINCIPAL === */
/* ========================================================================== */



/* ----- TÍTULOS ----- */

#anuario h1 { /* color:#666666; */ }
#anuario h2 { /* color:#083459; */ }
#anuario h3 { /* color:#6cace1; */ }
#anuario h4 { /* color:#0B5182; */ }
#anuario h5 { /* color:#68a9d7; */ }



/* ----- TEXTO DESTAQUE EM QUADRO ----- */

#anuario section .puc_texto_destaque_em_quadro_centro, 
#anuario section .puc_texto_destaque_em_quadro_esquerda, 
#anuario section .puc_texto_destaque_em_quadro_direita { background:#E3E8EE; color:#07345B; }



/* ----- LINKS (GERAL) ----- */

#anuario a:link,
#anuario a:visited { /* color:#1A73A0; */ }

#anuario a:hover   { /* color:#6cace1; */ }



/* ----- LINK VOLTAR ----- */

#anuario section article button.puc_link_voltar_TAG-BUTTON { /* color:#043458; background:#D4DEE9; */ }

#anuario section article button.puc_link_voltar_TAG-BUTTON:hover { /* color:#FFF; background:#043458; */ }



/* ----- LINK DESTAQUE ----- */

#anuario section article a.puc_link_destaque_TAG-A:link,
#anuario section article a.puc_link_destaque_TAG-A:visited,
#anuario section article a.puc_link_destaque_centralizado_TAG-A:link,
#anuario section article a.puc_link_destaque_centralizado_TAG-A:visited { background:#B4CFE3; color:#043458; }

#anuario section article a.puc_link_destaque_TAG-A:hover,
#anuario section article a.puc_link_destaque_centralizado_TAG-A:hover   { background:#043458; color:#FFFFFF; }



/* ----- LINK DE PAGINAÇÃO ----- */

#anuario section article .puc_link_paginacao_anterior_TAG-A:link,
#anuario section article .puc_link_paginacao_anterior_TAG-A:visited,
#anuario section article .puc_link_paginacao_proximo_TAG-A:link,
#anuario section article .puc_link_paginacao_proximo_TAG-A:visited { color:#1A73A0; }

#anuario section article .puc_link_paginacao_anterior_TAG-A:hover,
#anuario section article .puc_link_paginacao_proximo_TAG-A:hover   { color:#6cace1; }



/* ----- GALERIA DE IMAGENS ----- */

/* thumbnails */

#anuario section article .puc_imagem_galeria a:link, 
#anuario section article .puc_imagem_galeria a:visited { background:#DDDDDD; }
#anuario section article .puc_imagem_galeria a:hover   { background:#EEEEEE; }

/* legenda dos thumbnails */

#anuario section article .puc_imagem_galeria a:link .puc_texto_menor, 
#anuario section article .puc_imagem_galeria a:visited .puc_texto_menor,
#anuario section article .puc_imagem_galeria a figure { 
	color:#666666; }
#anuario section article .puc_imagem_galeria a:hover .puc_texto_menor,
#anuario section article .puc_imagem_galeria a:hover figure { 
	color:#666666; }



/* ----- TABELA ----- */

/* bordas da tabela */

#anuario section article .puc_tabela_padrao_TAG-TABLE, 
#anuario section article .puc_tabela_padrao_TAG-TABLE td { border-color:#CCC; }

/* linhas para tabela */

#anuario section article .puc_tabela_linha_n1_TAG-TR { background:#043458; color:#FFFFFF; }
#anuario section article .puc_tabela_linha_n2_TAG-TR { background:#9DBDD4; color:#043458; }
#anuario section article .puc_tabela_linha_n3_TAG-TR { background:#CDDDE8; color:#043458; }

#anuario section article .puc_tabela_linha_clara_TAG-TR  { background:#F5F5F5; }
#anuario section article .puc_tabela_linha_escura_TAG-TR { background:#E5E5E5; }

#anuario section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(odd)  { background:#F5F5F5; }
#anuario section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(even) { background:#E5E5E5; }



/* ----- LINHA HORIZONTAL ----- */

#anuario hr { /* color:#CCC; */ }



/* ----- LISTAS ----- */

/* bullet */

#anuario ul li::before { /* color:#6cace1; */ }

/* lista destaque */

#anuario section .puc_lista_especial_TAG-UL li::before,
#anuario section .puc_lista_especial_item_unico_TAG-LI::before { /* color:#0B5182; */ }

#anuario section .puc_lista_especial_TAG-UL li,
#anuario section .puc_lista_especial_item_unico_TAG-LI { /* color:#0B5182; */ }



/* ----- FORMULÁRIOS ----- */

/* área do formulário */

#anuario article form { background:#EEE; }

/* campos de preenchimento */

#anuario article form input[type=text],
#anuario article form input[type=password], 
#anuario article form input[type=file],
#anuario article form textarea,
#anuario article form select { background:#FFF; border-color:#CCC; }

/* botão "enviar" */

#anuario article form input[type=submit] { background:#C2C3C8; color:#043458; }
#anuario article form input[type=submit]:hover { background:#043458; color:#FFF; }



/* ----- PLAYER DE ÁUDIO ----- */

#anuario section div.puc_player_audio_TAG-DIV { background:#B4CFE3; }

#anuario section div.puc_player_audio_TAG-DIV:hover { background:#81BFE7; }



/* ----- LINKS REDES SOCIAIS ----- */

#anuario div.puc_links_redes_sociais_TAG-DIV a img { width:40px; height:40px; }





/* =============================================== MEIO >> COLUNA LATERAL === */
/* ========================================================================== */



/* ----- TÍTULO ----- */

#anuario section aside .puc_texto_coluna-lateral_titulo { /* color:#6cace1; */ }



/* ----- BANNER DE TEXTO ----- */

#anuario section aside p.puc_texto_coluna-lateral_banner_TAG-P { /* background:#E3E8EE; */ }



/* ----- BANNER DE LINK ----- */

#anuario section aside p.puc_texto_coluna-lateral_banner_TAG-P a:link, 
#anuario section aside p.puc_texto_coluna-lateral_banner_TAG-P a:visited { color:#043458; background:#B4CFE3; }

#anuario section aside p.puc_texto_coluna-lateral_banner_TAG-P a:hover   { background:#9CC0DB; }





/* ========================================================================== ESTILOS ESPECÍFICOS === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */



/* ----- AQUI ENTRA OS ESTILOS ESPECÍFICOS PARA O DEPTO/UNID -----
Para sobressair qualquer estilo já existente usar o ID do depto/unid (localizado no body)
antes do nome da classe/id OU o termo "!important" */

#anuario .anuario_principal {
		display:flex;
	    		align-items:stretch;
		justify-content:space-between;}
#anuario .anuario_principal div:first-child{margin-right: 10px}
#anuario .anuario_principal div:last-child{margin-left: 10px}

#anuario .anuario_principal div h4{margin-bottom: 23px}

@media (max-width:749px) {
	
	#anuario .anuario_principal {
		display:block;}
#anuario .anuario_principal div:first-child{margin-right: 0; display: block; width: 100%}
#anuario .anuario_principal div:last-child{margin-left: 0; display: block; width: 100%}
	#anuario .anuario_principal div img{max-height: none !important}
	
}



@media (max-width:749px) {

	.puc_layout_coluna_3cols_interno {
		display:block !important; } 
	
	}


.grow { 
	transition: all .2s ease-in-out;  }

	.grow:hover {
        transform: scale(1.1); }
	
.color {
	filter: grayscale(0%);
	filter: gray;
	filter: none;
	transition: .7s ease; }

	.color:hover {
		filter: grayscale(100%);
		transition: all .7s ease; }	
	  


