/*
Theme Name: Curso de Graduação em Ciências Contábeis
Theme URI: http://www2.uesb.br/curso/cienciaseconomicas
Author: Éric Santos
Description: Site do Curso de Graduação em Ciências Contábeis, da Universidade Estadual do Sudoeste da Bahia
Version: 1.0
Text Domain: graduação, ciências, contábeis, ciências contábeis, universidade, estadual, sudoeste, bahia, uesb, universidade estadual do sudoeste da bahia, vitória da conquista;
*/

/* TOPO */
.topo
{
    background-color: #25b2f5;
}

.topo .campus-data
{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #ffffff;
    padding-top: 11px
}

/* CABEÇALHO */
.cabecalho
{
  background-image: url('imgs/cabecalho.jpg');
  padding: 40px 0;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  
  box-shadow: inset 1px 10px 10px -10px #000;
}

@media only screen and (max-width: 601px)
{
  .cabecalho
  {
    background-size: 200%;
  }
}

/* DATA TABLES */
.internas label, .internas .dataTables_info, .internas .dataTables_paginate
{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #565656;
  padding: 30px 0
}

.internas img
{
  display: block;
  margin-left: auto;
  margin-right: auto
}

.internas .tabela-per thead
{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: white;
  background-color: #eca700;
}

.internas .tabela-per tbody
{
  border: 1px solid #dbdbdb;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #858585;
  font-size: 14px
}

.internas .tabela-per tfoot
{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: white;
  background-color: #b17a03;
  border-top: none;
}


.internas .tabela-per tbody td
{
  padding: 20px 10px;
}

.internas .tabela-per tbody tr
{
  height: 50px
}

.internas table.dataTable thead th, table.dataTable thead td
{
    border-bottom: 1px solid #dbdbdb;
}

.internas .relacao
{
  padding: 30px 0;
}

/* FIM DATA TABLES */

/* INTERNAS **/
.internas
{
  padding: 40px 0;
}

.internas h2
{
  font-family: 'Montserrat', sans-serif;
  color: #b17a03;
  font-weight: 800;
}

.internas .titulacao
{
  font-family: 'Montserrat', sans-serif;
  margin-top: -10px;
}

.internas .classe
{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}


.internas h6, .internas h5
{
  font-family: 'Montserrat', sans-serif;
  color: #e5a316;
  font-weight: 800;
}

.internas h1, .internas h3, .internas h4
{
  font-family: 'Montserrat', sans-serif;
  color: #eca700;
  font-weight: 800;
}

.internas p, .internas ol, .internas ul
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #808080;
}

.internas p b, .internas p strong
{
  font-weight: 700;
}

.internas .barra
{
  width: 65px;
  height: 3px;
  background-color: #eca700;
  margin-bottom: 40px; /* LINHA ADICIONADA PARA DISTANCIAR O TÍTULO */
}

.internas .equipe
{
  padding: 30px 0;
}

.internas .dia-cadastro
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #bbb;
  margin-top: -5px
}

/** MENU **/
.menu
{
  background-color: #1d8dc2;
  padding: 15px 0;
}

.navbar-light .navbar-toggler
{
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-light .navbar-nav .nav-link
{
    color: rgba(255,255,255,.8);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding-right: 30px;
}
@media only screen and (max-width: 601px)
{
.navbar-light .navbar-nav .nav-link
  {
    font-size: 15px;
  }
}

.navbar-light .navbar-nav .nav-link:hover
{
    color: rgba(255,255,255,1);
}

.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: rgba(253,255,99,1);
}

.menu .dropdown-item
{
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: start;
    white-space: nowrap;
    border: 0;
    margin: 7px 0;
}

@media only screen and (max-width: 601px)
{
.menu .dropdown-item
  {
    font-size: 15px;
  }
}

.menu .dropdown-menu
{
    margin: 1.4rem 0;
    background-color: #1d8dc2;
    border: 0px;
    border-radius: 0rem;
}
@media only screen and (max-width: 601px)
{
.menu .dropdown-menu
  {
    margin: 0.35rem 0;
  }
}

.dropdown-menu a:hover
{
    background-color: rgba(0, 0, 0, 0.3);
}

.menu ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu
{
    display: block;
    margin-left: 100%;
    margin-top: 0px;

}
@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;
}
}

.menu .acessibilidade
{
  float: left;
}

.base
{
  z-index: 999 !important;
  height: 2px;
  background-color: white;
  box-shadow: 0px 2px 5px #000;
}

/* NOTÍCIAS */
.noticias
{
    padding: 40px 0;
 }

 .noticias h4
 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #2a6eff;
    text-transform: uppercase;
    padding: 2px 0 2px 50px;
    background-image: url('imgs/ret.png');
    background-repeat: no-repeat;
    background-position: left center;
 }

 .noticias .barra
 {
    background-color: #3ab54a;
    height: 1px;
    margin-bottom: 20px;
 }

ul.list-group.list-group-hover li:hover
{
    background: #969da4;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 7px;

}

ul.list-group.list-group-striped li:nth-of-type(odd)
{
    background: #f3f8fd;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 7px;
}

ul.list-group.list-group-striped li:nth-of-type(even)
{
    background: #c7d0d9;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 7px;
}

.list-group a
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #474a4d;
}

@media only screen and (max-width: 601px)
{
.list-group
  {
    margin-top: 30px;
  }
}

/* EVENTOS */
.eventos
{
  padding: 60px 0;
  background-image: url(imgs/eventos.jpg);
}

.eventos h4
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
}

.eventos .espacamento
{
  margin-top: 20px;
}

.eventos h5
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #eca700;
}

.eventos .data
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #aaa;
  font-size: 12px;
  margin: -5px 0 20px 0
}

/* MAIS INFORMAÇÕES */
.mais-informacoes
{
  padding: 40px 0;
  background-color: #fbf8f8;
}

.mais-informacoes h4
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #2a6eff;
  text-transform: uppercase;
  padding: 2px 0 2px 50px;
  background-image: url('imgs/ret.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.mais-informacoes p
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #7c7c7c;
    padding-bottom: 15px;
}

.box-cinza
{
  background-color: #f1f1f1;
  padding: 20px 0 20px 20px;
  height: 140px;
  margin-bottom: 20px;
}

.verde1
{
  background-color: #2a6eff;
  height: 100px;
  width: 100px;
  float: left;
}

.verde2
{
  background-color: #2a6eff;
  height: 100px;
  width: 100px;
  float: left;
}

.cor1 a
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #2a6eff;
  margin-left: 25px;
}

.cor2 a
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #2a6eff;
  margin-left: 25px;
}

.verde1 img, .verde2 img
{
  margin: auto;
  display: block;
  padding-top: 17px;
}

.box-cinza .info-links
{
  margin-left: 70px;
  padding-right: 20px;
}

.texto-inf
{
  font-family: 'Lato', sans-serif;
  color: #909090;
  font-size: 14px;
  margin-top: -3px;
  margin-left: 55px;
  line-height: 15px;
}

/* INÍCIO BUSCA */
.busca
{
    background-color: #f0f0f0;
    margin-top: 30px
}
.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: #000000
}

.searchform_submit
{
    position: absolute;
    top: 28px;
    right: 6.5%;
    width: 22px;
    height: 22px;
    background: url(imgs/bt_busca.png) no-repeat;
    border: 0;
    cursor: pointer;
    transition: all 300ms linear
}
@media (max-width: 575.98px)
{
    .searchform_submit
{
    right: 8%;
}
}

/* LINKS IMPORTANTES e CONTATO */
.link-contato
{
    padding: 50px 0;
}

.links h4
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #2a6eff;
  text-transform: uppercase;
  padding: 2px 0 2px 50px;
  background-image: url('imgs/ret.png');
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 30px;
  text-align: center; /* ADICIONADO PARA CENTRALIZAR O TÍTULO */
}

.contato h4
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #2a6eff;
  text-transform: uppercase;
  padding: 2px 0 2px 50px;
  background-image: url('imgs/ret.png');
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 30px;
}

.links p, .email, .telefone, .endereco
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #7c7c7c;
}

.email
{
    background-image: url('imgs/arroba.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0 20px 50px;
}

.telefone
{
    background-image: url('imgs/phone.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0 20px 50px;
}

.endereco
{
    background-image: url('imgs/local.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0 2px 50px;
}

/* REDES SOCIAIS*/

.rodape2 
{
  background-color: #015279;
  box-shadow: inset 1px 4px 9px -6px;
  min-height: 30px; 
  padding: 20px 0;
}


.rodape2 article
{
  padding-top: 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400
}

.rodape2 img 
{
  padding: 1px; 
  max-height: 40px;
}


.rodape2 a {
  color: inherit; 
  text-decoration: none; 
}

.rodape2 a {
  color: #ffffff; 
  text-decoration: none;
}

.rodape2 a:hover {
  color: #76a6ff;
}




/* RODAPÉ */
.rodape
{
    background-color: #1d8dc2;
    box-shadow: inset 1px 4px 9px -6px
}

.rodape article
{
  padding-top: 30px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400
}

.rodape img
{
  padding-top: 30px;
  padding-bottom: 40px
}


/* ESPAÇO ALUNO */
.espaco-aluno
{
  padding: 60px 0;
}

.espaco-aluno h4
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #2a6eff;
  text-transform: uppercase;
  padding: 2px 0 2px 50px;
  background-image: url('imgs/ret.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.espaco-aluno h6
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.espaco-aluno .espacamento
{
  margin-top: 20px;
}

.espaco-aluno img
{
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);

  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-bottom: 20px
}

.espaco-aluno img:hover
{
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.espaco-aluno h6
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #e48900;

}

/* --- Ajustes Corpo Docente (Lattes/ORCID) --- */
.plataformas {
    margin-top: 15px; /* Adiciona um espaço acima dos ícones */
}
.plataformas ul {
    list-style: none; /* Remove as bolinhas da lista */
    padding: 0;
    margin: 0;
}
.plataformas ul li {
    display: inline-block; /* Coloca os ícones um ao lado do outro */
    margin-right: 15px; /* Espaço entre os ícones */
    vertical-align: middle;
}
.plataformas ul li img {
    max-width: 120px; /* Define a largura máxima dos ícones */
    height: auto;
}

/* --- Ajustes Links Importantes Grid --- */
/* Remove o CSS de texto da tag <p> que contém as imagens */
.links p {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    /* Cria a grade */
    display: grid;
    gap: 10px;
    /* 2 colunas em telas pequenas */
    grid-template-columns: repeat(2, 1fr);
}

/* 4 colunas em telas de desktop (Bootstrap 'lg' breakpoint) */
@media (min-width: 992px) { 
    .links p {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Garante que as imagens e links preencham a célula da grade */
.links p a {
    display: block;
    width: 100%;
}

.links p img {
    width: 100%;
    height: auto;
    margin: 0; /* Remove margens automáticas da .internas img */
}