/*
Theme Name: Pós-Graduação 2019
Theme URI: http://www.uesb.br/ppg/ppgmls
Description: Wordpress Theme
Version: 1.0
Text Domain: ppgs
Author: Eric Santos, Kleber Vasconcelos
Tags: uesb
*/

.topo
{
    background-color: #013ba8;
}

.topo .campus-data
{
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #ffffff;
    padding-top: 11px
}

.topo .idiomas
{
    padding-top: 5px;
    text-align: right
}

.topo .idiomas li
{
    list-style: none;
    display: inline;
    padding-right: 10px
}

.cabecalho
{
    background-image: url('imagens/topo.png');
    background-attachment: fixed;
    background-position: top;
    background-size: 100%;
    height: auto;
    padding: 40px 0
}
@media (max-width: 575.98px)
{ 
    .cabecalho
{
    background-size: auto;
}
}

@media (max-width: 575.98px)
{ 
    .cabecalho .logotipo
{
    padding-top: 15px;
}
}

.menu .bg-light 
{
    background-color: #013ba8!important; 
}

.menu ul li:hover 
{
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
}

.menu .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link 
{
    color: #faff73;
    font-weight: 500;
}

.menu .navbar-light .navbar-nav .nav-link
{
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

.menu .navbar-expand-md .navbar-nav .nav-link 
{
    padding-right: 5rem;
	padding-left: .5rem;
}

.menu .dropdown-item 
{
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

.menu .dropdown-menu 
{
    padding: .5rem 0;
    margin: .55rem 0 0;
    background-color: #0850d6;
    border: 0px;
    border-radius: 0rem;
}

.menu .dropdown-menu a:hover
{
    background-color: rgba(0, 0, 0, 0.1);
}

.menu ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu
{
    display: block;
    margin-left: 100%;
    margin-top: -37px;
    
}
@media (max-width: 575.98px)
{ 
    .menu ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu
{
	margin-left: 0;
    margin-top: 0;
}
}

.sec01 h3
{
    font-family: 'Fjalla One', sans-serif;
    color: #3474ed
}

.sec01 p
{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #717171;
    font-weight: 300;
    text-align: justify;
    padding-right: 25px
}
@media (max-width: 575.98px)
{ 
    .sec01 p
{
	padding-right: 0;
}
}

.sec01 .links-dir
{
    background-image: url('imagens/links.png');
    background-repeat: repeat-x;
    padding: 25px 0 25px 25px;
    align-items: center
}
@media (max-width: 575.98px)
{ 
    .sec01 .links-dir
{
	background-size: 100%;
}
}

.sec01 .links-dir p 
{
    font-family: 'Fjalla One', sans-serif;
	color: #fff;
	margin-top: 15px;
	text-transform: uppercase;
	text-align: left;
}


.sec01 .btn
{
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #d88e00;
  background-color: transparent;
  border: 1px solid #d88e00;
  border-radius: 7px;
  display: block;
  width: 120px;
  height: 50px;
  margin: 20px 0;
 }

 .sec01 .btn:hover
{
  background-color: #d88e00;
  color: #fff;
  border: 1px solid #fff;
}

.sec02 h3
{
    font-family: 'Fjalla One', sans-serif;
    color: #ec7e00
}

.sec01, .sec02
{
    margin-top: 30px;
}

.sec02 ul, .paginas-internas ul
{
	list-style-type: none;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
    font-size: 15px;
    margin-top: 20px
}

.sec02 ul 
{
	color: #4e4e4e;
}


.lista-noticias li:nth-child(odd), .interna li:nth-child(odd)
{
	background-color: #f0f0f0;
	padding-top: 10px;
	padding-left: 20px;
    padding-bottom: 10px;
    list-style-type: none
}

.lista-noticias li:nth-child(even), .interna li:nth-child(even)
{ 
	background-color: #fff;
	padding-top: 10px;
	padding-left: 20px;
    padding-bottom: 10px;
    list-style-type: none 
}

.paginas-internas
{
    margin: 40px 0;
}

.paginas-internas h3
{
    font-family: 'Fjalla One', sans-serif;
    color: #ec7e00;
    text-transform: uppercase
}

.paginas-internas h1, .paginas-internas h2, .paginas-internas h4, .paginas-internas h5, .paginas-internas h6
{
    font-family: 'Fjalla One', sans-serif;
    color: #2a71f5;

}

.paginas-internas p
{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #717171;
    font-weight: 300;
    text-align: justify;
}

.paginas-internas span
{
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #474747;
    font-weight: 300;
}

.busca
{
    background-color: #f0f0f0;
    margin-top: 30px
}

.contato-rapido
{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #717171;
    font-weight: 300;
    padding: 30px 0
}
@media (max-width: 575.98px)
{ 
    .contato-rapido
{
	text-align: center;
}
}

.rodape
{
    background-color: #013ba8;
    padding: 30px 0
}

.rodape .texto-legal
{
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: 500
}
@media (max-width: 575.98px)
{ 
    .rodape .texto-legal
{
	text-align: center;
}
}

.rodape .assinatura
{
    padding-top: 10px
}
@media (max-width: 575.98px)
{ 
    .rodape .assinatura
{
    padding-top: 30px;
    align-content: center
}
}

/* INÍCIO DO CSS DE PAGINAÇÃO */
.pagination
{
  clear:both;
  position:relative;
  font-size:10px; /* Pagination text size */
  line-height:13px;
  float:right; /* Pagination float direction */
}

.pagination span, .pagination a
{
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  font-size:10px;
  color:#fff; /* Pagination text color */
  background: #ec7e00; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.pagination a:hover
{
  color:#fff;
  font-size:10px;
  background: #ce6e00; /* Pagination background on hover */
}

.pagination .current
{
  padding:6px 9px 5px 9px;
  font-size:10px;
  background: #b3000f; /* Current page background */
  color:#fff;
}

/* FIM DO CSS DE PAGINAÇÃO */


/* INÍCIO DO DATA TABLE*/

.paginas-internas label, .paginas-internas .dataTables_info, .paginas-internas .dataTables_paginate
{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin: 20px 0;
}

.data_table_wrapper
{
    font-family: 'Poppins', sans-serif;
    line-height: 150%; 
    font-size: 14px;
    font-weight: 300;
}

.data_table_wrapper select, .data_table_wrapper input
{
    padding: 5px 10px; 
    line-height: 100%
}

.data_table_wrapper table
{
    float: left; 
    width: 100%; 
    margin-top: 20px; 
    margin-bottom: 20px
}

.data_table_wrapper th
{
    background-color: #b3000f; 
    color: #ffffff; 
    font-weight: 700;
    text-align: center;
    border: none; 
    line-height: 200%
}

.data_table_wrapper tr td
{   
    border: solid 1px #eaeaea; 
    padding: 5px; 
    text-align: center
}

.data_table_wrapper tr:nth-child(odd)
{   
    background-color: #fff;
}

.data_table_wrapper tr:nth-child(even)
{   
    background-color: #e2e2e2;
}

.data_table_wrapper tr:hover
{   
    background-color: #f5f5f5;
}

/* FIM DO DATA TABLE*/


/* INÍCIO BUSCA */

.searchform_text
{
    width: 97%;
    height: 39px; 
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 5% 0 2%; 
    border: 0; 
    background: #dcdcdc; 
    font-size: 12px; 
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #b3000f
}

.searchform_submit
{
    position: absolute; 
    top: 28px; 
    right: 6.5%; 
    width: 22px; 
    height: 22px; 
    background: url(imagens/bt_busca.png) 
    no-repeat; border: 0; 
    cursor: pointer; 
    transition: all 300ms linear
}
@media (max-width: 575.98px)
{ 
    .searchform_submit
{
    right: 8%;
}
}

/* FIM BUSCA */

/****** FOOTER *******/
#box_outros_instituicoes{float: left; width: 100%; margin-top: 60px}
	
	.resumo_index_instituicoes p{color: #4c4c4c}
	
	#outras_instituicoes{float: left; width: 100%;}
		#outras_instituicoes_centro{margin: 0 auto; width: 430px}
			.instituicao{float: left; width: 200px; min-height: 100px; margin-top: 35px; text-align: center; transition: all 300ms linear}
			.instituicao:first-child{margin-right: 30px}
			.instituicao:hover{transform: scale(1.1)}
			
			.instituicao_nucleadoras{background: url(imagens/icon_nucleadas.png) no-repeat top center}
			.instituicao_associadas{background: url(imagens/icon_associadas.png) no-repeat top center}
				
				.instituicao a{float: left; width: 100%}
			
				.instituicao_titulo{float: left; width: 100%; margin-top: 110px; font-size: 15px; font-family: 'roboto_condensedregular'; font-weight: bold; color: #00bbdd;}
				.instituicao_resumo{float: left; width: 100%; margin-top: 10px; font-size: 12px; font-family: 'roboto_condensedlight'; color: #7f7f7f; line-height: 150%}

#box_faq{float: left; width: 100%; padding: 50px 0; background: url(imagens/bg_faq.jpg) no-repeat top center; margin-top: 60px}
	#marcador_faq{float: left; width: 89px; height: 134px; background: url(imagens/icon_faq.png) no-repeat; }
	#desc_faq{float: left; width: 80%; margin-left: 30px; }
		#desc_faq h3{float: left; width: 100%; font-family: 'oswald_regularregular'; font-size: 21px; text-transform: uppercase; color: #ffffff; font-weight: normal; color: #700000}
		#desc_faq p{float: left; width: 100%; font-size: 13px; color: #ffffff; margin-top: 7px; line-height: 150%; font-family: 'oxygenregular'; margin-top: 20px}
	#box_faq a{float: right; width: 40px; height: 39px; margin-top: 50.1px; transition: all 300ms linear}
	#box_faq a:hover{opacity: 0.7}













    /* Estilos para o CARROSSEL de notícias */

.noticia-card {
    margin-bottom: 20px; /* Espaço para o botão "mais" não ficar colado */
    border: 1px solid #E0E0E0;
    background-color: #fff;
}

.noticia-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.noticia-card .card-imagem img {
    width: 100%;
    height: 180px; /* Altura fixa para as imagens */
    object-fit: cover; /* Garante que a imagem preencha o espaço sem distorcer */
}

.noticia-card .card-conteudo {
    padding: 15px;
}

.noticia-card .card-titulo {
    margin: 0;
    font-size: 1rem;
    color: #0056b3;
    /* Limita o título a 3 linhas para manter a altura dos cards consistente */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px; /* Altura mínima para o título (ajuste conforme a fonte) */
}

/* Estilos para os controles do carrossel (setas pretas) */
#noticiasCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

#noticiasCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* Opcional: Adiciona um fundo cinza claro para destacar mais as setas */
#noticiasCarousel .carousel-control-prev,
#noticiasCarousel .carousel-control-next {
    background-color: rgba(255, 255, 255, 0.5);
    width: 5%; /* Largura da área clicável da seta */
}

/* Estilos REFINADOS para a Tabela de Docentes */

/* Container para garantir que a tabela não ultrapasse a largura da página */
.tabela-docentes-container {
    overflow-x: auto; /* Adiciona rolagem horizontal em telas muito pequenas */
}

/* Layout geral da tabela */
.tabela-docentes {
    width: 100%;
    border-collapse: collapse;
    border: none;
    font-size: 16px;
}

/* Células do cabeçalho e do corpo da tabela */
.tabela-docentes th,
.tabela-docentes td {
    border: none;
    padding: 12px 10px; /* Ajuste fino no espaçamento interno */
    text-align: left;
    vertical-align: middle; /* Alinha o conteúdo verticalmente ao centro da célula */
}

/* Cabeçalho (Nome, E-mail, Currículo) */
.tabela-docentes thead th {
    color: #333; /* Cor mais sóbria */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 25px; /* Mais espaço abaixo do cabeçalho */
    border-bottom: 2px solid #F58220; /* Linha laranja para combinar com o título "DOCENTES" */
}

/* === A MÁGICA ACONTECE AQUI === */
/* Títulos do Campus (Itapetinga, Jequié, etc.) */
.tabela-docentes .campus-heading td {
    font-size: 20px; /* Aumenta a fonte */
    font-weight: bold;
    color: #F58220;
    padding-top: 50px; /* CRIA A SEPARAÇÃO entre os campi */
    padding-bottom: 20px;
    /* Remove o espaçamento à esquerda para alinhar com o título principal */
    padding-left: 0; 
}

/* Linhas dos professores */
.tabela-docentes tbody tr:not(.campus-heading) {
    border-bottom: 1px solid #e9e9e9; /* Linha separadora suave entre os nomes */
}

/* Links do currículo */
.tabela-docentes td a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.tabela-docentes td a:hover {
    text-decoration: underline;
}

/* Estilos para as Tabelas de Discentes */

/* Título da Turma (h2) */
.tabela-discentes-container h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333; /* Cor escura para o título da turma */
    margin-top: 50px; /* Espaço acima de cada título de turma */
    margin-bottom: 20px;
    border-bottom: 2px solid #F58220; /* Linha laranja para destaque */
    padding-bottom: 10px;
}

/* Garante que o primeiro título não tenha espaço extra em cima */
.tabela-discentes-container h2:first-of-type {
    margin-top: 0;
}

/* Layout geral da tabela */
.tabela-discentes {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px; /* Espaço abaixo de cada tabela */
}

/* Células do cabeçalho e corpo */
.tabela-discentes th,
.tabela-discentes td {
    padding: 12px 10px;
    text-align: left;
    border-bottom: 1px solid #e9e9e9; /* Linha separadora suave */
}

/* Cabeçalho (Discente, Nível, Orientador) */
.tabela-discentes thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #555;
    border-bottom: 2px solid #ccc;
}

/* Links na tabela */
.tabela-discentes td a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.tabela-discentes td a:hover {
    text-decoration: underline;
}

/* Estilos para a Tabela de Linhas de Pesquisa */

.tabela-pesquisa {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tabela-pesquisa th,
.tabela-pesquisa td {
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px solid #e9e9e9; /* Linha separadora suave */
    vertical-align: top; /* Alinha o conteúdo no topo, ideal para textos longos */
}

/* Cabeçalho da tabela */
.tabela-pesquisa thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #333; /* Linha mais forte para o cabeçalho */
}

/* Coluna "Linha de Pesquisa" (Primeira coluna) */
.tabela-pesquisa td:first-child {
    width: 20%; /* Define uma largura menor para a primeira coluna */
    font-weight: bold;
}

/* Coluna "Descrição" (Segunda coluna) */
.tabela-pesquisa td:nth-child(2) {
    width: 45%; /* Define uma largura maior para a descrição */
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Coluna "Docentes" (Terceira coluna) */
.tabela-pesquisa td:nth-child(3) {
    width: 35%;
    font-size: 0.9rem;
}