/* Add here all your CSS customizations */

/* ===============================
     HEADER
=============================== */

/* --- Botões normais do menu (padrão: fundo branco, texto azul) --- */
.header-nav-main nav > ul > li > a {
	background-color: #ffffff !important;
	color: #007bff !important;
	box-shadow: none !important;
	background-image: none !important;
  }
  
  /* --- Botão ativo (quando está na página) --- */
  .header-nav-main nav > ul > li.active > a {
	background-color: #007bff !important;
	color: #ffffff !important;
	box-shadow: none !important;
  }
  
  /* --- Hover sobre os botões do menu --- */
  .header-nav-main nav > ul > li > a:hover {
	background-color: #e6f0ff !important;
	color: #007bff !important;
  }
  

  /* === MOBILE MENU: fundo branco nos botões do menu === */
.header-nav-main.collapse.in > nav > ul > li > a {
	background-color: #ffffff !important;
	color: #007bff !important;
	border: 1px solid #007bff;
  }
  
  /* === MOBILE MENU: item ativo fica azul === */
  .header-nav-main.collapse.in > nav > ul > li.active > a {
	background-color: #007bff !important;
	color: #ffffff !important;
  }
  
  /* === ÍCONE DO MENU (botão hambúrguer) === */
  .header-btn-collapse-nav {
	background-color: #ffffff !important;
	border: 1px solid #007bff;
	color: #007bff !important;
  }
  
  /* Ícone dentro do botão */
  .header-btn-collapse-nav i {
	color: #007bff !important;
  }
  
 
/* === MOBILE MENU: fundo branco nos botões do menu === */
.header-nav-main.collapse.in > nav > ul > li > a {
	background-color: #ffffff !important;
	color:  #007bff !important;
	border: 1px solid #007bff ;
  }
  
  /* === MOBILE MENU: item ativo fica azul === */
  .header-nav-main.collapse.in > nav > ul > li.active > a {
	background-color: #007bff !important;
	color: #ffffff !important;
  }
  
  /* === ÍCONE DO MENU (botão hambúrguer) === */
  .header-btn-collapse-nav {
	background-color: #ffffff !important;
	border: 1px solid #007bff ;
	color:  #007bff  !important;
  }
  
  /* Ícone dentro do botão */
  .header-btn-collapse-nav i {
	color: #007bff  !important;
  }
  
/* Remove as caixas dos itens principais */
#mainNav > li > a {
	background-color: transparent !important;
	border: none !important;
	border-bottom: 2px solid transparent !important;
	border-radius: 0 !important;
	padding: 10px 15px;
	color: #007bff !important;
	font-weight: 600;
	transition: all 0.3s ease;
  }
  
  /* Sublinhado ao passar o rato */
  #mainNav > li > a:hover {
	border-bottom: 2px solid #007bff !important;
	color: #007bff !important;
  }
  
  /* Item ativo com sublinhado */
  #mainNav > li.active > a {
	border-bottom: 2px solid #007bff !important;
	color: #007bff !important;
	background-color: transparent !important;
  }
  

/* Remove o traço azul claro do menu ativo herdado do tema */
#mainNav > li.active > a::after {
	display: none !important;
  }
  
  /* Opcional: se o tema usar bordas animadas em hover ou active */
  #mainNav > li.active > a {
	border-bottom: 2px solid #007bff !important;
  }
  
  /* Corrige o hover para todos os links */
  #mainNav > li > a:hover::after {
	display: none !important;
  }
  

  .header-nav-main-effect-1 .nav > li.active > a::after {
	display: none !important;
  }
  

  

/* ===============================
     DROPDOWN
=============================== */


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

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


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

@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 --- */



  

/* ===============================
     HOME PAGE
=============================== */


body, html {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1.6;
	
  }

 
  a.custom-link {
	color: #007bff;
	text-decoration: none;
  }
  
  a.custom-link:hover {
	text-decoration: underline;
  }
  
  .custom-link {
	color: #007bff;
	text-decoration: none;
  }
  
  .custom-link:hover {
	text-decoration: underline;
  }
  
  
  
  

.custom-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.424);
	padding: 10px 30px;
	border-radius: 20px;
  }
  
  .custom-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 8px 20px;
	border-radius: 20px;
	max-width: 900px;
	margin: 0 auto;
  }
  

  .slider-container {
	max-width: 100%;
	overflow: hidden;
  }
  
  .rev-slidebg {
	object-fit: cover;
	width: 100%;
	height: 100%;
  }
  

  .h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 1.4;
	text-align: left;
	color: #999999;
  }
  

  .text-color-words {
	font-family: 'Montserrat', sans-serif; 
	font-size: 20px;
	line-height: 1.4;
	text-align: justify;
  }





  /* === Section Headings === */
.mission-heading,
.goals-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 12px;
  position: relative;
}

.mission-heading::after,
.goals-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #007bff;
  margin-top: 6px;
}

/* === Mission Body Text === */
.mission-section p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 22px;
}

.mission-section .highlight {
  font-weight: 700;
  color: #007bff;
}

.mission-section .highlight-link {
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
}

.mission-section .highlight-link:hover {
  text-decoration: underline;
}





/* SECTIONS*/


  


.goals-heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 12px;
	position: relative;
  }
  
  .goals-heading::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: #007bff;
	margin-top: 6px;
  }
  
  /* Goals List */
  .goals-list li {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #444;
	margin-bottom: 18px;
	line-height: 1.7;
  }
  
  .goals-list i.fa-check-circle {
	color: #007bff !important; 
  }
  


  .contact-section {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #444;
	line-height: 1.7;
	margin-top: 10px;
  }
  
  .contact-icon {
	color: #007bff;
	font-size: 20px;
	margin-right: 8px;
  }
  
  .contact-link {
	color: #007bff;
	font-weight: 600;
	text-decoration: none;
  }
  
  .contact-link:hover {
	color: #007bff !important; /* azul institucional */
	text-decoration: underline;
  }
  
  

  .basic-info-section p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 12px;
	color: #555;
  }
  
  .basic-info-section strong {
	color: #636363;
  }
  
  .basic-info-section .text-color-primary {
	color: #007bff !important; /* azul institucional */
  }
  


  
  .partners-section a {
	color: #007bff;
	text-decoration: none;
  }
  
  .partners-section a:hover {
	text-decoration: underline;
  }
  
  .partners-section i {
	margin-right: 8px;
  }
  
 

  /* CARROSSEL NEWS*/



/* Altera o fundo da data do carrossel */
.recent-posts .post .date {
	background-color: #007bff !important;
  }


  
  /* Altera a cor do mês */
  .recent-posts .post .date .month {
	background-color: #007bff !important;
	color: white !important;
  }
  
  /* Altera a cor do dia */
  .recent-posts .post .date .day {
	color: #007bff !important;
  }
  




  .recent-posts .post h4 a,
  .recent-posts .post p a,
  .recent-posts .post a.read-more {
	color: #007bff !important;
  }
  
  .recent-posts .post a.read-more:hover {
	text-decoration: underline;
  }
  

  .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #007bff !important;
}






/* ===============================
     PROJECT PAGE
=============================== */

.section-text p {
	font-size: 16px; /* ou 17px, conforme o resto do site */
	line-height: 1.8;
	color: #555;      /* cor do texto padrão do site */
	margin-bottom: 16px;
	text-align: justify;
  }
  

.highlighted-text {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	line-height: 1.7;
	margin: 20px 0;
	text-align: justify;
  }
  
  .highlighted-text i {
	color: #007bff;
	margin-right: 6px;
	text-align: justify;
  }
  
  .highlighted-text .blue-text {
	color: #007bff;
	font-weight: 600;
  }
  

.highlight-box {
	border-left: 4px solid #007bff;
	background-color: #f8faff;
	padding: 20px 25px;
	margin-bottom: 25px;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 123, 255, 0.1);
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	text-align: justify;
  }
  
  .highlight-box:hover {
	background-color: #e9f3ff;
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
  }
  
  .highlight-icon {
	color: #007bff;
	font-size: 20px;
	margin-top: 5px;
	flex-shrink: 0;
	text-align: justify;
  }
  
  .highlight-content {
	font-size: 16px;
	color: #444;
	line-height: 1.6;
	text-align: justify;
  }
  
  


 
  
  .section-text strong {
	color: #007bff;
	font-weight: 500;
  }
  
  .section-text em {
	font-style: italic;
	color: #555;
  }
  
  .custom-list {
	padding-left: 20px;
	color: #444;
  }
  
  

  .key-tasks-cards-wrapper {
	margin-top: 40px;
	font-size: 16px;
	color: #333;
  }
  .key-tasks-cards-wrapper p {
	margin-top: 40px;
	font-size: 16px;
	color:#555;
  }
  
  
  .key-tasks-intro {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #555;
	
  }
  
  .key-tasks-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
  }
  
  .task-card {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 25px 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: justify;
  }
  
  .task-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 14px rgba(0, 123, 255, 0.15);
	text-align: justify;
  }
  
  .task-number {
	background-color: #007bff;
	color: #fff;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
  }
  
  .task-card h4 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #555;
	text-align: left;
  }
  
  .task-card p {
	font-size: 14px;
	margin: 0;
	line-height: 1.6;
	color: #555;
	text-align: justify;
  }








  /* ===============================
     PEOPLE PAGE
=============================== */



ul.team-list > li {
	margin-bottom: 80px !important;
	text-align: center;
  }
  
  


  /* Cor personalizada para o botão ativo */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #007bff;  /* Azul do site */
  color: white;
  
}

/* Estilo para os outros links (não ativos) */
.nav-pills > li > a {
  color: #007bff;  /* Azul igual ao ativo */
  font-weight: 500;
}

/* Hover para os não ativos */
.nav-pills > li > a:hover {
  color: #007bff;
  text-decoration: none;
}



/* Cor personalizada do botão ativo */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #007bff !important;  /* Azul personalizado */
  color: white !important;

  padding: 10px 20px;
}

/* Estilo dos outros links */
.nav-pills > li > a {
  color: #007bff !important;  /* Cor azul personalizada */
  font-weight: 500;
  padding: 10px 20px;
}










  .team-list img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 100%;
	
	box-shadow: none;
  }
  
  
  .label {
	font-size: 12px;
	padding: 5px 8px;
	
	color: white;
	display: inline-block;
	margin: 2px;
  }
  
  .ipfn-label        { background-color: #007bff; }  /* Azul do site */
  .lpp-label         { background-color: #e67e22; }
  .differ-label      { background-color: #16a085; }
  .ist-label         { background-color: #9b59b6; }
  .greifswald-label  { background-color: #814500; }
  .mit-label         { background-color: #f49d94; }
  .cqe-label         { background-color: #c0392b; }
  .default-label     { background-color: #7f8c8d; }
  
  

  
  
/* ===============================
     PROJECT PAGE
=============================== */



.feature-text {
	font-size: 16px; /* ou 1.125rem */
	line-height: 1.7; /* opcional, para espaçamento entre linhas */
	color: #555;
  }



 /* ===============================
     NEWS AND EVENTS PAGE
=============================== */



  .post-content h4 {

  color: #007bff !important;
}

.post-meta a {
	color: #007bff !important;
	text-decoration: none;
  }
  
  .post-meta a:hover {
	text-decoration: underline;
  }
  



   /* ===============================
     PUBLICATIONS PAGE
=============================== */


.publication-item {
	border-left: 4px solid #007bff;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	transition: background 0.3s;
  }
  
  .publication-item:hover {
	background: #f2f2f2;
  }
  
  .publication-item h4 {
	font-weight: 400;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  .publication-item p {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
  }
  
  .publication-item a {
	color: #007bff;
	text-decoration: none;
  }
  
  .publication-item a:hover {
	text-decoration: underline;
  }
  