@charset "utf-8";
/* CSS Document */



/* ======================================================================================= FONTES === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */



/* FONTES PUC

'Roboto'
Opções de font-weight: 100 / 300 / 400 / 500 / 700 / 900

'Roboto Condensed'
Opções de font-weight: 300 / 400 / 700 */





/* ========================================================================== 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 ----- */

#ceic header h1 { color:#666666; }



/* ----- CAMINHO / BREADCRUMB ----- */

#ceic header nav a:link,
#ceic header nav a:visited { color:#AAA; }

#ceic header nav a:hover { color:#555; }





/* ================================================================= MENU === */
/* ========================================================================== */



/* ----- MENU VAZIO (LINHA) ----- */

#ceic header #puc_menu_vazio { background:#E5E5E5; }



/* ----- MENU COMUM A PARTIR DAQUI ----- */
/* ------------------------------------- */


/* ----- FAIXA QUE ATRAVESSA A PÁGINA ----- */

@media (min-width:1140px) {

	#ceic header #puc_menu_faixa { background:#EEE; }
	/* fecha @media (min-width:1140px) */ }


/* ----- LINHAS ACIMA E ABAIXO DA FAIXA ----- */

#ceic header #menu span { background:#CCC; }


/* ----- DESATIVAÇÃO DAS BORDAS GRANDES DOS LINKS NO MENU DESKTOP (ex: CCCI) ----- */

@media (min-width:1140px) {

	#ceic header #menu { margin:1px 10px 0 10px; }
	#ceic header #menu span { top:0; margin-top:-1px; }
	#ceic header #menu a:link, 
	#ceic header #menu a:visited { border-top:0; border-bottom:0; } 
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU DESKTOP - LINKS ----- */

@media (min-width:1140px) {

	/* mouse out */
	#ceic header #menu a:link,  
	#ceic header #menu a:visited { color:#07345B; }

	/* mouse over */
	#ceic header #menu a:hover, 
	#ceic header #menu .puc_menu_link_ativo:link, 
	#ceic 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 */
	#ceic header #menu a:link, 
	#ceic header #menu a:visited {  
		color:#07345B;
		background:#E3E8EE;
		border-color:#7CA2B5; }
		
	/* mouse over */
	#ceic header #menu a:hover, 
	#ceic header #menu .puc_menu_link_ativo:link, 
	#ceic header #menu .puc_menu_link_ativo:visited { 
		color:#FFF;
		background:#043458;
		border-color:#7CA2B5; } 
	
	/* fecha @media (max-width:1139px) */ }


/* ----- MENU MOBILE - BOTÃO "MENU" ----- */

#ceic 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) {

	#ceic header #menu ul { background:#043458; }
	
	#ceic header #menu ul a:link,
	#ceic header #menu ul a:visited { color:#97D3FF; }
	
	#ceic header #menu ul a:hover { color:#0092FF; background:#18496E; }
	
	/* fecha @media (min-width:1140px) */ }


/* ----- SUBMENU MOBILE ----- */

@media (max-width:1139px) {

	#ceic header #menu ul a:link, 
	#ceic header #menu ul a:visited {
		border-bottom:1px solid #467288;
		background:#5B7D96;
		color:#97D3FF; }
	
	#ceic header #menu ul a:hover { background:#5B7D96; color:#0092FF; }

	/* fecha @media (max-width:1139px) */ }





/* ================================================================= MEIO === */
/* ========================================================================== */



/* ----- BORDA AO FINAL DO CONTEÚDO ----- */

#ceic section { border-bottom-color:#DDDDDD; }





/* ============================================= MEIO >> COLUNA PRINceicL === */
/* ========================================================================== */



/* ----- TÍTULOS ----- */

#ceic h1 { color:#333333; }
#ceic h2 { color:#848d95; }
#ceic h3 { color:#0089c0; }
#ceic h4 { color:#0B5182; }
#ceic h5 { color:#68a9d7; }



/* ----- TEXTO DESTAQUE EM QUADRO ----- */

#ceic section .puc_texto_destaque_em_quadro_centro, 
#ceic section .puc_texto_destaque_em_quadro_esquerda, 
#ceic section .puc_texto_destaque_em_quadro_direita { background:#f4f2f2; color:#303133; }



/* ----- LINKS (GERAL) ----- */

#ceic a:link,
#ceic a:visited { color:#1A73A0; }

#ceic a:hover   { color:#6cace1; }



/* ----- LINK VOLTAR ----- */

#ceic section article button.puc_link_voltar_TAG-BUTTON { color:#FFF; background:#0CB4CE; outline: 2px solid #0CB4CE; outline-offset: -2px;}

#ceic section article button.puc_link_voltar_TAG-BUTTON:hover { color:#0CB4CE; background:#FFF;}



/* ----- LINK DESTAQUE ----- */

#ceic section article a.puc_link_destaque_TAG-A:link,
#ceic section article a.puc_link_destaque_TAG-A:visited,
#ceic section article a.puc_link_destaque_centralizado_TAG-A:link,
#ceic section article a.puc_link_destaque_centralizado_TAG-A:visited { background:#B4CFE3; color:#043458; }

#ceic section article a.puc_link_destaque_TAG-A:hover,
#ceic section article a.puc_link_destaque_centralizado_TAG-A:hover   { background:#043458; color:#FFFFFF; }



/* ----- LINK DE PAGINAÇÃO ----- */

#ceic section article .puc_link_paginacao_anterior_TAG-A:link,
#ceic section article .puc_link_paginacao_anterior_TAG-A:visited,
#ceic section article .puc_link_paginacao_proximo_TAG-A:link,
#ceic section article .puc_link_paginacao_proximo_TAG-A:visited { color:#1A73A0; }

#ceic section article .puc_link_paginacao_anterior_TAG-A:hover,
#ceic section article .puc_link_paginacao_proximo_TAG-A:hover   { color:#6cace1; }



/* ----- GALERIA DE IMAGENS ----- */

/* thumbnails */

#ceic section article .puc_imagem_galeria a:link, 
#ceic section article .puc_imagem_galeria a:visited { background:#DDDDDD; }
#ceic section article .puc_imagem_galeria a:hover   { background:#EEEEEE; }

/* legenda dos thumbnails */

#ceic section article .puc_imagem_galeria a:link .puc_texto_menor, 
#ceic section article .puc_imagem_galeria a:visited .puc_texto_menor,
#ceic section article .puc_imagem_galeria a figure { 
	color:#666666; }
#ceic section article .puc_imagem_galeria a:hover .puc_texto_menor,
#ceic section article .puc_imagem_galeria a:hover figure { 
	color:#666666; }



/* ----- TABELA ----- */

/* bordas da tabela */

#ceic section article .puc_tabela_padrao_TAG-TABLE, 
#ceic section article .puc_tabela_padrao_TAG-TABLE td { border-color:#CCC; }

/* linhas para tabela */

#ceic section article .puc_tabela_linha_n1_TAG-TR { background:#043458; color:#FFFFFF; }
#ceic section article .puc_tabela_linha_n2_TAG-TR { background:#9DBDD4; color:#043458; }
#ceic section article .puc_tabela_linha_n3_TAG-TR { background:#CDDDE8; color:#043458; }

#ceic section article .puc_tabela_linha_clara_TAG-TR  { background:#F5F5F5; }
#ceic section article .puc_tabela_linha_escura_TAG-TR { background:#E5E5E5; }

#ceic section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(odd)  { background:#F5F5F5; }
#ceic section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(even) { background:#E5E5E5; }



/* ----- LINHA HORIZONTAL ----- */

#ceic hr { color:#CCC; }



/* ----- LISTAS ----- */

/* bullet */

#ceic ul li::before { color:#6cace1; }

/* lista destaque */

#ceic section .puc_lista_especial_TAG-UL li::before,
#ceic section .puc_lista_especial_item_unico_TAG-LI::before { color:#0B5182; }

#ceic section .puc_lista_especial_TAG-UL li,
#ceic section .puc_lista_especial_item_unico_TAG-LI { color:#0B5182; }



/* ----- FORMULÁRIOS ----- */

/* área do formulário */

#ceic article form { background:#EEE; }

/* campos de preenchimento */

#ceic article form input[type=text],
#ceic article form input[type=password], 
#ceic article form input[type=file],
#ceic article form textarea,
#ceic article form select { background:#FFF; border-color:#CCC; }

/* botão "enviar" */

#ceic article form input[type=submit] { background:#C2C3C8; color:#043458; }
#ceic article form input[type=submit]:hover { background:#043458; color:#FFF; }



/* ----- PLAYER DE ÁUDIO ----- */

#ceic section div.puc_player_audio_TAG-DIV { background:#B4CFE3; }

#ceic section div.puc_player_audio_TAG-DIV:hover { background:#81BFE7; }



/* ----- LINKS REDES SOCIAIS ----- */

#ceic div.puc_links_redes_sociais_TAG-DIV a img { width:40px; height:40px; }





/* =============================================== MEIO >> COLUNA LATERAL === */
/* ========================================================================== */



/* ----- TÍTULO ----- */

#ceic section aside .puc_texto_coluna-lateral_titulo { color:#0089c0; }



/* ----- BANNER DE TEXTO ----- */

#ceic section aside p.puc_texto_coluna-lateral_banner_TAG-P { background:#E3E8EE; }



/* ----- BANNER DE LINK ----- */

#ceic section aside p.puc_texto_coluna-lateral_banner_TAG-P a:link, 
#ceic section aside p.puc_texto_coluna-lateral_banner_TAG-P a:visited { color:#043458; background:#B4CFE3; }

#ceic section aside p.puc_texto_coluna-lateral_banner_TAG-P a:hover   { background:#9CC0DB; }




#ceic h1.border,
#ceic h2.border,
#ceic h3.border,
#ceic h4.border,
#ceic h5.border { border-bottom: 1px dotted #999; }

/* ----- BOX ----- */

#ceic .caixa {
    background: #EEEEEE;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    /* margin-bottom: 30px; */
}

#ceic .caixa h5,
#ceic .caixa h4,
#ceic .caixa h3,
#ceic .caixa h2,
#ceic .caixa h1{
    margin: 1px 0 0 0;
}

/*---------- menu topo ----------*/
		
		#ceic #depto_link {
			display:flex;
	        justify-content:center;
	        flex-wrap: nowrap;
	        margin:0 -10px 0 -10px; }
	    
		@media (max-width:1043px) {
			#ceic #depto_link {flex-wrap: wrap}
		}
	
	    #ceic #depto_link a:link,
	    #ceic #depto_link a:visited {
			display:flex;
		    align-items:center;
		    justify-content:center;
		    flex-grow:1;
		    margin:0 10px 20px 10px;
		    padding:10px;
		    max-width:150px;
		    font-weight:bold;
		    text-align:center;
		    background:#363e49;
		    color:#FFF;
		    box-shadow:0px 0px 0px rgba(0,0,0,0);
		    box-sizing:border-box;
		    transition:background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s; 
		}
	
		#ceic #depto_link a:hover {
			background:#657387 /* #CDCEE8 */;
			color:#FFFFFF;
			text-decoration:none;
			transform:scale(1.2);
			box-shadow:0px 0px 15px rgba(0,0,0,0.2); 
		}
		
		


