@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 ----- */

#sic header h1 { /* color:#666666; */ }



/* ----- CAMINHO / BREADCRUMB ----- */

#sic header nav a:link,
#sic header nav a:visited { /* color:#AAA; */ }

#sic header nav a:hover { /* color:#555; */ }





/* ================================================================= MENU === */
/* ========================================================================== */



/* ----- MENU VAZIO (LINHA) ----- */

#sic header #puc_menu_vazio { /* background:#E5E5E5; */ }



/* ----- MENU COMUM A PARTIR DAQUI ----- */
/* ------------------------------------- */


/* ----- FAIXA QUE ATRAVESSA A PÁGINA ----- */

@media (min-width:1140px) {

	#sic header #puc_menu_faixa {
	/* background:#9b9583; */
	border-top:1px solid #9b9583;
	border-bottom:1px solid #9b9583; }
	/* fecha @media (min-width:1140px) */ }


/* ----- LINHAS ACIMA E ABAIXO DA FAIXA ----- */

#sic header #menu span { background:#9b958300; }


/* ----- DESATIVAÇÃO DAS BORDAS GRANDES DOS LINKS NO MENU DESKTOP (ex: CCCI) ----- */

@media (min-width:1140px) {

	#sic header #menu { margin:1px 10px 0 10px; }
	#sic header #menu span { top:0; margin-top:-1px; }
	#sic header #menu a:link, 
	#sic header #menu a:visited { border-top:0; border-bottom:0; } 
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU DESKTOP - LINKS ----- */

@media (min-width:1140px) {

	/* mouse out */
	#sic header #menu a:link,  
	#sic header #menu a:visited,
	#sic header #menu .puc_menu_submenu_linkmestre {
		border-bottom:4px solid rgba(255,181,47,0); }

	/* mouse over */
	#sic header #menu a:hover,
	#sic header #menu .puc_menu_submenu_linkmestre:hover,
	#sic header #menu .puc_menu_submenu_conjunto:hover .puc_menu_submenu_linkmestre {
		/* color:#FFF; */
		border-bottom:4px solid rgba(255,181,47,1); } 
		
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU MOBILE - LINKS ----- */

@media (max-width:1139px) {

	/* mouse out */
	#sic header #menu a:link, 
	#sic header #menu a:visited, 
	#sic header #menu .puc_menu_submenu_linkmestre {  
		color:#000000;
		background:#FFFFFF;
		border-color:#9b9583; }
		
	/* mouse over */
	#sic header #menu a:hover, 
	#sic header #menu .puc_menu_submenu_linkmestre:hover,
	#sic header #menu .puc_menu_submenu_conjunto:hover .puc_menu_submenu_linkmestre { 
		color:#000000 !important;
		background:#FFFFFF !important;
		/* border-color:#00a800 !important; */ } 
	
	/* fecha @media (max-width:1139px) */ }


/* ----- MENU MOBILE - BOTÃO "MENU" ----- */

#sic header button {
	/*color:#FFF;
	background:#7CA2B5;
	background-image:url(https://www.puc-rio.br/imagens/puc_menu_abrefecha.png);
	background-repeat:no-repeat;*/
	color:#000;
  	background: #F5F5F0;
  	background-image: url(https://www.puc-rio.br/imagens/puc_icone_sanduiche_preto.svg);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position-x: 20px;
    background-position-y: center;
    border-bottom: 1px solid #9b9583;
  	border-top: 1px solid #9b9583; }

@media (max-width: 1139px) {
  body header button::before, .menu_button_mobile::before {
	  margin-right: 50px !important;}}


/* ----- SUBMENU DESKTOP ----- */

@media (min-width:1140px) {
	
	#sic header #menu .puc_menu_submenu_links a:link,
	#sic header #menu .puc_menu_submenu_links a:visited { 
		background:#043458; 
		color:#97D3FF; }
	
	#sic header #menu .puc_menu_submenu_links a:hover { 
		color:#0092FF; 
		background:#18496E; }
	
	/* fecha @media (min-width:1140px) */ }


/* ----- SUBMENU MOBILE ----- */

@media (max-width:1139px) {

	#sic header #menu .puc_menu_submenu_links a:link, 
	#sic header #menu .puc_menu_submenu_links a:visited {
		border-bottom:1px solid #9b9583;
		background:#F5F5F0;
		color:#000000; }
	
	#sic header #menu .puc_menu_submenu_links a:hover { 
		background:#00a800; 
		color:#000000; }

	/* fecha @media (max-width:1139px) */ }
		




/* ================================================================= MEIO === */
/* ========================================================================== */



/* ----- BORDA AO FINAL DO CONTEÚDO ----- */

#sic section { /* border-bottom-color:#DDDDDD; */ }





/* ============================================= MEIO >> COLUNA PRINCIPAL === */
/* ========================================================================== */



/* ----- TÍTULOS ----- */

#sic h1 { /* color:#666666; */ }
#sic h2 { /* color:#083459; text-align: center; margin: 60px auto; */ }
#sic h3 { /* color:#09AEFF; */ }
#sic h4 { /* color:#0B5182; */ }
#sic h5 { /* color:#68a9d7; */ }



/* ----- TEXTO DESTAQUE EM QUADRO ----- */

#sic section .puc_texto_destaque_em_quadro_centro, 
#sic section .puc_texto_destaque_em_quadro_esquerda, 
#sic section .puc_texto_destaque_em_quadro_direita { /* background:#FFFFFF; color:#000000; */ }



/* ----- LINKS (GERAL) ----- */

#sic a:link,
#sic a:visited { /* color:#000000; */ }

#sic a:hover   { /* color:#000000; */ }



/* ----- LINK VOLTAR ----- */

#sic section article button.puc_link_voltar_TAG-BUTTON { /* color:#043458; background:#D4DEE9; */ }

#sic section article button.puc_link_voltar_TAG-BUTTON:hover { /* color:#FFF; background:#043458; */ }



/* ----- LINK DESTAQUE ----- */

#sic a.puc_link_destaque_TAG-A:link,
#sic a.puc_link_destaque_TAG-A:visited,
#sic a.puc_link_destaque_centralizado_TAG-A:link,
#sic a.puc_link_destaque_centralizado_TAG-A:visited { background:#000000; color:#f5f5f0; }

#sic a.puc_link_destaque_TAG-A:hover,
#sic a.puc_link_destaque_centralizado_TAG-A:hover   { background:#FFFFFF; color:#000000; }



/* ----- LINK DE PAGINAÇÃO ----- */

#sic section article .puc_link_paginacao_anterior_TAG-A:link,
#sic section article .puc_link_paginacao_anterior_TAG-A:visited,
#sic section article .puc_link_paginacao_proximo_TAG-A:link,
#sic section article .puc_link_paginacao_proximo_TAG-A:visited { /* color:#1A73A0; */ }

#sic section article .puc_link_paginacao_anterior_TAG-A:hover,
#sic section article .puc_link_paginacao_proximo_TAG-A:hover   { /* color:#09AEFF; */ }



/* ----- GALERIA DE IMAGENS ----- */

/* thumbnails */

#sic section article .puc_imagem_galeria a:link, 
#sic section article .puc_imagem_galeria a:visited { background:rgba(0,0,0,0.08); }
#sic section article .puc_imagem_galeria a:hover   { background:rgba(0,0,0,0.04); }

/* legenda dos thumbnails */

#sic section article .puc_imagem_galeria a:link .puc_texto_menor, 
#sic section article .puc_imagem_galeria a:visited .puc_texto_menor,
#sic section article .puc_imagem_galeria a figure { 
	color:#000000; }
#sic section article .puc_imagem_galeria a:hover .puc_texto_menor,
#sic section article .puc_imagem_galeria a:hover figure { 
	color:#000000; }



/* ----- TABELA ----- */

/* bordas da tabela */

#sic section article .puc_tabela_padrao_TAG-TABLE, 
#sic section article .puc_tabela_padrao_TAG-TABLE td { border-color:rgba(0,0,0,0.15); }

/* linhas para tabela */

#sic section article .puc_tabela_linha_n1_TAG-TR { background:#000000; color:#FFFFFF; }
#sic section article .puc_tabela_linha_n2_TAG-TR { background:rgba(0,0,0,0.4); color:#FFFFFF; }
#sic section article .puc_tabela_linha_n3_TAG-TR { background:#FFFFFF; color:#000000; }

#sic section article .puc_tabela_linha_clara_TAG-TR  { background:rgba(0,0,0,0.04); }
#sic section article .puc_tabela_linha_escura_TAG-TR { background:rgba(0,0,0,0.08); }

#sic section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(odd)  { background:rgba(0,0,0,0.08); }
#sic section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(even) { background:rgba(0,0,0,0.02); }



/* ----- LINHA HORIZONTAL ----- */

#sic hr { /* color:rgba(0,0,0,0.15); */ }



/* ----- LISTAS ----- */

/* bullet */

#sic ul li::before { /* color:#09AEFF; */ }

/* lista destaque */

#sic section .puc_lista_especial_TAG-UL li::before,
#sic section .puc_lista_especial_item_unico_TAG-LI::before { /* color:#0B5182; */ }

#sic section .puc_lista_especial_TAG-UL li,
#sic section .puc_lista_especial_item_unico_TAG-LI { /* color:#0B5182; */ }



/* ----- FORMULÁRIOS ----- */

/* área do formulário */

#sic article form { background:rgba(0,0,0,0.04); }

/* campos de preenchimento */

#sic article form input[type=text],
#sic article form input[type=password], 
#sic article form input[type=file],
#sic article form textarea,
#sic article form select { background:#FFF; border-color:rgba(0,0,0,0.15); }

/* botão "enviar" */

#sic article form input[type=submit] { background:#000000; color:#FFFFFF; }
#sic article form input[type=submit]:hover { background:rgba(0,0,0,0.8); color:#FFFFFF; }



/* ----- PLAYER DE ÁUDIO ----- */

#sic section div.puc_player_audio_TAG-DIV { /* background:#B4CFE3; */ }

#sic section div.puc_player_audio_TAG-DIV:hover { /* background:#81BFE7; */ }



/* ----- LINKS REDES SOCIAIS ----- */

#sic div.puc_links_redes_sociais_TAG-DIV a img { width:40px; height:40px; }





/* =============================================== MEIO >> COLUNA LATERAL === */
/* ========================================================================== */



/* ----- TÍTULO ----- */

#sic section aside .puc_texto_coluna-lateral_titulo { /* color:#09AEFF; */ }



/* ----- BANNER DE TEXTO ----- */

#sic section aside p.puc_texto_coluna-lateral_banner_TAG-P { background:rgba(0,0,0,0.04); }



/* ----- BANNER DE LINK ----- */

#sic section aside p.puc_texto_coluna-lateral_banner_TAG-P a:link, 
#sic section aside p.puc_texto_coluna-lateral_banner_TAG-P a:visited { color:#000000; background:rgba(0,0,0,0.04); }

#sic section aside p.puc_texto_coluna-lateral_banner_TAG-P a:hover   { background:#000000; color:#FFFFFF; }





/* ========================================================================== 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" */





/* ======================================================================================= */
/* ============================= SITE MODELO BANDING ===================================== */
/* ======================================================================================= */



.ttl-inicial{
	text-align:center;
	margin: 50px auto; }


.texto-inicial-2c,
.texto-inicial-2c_peq {
	column-count: 2;
	column-gap: 40px;
	margin-bottom: 64px;
	font-weight: 400;
	line-height: 30px; }
	
	.texto-inicial-2c { font-size: 1.2em; }
	.texto-inicial-2c_peq { font-size: 1em; }

	@media (max-width:680px) {
	.texto-inicial-2c,
	.texto-inicial-2c_peq { column-count:1; } }


.voltar-ao-topo{
	margin:90px 0; }

	.voltar-ao-topo .material-symbols-outlined {
		transform:rotate(180deg);
		font-size: 1.2em;
		vertical-align: middle;
		font-weight: 500; }

	.voltar-ao-topo a:link,
	.voltar-ao-topo a:visited {
		color: #4646FF !important;
		font-size: 24px;
		font-weight: 400;
		font-family: "Rethink Sans", sans-serif; }



/* ======================================================================================= */
/* ============================= SITE MODELO BANDING ===================================== */
/* ======================================================================================= */

































.index #sic_link_index:link,
.index #sic_link_index:visited,
.index #sic_link_index:hover {
	display:none;
	visibility:hidden;
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden; }


	
#sic_intro_ilustrativa {
	position:relative;
	overflow:hidden;
	max-width:1100px;
	width:calc(100vw - 37px);
	max-height:485px;
	height:40vw;
	background:#111111; }

	#sic_intro_img1,
	#sic_intro_img2 {
		position:absolute; }
	
		#sic_intro_img1 {
			z-index:1;
			max-width:none;
			outline:4px dashed #0D2DE5;
			opacity:0;
			animation-name:animg1;
			animation-duration:150s;
			animation-delay:18s;
			animation-timing-function:linear;
			animation-iteration-count:infinite; }

		#sic_intro_img2 {
			z-index:2;
			width:100%;
			transform-origin:center;
			transform:scale(3);
			opacity:0;
			animation-name:animg2;
			animation-duration:20s;
			animation-timing-function:ease-out; }

	@keyframes animg2 {
	0%   { transform:scale(5); opacity:0; }
	15%  { opacity:1; }
	85%  { transform:scale(1); opacity:1; }
	95%  { transform:scale(1); opacity:1; }
	100% { transform:scale(3); opacity:0; } }
	
	@keyframes animg1 {
	0%   { top:-1965px; left:0; opacity:1; }
	100% { top:0; left:-4453px; opacity:1; } }









#sic_links_realizacao-apoio {
	text-align:left;
	margin-top:35px;
	font-weight:bold;
	display:flex;
	align-items:flex-end;
	justify-content:center; }
	
	#sic_links_realizacao-apoio a:link,
	#sic_links_realizacao-apoio a:visited,
	#sic_links_realizacao-apoio a:hover {
		display:inline-block;
		color:#555555; }
	
	#sic_links_realizacao-apoio .link1 { width:96px; flex-shrink:0; }
	#sic_links_realizacao-apoio .link2 { width:234px; margin-right:30px; }
	#sic_links_realizacao-apoio .link3 { width:254px; }
	
	#sic_links_realizacao-apoio_inner1 { margin:0 0 0 40px; }
	#sic_links_realizacao-apoio_inner2 { margin-top:10px; }

	@media (max-width:720px) {
	#sic_links_realizacao-apoio { display:block; text-align:center; }
	#sic_links_realizacao-apoio_inner1 { margin:30px 0 0 0; }
	#sic_links_realizacao-apoio_inner2 { margin-top:0; }
	#sic_links_realizacao-apoio .link2,
	#sic_links_realizacao-apoio .link3 { margin-top:10px; } }



#sic_link_relatorio p { margin:25px 0 25px 0; }

#sic_link_relatorio a:link, #sic_link_relatorio a:visited {
	display:block;
	padding:10px 15px 12px 15px;
	transition:0.3s all;
	background:#FFFFFF;
	text-decoration:none; }

	#sic_link_relatorio a:hover,
	#sic_link_relatorio a:focus {
		background:#FFB52F;
		color:#000000;
		text-decoration:none;
		border-radius:3px; }

	#sic_link_relatorio strong {
		font-size:1.2em;
		font-weight:600;
		color:#000000;
		line-height:1.6em; }



.ttl_indice_relat-resum {
	background:#FFB52F;
	padding:6px 12px 4px 12px;
	margin:30px 0 0 0;
	border-radius:3px; }

.lista_relres { margin-left:13px !important; }


._verificar { color:#0000FF; font-weight:bold; }


