/* Add here all your CSS customizations */


.page-header {
  width: 100%;
  margin: 0;
  padding: 80px 0; /* aumenta altura vertical */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px; /* aumenta a altura do banner */
}

/* Corrigir breadcrumb se aparecer faixa branca */
.page-header ul.breadcrumb {
  background: none;
  padding: 0;
  margin-top: 10px;
}

.page-header ul.breadcrumb li,
.page-header ul.breadcrumb li.active {
  color: #ffffff;
}








.intro-text {
    font-family: 'Poppins', sans-serif  !important;
    font-size: 1.6rem;           
    font-weight: 300;          
    line-height: 1.5;
    color: #555;            
   
    margin-bottom: 1.5rem;
  }
  
  .intro-text .highlight {
    font-weight: 600;           
    color: #2295d1;          
  }


  .intro-text-small {
    font-family: 'Poppins', sans-serif  !important;
    font-size: 1.6rem;           
    font-weight: 200;          
    line-height: 1.5;
    color: #555;              
  
    margin-bottom: 1.5rem;
  }



/* Poppins ao menu principal e dropdowns */
#mainNav > li > a,
#mainNav .dropdown-menu > li > a,
.header-nav-main ul.nav > li > a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  font-size: 1rem;
}





.team-side-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-paragraphs {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}

.custom-paragraphs .highlight {
  color:#2295d1;
  font-weight: 600;
}





.team-photo {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.highlight {
  color: #2295d1;
  font-weight: 600;
}










/* Container dos links no estilo do primeiro print */
.objectives-links .objectives-list {
    border-top: 1px solid #ddd;
    margin-bottom: 1.5rem;
  }
  
  .objectives-links .objective-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    color: #2295d1;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.2s;
  }
  
  .objectives-links .objective-item::after {
    content: '›';
    font-size: 1.2rem;
    line-height: 1;
  }
  
  .objectives-links .objective-item:hover {
    color:#2295d1;
  }
  
  .objectives-links .objective-item + .objective-item {
    border-top: 1px solid #ddd;  /* linha entre itens */
  }
  
  /* Estilo dos detalhes (opcional) */
  .objective-detail h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: .5rem;
  }
  
  .objective-detail ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #555;
    margin-bottom: .5rem;
  }
  









  .inner-container {
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

.b-light {
	font-weight: 600;
}


.block-ab{
	width: 15.5%;
	height: 280px;
	float: left;
	margin: 4px;
}

.block-ab2{
	width: 19%;
	height: 400px;
	float: left;
	margin: 3px;
}

@media (max-width: 767px) {
	.block-ab{
		max-height: 190px;
		width: 31%;
		float: left;
		margin: 2px;
	}
}

@media (max-width: 600px) {
	ul.history li .thumb {
		display: none;
	}

	ul.history li .featured-box {
		margin-left: 0;
	}
}

@media (max-width: 479px) {
	.block-ab{
		max-height: 150px;
		width: 31%;
		float: left;
		margin: 2px;
	}
}

/* --- Dropdown for Login --- */
/* Dropdown Button */
.dropbtn {
    background-color: #999999;
    color: white;
    padding: 6px 10px 6px 10px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    z-index:99999;
	background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px 12px;
    text-decoration: none;
	font-size: 13px;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #eeeeee}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #44525a;
}
/* --- End --- */



.btn-know-more-custom {
  font-weight: 600;
  color: white !important;
  padding: 14px 36px !important;
  border-radius: 300px !important;
  background: linear-gradient(135deg, #419efb, #2295d1) !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(32, 125, 218, 0.4) !important;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.btn-know-more-custom:hover {
  background: linear-gradient(135deg,  #2295d1, #419efb) !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 36px rgba(29, 140, 248, 0.6);
  text-decoration: none;
  color: white !important;
}

/* Efeito de onda ao clicar */
.btn-know-more-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 0;
}

.btn-know-more-custom:active::after {
  width: 200%;
  height: 200%;
  transition: 0s;
}










.breadcrumb {
    font-size: 14px;
    color: #444;
    margin: 20px 0 30px;
  }
  
  .breadcrumb a {
    text-decoration: none;
    color: #444;
    font-weight: 400;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  
  .breadcrumb .current {
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #f4c542; /* amarelo dourado discreto */
    padding-bottom: 2px;
  }
  






/* ===============================
   1) FUNDO DE BOLINHAS POR BAIXO
   =============================== */
   .image-wrapper {
    position: relative;
    padding: 1rem;                         /* espaçamento interno */
    background-image: radial-gradient(#2295d120 1px, transparent 1px);
    background-size: 100px 100px;
    border-radius: 1rem;                   /* mesma curvatura do card */
  }
  
  /* ===============================
     2) CARTÃO: bordas, sombra, overflow
     =============================== */
  .custom-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    background: #fff;                      /* garante fundo branco */
  }
  
  /* imagem reduzida e responsiva */
  .custom-card img {
    display: block;
    width: 100%;
    height: 150px;                         /* ajuste à sua necessidade */
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  /* ===============================
     3) OVERLAY 100% DA IMAGEM
     =============================== */
  .card-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;                          /* cobre tudo */
    background: rgba(34, 149, 209, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);           /* começa “embaixo” */
    transition: transform 0.3s ease;
  }
  
  /* ===============================
     4) TEXTO EM POPPINS, branco e maior
     =============================== */
  .card-overlay h5 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #ffffff;
    text-transform: none;
    text-align: center;
  }
  
  /* ===============================
     5) HOVER: sobe o overlay e faz zoom leve
     =============================== */
  .custom-card-link:hover .custom-card {
    transform: translateY(-5px);
  }
  
  .custom-card-link:hover .custom-card img {
    transform: scale(1.05);
  }
  
  .custom-card-link:hover .card-overlay {
    transform: translateY(0);
  }
  
  
  


  
  
  
  
  /* ======================================
   HOME page
====================================== */
  

.banner-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 4rem); /* mínimo maior (2.2rem), máximo maior */
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 12px rgba(0,0,0,0.5);
  padding: 0 .5rem;
}



.banner-subtitle {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem); /* antes estava a encolher demasiado */
  font-weight: 300;
  color: #f0f4f8;
  margin-top: 15px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35);
  text-align: center;
}



/* ajustes finos por breakpoint */
@media (max-width: 991px) {
  .banner-title { font-size: 2rem; }
  .banner-subtitle { font-size: 1.2rem; }
}

@media (max-width: 575px) {
  .banner-title { font-size: 1.8rem; line-height: 1.25; }
  .banner-subtitle { font-size: 1rem; }
}










.overlay-btn {
    margin-top: 30px;
    display: inline-block;
    color: white;
    border-bottom: 2px solid white;
    text-decoration: none;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}
  
.overlay-btn:hover {
    color: #e6e6e6;
    border-bottom-color: #e6e6e6;
}
  
  


.banner-btn {
    background-color: #2295d1;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  
  .banner-btn:hover {
    background-color:#2295d1;
    color: white;
}




.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  color: #555;
  font-family: 'Poppins', sans-serif  !important;
}
.feature-list li {
  margin-bottom: 6px;
  line-height: 1.5;
}
.feature-list li strong {
  color: #555;
}










.logos-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adapta o número de colunas automaticamente */
	gap: 10px; /* Espaçamento entre os logos */
  }
  
  .logo img {
	width: 100%; /* Garante que a imagem ocupe toda a largura do contêiner */
	height: auto; /* Mantém a proporção da imagem */
  }




/* Animação para o efeito de digitação */
@keyframes typing {
    from { width: 0; }
    to { width: 35ch; } /* Ajusta a largura ao comprimento do texto */
}

/* Animação para o cursor piscando */
@keyframes blink-caret {
    50% { border-color: transparent; }
}


/* highlight */
.highlight {
    /*background-color: #ffffff; /* Cor de fundo para o destaque */
    color: #ffffff; /* Cor do texto */
    padding: 10px 10px; /* Espaçamento em torno do texto */
    /*border-radius: 5px; /* Opcional: arredonda as bordas */
}


.large-text {
    font-size: 30px; /* Tamanho da fonte para titulo */
    color: white; /* Cor do texto */
}

.medium-text {
    font-size: 20px; 
    color: white;
}



.banner-container {
    background-size: cover;
    background-position: center;
    height: 500px; /* Altura total da tela */
	width: 100%; /* Largura total */
}




#mainNav > li.active > a {
    background: none !important;       /* remove fundo azul */
    border-bottom: 3px solid #2295d1;  /* adiciona sublinhado azul */
    color: #2295d1 !important;         /* mantém o texto azul */
    padding-bottom: 4px;               /* pequeno ajuste visual */
  }







 /* 1) Image-wrapper apenas controla borda e overflow */
.image-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
  }
  
  /* 2) Faz o link ocupar todo o espaço e posiciona relativo */
  .image-wrapper .feature-link {
    display: block;
    position: relative;
  }
  
  /* 3) Imagem responsiva */
  .image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* 4) Overlay cobrindo 100%, escondido inicialmente */
  .image-wrapper .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(34,149,209,0.6);  /* azul semitransparente */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  /* 5) Texto “Learn More” no centro */
  .image-wrapper .overlay span {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 1.5rem;
    text-decoration: underline;
  }
  
  /* 6) Ao hover na imagem/link, mostramos o overlay */
  .image-wrapper .feature-link:hover .overlay {
    opacity: 1;
  }
  
  
  
  
  
  
  





  .handwritten {
    /* Fonte DM Sans – já carregada no seu theme via Google Fonts */
    font-family: 'Poppins', sans-serif;
    font-weight: 100;            /* ou 500/400, conforme preferir */
    font-size: 4rem !important;           /* ajuste ao seu banner */
    color: #ffffff;              /* texto branco */
    text-shadow: none !important;           
    background: none;         
    
 
  
  }
  
  .heading-primary {
    font-weight: 100; /* 400 = normal, 500 = semibold, etc. */

  }
  
 





  .btn-know-more .btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    text-transform: none;
    background: rgba(255,255,255,0.9);
    color: #2295d1;
    
  }
  
  











  /* ======================================
   CSS (adicione em css/custom.css)
====================================== */

/* 1) Padrão de bolinhas por baixo da imagem */
.image-wrapper {
    position: relative;
    padding: 2rem; /* espaçamento entre bolinhas e borda do card */
    background-image: radial-gradient(#2295d120 1px, transparent 1px);
    background-size: 8px 8px;
    border-radius: 1rem;
  }
  
  /* 2) Estilo geral da imagem */
  .feature-image img {
    display: center;
    width: 100%;
    height: 250px;     /* ajustar conforme queremos */
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
  
  /* 3) Conteúdo da feature */
  .feature-content {
    padding: 1rem 2rem;
    color:#2295d1 !important;
  }
  
  /* Número grande */
  .feature-number {
    font-family: 'Poppins', sans-serif !important;
    font-size: 3rem;
    font-weight: 300;
    color:#2295d1;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  
  /* Título */
  .feature-title {
    font-family: 'Poppins', sans-serif !important; 
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color:#2295d1 !important;
  
  }

  .feature-title a {
    color: #2295d1;            
    text-decoration: none;
  }

  .feature-title a:hover {
    color: #2295d1;           
    text-decoration: underline;
  }


  
  /* Parágrafo */
  .feature-text {
    font-family: 'Poppins', sans-serif  !important;
    font-size: 1.6rem;           
    font-weight: 200;          
    line-height: 1.5;
    color: #555;              
  
    margin-bottom: 1.5rem;
  }
  
  /* Responsividade — inverter colunas em telas pequenas */
  @media (max-width: 767px) {
    .row.align-items-center {
      flex-direction: column !important;
    }
    .feature-content {
      text-align: center;
      padding: 1.5rem 0;
    }
    .feature-number {
      font-size: 2.5rem;
    }
  }
  

  .features-section {
    background-color: #f9fbfd;
  }
  
  .feature-card img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .feature-card:hover img {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  .feature-text h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  
  .feature-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
  }
  
  .feature-link {
    text-decoration: none;
    color: #0056b3;
    transition: color 0.2s;
  }
  
  .feature-link:hover {
    color: #004085;
    text-decoration: underline;
  }



















 /* 1) Seção e título */
/* CSS em css/custom.css */

/* 1) Feature genérico */
.feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  
  /* 2) Círculo idêntico */
  .number-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #2295d1;
    color: #fff;
    border-radius: 60%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
  }
  
  /* 3) Ajuste responsivo */
  @media (max-width: 767px) {
    .feature {
      flex-direction: column;
    }
    .number-circle {
      margin-bottom: 0.5rem;
    }
  }
  
  





/* Raio de canto maior para as imagens */
.rounded-lg {
    border-radius: 0.75rem !important;
  }
  
  /* Se quiser uma sombra mais suave */
  .shadow-sm {
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  }
  
  /* Legenda com Poppins */
  .figure-caption {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #555;
  }
  
  /* Espaçamento vertical ao redor da galeria */
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  



  /* Galeria de imagens uniformes */
  .image-gallery .img-wrapper {
    width: 100%; 
    max-width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0.75rem;
    margin-left: auto;
    margin-right: auto;
}



  .image-gallery .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* recorta centralizado */
    display: block;
  }
  .image-gallery .figure-caption {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: 0.5rem;
    color: #555;
  }
  








  /* ======================================
   Research page
====================================== */


/* Research Lines - Cards */
.research-lines { padding: 10px 0 60px; background:#fff; }
.research-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin: 0 auto;
}


.research-card {
  background: #f9fbfd;
  border: 1px solid #e3eaf1;
  border-radius: 14px;
  padding: 22px 22px;
  font-family: 'Poppins', sans-serif;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.research-card:hover {
  transform: translateY(-4px);
  border-color:#d6e6f5;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.card-icon {
  width: 42px; height: 42px;
  display: inline-flex; align-items:center; justify-content:center;
  border-radius: 50%;
  background: #e8f4fb;
  color:#2295d1;
  font-size: 2rem;
  margin-bottom: 10px;
}

.card-title {
  margin: 6px 0 8px;
  font-size: 2rem;
  font-weight: 600;
  color: #2295d1;
}

.card-text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #555;
  text-align: left;
}

.hl { color:#555; font-weight:600; } /* destaque de termos-chave */

/* opcional: comprimir espaçamentos em mobile */
@media (max-width: 576px) {
  .research-lines { padding-bottom: 40px; }
  .card-text { font-size: .98rem; }
}







/* 1) remove o espaçamento daquela secção placeholder */
section.py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

/* 2) o “hr invisível” antes do footer cria gap: apaga visualmente */
hr.invisible {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* 3) garante que a última secção antes do footer não empurra o rodapé */
.research-lines,
.research-lines .container,
.research-grid {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* (defensivo) remove margem do último filho dentro do container */
.research-lines .container > *:last-child {
  margin-bottom: 0 !important;
}

/* 4) evita margem extra no próprio footer */
#footer {
  margin-top: 0 !important;
}




















  /* ======================================
   Infrastructures page
====================================== */




.infra-card, .infra-card * {
  font-family: 'Poppins', sans-serif !important;
}


h3 {
  text-align: left;
  font-size: 18px;
  color: #2295d1;
}


h6 {
  text-align: center;
  font-size: 26px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #2295d1;
}

h1 {
  text-align: center;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
}

h5 {
  text-align: left;
  font-size: 18px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
}


.infra-content h3 {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: none;
}

h2 {
  text-align: left;
  font-size: 26px;
  margin-bottom: 30px;
}

.infra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.infra-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  
}

.infra-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.infra-content {
  padding: 20px;
  flex-grow: 1;
  color: #444;
}



.infra-content p {
  font-size: 1.3rem;
  margin: 0.25rem 0;
}

.infra-btn-wrapper {
  text-align: center;
  padding-bottom: 20px;
}

.more-info-btn {
  padding: 10px 24px;
  background: #2295d1;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.gallery {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 20px;
  opacity: 0;
}

.gallery.show {
  max-height: 1300px;
  opacity: 1;
  margin-bottom: 20px;
}

.gallery-item {
  margin: 10px 0;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}


.gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1;
}


.gallery-item p {
  font-size: 1.3rem;
  margin-top: 5px;
  color: #444;
}

@media (max-width: 992px) {
  .infra-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .infra-grid {
    grid-template-columns: 1fr;
  }
}





.zoom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  text-align: center;
  padding-top: 60px;
}

.zoom-content {
  max-width: 85%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}


.zoom-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}






  /* ======================================
   Team page
====================================== */

.email-link {
  margin-left: 8px;
  color: #555;
  text-decoration: none;
}

.email-link:hover {
  color: #0073e6; /* Azul ao passar o mouse */
}




.highlight {
  color: #2295d1;
  font-weight: 600;
}


.member-description {
  margin: 0;
  width: 100%;
}

.col-md-8 {
  width: 100%;
}

.team-section .row.align-items-center {
  width: 100%;
}



.team-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.team-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}



.collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.collapsible.open {
  max-height: 500px; /* ajustável */
  overflow-y: auto;
  padding-right: 8px; /* previne sobreposição com scrollbar */
}

.collapsible.open::-webkit-scrollbar {
  width: 5px;
}


.collapsible.open::-webkit-scrollbar-thumb {
  background-color: #2295d1;
  border-radius: 2px;
}

.toggle-btn {
  background: none;
  border: none;
  color:#2295d1 !important;
  font-weight: 500;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

.toggle-btn i {
  transition: transform 0.3s ease;
}

.toggle-btn.active i {
  transform: rotate(180deg);
}

.supervisor-text {
  text-align: left !important;
  font-size: 12px;

}




.custom-paragraph-box {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #767575;    
  background-color: #f4f7fa;
  border-left: 4px solid #2295d1;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 6px;
}






/* Meta container */
.meta{
  display:grid;
  row-gap:.5rem;
  margin:8px 0 16px;
  font-family:'Poppins',sans-serif !important;
}

.meta-item {
  display: flex;
  align-items: center;   /* alinha verticalmente o ícone e o texto */
  gap: 2px;              /* controla a distância entre ícone e label */
  justify-content: center; /* centra no cartão */
  margin-bottom: .5rem;
}

.meta-icon {
  flex-shrink: 0;
  color: #2295d1;        /* cor do ícone */
}


.meta-label{
  color:#6b7280;
  font-weight:600;
  font-size:.95rem;
  margin-right:.25rem;
}

.meta-value{
  color:#374151;
  font-weight:500;
}

/* Chips */
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin:0;
  padding:0;
  list-style:none;
}

.chip{
  display:inline-flex;
}

.chip-link{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  background:#f4f7fa;
  color:#767575; 
  border:1px solid #e5eef6;
  border-radius:999px;
  padding:.35rem .6rem .35rem .35rem;
  text-decoration:none;
  transition:transform .15s ease, box-shadow .2s ease, background .2s ease;
}

.chip-link:hover{
  background:#eaf4fb;
  box-shadow:0 4px 14px rgba(34,149,209,.18);
  transform:translateY(-1px);
  color:#111827;}

.chip-avatar{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#2295d1;
  color:#fff;
  font-weight:700;
  font-size:.75rem;
  line-height:24px;
  text-align:center;
}

.chip-green{
  background:#22c55e;
} /* cor alternativa para diferenciar */

.chip-purple { background: #8b5cf6; }   /* roxo */
.chip-orange { background: #f97316; }   /* laranja */
.chip-red    { background: #ef4444; }   /* vermelho */
.chip-dark   { background: #374151; }   /* cinza escuro */
.chip-gray   { background: #898989; }   /* cinza  */

.chip-text{
  font-weight:500;
  font-size:.95rem;
}

/* Responsivo */
@media (max-width:480px){
  .meta-item{
    grid-template-columns:18px 1fr;
  }
  .meta-label,.chips,.meta-value{grid-column:2 / -1;}
}









  /* ======================================
   Page of OPPORTUNITIES
====================================== */






  /* ======================================
   Page of PUBLICATIONS
====================================== */


.publication-toggle-wrapper {
  display: inline-flex;
  background: #f0f4f8;
  border-radius: 20px;
  padding: 3px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif !important;
  margin-bottom: 30px;
}

.toggle-tab {
  border: none;
  font-family: 'Poppins', sans-serif !important;
  background: transparent;
  color: #2295d1;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.toggle-tab:hover {
  background-color: rgba(34, 149, 209, 0.1);
  font-family: 'Poppins', sans-serif !important;
}

.toggle-tab.active {
  background-color: #2295d1;
  font-family: 'Poppins', sans-serif !important;
  color: white;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(34, 149, 209, 0.3);
}


#sectionTheses, #sectionPublications {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}






