.secao-gpg {
  background-color: #f5f5f5;
  padding-top: 2rem; 
}

.secao-gpg .titulo-gpg {
  background-color: var(--cor-principal);
  color: var(--cor-de-terciaria);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 16px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.secao-gpg .conteudo-gpg {
  font-size: 1rem; 
  border-radius: 8px;
  line-height: 1.7;
  font-size: 1.05rem;
  color: var(--cor-info-escura);
  max-width: 900px;
  margin: 0 auto;
}

.secao-gpg .conteudo-gpg p {
  margin-bottom: 1.2rem;
  text-align: justify;
  font-size: 1.1rem;
  text-indent: 2rem;
}
.titulo-capacitacao {  
  font-size: 2rem;
  font-weight: 600;
  padding-top: 1rem;  
  margin: 0;
}
.col-md-6{  
  font-size: 1rem;
  text-align: justify;
}
.row.align-items-center{
  justify-content: space-around;
  p.texto-capacitacao{
    line-height: 1.5;
  }
  
}
/* Seção de Saldo Comparativo COORP */
.secao-coorp {
  background-color: #ffffff;
  width: 100%;
  padding: 60px 0;
}

/* Título moderno em azul */
.secao-coorp .titulo-corp {
  font-size: 2rem;
  font-weight: 800;
  color: #2c3eeb;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.3;
  text-align: center; /* Alinha à esquerda */
  margin-left: -250px; /* Remove empurrão para direita */
}

.alinhamento { 
  gap: 5rem !important; 
}
.row-acesso-rapido{ 
  display: flex;
}
h2.acesso-rapido{
  align-content: center;
}
.botao-acesso-rapido {
  min-width: 220px; 
  max-width: 260px;
  height: auto; 
  font-size: 1.1rem; 
  display: flex !important; 
  justify-content: space-between;
  gap: 18px; /* espaçamento entre texto e ícone */
  line-height: 1.2; 
  white-space: normal;
  text-align: left;
}

.botao-acesso-rapido span {
  flex: 1;
  display: block; 
}

article.text-center.btn-especial{
  width: 28% !important;
}
.botao-acesso-rapido i {
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 0;
  font-size: 2rem;
  line-height: 1;
}

/* Texto explicativo */
.secao-coorp .texto-corp {
  font-size: 1rem;
  color: #000000;
}

/* Botão personalizado */
.secao-coorp .btn {
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 500;
  margin-left: 120px;
}
.container.text-center{
  display: flex;
  flex-wrap: wrap;
}

/* Imagem da CAPES */
.img-capes {
  max-width: 100%;
  height: auto;
}
.fundo-cit {
  position: relative;
  background-color: #899cc5;
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
}

.secao-citacao {
  background-image: none !important;
}

.fundo-cit::before {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 1000px;
  width: 180px;
  height: 180px;
  background-image: url("../images/leo_vinci.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Seção de curso */
.secao-curso {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 24px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

/* Título do curso */
.titulo-curso {
  font-size: 18px;
  font-weight: 700;
  color: #02051f;
  margin-bottom: 8px;
  text-align: left;
  padding-right: 48px;
}

.curso-collapse {
  display: none;
  border-top: 1px solid #ccc;
  margin-top: 16px;
  padding-top: 16px;
}

.curso-collapse.aberta {
  display: block;
}

.texto-curso {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  text-align: justify;
}
.curso-collapse {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  text-align: justify;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.texto-curso {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.lista-curso {
  padding-left: 0;
  counter-reset: item;
}
.lista-curso2 {
  padding-left: 0;
  counter-reset: item;
}
.lista-curso li {
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 6px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
  position: relative;
  padding-left: 48px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.lista-curso2 li {
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 6px;
  font-weight: 500;
  color: #111;
  position: relative;
  padding-left: 48px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.lista-curso li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 16px;
  top: 12px;
  font-weight: 700;
  color: var(--cor-secundaria);
  font-size: 1rem;
}

.lista-curso2 li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 16px;
  top: 12px;
  font-weight: 700;
  color: var(--cor-secundaria);
  font-size: 1rem;
}

/* Estilo do botão */
.btn-dark {
  background-color: #111827;
  border: none;
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 4px;
}

.btn-dark:hover {
  background-color: #2c3eeb;
  color: #fff;
}
.contact-box {
  border-left: 5px solid #007bff;
  background-color: #f8f9fa;
}
.contact-box a {
  text-decoration: none;
  color: #007bff;
}
.contact-box a:hover {
  text-decoration: underline;
}
.lista-documentos{
  list-style: disc;
  padding-left: 25px;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.lista-documentos li{
  margin-bottom: 10px;
}

.lista-documentos a{
  text-decoration: none;
  color: #1a4d8f;
  font-weight: 500;
}

.lista-documentos a:hover{
  color: #0d6efd;
  text-decoration: underline;
}
/*
.menu-cursos {
  border-bottom: 1px solid #eee;
}

.menu-cursos .menu-link {
  text-decoration: none;
  color: #02051f;
  font-weight: bold;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.menu-cursos .menu-link:hover {
  color: #0056b3 !important;
}
.menu-container {
  max-width: 81.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  
}*/
