@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 ----- */

#VestGeral header h1 { /* color:#666666; */ }



/* ----- CAMINHO / BREADCRUMB ----- */

#VestGeral header nav a:link,
#VestGeral header nav a:visited { /* color:#AAA; */ }

#VestGeral header nav a:hover { /* color:#555; */ }





/* ================================================================= MENU === */
/* ========================================================================== */



/* ----- MENU VAZIO (LINHA) ----- */

#VestGeral header #puc_menu_vazio { /* background:#E5E5E5; */ }



/* ----- MENU COMUM A PARTIR DAQUI ----- */
/* ------------------------------------- */


/* ----- FAIXA QUE ATRAVESSA A PÁGINA ----- */

@media (min-width:1140px) {

	#VestGeral 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 ----- */

#VestGeral header #menu span { background:#9b958300; }


/* ----- DESATIVAÇÃO DAS BORDAS GRANDES DOS LINKS NO MENU DESKTOP (ex: CCCI) ----- */

@media (min-width:1140px) {

	#VestGeral header #menu { margin:1px 10px 0 10px; }
	#VestGeral header #menu span { top:0; margin-top:-1px; }
	#VestGeral header #menu a:link, 
	#VestGeral header #menu a:visited { border-top:0; border-bottom:0; } 
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU DESKTOP - LINKS ----- */

@media (min-width:1140px) {

	/* mouse out */
	#VestGeral header #menu a:link,  
	#VestGeral header #menu a:visited,
	#VestGeral header #menu .puc_menu_submenu_linkmestre {
		border-bottom:4px solid rgba(106,231,0,0); }

	/* mouse over */
	#VestGeral header #menu a:hover,
	#VestGeral header #menu .puc_menu_submenu_linkmestre:hover,
	#VestGeral header #menu .puc_menu_submenu_conjunto:hover .puc_menu_submenu_linkmestre {
		/* color:#FFF; */
		border-bottom:4px solid rgba(106,231,0,1); } 
		
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU MOBILE - LINKS ----- */

@media (max-width:1139px) {

	/* mouse out */
	#VestGeral header #menu a:link, 
	#VestGeral header #menu a:visited, 
	#VestGeral header #menu .puc_menu_submenu_linkmestre {  
		color:#000000;
		background:#FFFFFF;
		border-color:#9b9583; }
		
	/* mouse over */
	#VestGeral header #menu a:hover, 
	#VestGeral header #menu .puc_menu_submenu_linkmestre:hover,
	#VestGeral 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" ----- */

#VestGeral 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) {
	
	#VestGeral header #menu .puc_menu_submenu_links a:link,
	#VestGeral header #menu .puc_menu_submenu_links a:visited { 
		background:#043458; 
		color:#97D3FF; }
	
	#VestGeral header #menu .puc_menu_submenu_links a:hover { 
		color:#0092FF; 
		background:#18496E; }
	
	/* fecha @media (min-width:1140px) */ }


/* ----- SUBMENU MOBILE ----- */

@media (max-width:1139px) {

	#VestGeral header #menu .puc_menu_submenu_links a:link, 
	#VestGeral header #menu .puc_menu_submenu_links a:visited {
		border-bottom:1px solid #9b9583;
		background:#F5F5F0;
		color:#000000; }
	
	#VestGeral header #menu .puc_menu_submenu_links a:hover { 
		background:#00a800; 
		color:#000000; }

	/* fecha @media (max-width:1139px) */ }
		




/* ================================================================= MEIO === */
/* ========================================================================== */



/* ----- BORDA AO FINAL DO CONTEÚDO ----- */

#VestGeral section { /* border-bottom-color:#DDDDDD; */ }





/* ============================================= MEIO >> COLUNA PRINCIPAL === */
/* ========================================================================== */



/* ----- TÍTULOS ----- */

#VestGeral h1 { /* color:#666666; */ }
#VestGeral h2 { /* color:#083459; text-align: center; margin: 60px auto; */ }
#VestGeral h3 { /* color:#09AEFF; */ }
#VestGeral h4 { /* color:#0B5182; */ }
#VestGeral h5 { /* color:#68a9d7; */ }



/* ----- TEXTO DESTAQUE EM QUADRO ----- */

#VestGeral section .puc_texto_destaque_em_quadro_centro, 
#VestGeral section .puc_texto_destaque_em_quadro_esquerda, 
#VestGeral section .puc_texto_destaque_em_quadro_direita { /* background:#FFFFFF; color:#000000; */ }



/* ----- LINKS (GERAL) ----- */

#VestGeral a:link,
#VestGeral a:visited { /* color:#000000; */ }

#VestGeral a:hover   { /* color:#000000; */ }



/* ----- LINK VOLTAR ----- */

#VestGeral section article button.puc_link_voltar_TAG-BUTTON { /* color:#043458; background:#D4DEE9; */ }

#VestGeral section article button.puc_link_voltar_TAG-BUTTON:hover { /* color:#FFF; background:#043458; */ }



/* ----- LINK DESTAQUE ----- */

#VestGeral a.puc_link_destaque_TAG-A:link,
#VestGeral a.puc_link_destaque_TAG-A:visited,
#VestGeral a.puc_link_destaque_centralizado_TAG-A:link,
#VestGeral a.puc_link_destaque_centralizado_TAG-A:visited { background:#000000; color:#f5f5f0; }

#VestGeral a.puc_link_destaque_TAG-A:hover,
#VestGeral a.puc_link_destaque_centralizado_TAG-A:hover   { background:#FFFFFF; color:#000000; }



/* ----- LINK DE PAGINAÇÃO ----- */

#VestGeral section article .puc_link_paginacao_anterior_TAG-A:link,
#VestGeral section article .puc_link_paginacao_anterior_TAG-A:visited,
#VestGeral section article .puc_link_paginacao_proximo_TAG-A:link,
#VestGeral section article .puc_link_paginacao_proximo_TAG-A:visited { /* color:#1A73A0; */ }

#VestGeral section article .puc_link_paginacao_anterior_TAG-A:hover,
#VestGeral section article .puc_link_paginacao_proximo_TAG-A:hover   { /* color:#09AEFF; */ }



/* ----- GALERIA DE IMAGENS ----- */

/* thumbnails */

#VestGeral section article .puc_imagem_galeria a:link, 
#VestGeral section article .puc_imagem_galeria a:visited { background:rgba(0,0,0,0.08); }
#VestGeral section article .puc_imagem_galeria a:hover   { background:rgba(0,0,0,0.04); }

/* legenda dos thumbnails */

#VestGeral section article .puc_imagem_galeria a:link .puc_texto_menor, 
#VestGeral section article .puc_imagem_galeria a:visited .puc_texto_menor,
#VestGeral section article .puc_imagem_galeria a figure { 
	color:#000000; }
#VestGeral section article .puc_imagem_galeria a:hover .puc_texto_menor,
#VestGeral section article .puc_imagem_galeria a:hover figure { 
	color:#000000; }



/* ----- TABELA ----- */

/* bordas da tabela */

#VestGeral section article .puc_tabela_padrao_TAG-TABLE, 
#VestGeral section article .puc_tabela_padrao_TAG-TABLE td { border-color:rgba(0,0,0,0.15); }

/* linhas para tabela */

#VestGeral section article .puc_tabela_linha_n1_TAG-TR { background:#000000; color:#FFFFFF; }
#VestGeral section article .puc_tabela_linha_n2_TAG-TR { background:rgba(0,0,0,0.4); color:#FFFFFF; }
#VestGeral section article .puc_tabela_linha_n3_TAG-TR { background:#FFFFFF; color:#000000; }

#VestGeral section article .puc_tabela_linha_clara_TAG-TR  { background:rgba(0,0,0,0.04); }
#VestGeral section article .puc_tabela_linha_escura_TAG-TR { background:rgba(0,0,0,0.08); }

#VestGeral section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(odd)  { background:rgba(0,0,0,0.08); }
#VestGeral section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(even) { background:rgba(0,0,0,0.02); }



/* ----- LINHA HORIZONTAL ----- */

#VestGeral hr { /* color:rgba(0,0,0,0.15); */ }



/* ----- LISTAS ----- */

/* bullet */

#VestGeral ul li::before { /* color:#09AEFF; */ }

/* lista destaque */

#VestGeral section .puc_lista_especial_TAG-UL li::before,
#VestGeral section .puc_lista_especial_item_unico_TAG-LI::before { /* color:#0B5182; */ }

#VestGeral section .puc_lista_especial_TAG-UL li,
#VestGeral section .puc_lista_especial_item_unico_TAG-LI { /* color:#0B5182; */ }



/* ----- FORMULÁRIOS ----- */

/* área do formulário */

#VestGeral article form { background:rgba(0,0,0,0.04); }

/* campos de preenchimento */

#VestGeral article form input[type=text],
#VestGeral article form input[type=password], 
#VestGeral article form input[type=file],
#VestGeral article form textarea,
#VestGeral article form select { background:#FFF; border-color:rgba(0,0,0,0.15); }

/* botão "enviar" */

#VestGeral article form input[type=submit] { background:#000000; color:#FFFFFF; }
#VestGeral article form input[type=submit]:hover { background:rgba(0,0,0,0.8); color:#FFFFFF; }



/* ----- PLAYER DE ÁUDIO ----- */

#VestGeral section div.puc_player_audio_TAG-DIV { /* background:#B4CFE3; */ }

#VestGeral section div.puc_player_audio_TAG-DIV:hover { /* background:#81BFE7; */ }



/* ----- LINKS REDES SOCIAIS ----- */

#VestGeral div.puc_links_redes_sociais_TAG-DIV a img { width:40px; height:40px; }





/* =============================================== MEIO >> COLUNA LATERAL === */
/* ========================================================================== */



/* ----- TÍTULO ----- */

#VestGeral section aside .puc_texto_coluna-lateral_titulo { /* color:#09AEFF; */ }



/* ----- BANNER DE TEXTO ----- */

#VestGeral section aside p.puc_texto_coluna-lateral_banner_TAG-P { background:rgba(0,0,0,0.04); }



/* ----- BANNER DE LINK ----- */

#VestGeral section aside p.puc_texto_coluna-lateral_banner_TAG-P a:link, 
#VestGeral section aside p.puc_texto_coluna-lateral_banner_TAG-P a:visited { color:#000000; background:rgba(0,0,0,0.04); }

#VestGeral section aside p.puc_texto_coluna-lateral_banner_TAG-P a:hover   { background:#000000; color:#FFFFFF; }





/* ========================================================================== ESTILOS ESPECÍFICOS === */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */



/* ============================Slide show========================*/
.slide-geral { min-height: 475px;}

.slide-geral a:link, .slide-geral a:hover {text-decoration: none !important; min-height: 555px;}


.slideshow-container { border-radius: 3px;}

.slide-texto{
  color: #f5f5f0;
  z-index:100;
  box-sizing: border-box;
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(17, 17, 17, 0.3);
}


@media (max-width:680px) {
	.slide-texto{ top:170px !important;}
	.slide-ttl{font-size: 1.6em !important;}
	.slide-geral { min-height: 335px!important;}
}


.slide-texto-gradiente{
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(34,193,195,0) 50%,  rgba(34,193,195,0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height:100%;
  width: 100%;}

.slide-ttl{font-size: 3em;
  line-height: 1em !important;
  font-weight: 500;
  margin: 0 50px 20px 50px;
  text-align: center;
  font-family: "Rethink Sans", sans-serif; }

.slide-stl{
  line-height: 1em !important;
  font-weight: 400;
  margin: 0 50px;
  text-align: center;
  font-size: 18px;
}
@media (max-width:680px) {
	.slide-stl{margin: 0 25px;}
	.slide-ttl{margin: 0 40px 10px 40px;}
}

#VestGeral img {border-radius: 3px;}


/* ----- 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; }



/* ================================================================ */
/* ================== VESTI GERAL ESPECIFICO ====================== */
/* ================================================================ */


/* =========== TOPO botões e carrossel =========== */
#VG-topo{display: flex;flex-wrap: wrap; width: 100%;}
#VG-topo .puc_layout_coluna_2cols_nivelador{ display: flex;flex-wrap: wrap; width: 100%;}
#VG-topo #VG-topo-esquerda{display: flex;}

@media (max-width:1139px) {
#VG-topo #VG-topo-botao{display: flex;flex-wrap: wrap; width: 100%; justify-content: space-between;}
#VG-topo #VG-topo-botao .card{ width: 48.5%;}
}
@media (max-width:540px) {
#VG-topo #VG-topo-botao{display: flex;flex-wrap: wrap; width: 100%;}
#VG-topo #VG-topo-botao .card{ width: 100%;}
}

#STD_botoes{display: flex;flex-wrap: wrap; width: 100%;}
#STD_botoes-btn {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}

@media (max-width:760px) {
#STD_botoes-btn{display: flex;flex-wrap: wrap; width: 100%; justify-content: space-between;}
#STD_botoes-btn a{ width: 48%;}
}




  .tapume .puc_layout_coluna_4cols_interno {
    width: calc(25% - 22.5px);
    margin-bottom: 30px;
    display: flex!important;
    flex-wrap: wrap!important;
  }

/* Área de notícias */
#vestG-noticias {display: flex; flex-wrap: wrap; margin: 50px auto; box-sizing: border-box;}
#vestG-noticias h2{ display: flex; flex-wrap: wrap; width: 100%}
#vestG-noticias .puc_layout_coluna_4cols_nivelador {display: flex; flex-wrap: wrap; width: 100%;}
#vestG-noticias .puc_layout_coluna_4cols_interno {display: flex!important; flex-wrap: wrap!important; min-height: 400px;}

.card-noticias{/*display: flex;*/ flex-wrap: wrap; /*margin:0 30px;*/ transition: all 0.3s;}
.card-noticias img{width: 100%;   /*height: fit-content;*/}
.card-noticias .texto .tag{font-size: 0.8em!important; font-family: "Literata", serif; display: block!important; padding-bottom: 10px;}

/*#vestG-noticias .card:link,*/ .card-noticias:link{ position: relative; text-decoration: none;}
/*#vestG-noticias .card:hover,*/ .card-noticias:hover{ margin-top: -10px; text-decoration: none;}

.card-noticias .texto {font-family: "Rethink Sans", sans-serif; font-size: 1.2em;}

@media (max-width:1099px) {	
#vestG-noticias .puc_layout_coluna_4cols_nivelador {display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
#vestG-noticias .puc_layout_coluna_4cols_interno {display: flex!important; flex-wrap: wrap!important; width: 31%;}	
}

@media (max-width:770px) {	
#vestG-noticias .puc_layout_coluna_4cols_nivelador {display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
#vestG-noticias .puc_layout_coluna_4cols_interno {display: flex!important; flex-wrap: wrap!important; width: 48.5%;}	
}

@media (max-width:569px) {	
#vestG-noticias .puc_layout_coluna_4cols_nivelador {display: flex; flex-wrap: wrap; width: 100%; }
#vestG-noticias .puc_layout_coluna_4cols_interno {display: flex!important; flex-wrap: wrap!important; width: 100%; min-height: 200px;}	
}