@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 ----- */

#IA header h1 { /* color:#666666; */ }



/* ----- CAMINHO / BREADCRUMB ----- */

#IA header nav a:link,
#IA header nav a:visited { /* color:#AAA; */ }

#IA header nav a:hover { /* color:#555; */ }





/* ================================================================= MENU === */
/* ========================================================================== */



/* ----- MENU VAZIO (LINHA) ----- */

#IA header #puc_menu_vazio { /* background:#E5E5E5; */ }



/* ----- MENU COMUM A PARTIR DAQUI ----- */
/* ------------------------------------- */


/* ----- FAIXA QUE ATRAVESSA A PÁGINA ----- */

@media (min-width:1140px) {

	#IA 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 ----- */

#IA header #menu span { background:#9b958300; }


/* ----- DESATIVAÇÃO DAS BORDAS GRANDES DOS LINKS NO MENU DESKTOP (ex: CCCI) ----- */

@media (min-width:1140px) {

	#IA header #menu { margin:1px 10px 0 10px; }
	#IA header #menu span { top:0; margin-top:-1px; }
	#IA header #menu a:link, 
	#IA header #menu a:visited { border-top:0; border-bottom:0; } 
	/* fecha @media (min-width:1140px) */ }


/* ----- MENU DESKTOP - LINKS ----- */

@media (min-width:1140px) {

	/* mouse out */
	#IA header #menu a:link,  
	#IA header #menu a:visited,
	#IA header #menu .puc_menu_submenu_linkmestre {
		border-bottom:4px solid rgba(106,231,0,0); }

	/* mouse over */
	#IA header #menu a:hover,
	#IA header #menu .puc_menu_submenu_linkmestre:hover,
	#IA 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 */
	#IA header #menu a:link, 
	#IA header #menu a:visited, 
	#IA header #menu .puc_menu_submenu_linkmestre {  
		color:#000000;
		background:#FFFFFF;
		border-color:#9b9583; }
		
	/* mouse over */
	#IA header #menu a:hover, 
	#IA header #menu .puc_menu_submenu_linkmestre:hover,
	#IA 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" ----- */

#IA 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) {
	
	#IA header #menu .puc_menu_submenu_links a:link,
	#IA header #menu .puc_menu_submenu_links a:visited { 
		background:#043458; 
		color:#97D3FF; }
	
	#IA header #menu .puc_menu_submenu_links a:hover { 
		color:#0092FF; 
		background:#18496E; }
	
	/* fecha @media (min-width:1140px) */ }


/* ----- SUBMENU MOBILE ----- */

@media (max-width:1139px) {

	#IA header #menu .puc_menu_submenu_links a:link, 
	#IA header #menu .puc_menu_submenu_links a:visited {
		border-bottom:1px solid #9b9583;
		background:#F5F5F0;
		color:#000000; }
	
	#IA header #menu .puc_menu_submenu_links a:hover { 
		background:#00a800; 
		color:#000000; }

	/* fecha @media (max-width:1139px) */ }
		




/* ================================================================= MEIO === */
/* ========================================================================== */



/* ----- BORDA AO FINAL DO CONTEÚDO ----- */

#IA section { /* border-bottom-color:#DDDDDD; */ }





/* ============================================= MEIO >> COLUNA PRINCIPAL === */
/* ========================================================================== */



/* ----- TÍTULOS ----- */

#IA h1 { /* color:#666666; */ }
#IA h2 { font-size: 2.6em;   font-weight: 400; }
#IA h3 { font-size: 1.9em;   font-weight: 400; }
#IA h4 { /* color:#0B5182; */ }
#IA h5 { /* color:#68a9d7; */ }



/* ----- TEXTO DESTAQUE EM QUADRO ----- */

#IA section .puc_texto_destaque_em_quadro_centro, 
#IA section .puc_texto_destaque_em_quadro_esquerda, 
#IA section .puc_texto_destaque_em_quadro_direita { /* background:#FFFFFF; color:#000000; */ }



/* ----- LINKS (GERAL) ----- */

#IA a:link,
#IA a:visited { /* color:#000000; */ }

#IA a:hover   { /* color:#000000; */ }



/* ----- LINK VOLTAR ----- */

#IA section article button.puc_link_voltar_TAG-BUTTON { /* color:#043458; background:#D4DEE9; */ }

#IA section article button.puc_link_voltar_TAG-BUTTON:hover { /* color:#FFF; background:#043458; */ }



/* ----- LINK DESTAQUE ----- */

#IA a.puc_link_destaque_TAG-A:link,
#IA a.puc_link_destaque_TAG-A:visited,
#IA a.puc_link_destaque_centralizado_TAG-A:link,
#IA a.puc_link_destaque_centralizado_TAG-A:visited { background:#000000; color:#f5f5f0; }

#IA a.puc_link_destaque_TAG-A:hover,
#IA a.puc_link_destaque_centralizado_TAG-A:hover   { background:#FFFFFF; color:#000000; }



/* ----- LINK DE PAGINAÇÃO ----- */

#IA section article .puc_link_paginacao_anterior_TAG-A:link,
#IA section article .puc_link_paginacao_anterior_TAG-A:visited,
#IA section article .puc_link_paginacao_proximo_TAG-A:link,
#IA section article .puc_link_paginacao_proximo_TAG-A:visited { /* color:#1A73A0; */ }

#IA section article .puc_link_paginacao_anterior_TAG-A:hover,
#IA section article .puc_link_paginacao_proximo_TAG-A:hover   { /* color:#09AEFF; */ }



/* ----- GALERIA DE IMAGENS ----- */

/* thumbnails */

#IA section article .puc_imagem_galeria a:link, 
#IA section article .puc_imagem_galeria a:visited { background:rgba(0,0,0,0.08); }
#IA section article .puc_imagem_galeria a:hover   { background:rgba(0,0,0,0.04); }

/* legenda dos thumbnails */

#IA section article .puc_imagem_galeria a:link .puc_texto_menor, 
#IA section article .puc_imagem_galeria a:visited .puc_texto_menor,
#IA section article .puc_imagem_galeria a figure { 
	color:#000000; }
#IA section article .puc_imagem_galeria a:hover .puc_texto_menor,
#IA section article .puc_imagem_galeria a:hover figure { 
	color:#000000; }



/* ----- TABELA ----- */

/* bordas da tabela */

#IA section article .puc_tabela_padrao_TAG-TABLE, 
#IA section article .puc_tabela_padrao_TAG-TABLE td { border-color:rgba(0,0,0,0.15); }

/* linhas para tabela */

#IA section article .puc_tabela_linha_n1_TAG-TR { background:#000000; color:#FFFFFF; }
#IA section article .puc_tabela_linha_n2_TAG-TR { background:rgba(0,0,0,0.4); color:#FFFFFF; }
#IA section article .puc_tabela_linha_n3_TAG-TR { background:#FFFFFF; color:#000000; }

#IA section article .puc_tabela_linha_clara_TAG-TR  { background:rgba(0,0,0,0.04); }
#IA section article .puc_tabela_linha_escura_TAG-TR { background:rgba(0,0,0,0.08); }

#IA section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(odd)  { background:rgba(0,0,0,0.08); }
#IA section article .puc_tabela_linha_alternada_TAG-TABLE tr:nth-child(even) { background:rgba(0,0,0,0.02); }



/* ----- LINHA HORIZONTAL ----- */

#IA hr { /* color:rgba(0,0,0,0.15); */ }



/* ----- LISTAS ----- */

/* bullet */

#IA ul li::before { /* color:#09AEFF; */ }

/* lista destaque */

#IA section .puc_lista_especial_TAG-UL li::before,
#IA section .puc_lista_especial_item_unico_TAG-LI::before { /* color:#0B5182; */ }

#IA section .puc_lista_especial_TAG-UL li,
#IA section .puc_lista_especial_item_unico_TAG-LI { /* color:#0B5182; */ }



/* ----- FORMULÁRIOS ----- */

/* área do formulário */

#IA article form { background:rgba(0,0,0,0.04); }

/* campos de preenchimento */

#IA article form input[type=text],
#IA article form input[type=password], 
#IA article form input[type=file],
#IA article form textarea,
#IA article form select { background:#FFF; border-color:rgba(0,0,0,0.15); }

/* botão "enviar" */

#IA article form input[type=submit] { background:#000000; color:#FFFFFF; }
#IA article form input[type=submit]:hover { background:rgba(0,0,0,0.8); color:#FFFFFF; }



/* ----- PLAYER DE ÁUDIO ----- */

#IA section div.puc_player_audio_TAG-DIV { /* background:#B4CFE3; */ }

#IA section div.puc_player_audio_TAG-DIV:hover { /* background:#81BFE7; */ }



/* ----- LINKS REDES SOCIAIS ----- */

#IA div.puc_links_redes_sociais_TAG-DIV a img { width:40px; height:40px; }





/* =============================================== MEIO >> COLUNA LATERAL === */
/* ========================================================================== */



/* ----- TÍTULO ----- */

#IA section aside .puc_texto_coluna-lateral_titulo { /* color:#09AEFF; */ }



/* ----- BANNER DE TEXTO ----- */

#IA section aside p.puc_texto_coluna-lateral_banner_TAG-P { background:rgba(0,0,0,0.04); }



/* ----- BANNER DE LINK ----- */

#IA section aside p.puc_texto_coluna-lateral_banner_TAG-P a:link, 
#IA section aside p.puc_texto_coluna-lateral_banner_TAG-P a:visited { color:#000000; background:rgba(0,0,0,0.04); }

#IA 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.5em !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;
}


#IA img{border-radius: 3px;}



/* ============== DIV INTRODUÇÃO ========== */

#IAintroducao{width: 100%;height: 100%; display: flex; flex-wrap: wrap;}

#IA #IAintroducao .texto strong{ font-size: 2.5em !important; line-height: 1.2 !important;}


@media (max-width:800px) {
	#IA #IAintroducao .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 ================ */

#IA-escolher{display: flex; flex-wrap: wrap; margin:80px auto 10px auto;}
#IA-escolher .card{ height: 100%; padding-top: 55px;}

  #IA-escolher .tapume .puc_layout_coluna_3cols_interno {
    width: calc(33.3% - 20px);
    margin-bottom: 30px!important; }




/* ============== DIV OBJETIVOS ========== */
#Objetivos-IA{ display: flex; flex-wrap: wrap; margin:80px auto 10px auto;}
#Objetivos-IA .card{ height: 100%; padding-top: 55px;}
#Objetivos-IA 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 ============== */

#IAsobre{ display: flex; flex-wrap: wrap;}
#IAsobre-opcoes{ display: flex; flex-wrap: wrap; margin:80px auto 80px auto;}
#IAsobre-opcoes .card{ height: 100%; padding: 50px 30px 20px 30px;}
#IAsobre-opcoes img { object-fit: cover; width: 100%; height: 100%;}
#inscricoes-ia{ display: flex; flex-wrap: wrap; width: 100%; margin: 60px auto 50px auto;}
#inscricoes-ia .txtinscricoes{font-family: "Literata", serif;	font-size: 1.5em; }
#inscricoes-ia h2{ display: block; width: 100%;}

@media (max-width:709px) {
	#IAsobre-opcoes img { height: auto;}
	
	.tapume .puc_layout_coluna_4cols_interno {
		margin-bottom: 20px!important;}
}

/* ================ Coordenação ===================== */

#IAcorrdenacao{ display: flex; flex-wrap: wrap; margin:80px auto 80px auto;}

#IAcorrdenacao .card {padding: 30px;}
#IAcorrdenacao .puc_layout_area-inicial_nivelador {margin: 0;}

/* ================ Estrutura curricular ===================== */

#topo-estrutura-ia {display: flex; flex-wrap: wrap;}
.tapume #topo-estrutura-ia img {width: 100% !important; object-fit: cover !important; height: 100% !important;}

#topo-estrutura-ia .slide-geral{min-height: 100%;}

@media (max-width:709px) {
	/*.tapume #topo-estrutura-ia img {height: 350px!important;}*/
	#topo-estrutura-ia .slide-texto { top: 200px; }
	#topo-estrutura-ia img{}

}
		
#IAestrutura { display: flex; flex-wrap: wrap; margin:30px auto 80px auto;}
#IAestrutura .card { height: 100%; padding-top: 55px !important; }


/* ============== Grade Curricular ========== */

#IAgrade { 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;}
#IA-tabela{ max-width: 100%; overflow-x: scroll; display: flex; flex-wrap: wrap; box-sizing: border-box; margin: 15px auto;}
#IA-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 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 ==================== */
#IAperguntas {display: flex; flex-wrap: wrap; margin:40px auto 80px auto;}
#IAperguntas .card {font-size: 1.25em; width: 100%;}
#IAperguntas .card p{ font-family: "Literata", serif; font-size: 0.73em; }



/* ==================== BOLSAS ==================== */
#IAbolsas {display: flex; flex-wrap: wrap; margin:40px auto 80px auto;}
#IAbolsas .card {font-size: 1.25em; width: 100%;}
#IAbolsas .card p{ font-family: "Literata", serif; font-size: 0.73em; }


/* ============= Rodapé cinza ============================ */
.rodape_completo_faixa_cinza h5 {/*font-weight: 300!important;*/}



/* ====================================================== */
/* ====================================================== */
/* ====================================================== */
/* ============ LAYOUT RECEBIDO ========================= */
/* ====================================================== */
/* ====================================================== */
/* ====================================================== */

#Introducao-IA{display: flex; flex-wrap: wrap; width: 100%;}
#Introducao-IA .puc_layout_area-inicial_nivelador{ width: 100%;}


@media (max-width:1138px) {
	#Introducao-IA .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.25em; }
	.slide-geral { min-height: 300px; }
	.slide-texto {top: 100px; }
	.slide-stl {font-size: 17px!important;}
	
  }
	



/* ============= 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; }

.mat-MEC { font-size: 0.85em;  line-height: 1em; }

/* ============ O profissional ============= */
#profissional-form {display: flex; flex-wrap: wrap; margin:10px auto 10px auto; font-family: "Literata", serif; }
#profissional-form h2{width: 100%}
#profissional-form-linha { box-sizing: border-box; float: left; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
#profissional-form-col01{ width: 65%; padding: 10px;  font-size: 1.2em; line-height: 1.5em;}
#profissional-form-col01 p{margin-left: 15px;}
#profissional-form-col02{ width: 30%; /*padding: 10px;*/ height: 100% }

#profissional-form-col02 .slideshow-container {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .card-frase {
            position: absolute;
            width: 100%;
            height: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 1s;
        }
        .card-frase.active {
            opacity: 1;
        }

        .dots {
            position: absolute;
            top: 300px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: center;
			z-index: 100;
        }
        .dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            /*background-color: #F5F5F0;*/
			border: 1px solid #F5F5F0;
            border-radius: 50%;
            display: inline-block;
            cursor: pointer;
        }
        .dot.active {
            background-color: #F5F5F0;
        }

#profissional-form-col02 .slideshow-container .card{height: 100%; width: 100%;}

#profissional-form-col02 .slideshow-container .card .txtcont{ margin: auto; top: 100px; position: relative;}

#profissional-form-col02 .slideshow-container .card .tag{text-align: left;}


@media (max-width:944px) {
	#profissional-form-col01{width: 50%}
	#profissional-form-col02{width: 40%}
	
}

@media (max-width:680px) {
	#profissional-form-linha { box-sizing: border-box; width: 100%; display: block; float: left;}
	#profissional-form-col01{width: 100%;display: block; float: left;}
	#profissional-form-col02{width: 100%; display: block; float: left; height: 400px; }
	#profissional-form-col02 .slideshow-container .card {  display: flex; height: 100%; width: 100%;}
	
}



/* ==================== EIXOS (trilhas) ============================ */

#eixos{ display: flex; flex-wrap: wrap; margin:40px auto 10px auto; width: 100%;}
#eixos h2{width: 100%;}
#eixos h3{width: 100%;}


.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;}

.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;}



/* ================= METODOLOGIA ================ */

#metodologia{ display: flex; flex-wrap: wrap; margin:40px auto 10px auto; width: 100%;}
#metod-texto-intro{ font-family: "Literata", serif; font-size: 1.24em; line-height: 1.4em; column-count: 2; column-gap: 40px; margin-bottom: 40px;}

@media (max-width:680px) {#metod-texto-intro{column-count: 1; width: 100%;}
}

#metod-texto-final{display: block; float: left; width: 50%; font-size: 1.24em; margin: 30px 0; }
#metodologia .puc_layout_coluna_2cols_interno{ font-size: 1.24em!important;}

.metodologia-cx{display: flex; flex-wrap: wrap; background: #FFFFFF; width: 100%;margin-bottom: 30px; }

.medodologia-destaque{background: #9b9583;  
					text-align: center;
					padding: 20px;
					color: #f5f5f0; 
					font-family: "Rethink Sans", sans-serif;
					display: flex;
					flex-wrap: wrap;
					width: 298px;
					font-size: 1.5em;
					font-weight: 500;
					align-content: center;}

.medologia-texto-destaque{
					display: flex;
					flex-wrap: wrap;
					width: 70%;
					padding: 20px;
					font-size: 1.2em;
}

@media (max-width:1300px) {
	.medologia-texto-destaque{	width: 60%;}
	
}
@media (max-width:984px) {
	.medologia-texto-destaque{	width: 50%;}
	
}
@media (max-width:796px) {
	.medodologia-destaque{width: 100%;}
	.medologia-texto-destaque{	width: 100%;}
	#metod-texto-final{display: block; float: left; width: 100%; }
	
}


/* ================= Projetos Integrados (PI) e Capstone Project ====================== */

#projetos-integrados{display: flex; flex-wrap: wrap; width: 100%; margin:10px auto 10px auto;}
#projetos-integrados .puc_layout_coluna_4cols_interno {display: flex; flex-wrap: wrap; margin-bottom: 30px;}
.projetos-cx{background: #FFFFFF; display: flex; flex-wrap: wrap; }
.projetos-cx-topo{background: #0000A9; color: #f5f5f0; font-family: "Rethink Sans", sans-serif; font-size: 1.4em; font-weight: 400; display: flex; flex-wrap: wrap; width: 100%; min-height: 80px; align-content: center;}
.projetos-cx-topo2{background: #030053; color: #f5f5f0; font-family: "Rethink Sans", sans-serif; font-size: 1.4em; font-weight: 400; display: flex; flex-wrap: wrap; width: 100%;  min-height: 80px; align-content: center;}
.projetos-cx-texto{ display: flex; flex-wrap: wrap; width: 100%; margin: 20px; height: 100%; font-size: 1.1em;}

.projetos-cx-topo span, .projetos-cx-topo2 span{ padding:15px; }


/* ====================== Por que escolher o Bacharelado em IA da PUC-Rio? ====================*/

#pqbia{display: flex; flex-wrap: wrap; width: 100%; margin:40px auto 10px auto;}
.pqbia-all{ display: flex; flex-wrap: wrap; width: 100%;  font-size: 1.25em; line-height: 1.5em; margin: 0 0 40px 0;}
.pqbia-bull{display: flex; flex-wrap: wrap; width: 15px;}
.pqbia-text{display: flex; flex-wrap: wrap; width: 95%;}


/* ======================= Como Ingressar ================ */

#como-ingressar{display: flex; flex-wrap: wrap; width: 100%; margin:40px auto 80px auto;}
#como-ingressar .puc_layout_coluna_2cols_interno{font-size: 1.25em;
  line-height: 1.5em;}
.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;}

@media (max-width:444px) {.btn-incricao-aberta{font-size: 0.7em;}	
}

/* ====================== 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;
}
	
	.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;}







