.alinhamento {
  width: 20%;
}
.acesso-rapido {
  font-size: 1.2rem;
  display: contents;
}

a.botao-acesso-rapido.botao-gprojeto.d-flex.align-items-center {
  border: 2px solid var(--cor-principal);
  color: var(--cor-de-fonte-escura);
  background-color: transparent;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  justify-content: space-between;
  min-width: 180px;
  border-radius: 0;
}
a.botao-acesso-rapido.botao-gprojeto.d-flex.align-items-center:hover{
    background-color: var(--cor-principal);
    color: var(--cor-de-terciaria);
    img.icon-gproj{
        filter: invert();
    }
}
section.secao-acesso-rapido {
  align-items: center;
  display: flex;
  background-color: transparent;
}

h1.titulo-principal {
  background-color: var(--cor-principal);
  color: var(--cor-de-terciaria);
  padding: 1rem;
  text-align: center;
  font-family: var(--fonte-titulos);
  font-weight: 500;
  font-size: 1.5rem;
}
p.texto-gproj {
  padding: 0.5rem 6rem;
  line-height: 1.5;
  text-align: justify;
  text-indent: 1rem;
  font-size: 1rem;
}
.row.alinhamento {
  display: flex;
  justify-content: space-around;
  width: 50%;
  margin: 1rem;
  align-self: center;
}
.row.alinhamento.acesso-rapido {
  display: flex;
  justify-content: center;
  width: auto;
  gap: 20px;
}
section.secao-gproj {
  margin-bottom: 5rem;
}
.lista-gproj{
  list-style: disc;
  padding-left: 25px;
  line-height: 1.7;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
}

.lista-gproj li{
  margin-bottom: 10px;
  margin-left: 120px;
}
.secao-gproj h6{
    font-weight: bold;
    margin-left: 120px;
    margin-top: 20px;
}
/* secao informacao projeto */
.secao-informacoes-projeto {
  padding: 3rem 0;
  background-color: var(--cor-de-terciaria);
}

.container-projeto {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 3rem;
}

.card-info-projeto {
  flex: 1;
  max-width: 600px;
}

.titulo-projeto {
  text-transform: uppercase;
  color: var(--cor-secundaria);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 1.2;
}

.resumo {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 2rem;
  color: var(--cor-de-fonte-escura);
}

.botoes-projeto {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.botao-detalhes,
.botao-equipamentos {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--cor-de-fonte-escura);
  border-radius: 25px;
  background-color: transparent;
  color: var(--cor-de-fonte-escura);
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.botao-detalhes:hover,
.botao-equipamentos:hover {
  background-color: var(--cor-principal);
  color: var(--cor-de-terciaria);
}

.botao-detalhes i,
.botao-equipamentos i {
  font-size: 0.8rem;
}

.dropdown-custom {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}

.dropdown-item-custom {
  padding: 0.75rem 1.5rem;
  color: var(--cor-de-fonte-escura);
  font-weight: 500;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.dropdown-item-custom:hover {
  background-color: var(--cor-principal);
  color: var(--cor-de-terciaria);
}

.logos-projeto{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-items: center;
  align-items: center;
  margin-top: 20px;
}
.logos-projeto img{
  max-width: 150px;
  height: auto;
}

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

.logo-capes,
.logo-finep {
  max-width: 150px;
  height: auto;
}

/* Modal Styles */
.modal-xl {
  max-width: 90%;
}

.modal-header {
  background-color: var(--cor-principal);
  color: var(--cor-de-terciaria);
  border-bottom: none;
  padding: 1.5rem 2rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.btn-close {
  filter: invert(1);
  opacity: 0.8;
}

.btn-close:hover {
  opacity: 1;
}

.modal-body {
  padding: 2rem;
  line-height: 1.6;
}

.convenio-item {
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.convenio-header {
  background: linear-gradient(135deg, #4a5568, #2d3748);
  color: white;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.convenio-header h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.btn-expand {
  background: none;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.btn-expand:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.convenio-content {
  padding: 1.5rem;
  background-color: #f8f9fa;
}

.convenio-content h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--cor-de-fonte-escura);
}

.convenio-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.texto-azul {
  color: #2563eb;
}

.texto-verde {
  color: #16a34a;
}

.texto-vermelho {
  color: #dc2626;
}

/* Responsive */
@media (max-width: 768px) {
  .container-projeto {
    flex-direction: column;
    gap: 2rem;
  }
  
  .botoes-projeto {
    flex-direction: column;
    align-items: stretch;
  }
  
  .botao-detalhes,
  .botao-equipamentos {
    justify-content: center;
  }
  
  .logos-projeto {
    flex-direction: row;
    justify-content: center;
  }
  
  .modal-xl {
    max-width: 95%;
  }
}

section.secao-citacao.text-white.text-center {
  background-image: url(../images/peter-drucker.png);
  background-repeat: no-repeat;
  background-position: 3rem center;
  background-size: auto 90%;
  background-color: var(--cor-principal);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

