@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 === */
/* ========================================================================== */


/* ========= link menu pular se for a index ======= */

.index #menu_link_index {
	visibility:hidden;
	display:none; }



/* ----- TÍTULO DA PÁGINA ----- */

#MAT header h1 { /* color:#666666; */ }



/* ----- CAMINHO / BREADCRUMB ----- */

#MAT header nav a:link,
#MAT header nav a:visited { /* color:#AAA; */ }

#MAT header nav a:hover { /* color:#555; */ }





/* ================================================================= MENU === */
/* ========================================================================== */



/* ----- MENU VAZIO (LINHA) ----- */

#MAT header #puc_menu_vazio { /* background:#E5E5E5; */ }



/* ----- MENU COMUM A PARTIR DAQUI ----- */
/* ------------------------------------- */


/* ----- FAIXA QUE ATRAVESSA A PÁGINA ----- */

@media (min-width:1140px) {

	#MAT 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 ----- */

#MAT header #menu span { background:#9b958300; }


/* ----- DESATIVAÇÃO DAS BORDAS GRANDES DOS LINKS NO MENU DESKTOP (ex: CCCI) ----- */

@media (min-width:1140px) {

	#MAT header #menu { margin:1px 10px 0 10px; }
	#MAT header #menu span { top:0; margin-top:-1px; }
	#MAT header #menu a:link, 
	#MAT header #menu a:visited { border-top:0; border-bottom:0; } 
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU DESKTOP - LINKS ----- */

@media (min-width:1140px) {

	/* mouse out */
	#MAT header #menu a:link,  
	#MAT header #menu a:visited,
	#MAT header #menu .puc_menu_submenu_linkmestre {
		border-bottom:4px solid rgba(106,231,0,0); }

	/* mouse over */
	#MAT header #menu a:hover,
	#MAT header #menu .puc_menu_submenu_linkmestre:hover,
	#MAT header #menu .puc_menu_submenu_conjunto:hover .puc_menu_submenu_linkmestre {
		/* color:#FFF; */
		border-bottom:4px solid #4646ff; } 
		
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU MOBILE - LINKS ----- */

@media (max-width:1139px) {

	/* mouse out */
	#MAT header #menu a:link, 
	#MAT header #menu a:visited, 
	#MAT header #menu .puc_menu_submenu_linkmestre {  
		color:#000000;
		background:#FFFFFF;
		border-color:#9b9583; }
		
	/* mouse over */
	#MAT header #menu a:hover, 
	#MAT header #menu .puc_menu_submenu_linkmestre:hover,
	#MAT 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" ----- */

#MAT 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) {
	
	#MAT header #menu .puc_menu_submenu_links a:link,
	#MAT header #menu .puc_menu_submenu_links a:visited { 
		background:#043458; 
		color:#97D3FF; }
	
	#MAT header #menu .puc_menu_submenu_links a:hover { 
		color:#0092FF; 
		background:#18496E; }
	
	/* fecha @media (min-width:1140px) */ }


/* ----- SUBMENU MOBILE ----- */

@media (max-width:1139px) {

	#MAT header #menu .puc_menu_submenu_links a:link, 
	#MAT header #menu .puc_menu_submenu_links a:visited {
		border-bottom:1px solid #9b9583;
		background:#F5F5F0;
		color:#000000; }
	
	#MAT header #menu .puc_menu_submenu_links a:hover { 
		background:#00a800; 
		color:#000000; }

	/* fecha @media (max-width:1139px) */ }
		




/* ================================================================= MEIO === */
/* ========================================================================== */



/* ----- BORDA AO FINAL DO CONTEÚDO ----- */

#MAT section { /* border-bottom-color:#DDDDDD; */ }





/* ============================================= MEIO >> COLUNA PRINCIPAL === */
/* ========================================================================== */



/* ----- TÍTULOS ----- */

#MAT h1 { /* color:#666666; */ }
#MAT h2 { font-size: 2.6em;   font-weight: 400; }
#MAT h3 { font-size: 1.9em;   font-weight: 400; }
#MAT h4 { /* color:#0B5182; */ }
#MAT h5 { /* color:#68a9d7; */ }



/* ----- TEXTO DESTAQUE EM QUADRO ----- */

#MAT section .puc_texto_destaque_em_quadro_centro, 
#MAT section .puc_texto_destaque_em_quadro_esquerda, 
#MAT section .puc_texto_destaque_em_quadro_direita { /* background:#FFFFFF; color:#000000; */ }



/* ----- LINKS (GERAL) ----- */

#MAT a:link,
#MAT a:visited { /* color:#000000; */ }

#MAT a:hover   { /* color:#000000; */ }



/* ----- LINK VOLTAR ----- */

#MAT section article button.puc_link_voltar_TAG-BUTTON { /* color:#043458; background:#D4DEE9; */ }

#MAT section article button.puc_link_voltar_TAG-BUTTON:hover { /* color:#FFF; background:#043458; */ }



/* ----- LINK DESTAQUE ----- */

#MAT a.puc_link_destaque_TAG-A:link,
#MAT a.puc_link_destaque_TAG-A:visited,
#MAT a.puc_link_destaque_centralizado_TAG-A:link,
#MAT a.puc_link_destaque_centralizado_TAG-A:visited { background:#000000; color:#f5f5f0; }

#MAT a.puc_link_destaque_TAG-A:hover,
#MAT a.puc_link_destaque_centralizado_TAG-A:hover   { background:#FFFFFF; color:#000000; }



/* ----- LINK DE PAGINAÇÃO ----- */

#MAT section article .puc_link_paginacao_anterior_TAG-A:link,
#MAT section article .puc_link_paginacao_anterior_TAG-A:visited,
#MAT section article .puc_link_paginacao_proximo_TAG-A:link,
#MAT section article .puc_link_paginacao_proximo_TAG-A:visited { /* color:#1A73A0; */ }

#MAT section article .puc_link_paginacao_anterior_TAG-A:hover,
#MAT section article .puc_link_paginacao_proximo_TAG-A:hover   { /* color:#09AEFF; */ }



/* ----- GALERIA DE IMAGENS ----- */

/* thumbnails */

#MAT section article .puc_imagem_galeria a:link, 
#MAT section article .puc_imagem_galeria a:visited { background:rgba(0,0,0,0.08); }
#MAT section article .puc_imagem_galeria a:hover   { background:rgba(0,0,0,0.04); }

/* legenda dos thumbnails */

#MAT section article .puc_imagem_galeria a:link .puc_texto_menor, 
#MAT section article .puc_imagem_galeria a:visited .puc_texto_menor,
#MAT section article .puc_imagem_galeria a figure { 
	color:#000000; }
#MAT section article .puc_imagem_galeria a:hover .puc_texto_menor,
#MAT section article .puc_imagem_galeria a:hover figure { 
	color:#000000; }



/* ----- TABELA ----- */

/* bordas da tabela */

#MAT section article .puc_tabela_padrao_TAG-TABLE, 
#MAT section article .puc_tabela_padrao_TAG-TABLE td { border-color:rgba(0,0,0,0.15); }

/* linhas para tabela */

#MAT section article .puc_tabela_linha_n1_TAG-TR { background:#000000; color:#FFFFFF; }
#MAT section article .puc_tabela_linha_n2_TAG-TR { background:rgba(0,0,0,0.4); color:#FFFFFF; }
#MAT section article .puc_tabela_linha_n3_TAG-TR { background:#FFFFFF; color:#000000; }

#MAT section article .puc_tabela_linha_clara_TAG-TR  { background:rgba(0,0,0,0.04); }
#MAT section article .puc_tabela_linha_escura_TAG-TR { background:rgba(0,0,0,0.08); }

#MAT section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(odd)  { background:rgba(0,0,0,0.08); }
#MAT section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(even) { background:rgba(0,0,0,0.02); }



/* ----- LINHA HORIZONTAL ----- */

#MAT hr { /* color:rgba(0,0,0,0.15); */ }



/* ----- LISTAS ----- */

/* bullet */

#MAT ul li::before { /* color:#09AEFF; */ }

/* lista destaque */

#MAT section .puc_lista_especial_TAG-UL li::before,
#MAT section .puc_lista_especial_item_unico_TAG-LI::before { /* color:#0B5182; */ }

#MAT section .puc_lista_especial_TAG-UL li,
#MAT section .puc_lista_especial_item_unico_TAG-LI { /* color:#0B5182; */ }



/* ----- FORMULÁRIOS ----- */

/* área do formulário */

#MAT article form { background:rgba(0,0,0,0.04); }

/* campos de preenchimento */

#MAT article form input[type=text],
#MAT article form input[type=password], 
#MAT article form input[type=file],
#MAT article form textarea,
#MAT article form select { background:#FFF; border-color:rgba(0,0,0,0.15); }

/* botão "enviar" */

#MAT article form input[type=submit] { background:#000000; color:#FFFFFF; }
#MAT article form input[type=submit]:hover { background:rgba(0,0,0,0.8); color:#FFFFFF; }



/* ----- PLAYER DE ÁUDIO ----- */

#MAT section div.puc_player_audio_TAG-DIV { /* background:#B4CFE3; */ }

#MAT section div.puc_player_audio_TAG-DIV:hover { /* background:#81BFE7; */ }



/* ----- LINKS REDES SOCIAIS ----- */

#MAT div.puc_links_redes_sociais_TAG-DIV a img { width:40px; height:40px; }





/* =============================================== MEIO >> COLUNA LATERAL === */
/* ========================================================================== */



/* ----- TÍTULO ----- */

#MAT section aside .puc_texto_coluna-lateral_titulo { /* color:#09AEFF; */ }



/* ----- BANNER DE TEXTO ----- */

#MAT section aside p.puc_texto_coluna-lateral_banner_TAG-P { background:rgba(0,0,0,0.04); }



/* ----- BANNER DE LINK ----- */

#MAT section aside p.puc_texto_coluna-lateral_banner_TAG-P a:link, 
#MAT section aside p.puc_texto_coluna-lateral_banner_TAG-P a:visited { color:#000000; background:rgba(0,0,0,0.04); }

#MAT 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; }




/* ======================= estilo adaptado para a página IA ======================= */
/* ================================================================================ */


/* ============================Slide show========================*/
.slide-geral { min-height: 555px;}

.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:330px;}
	.slide-ttl{font-size: 2.3em !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;
}


#MAT img{border-radius: 3px;}



/* ============== DIV INTRODUÇÃO ========== */

#MATintroducao{width: 100%;height: 100%; display: flex; flex-wrap: wrap;}

#MAT #MATintroducao .texto strong{ font-size: 2.5em !important; line-height: 1.2 !important;}


@media (max-width:800px) {
	#MAT #MATintroducao .texto strong {
		font-size: 1.8em!important;}

}



/* ============= DIV TEXTO DESTAQUE =========== */
#texto-destaque{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 80px 0 10px 0;
 }

.ia-texto-inicial-2c{ 
	font-family: "Literata", serif;
	font-size: 1.3em;
	line-height: 1.4em;
	column-count: 2; 
	column-gap: 40px;}

@media (max-width:809px) {
	.ia-texto-inicial-2c  { column-count: 1 !important;  }	
}

@media only screen and (max-width: 1139px) and (min-width: 699px) {

	 .tapume .puc_layout_coluna_3cols_nivelador, .puc_layout_coluna_4cols_nivelador {
    	display: flex !important;
    	align-items: stretch !important;
    	justify-content: space-between !important;
		flex-wrap: wrap !important; }
	
	.tapume .puc_layout_coluna_3cols_nivelador { margin-top: -30px !important;}
	
	.puc_layout_coluna_3cols_interno, .puc_layout_coluna_4cols_interno {width: calc(50% - 15px) !important; margin-bottom: 30px !important; }
}


/* ================ DIV ESCOLHER ================ */

#MAT-escolher{display: flex; flex-wrap: wrap; margin:80px auto 10px auto;}
#MAT-escolher .card{ height: 100%; padding-top: 55px;}

  #MAT-escolher .tapume .puc_layout_coluna_3cols_interno {
    width: calc(33.3% - 20px);
    margin-bottom: 30px!important; }




/* ============== DIV OBJETIVOS ========== */
#Objetivos-mat{ display: flex; flex-wrap: wrap; margin:80px auto 10px auto;}
#Objetivos-mat .card{ height: 100%; padding-top: 55px;}
#Objetivos-mat img{width: 100%;}


/* ============== PARCERIA ============== */
#parceria{
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 10px 0;
	width: 100%;
}
#parceria .card{padding-top: 50px;}
.ia-texto-inicial-2c-parceria{ column-count: 2; column-gap: 40px; font-size: 0.88em;}
.ia-texto-inicial-2c-parceria strong{font-size: 1.4em;}

@media (max-width:709px) {
	.ia-texto-inicial-2c-parceria  { column-count: 1 !important;  }	
}

.bolsa-AI{display: flex; flex-wrap: wrap; margin-top:30px;}


/* ============== mensagem-final ============== */
#mensagem-final{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: 80px auto 80px auto;
	font-size: 1.7em;
	line-height: 1.6em;
}


/* ==================== Sobre o Curso ============== */

#MATsobre{ display: flex; flex-wrap: wrap;}
#MATsobre-opcoes{ display: flex; flex-wrap: wrap; margin:80px auto 80px auto;}
#MATsobre-opcoes .card{ height: 100%; padding: 50px 30px 20px 30px;}
#MATsobre-opcoes img { object-fit: cover; width: 100%; height: 100%;}
#inscricoes-mat{ display: flex; flex-wrap: wrap; width: 100%; margin: 60px auto 50px auto;}
#inscricoes-mat .txtinscricoes{font-family: "Literata", serif;	font-size: 1.5em; }
#inscricoes-mat h2{ display: block; width: 100%;}

@media (max-width:709px) {
	#MATsobre-opcoes img { height: auto;}
	
	.tapume .puc_layout_coluna_4cols_interno {
		margin-bottom: 20px!important;}
}

/* ================ Coordenação ===================== */

#MATcorrdenacao{ display: flex; flex-wrap: wrap; margin:80px auto 80px auto;}

#MATcorrdenacao .card {padding: 30px;}
#MATcorrdenacao .puc_layout_area-inicial_nivelador {margin: 0;}

/* ================ Estrutura curricular ===================== */

#topo-estrutura-mat {display: flex; flex-wrap: wrap;}
.tapume #topo-estrutura-mat img {width: 100% !important; object-fit: cover !important; height: 100% !important;}

#topo-estrutura-mat .slide-geral{min-height: 100%;}

@media (max-width:709px) {
	/*.tapume #topo-estrutura-mat img {height: 350px!important;}*/
	#topo-estrutura-mat .slide-texto { top: 200px; }
	#topo-estrutura-mat img{}

}
		
#MATestrutura { display: flex; flex-wrap: wrap; margin:30px auto 80px auto;}
#MATestrutura .card { height: 100%; padding-top: 55px !important; }


/* ============== Grade Curricular ========== */

#MATgrade { display: flex; flex-wrap: wrap; margin:40px auto 80px auto;}
#grade-topo .card, #grade-trilhas .card { min-height: 270px; padding-top: 55px; }
#grade-trilhas{display: flex; flex-wrap: wrap; margin:80px auto 30px auto;}

#proj-integrados {display: flex; flex-wrap: wrap; margin:80px auto 80px auto; width: 100%;}
#ttl-integrados {background-position: 0px 49.5px; font-size: 1em; align-items: start; padding: 30px; margin-top: 80px;}
#ttl-integrados h3{ color: #F5F5F0; margin: 2px 0; }

#cont-integrados{font-size: 1.1em;}
#cont-integrados p{ font-family: "Literata", serif; font-size: 0.73em; }

#proj-integrados .card{ width: 100%!important; }

#grade-completa{display: flex; flex-wrap: wrap;}
#MAT-tabela{ max-width: 100%; overflow-x: scroll; display: flex; flex-wrap: wrap; box-sizing: border-box; margin: 15px auto;}
#MAT-tabela tr{ padding: 20px 5px!important;}
.ia-topo-tabela { padding: 20px 5px!important; font-size: 1.1em !important; font-weight: 300;}
.ia-meio-tabela	{font-family: "Literata", serif!important; font-size: 0.9em!important; }
 	
/* Grade no formato tabela */
#grade-tabela{ width: 873px!important; border-radius: 0!important; margin: 0 auto; }
#grade-tabela table{ width: 100%; background: #FFFFFF; border: 1px solid #9B9583!important; }

#grade-tabela .topo-tabela{ background: #9B9583; border-radius: 0!important;  }
#grade-tabela .topo-tabela td{font-family: "Rethink Sans", sans-serif!important; color: #FFFFFF; font-size: 1.3em; font-weight: 400;}
#grade-tabela .periodo-tabela{ background: #F5F5F0;}
#grade-tabela .periodo-tabela td{font-family: "Literata", serif; font-size: 1.15em!important; font-weight: 500; color: #000000; border-bottom: 1px solid #9B9583;}
#grade-tabela tr{border-bottom: 1px solid #9B9583!important; border-radius: 0!important;}
#grade-tabela td{padding: 10px 15px!important; font-family: "Literata", serif; font-size: 1em; color: #000000; border-bottom: 1px solid #9B9583!important; border-radius: 0!important;}

#grade-tabela .grade-linhas-finais{background: #F5F5F0; border: 2px solid #9B9583!important; border-radius: 0!important;}
#grade-tabela .grade-linhas-finais td{ border: 1px solid #9B9583!important; font-family: "Rethink Sans", sans-serif!important; font-size: 1.2em; font-weight: 500; border-radius: 0!important;}

/* para mostrar e sumir a grade */
#grade-tabela, #grade-visual{display: none;}
.linha-oculta, .linha-oculta2 { display: none; /* já inicia oculta */}

/*para o combo de escolher tabela ou diagrama */
#grade-tabela-diagrama{display: flex; flex-wrap: wrap; width: 100%; margin: 10px auto 20px 100px; font-family: "Rethink Sans", sans-serif!important;}
#grade-tabela-diagrama select {border: 0; background: #F5F5F0; border-bottom: 1px solid #000; width: 150px; margin: 0 0 0 15px;}
	
	
/* Borda da tabela de cursos de acordo com o desenho do site */
.borda-vertical_roxo2{ border-left: 3px solid #7817B1;  }
.borda-vertical_roxo3{ border-left: 3px solid #3A0062;  }
.borda-vertical_turquesa2{border-left: 3px solid #00A2AC; }
.borda-vertical_verde2{border-left: 3px solid #00A800; }
.borda-vertical_verde3 {border-left: 3px solid #003900; }
.borda-vertical_vermelho2 {border-left: 3px solid #BE002D;}
.borda-vertical_turquesa3{border-left: 3px solid #005C66;}
.borda-vertical_cinza{border-left: 3px solid #9B9583; }


#toggleBtn{border: 0; background: #FFF; font-size: 1.15em; font-weight: 400;}
#toggleBtn span{vertical-align: middle; padding-bottom: 2px;}

#toggleBtn2{border: 0; background: #00A800; font-size: 0.9em; font-weight: 400; color: #FFF; column-count: 2; display: inline-flex;
  align-items: center; line-height: 1.2;}
#toggleBtn2 span{display: flex; width: 30px; height: 50px; margin: 20px auto 0 auto;}
 

/* ==================== Perguntas ==================== */
#MATperguntas {display: flex; flex-wrap: wrap; margin:40px auto 80px auto;}
#MATperguntas .card {font-size: 1.25em; width: 100%;}
#MATperguntas .card p{ font-family: "Literata", serif; font-size: 0.73em; }



/* ==================== BOLSAS ==================== */
#MATbolsas {display: flex; flex-wrap: wrap; margin:40px auto 80px auto;}
#MATbolsas .card {font-size: 1.25em; width: 100%;}
#MATbolsas .card p{ font-family: "Literata", serif; font-size: 0.73em; }


/* ============= Rodapé cinza ============================ */
.rodape_completo_faixa_cinza h5 {/*font-weight: 300!important;*/}



/* ====================================================== */
/* ====================================================== */
/* ====================================================== */
/* ============ LAYOUT RECEBIDO ========================= */
/* ====================================================== */
/* ====================================================== */
/* ====================================================== */

#Introducao-mat{display: flex; flex-wrap: wrap; width: 100%;}
#Introducao-mat .puc_layout_area-inicial_nivelador{ width: 100%;}


@media (max-width:1138px) {
	#Introducao-mat .puc_layout_area-inicial_nivelador .puc_layout_area-inicial_esquerda{ margin-bottom: 30px!important;}
	.botoes-topo{ display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
	.botoes-topo .card{display: flex; flex-wrap: wrap; width: 48.5%;}
	
}

@media (max-width:984px) {
	.botoes-topo .card{ min-height: 150px!important; }
	.slide-geral { min-height: 300px; }}


@media (max-width:630px) {
	.botoes-topo .card{height: 210px; font-size:1.05em; }
	.slide-geral { min-height: 300px; }
	.slide-texto {top: 70px; }
	.slide-stl {font-size: 17px!important;}
	
  }
	
.mat-MEC { font-size: 0.85em;  line-height: 1em; }


/* ============= NOSSO CURSO =============== */
#nossocurso-geral {display: flex; flex-wrap: wrap; margin:0 auto 10px auto; font-family: "Literata", serif; font-size: 1.24em; line-height: 1.5em;}
#nossocurso-geral h2{margin-top: 5px;}
#nossocurso-dir {font-family: "Literata", serif; /*font-size: 20px; line-height: 30px;*/ font-size: 1em; line-height: 1.5em; }



/* ============ O profissional ============= */
#profissional-form {display: flex; flex-wrap: wrap; margin:10px auto 10px auto; font-family: "Literata", serif; }
#profissional-form h2{width: 100%}



/* ==================== EIXOS (trilhas) ============================ */

#curricular{ display: flex; flex-wrap: wrap; margin:40px auto 10px auto; width: 100%;}
#curricular h2{width: 100%;}
#curricular h3{width: 100%;}
.curri01, .curri02, .curri03{display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 30px; min-height: 170px; background: #FFFFFF;}

.curri01-ttl{background: #BE002D;  
					text-align: center;
					padding: 20px;
					color: #f5f5f0; 
					font-family: "Rethink Sans", sans-serif;
					display: flex;
					flex-wrap: wrap;
					width: 28%;
					font-size: 1.5em;
					font-weight: 500;
					align-content: center; justify-content: center;}

.curri02-ttl{background: #00A2AC;  
					text-align: center;
					padding: 20px;
					color: #f5f5f0; 
					font-family: "Rethink Sans", sans-serif;
					display: flex;
					flex-wrap: wrap;
					width: 28%;
					font-size: 1.5em;
					font-weight: 500;
					align-content: center; justify-content: center;}

.curri03-ttl{background: #005C66;  
					text-align: center;
					padding: 20px;
					color: #f5f5f0; 
					font-family: "Rethink Sans", sans-serif;
					display: flex;
					flex-wrap: wrap;
					width: 28%;
					font-size: 1.5em;
					font-weight: 500;
					align-content: center; justify-content: center;}


@media (max-width:709px) {.curri01-ttl, .curri02-ttl, .curri03-ttl{width: 100%;}
	.curri01-desc, .curri02-desc, .curri03-desc {width: 100%!important;}
}

.curri01-desc{
					display: flex;
					flex-wrap: wrap;
					width: 60%;
					padding: 20px;
					font-size: 1.2em; align-content: space-around;
}
.curri02-desc{
					display: flex;
					flex-wrap: wrap;
					width: 60%;
					padding: 20px;
					font-size: 1.2em; align-content: space-around;
}
.curri03-desc{
					display: flex;
					flex-wrap: wrap;
					width: 60%;
					padding: 20px;
					font-size: 1.2em; align-content: space-around;
}




/* acho que usarei esses */
.ex01,.ex02, .ex03, .ex04 { display: flex; flex-wrap: wrap; width: 100%; font-family: "Rethink Sans", sans-serif;
	  background-position: center;
	  font-size: 1.7em; 
	  line-height: 1.1em;
	  font-weight: 500;
	  height: 155px;
	  color: #F5F5F0;
	  background-repeat: no-repeat;
	  background-size: cover;}

.ex01{ background-color: #C11AFF;
	  background-image: url('https://www.puc-rio.br/imagens/grafismos/bkg_grafismo_roxoasa.svg');}
.ex02{ background-color: #00A2AC;
	  background-image: url('https://www.puc-rio.br/imagens/grafismos/bkg_grafismo_turquesacurva.svg');}
.ex03{ background-color: #00A800;
	  background-image: url('https://www.puc-rio.br/imagens/grafismos/bkg_grafismo_verdereto.svg');}
.ex04{ background-color: #FF0031;
	  background-image: url('https://www.puc-rio.br/imagens/grafismos/bkg_grafismo_vermelhoasainvertida.svg');}


.txtex{	font-size: 1em;
		width: 100%;
		padding: 18px;
		display: block; }


.descicao-eixos{ font-size: 1.1em; width: 100%;	padding: 20px 0; display: block; line-height: 1.5em;}

#grade{ display: flex; flex-wrap: wrap; margin:40px auto 10px auto; width: 100%;}
#grade h3{width: 100%;}

#grade table { border: 0}
#grade td {padding: 5px; border-radius: 3px; font-size: 0.88em;}

/*cores-meio a meio*/
.meio-TE-meio-TC{background: #005C66;
background: linear-gradient(90deg,rgba(0, 92, 102, 1) 51%, rgba(0, 162, 172, 1) 51%); color: #FFF;}

.meio-TC-meio-verm{background: #00A2AC;
background: linear-gradient(90deg,rgba(0, 162, 172, 1) 51%, rgba(190, 0, 45, 1) 51%); color: #FFF;}


.hu{ background: #7817B1; color: #F5F5F0; }
.ctcia{background: #00A2AC; color: #f5f5f0;}
.hil{background: #00A800; color: #f5f5f0;}
.ie {background: #BE002D; color: #f5f5f0;}
.caps {background: #003900; color: #f5f5f0;}
.oct{background: #005C66; color: #f5f5f0;}
.ele{background: #9B9583; color: #F5F5F0;}





/* ==================CONEXAO ================== */
#MAT-conexao{display: flex; flex-wrap: wrap; margin:40px auto 10px auto; width: 100%;}
.bolsa-conexao-texto{font-size: 1.24em;}


/* ================= Bolsas =================== */
#MAT-bolsas{ display: flex; flex-wrap: wrap; margin:40px auto 10px auto; width: 100%;}
.bolsa-mat-texto{font-size: 1.24em;}
.bolsa-mat-global{display: flex; flex-wrap: wrap; margin:30px auto 30px auto; width: 100%;}
.bolsa-mat{display: flex; flex-wrap: wrap; margin:0 0 20px 0; width: 100%; height: 250px;}
.bolsa-mat-descricao{display: flex; flex-wrap: wrap; margin:0 auto; width: 100%; font-size: 1.2em;}

#MAT-bolsas .card{margin-bottom: 15px!important;}
#MAT-bolsas .puc_layout_coluna_3cols_interno{margin-bottom: 30px!important;}



/* ================ Escolher-engressar =========== */
#MAT-esc-ing{display: flex; flex-wrap: wrap; margin:40px auto 10px auto; width: 100%;}
#MAT-esc-ing h2{display: flex; flex-wrap: wrap; vertical-align: bottom; width: 100%;}
.esc-ing-texto{/*display: flex; flex-wrap: wrap;*/ margin:20px auto; width: 100%; font-size: 1.24em;}

@media (max-width:444px) {.esc-ing-texto{font-size: 0.9em;}	
}


.btn-incricao-aberta {border: 1px #000000 solid; border-radius: 3px; background: #FFFFFF; padding: 10px; font-size: 0.95em;
  font-family: "Rethink Sans", sans-serif;  font-weight: 600;}
.btn-incricao-aberta:hover,
.btn-incricao-aberta:focus {
	border-color:#030053 !important;
	background:#030053 !important;
	color:#F5F5F0 !important; 
text-decoration: none;}


/* ====================== FAQ ===================== */
#perguntas-frequentes-faq{ display: flex; flex-wrap: wrap; width: 100%; margin:40px auto 80px auto;}

.faq_card {
	background:#FFFFFF;
	padding:25px;
	margin-bottom:12px;
	border-radius:3px;
	min-height: 60px;
	align-content: center;
}
	
	.faq_card h3 {
		font-size:1.45em!important;
		font-weight: 500 !important;
		cursor:pointer;
		margin:0;
		display:flex;
		align-items:flex-start;
		line-height:1.1em; }
	
	.faq_card .material-symbols-outlined {
		color:#4646FF;
		font-size:1.5em;
		width:10px;
		height:17px;
		position:relative;
		margin:6px 14px 0 0;
		transition:0.3s all; }
		
		.faq_card .material-symbols-outlined span {
			position:absolute;
			top:-10px;
			left:-15px; }
		
		.faq_card .seta_virada { transform:rotate(90deg); }
	
	.faq_card .puc_efeito_aparecer {
		display:block;
		margin-top:17px; }


/*================== COORDENADOR =================== */

#coordenador{ display: flex; flex-wrap: wrap; width: 100%; margin:40px auto 80px auto;}
.card.branco.coordenador a:hover,
.card.branco.coordenador a:focus {
	border-color:#030053 !important;
	background:#030053 !important;
	color:#F5F5F0 !important; }
	
	.coordenador_texto {
		display:flex;
		align-items:center;
		box-sizing:border-box;
		padding:30px 30px 30px 0; }

		@media (max-width:1139px) {
		.coordenador_texto { padding:30px !important; } }



/* ================== SABER MAIS ===================== */
#saber-mais{display: flex; flex-wrap: wrap; width: 100%; margin:40px auto 80px auto;}


#saber-mais .card{min-height: 140px;}










