/*
Theme Name: i2ADS
Author: i2ADS
Version: 2.04;
Text Domain: tema-i2
*/

@font-face {
  font-family: "Staff Light";
  src: url("assets/fonts/Staff-Light.woff2") format("woff2"),
    url("assets/fonts/Staff-Light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Staff Light Italic";
  src: url("assets/fonts/Staff-LightItalic.woff2") format("woff2"),
    url("assets/fonts/Staff-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Staff Regular";
  src: url("assets/fonts/Staff-Regular.woff2") format("woaccordiff2"),
    url("assets/fonts/Staff-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Staff Medium";
  src: url("assets/fonts/Staff-Medium.woff2") format("woff2"),
    url("assets/fonts/Staff-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Staff Bold";
  src: url("assets/fonts/fonts/Staff-Bold.woff2") format("woff2"),
    url("assets/fonts/Staff-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background-color: #fff;
  color: #151515;
  font-family: "Staff Light";
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}

h1,
h2,
h3 {
  font-family: "Staff Medium";
  color: #242526;
}

h1 {
  margin: 3% 0 0;
  font-size: 2.5rem;
}

h2 {
  margin: 12% 0 2%;
  font-size: 1.75rem;
}

h3 {
  margin: 3% 0;
  font-size: 1.5rem;
}

h4 {
  margin: 1% 0;
  font-size: 1.25rem;
  font-family: "Staff Regular";
}

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
    font-family: "Staff Regular";
  }
}

em {
  font-family: "Staff Light Italic";
}

b,
strong {
  font-weight: normal;
  font-family: "Staff Medium";
}

a {
  text-decoration: none;
  color: #0ddc40;
}

a:hover {
  text-decoration: underline;
  color: #0ddc40;
}

/* ícone posicionado à esquerda do conteúdo, adicionar espaço à direita do icone */
i.left {
  padding-right: 0.25rem;
}

/* ícone posicionado à direita do conteúdo, adicionar espaço à esquerda do icone */
i.right {
  margin-left: 0.5rem;
}

img {
  max-width: 100%;
  height: auto;
}

/* -----  início do menu ----- */

nav {
  position: relative;
  background-color: #fff;
  max-width: 1920px;
  padding: 3% 0 0;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  z-index: 5;
  text-transform: uppercase;
}

nav a {
  color: #151515;
  margin-right: 0.25rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-family: "Staff Medium";
  font-size: 0.9rem;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.9s ease-in-out;
}

nav a.search-icon {
  color: #151515;
  padding-top: 0;
  text-decoration: none;
  font-size: 1.2rem;
}

nav a:hover {
  color: #0ddc40;
}

.navbar-toggler {
  color: #151515;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrap {
  margin-top: 1rem;
  padding: 2% 6% 0;
}

.menu-logo {
  display: block;
  text-decoration: none;
  margin-top: 1.5rem;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search-icon {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-logo:hover,
.search-icon:hover {
  opacity: 0.6;
}

.menu-logo a::after,
a.search-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

ul.navbar-nav {
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #0ddc40;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #0ddc40;
}

.dropdown-item:hover {
  background-color: transparent;
  color: #0ddc40;
  text-decoration: none;
}

.dropdown-item.active {
  background-color: transparent;
  color: #0ddc40;
  text-decoration: none;
}

.dropdown-menu a {
  text-transform: none;
  margin-bottom: 0;
  font-family: "Staff Regular";
}

.dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

nav a {
  margin-bottom: 0;
}

#search-btn {
  padding-top: 0.5rem;
  float: right;
}

.navbar-collapse #search-btn {
  float: left;
}

.navbar-collapse ul.navbar-nav {
  padding-left: 0;
}

.custom-logo {
	width: 96px;
}

a.custom-logo-link {
  margin-right: 2rem;
}

.custom-logo-link {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.custom-logo-link:hover {
  opacity: 0.6;
}

/* ----- fim do menu ----- */

.wrapper {
  margin: 0px auto;
  max-width: 1920px;
}

.wrapper-section-first {
  padding: 4% 6% 2%;
}

.wrapper-section-single {
  padding-top: 15%;
}

.wrapper-section {
  padding: 4rem 6%;
}

.wrapper-section-group {
  padding: 4rem 6%;
  margin-top: -8rem;
}

.wrapper-section-member {
  margin-bottom: 6rem;
}

.wrapper-section-page {
  padding: 0 6% 4rem;
  margin-top: -2rem;
}

.wrapper-section-image {
  padding: 0 6%;
  margin: -1rem auto -2rem;
}

.wrapper-section-short {
  padding: 3% 6%;
}

@media only screen and (max-width: 992px) {
  .wrapper-section-short {
    padding: 4% 6%;
  }

  .wrapper-section-image {
    padding: 0 6%;
    margin: 0 auto -3rem;
  }

  .wrapper-section-member {
    margin-bottom: 2rem;
  }
}

.bloco-header-pagina {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.icon-area {
  margin: 2rem 0 0;
  text-align: center;
}

.icon-area figure.wp-block-image {
  position: static;
  display: inline-block;
  width: 33%;
  height: auto;
  padding: 4%;
  margin: 2rem auto;
  padding-top: 0;
}

@media only screen and (max-width: 992px) {
  .icon-area {
    margin: 4rem auto 2rem;
  }

  .icon-area figure.wp-block-image {
    width: 49%;
    padding: 4%;
  }
}

.icon-area figure.wp-block-image img {
  max-height: 100px;
  width: auto;
}

.icon-area figure.wp-block-image figcaption {
  font-family: "Staff Medium";
  line-height: normal;
}

/* página instituto */

.instituto-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: -3% auto 6%;
}

.page-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.wp-block-group__inner-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto 4rem;
}

.page-instituto,
.page-publicacoes {
  margin-top: 2rem;
}

@media only screen and (max-width: 992px) {
  .page-instituto {
    margin-top: 2rem;
  }
}

.page-content ul {
  margin-bottom: 3rem;
}

h2.page-content {
  margin: 6rem auto 2rem;
  font-size: 1.2rem;
  font-family: "Staff Medium";
  text-transform: uppercase;
}

.wrapper-section-page h2 {
  margin: 0 auto 1rem;
}

.wrapper-section-page h3 {
  margin: 2rem auto 0.5rem;
}

.page-content-subheading {
  position: relative;
  max-width: 900px;
  margin: 0 auto 6rem;
}

h2.bigger-space {
  margin: 8rem auto 2.5rem;
}

span.projetos-ancora {
  margin-left: 1rem;
  font-size: 1rem;
  font-family: "Staff Light";
  text-transform: none;
}

h2 span.projetos-ancora:before {
  content: "|";
  padding-right: 1rem;
}

.field {
  margin-top: 6%;
}

.bloco-programas {
  background-image: linear-gradient(to bottom right, #f6f6f6, #e9fce9);
  padding: 6%;
  margin-bottom: 6%;
}

.bloco-programas h2 {
  margin: 1rem 0 1rem;
}

.bloco-conteudo-programas img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  margin-top: 1rem;
}

.programas-img figure img {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.bloco-direita {
  padding-left: 4%;
}

.bloco-esquerda {
  padding-right: 4%;
  margin-top: -1rem;
}

.bloco-conteudo-programas {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 992px) {
  .bloco-direita {
    padding: 0;
    margin-top: 1rem;
  }
  .bloco-esquerda {
    padding: 0;
    margin-top: 1rem;
  }

  .bloco-conteudo-programas {
    top: 0;
    transform: none;
  }
}

.content-projetos {
  margin-bottom: 3%;
}

.btn-explorar {
  text-align: center;
}

.header-explorar-publicacoes {
  margin-top: 8rem;
  margin-bottom: 4rem;
}

/* página do projeto */

.projeto-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 6% auto;
}

.projeto-content {
  position: relative;
  max-width: 900px;
  margin: 1rem auto 3rem;
}

.outputs-projeto,
.secao-noticias,
.secao-regulamento {
  background-color: #f2f2f2;
}

.destaque-projetos h2 {
  margin-top: 2%;
  margin-bottom: 0;
  text-align: center;
}

.destaque-projetos h2 {
  position: relative;
  max-width: 60ch;
  margin: 0.5rem auto 2rem;
  text-align: center;
  line-height: 1.5;
}

.destaque-noticias h2 {
  margin: 4% auto;
  text-align: center;
}

.secao-noticias {
  padding-bottom: 3rem;
}

/* página da publicação */

.publicacao-img img,
.evento-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
.card-publicacao-content {
  padding-top: 8%;
}
*/

.titulo-publicacao .card-publicacao-excerpt {
  position: relative;
  top: 100%;
  transform: translateY(-100%);
}

.card-publicacao-excerpt h2 {
  margin: 0.5rem 0 1rem;
  font-size: 2.2rem;
}

.card-publicacao-excerpt a.btn {
  margin-bottom: 1rem;
}

.publicacao-excerpt {
  line-height: 1.5;
  font-size: 1.2rem;
  color: #969696;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 992px) {
  .publicacao-excerpt {
    margin-top: -0.5rem;
  }
}

p.label-article-categoria {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #7f7f7f;
}

p.label-article-categoria span {
  text-transform: none;
}

.card-publicacao-content h1 {
  margin-bottom: 1rem;
}

.card-publicacao-content h3 {
  margin-bottom: 1.75rem;
  font-size: 1.35rem;
  line-height: 1.5;
}

a.btn,
.btn a {
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
}

.card-publicacao-content .btn {
  margin-top: 3%;
}

.col-1 {
  width: 49%;
  float: left;
  display: inline-block;
}

.col-2 {
  width: 49%;
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  .col-1 {
    width: 100%;
  }

  .col-2 {
    width: 100%;
  }

  .card-publicacao-content {
    padding: 0;
  }
}

a.btn:hover {
  text-decoration: none;
}

.btn-clear {
  padding: 0.5rem 1.5rem;
}

.btn-clear a {
  color: #fff;
  padding: 0 0.5rem;
}

.btn-clear a:hover {
  text-decoration: none;
}

.btn:hover {
  background-color: #0ddc40;
  border-color: #0ddc40;
}

.publicacao-content,
.evento-content,
.grupo-content,
.membro-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 6% 0 2%;
}

.evento-content {
  padding: 0;
}

.grupo-content {
  padding-top: 2%;
}

.citacao-content {
  position: relative;
}

.citacao-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  border-top: 2px solid #151515;
}

p.citacao-label {
  margin-top: 3rem;
  margin-bottom: 0;
  padding-top: 0.75rem;
  font-size: 0.9rem;
  font-family: "Staff Medium";
}

p.citacao {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.9rem;
}

.sobre-publicacao h3,
.publicacao-numeros h3,
.projeto-outputs h3,
.projeto-outputs h4 {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.projeto-outputs h3 {
  margin-top: 3rem;
}

.projeto-outputs h4 {
  margin-top: 3rem;
}

.publicacao-numeros h3:not(.sobre-publicacao h3) {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 992px) {
  .publicacao-numeros h3:not(.sobre-publicacao h3) {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

.sobre-publicacao p,
.projeto-outputs p {
  position: relative;
  max-width: 900px;
  margin: 2% auto 0;
}

.projeto-outputs p {
  margin: 1rem auto 2rem;
}

.sobre-publicacao p.site-publicacao {
  position: relative;
  max-width: 900px;
  margin-bottom: 0;
}

.publicacoes-relacionadas {
  margin-top: 5%;
}

.conteudo-proposta,
.conteudo-regulamento,
.conteudo-relatorio,
.conteudo-organizacao,
.conteudo-grupos {
  position: relative;
  max-width: 900px;
  margin: 2% auto;
}

.conteudo-organizacao h2,
.conteudo-proposta h2,
.conteudo-regulamento h2,
.conteudo-relatorio h2 {
  margin-top: 2%;
}

.conteudo-regulamento h3 {
  margin-top: 3rem;
}

.conteudo-relatorio {
  margin-top: -6rem;
}

.publicacao-numeros,
.projeto-outputs,
.submissao-proposta,
.pedido-admissao {
  background-image: linear-gradient(to bottom right, #f6f6f6, #e9fce9);
}

.eventos-passados,
.projetos-concluidos {
  margin-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}

.eventos-passados .article-event {
  background-color: #e8e8e8;
}

/* Membros */

.lista-membros,
.lista-projetos,
.lista-eventos,
.lista-eventos {
  margin-top: 6%;
}

.lista-grupos {
  margin-top: 6%;
}

.img-icon {
  max-width: 26px;
  padding-right: 0.25rem;
  padding-bottom: 0.2rem;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.dados-membro {
  margin-top: -1rem;
}

/* Eventos */

.card-evento-content {
  padding: 0 0 0 3%;
}

.card-publicacao-content h2,
.card-membro-excerpt h2,
.card-grupo-excerpt h2 {
  margin: 1rem 0;
}

ul.dados-article {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.25rem;
}

ul.dados-article li {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

li.data-evento {
  line-height: normal;
  font-size: 0.9rem;
}

li.hora-evento {
  float: right;
  line-height: normal;
  padding-top: 0.5rem;
  font-size: 0.9rem;
}

ul.categoria-local {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0.25rem;
  line-height: normal;
}

ul.categoria-local li {
  display: inline;
}

li.label-article-categoria {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #7f7f7f;
}

li.local-evento {
  font-size: 0.9rem;
  line-height: normal;
  color: #7f7f7f;
}

li.local-evento:before {
  content: "—";
  color: #7f7f7f;
  margin: 0 0.35rem 0 0.25rem;
}

#eventos-passados {
  padding-top: 12rem;
}

/* paginação */

.paginacao {
  font-weight: lighter;
  text-align: center;
  margin-bottom: 3%;
}

.paginacao a {
  font-size: 0.9rem;
  margin: 0 0.5rem;
  color: #0ddc40;
}

.paginacao a:hover {
  color: #0ddc40;
}

.paginacao span.current {
  font-size: 1.35rem;
  margin: 0 0.5rem;
}

/* seção voltar, base das single pages */

.secao-voltar,
.secao-areas {
  background-color: #9bf09b;
}

.voltar-label {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-family: "Staff Medium";
}

.voltar-label a {
  color: #151515;
}

.sobre-eventos-label {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}

.explorar-eventos-label {
  position: relative;
  max-width: 900px;
  margin: 0 auto -1.5rem;
}

.filtros {
  padding-top: 1rem;
  font-weight: lighter;
  margin-top: 4rem;
  margin-bottom: -4rem;
}

.filtros ul {
  padding-left: 0;
}

li.filtros-label {
  font-weight: normal;
}

.filtros li {
  display: inline-block;
  margin-right: 0.5rem;
}

.filtros a {
  text-decoration: none;
  color: #151515;
  background-color: #e9e9e9;
  padding: 0.15rem 0.35rem;
}

.filtros a:hover {
  color: #fff;
  background-color: #151515;
}

.filtros li.active {
  color: #fff;
  background-color: #151515;
  padding: 0.15rem 0.35rem;
  line-height: normal;
}

/*
.blocos {
 padding-right: 5%;
}
*/

.row {
  --bs-gutter-x: 8%;
  --bs-gutter-y: 8%;
}

.row-concluidos,
.row-membros,
.row-eventos {
  --bs-gutter-x: 6%;
  --bs-gutter-y: 6%;
}

.row-front-page {
  margin-top: -4rem;
  --bs-gutter-y: 6%;
}

.row-noticias {
  --bs-gutter-x: 3%;
  --bs-gutter-y: 3%;
}

.row-noticias h2 {
  margin-bottom: 0;
}

.row-publicacao,
.row-busca {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

@media only screen and (max-width: 992px) {
  .row {
    --bs-gutter-y: 12%;
  }

  .row-front-page {
    padding: 0;
  }

  .row-concluidos,
  .row-membros,
  .row-eventos {
    --bs-gutter-y: 12%;
  }

  .row-noticias {
    --bs-gutter-y: 8%;
  }

  .row-publicacao,
  .row-busca {
    --bs-gutter-y: 1rem;
    margin-bottom: 1rem;
  }
}

h2.tipo-membro-first,
h2.tipo-membro {
  position: relative;
  max-width: 900px;
  margin: 0 auto 1.5rem;
}

h2.tipo-membro-first {
  margin-top: -2%;
}

h2.tipo-membro {
  margin-top: 20%;
}

@media only screen and (max-width: 992px) {
  h2.tipo-membro-first {
    margin-top: 6%;
    margin-bottom: 1rem;
  }
  h2.tipo-membro {
    margin-top: 32%;
    margin-bottom: 1rem;
  }
}

.article {
  padding: 0;
  margin: 0;
}

.article a {
  text-decoration: none;
  color: #111;
  opacity: 1;

  /*
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.article a:hover {
  /*
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
*/
  opacity: 0.6;
}

.article-noticia {
  background-color: #fff;
  height: 100%;
  padding: 0 2rem 1rem;
}

a .article-noticia {
  text-decoration: none;
  color: #151515;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover .article-noticia {
  text-decoration: underline;
  opacity: 1;
  background-color: #9bf09b;
}

.label-article {
  padding-top: 1rem;
}

p.label-article-acronimo {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0.25rem 0;
}

span.label-article-acronimo {
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "Staff Light";
  margin: 0.25rem 0;
}

p.label-article-title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "Staff Medium";
  margin: 0.25rem 0;
}

p.label-article-title-small {
  font-size: 1rem;
  line-height: 1.3;
  font-family: "Staff Medium";
  margin: 0.25rem 0;
}

.article-event,
.article-publicacao {
  padding: 15%;
  background-color: #f2f2f2;
  text-align: center;
  /*background-image: url("assets/images/bg-event.png");*/
}

.article-publicacao-relacionada {
  padding: 15%;
  background-color: #fff;
  text-align: center;
  /*background-image: url("assets/images/bg-event.png");*/
}

.article-event img,
.article-publicacao img,
.article-publicacao-relacionada img,
.foto-membro img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  max-height: 300px;
  width: auto;
}

/*
.secao-publicacao, .secao-evento {
  padding: 2rem 0 6rem;
}
*/

blockquote {
  position: relative;
  width: 90%;
  margin: 2rem auto;
  padding: 0 5rem 0 1rem;
  font-family: "Staff Light Italic";
  color: #555555;
  border-left: 4px solid #e9e9e9;
}

p.blockquote {
  position: relative;
  margin: 2rem auto;
  line-height: 1.5;
  padding: 0 5rem 0 1rem;
  font-family: "Staff Light Italic";
  color: #151515;
  border-left: 4px solid #242526;
}

.secao-sobre {
  padding: 4rem 1rem 3rem;
  background-color: #ededed;
}


.label-publicacao,
.label-membro {
  background-color: #fff;
  padding: 1rem;
}

.dados-equipa-projeto {
  position: relative;
  margin-top: 5rem;
  padding-top: 1px;
}

.dados-equipa-projeto:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  border-top: 2px solid #151515;
}

ul.dados-projeto,
ul.dados-publicacao,
ul.dados-evento {
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
  margin: 1.5rem 0 1rem;
}

ul.dados-livraria {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  margin: 2rem 0 1rem;
}

ul.dados-investigador {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  margin: -1rem 0 1rem;
}

li.cabecalho {
  font-family: "Staff Medium";
  margin-top: 1rem;
}

li.label-dados-projeto,
li.label-dados-publicacao,
li.label-dados-evento {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #a9a9a9;
}

li.label-dados-investigador {
  font-size: 0.9rem;
  line-height: 2.5;
}

li.data {
  display: inline-block;
}

ul.dados-projeto li:not(.label-dados-projeto),
ul.dados-publicacao li:not(.label-dados-publicacao) {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

ul.lista-dados-projeto,
ul.lista-dados-projeto-first,
ul.dados-equipa,
ul.ancoras {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: -0.25rem;
  color: #151515;
  font-family: "Staff Medium";
}

ul.dados-equipa li,
ul.ancoras li {
  font-family: "Staff Light";
}

ul.lista-dados-projeto-first {
  margin-top: 4rem;
}

ul.lista-dados-projeto li,
ul.lista-dados-projeto-first li {
  text-transform: none;
  margin-bottom: 1rem;
  color: #151515;
  font-family: "Staff Light";
}

p.short-space {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

p.categoria {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #7f7f7f;
}

p.vinculo-membro {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0;
}

footer {
  background-color: #111;
  color: #fff;
}

.footer-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 6rem 6% 4rem;
}

footer h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

footer h3.header-first {
  margin-top: 0;
}

footer li {
  font-size: 0.9rem;
}

footer img,
footer ul:last-child {
  margin-bottom: 3rem;
}

#custom_html-2,
#custom_html-4 {
  margin: 0 auto;
  padding: 0 6%;
}

@media only screen and (max-width: 992px) {
  #custom_html-2,
  #custom_html-4 {
    margin: 0;
    padding: 0;
  }
}

.card-evento {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* Galeria */

.slider {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

ul.slick-dots {
  color: #151515;
}

.slick-prev:before,
.slick-next:before {
  color: #151515;
}

.slick-dots li button {
  color: #151515;
}

.slick-dots li button::before {
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 992px) {
  .slick-dots li button::before {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.slick-dots li button:hover {
  color: #0ddc40;
}



.card-publicacao-img img,
.card-evento-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-evento-content h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.card-projeto-content h1 {
  margin-top: 0;
  font-size: 2rem;
  font-family: "Staff Light";
}

.card-projeto-content h2 {
  margin: 0.5rem 0 2rem;
  padding-right: 4%;
  line-height: 1.3;
  font-size: 2.5rem;
}

.card-projeto-content p {
  margin-top: 1rem;
  margin-bottom: 0rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #a9a9a9;
}

.card-projeto-content p span {
  text-transform: none;
}

.card-projeto-content a {
  text-transform: none;
  font-size: 1rem;
}

@media only screen and (max-width: 992px) {
  .card-projeto-content h2 {
    padding-right: 0;
  }
}

.card-evento-content h3 {
  margin-bottom: 1.75rem;
  font-size: 1.35rem;
  line-height: 1.5;
}

.card-evento-content p {
  font-weight: lighter;
}



.event-content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 0;
}

.card-evento-header {
  padding: 3rem;
}

.col-title-evento {
  border-right: solid 3px #151515;
}

.row-event {
  padding: 2rem;
  background-color: #151515;
  color: #fff;
}

.card-evento-title {
  padding: 2rem;
  border-right: 4px solid #f8f8f8;
}

.card-evento-data {
  padding: 2rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.evento-data {
  font-weight: lighter;
}

.evento-local {
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 0;
}

.evento-img,
.publicacao-img {
  background-color: #f2f2f2;
  display: flex;
  padding: 10%;
  justify-content: center;
}

.evento-img img,
.publicacao-img img {
  display: block;
  max-height: 900px;
  max-width: 900px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.evento-img {
  padding: 6%;
}

@media only screen and (max-width: 920px) {
  .evento-img{
    padding: 10% auto;
  }
}



/*
css das propostas de projeto/publicação
as classes devem ser adicionadas ao conteúdo nas páginas Projeto, Publicação i2ADS e Eventos
*/

/* corrigir h2 inserido pelo wordpress */
h2.subtitulo {
  font-family: "Staff Light";
  font-size: 1rem;
  line-height: 2;
  margin-top: 1rem;
}

/* posição do conteúdo
adicionar tag no texto da chamada
*/
.proposta {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 0;
  z-index: 1;
  padding-top: 0.3rem;
}

/* linha acima do conteúdo
*/
.proposta:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  border-top: 2px solid #151515;
}

/* título da chamada
*/
.chamada-proposta {
  padding-top: 0.5rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  font-family: "Staff Medium";
  line-height: 1.5;
}

/*
corpo do texto
adicionar tag no texto da descrição
*/
.guia-proposta {
  line-height: 1.5;
  font-size: 0.9rem;
}

.widget-area {
  margin-top: calc(6 * var(--global--spacing-vertical));
  padding-bottom: calc(var(--global--spacing-vertical) / 3);
  color: var(--footer--color-text);
  font-size: var(--footer--font-size);
  font-family: var(--footer--font-family);
}

@media only screen and (min-width: 652px) {
  .widget-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: calc(1 * var(--global--spacing-horizontal));
  }
}
@media only screen and (min-width: 992px) {
  .widget-area {
    grid-template-columns: [first] 300px [line2] auto [line3] 200px [end];
    /* grid-template-columns: repeat(3, 1fr) 300px; */
  }
}
@media only screen and (max-width: 481px) {
  .widget-area {
    margin-top: calc(3 * var(--global--spacing-vertical));
  }
}

.widget-area ul {
  list-style-type: none;
  padding: 0;
}

.widget-area ul li {
  line-height: var(--widget--line-height-list);
}

.widget-area ul.sub-menu,
.widget-area ul.children {
  margin-left: var(--widget--spacing-menu);
}

.widget-area ul .sub-menu-toggle {
  display: none;
}

.widget-area a {
  color: var(--footer--color-link);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}

.widget-area a:link,
.widget-area a:visited,
.widget-area a:active {
  color: var(--footer--color-link);
}

.widget-area a:hover {
  color: var(--footer--color-link-hover);
  text-decoration-style: dotted;
}

.widget-area .wp-block-social-links.alignright {
  margin-top: var(--global--spacing-vertical);
  justify-content: flex-end;
}

.widget-area .wp-block-social-links.alignleft {
  margin-top: var(--global--spacing-vertical);
}

.widget-area:after {
  content: "";
  display: table;
  clear: both;
}

h3.widget a:hover {
  color: #0ddc40;
}

li.link-widget:hover {
  color: #0ddc40;
}

li.link-widget i {
  padding-right: 0.5rem;
}

.icon-widget {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  padding: 0.475rem 0.4rem 0.2rem;
  color: #151515;
  background-color: #fff;
  border-radius: 50%;
}

.icon-widget:hover {
  background-color: #0ddc40;
  border-color: #0ddc40;
}

li.endereco {
  padding-right: 2rem;
}

.card-busca {
  position: relative;
  background-image: linear-gradient(to top right, #f2f2f2, #f6f6f6);
  height: 120px;
}

.card-busca ul {
  padding: 40px 6% 0;
}

.card-busca-404 {
  text-align: center;
  position: relative;
  background-image: linear-gradient(to top right, #f2f2f2, #f6f6f6);
}

.card-busca-menu {
  position: relative;
  padding-top: 3rem;
}

.campo-busca {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.itens-busca {
  margin: 0;
  padding: 0;
}

.itens-busca li {
  list-style-type: none;
  display: inline-block;
  color: #242526;
}

.form-control {
  font-size: 0.9rem;
  color: #242526;
  padding: 0.375rem 0.75rem 0.2rem;
}

li.campo-busca {
  margin: auto 0.5rem;
  width: 80%;
}

li.close-busca {
  float: right;
  display: inline-block;
}

a.close-search-icon {
  color: #151515;
  text-decoration: none;
}

.close-search-icon {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.close-search-icon:hover {
  opacity: 0.6;
  color: #0ddc40;
}

.content-busca {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.content-busca h3,
.content-busca p {
  margin-bottom: 0.25rem;
}

.content-busca a {
  margin-bottom: 3rem;
}

.lost-404 {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0;
}

.page-404 h1,
.page-404 p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

.itens-busca-404 {
  text-align: center;
}

p.voltar-casa {
  margin-top: 2rem;
  margin-bottom: 12%;
}

@media only screen and (max-width: 992px) {
  li.icon-busca {
    display: none;
  }

  li.campo-busca {
    margin-left: 0;
  }
}

.call-projetos {
  margin: 4rem auto 2rem;
  text-align: center;
}

.call-projetos p {
  font-family: "Staff Medium";
  margin-bottom: 0.5rem;
}

.call-projetos ul {
  list-style-type: none;
  padding: 0;
}

.call-projetos li {
  display: inline-block;
  padding: 0.5rem;
}

#projetos-concluidos {
  padding-top: 8rem;
}

.newsletter {
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.newsletter p {
  margin-top: 0.5rem;
  line-height: 1.5;
}

#mc_embed_signup {
  padding: 3% 0 10%;
}

#mc_embed_signup .mc-field-group {
  width: 100%;
}

#mc_embed_signup .foot {
  width: 60%;
}

#mc-embedded-subscribe {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
}

#mc_embed_signup .mc-field-group input {
  padding: 0.2rem 0;
  border-radius: 0.25rem;
}

#mc_embed_signup input[type="submit"] {
  border-style: none;
}

#mc_embed_signup .foot {
  width: 60%;
}



.search-results {
  margin-top: 3%;
  margin-bottom: -1.5rem;
  font-size: 1.25rem;
  font-family: "Staff Regular";
}

.li-objetivos {
  list-style-type: none;
  padding-left: 30px;
}

.li-revistas {
  list-style-type: none;
  padding-left: 30px;
  margin-top: -1rem;
}

.li-objetivos li:before,
.li-revistas li:before {
  list-style-type: none;
  content: "— ";
  margin-left: -24px;
  padding-right: 4px;
  margin-bottom: 1rem;
}

.li-anchor {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0;
}

h2.areas {
  margin-top: 6%;
}

ol.li-areas {
  margin-bottom: 6rem;
  list-style-type: upper-alpha;
  list-style-position: inside;
}

.li-areas {
  margin-left: -36px;
}

.li-areas li {
  background-image: linear-gradient(to bottom right, #e9fce9, #f6f6f6);
  padding: 0.5rem 1rem 0.5rem 2rem;
  margin-bottom: 0.5rem;
  text-indent: -20px;
  line-height: 1.5;
  font-family: "Staff Medium";
}

.li-areas li .bi {
  font-size: 0.7rem;
  margin-right: 0.5rem;
}



.img-max {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.secao-eventos-semana {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  margin: 4rem auto 1rem;
}

.col-evento {
  margin: 0.75rem 0.75rem 0 0;
  padding: 0 1.25rem 1rem;
  background-color: #f2f2f2;
  border: 1px solid #e9e9e9;
}

.li-doutoramentos li {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
  margin-left: -37px;
}

.li-doutoramentos li:last-child {
  margin-bottom: -1rem;
}

.grid-projeto {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 2rem;
}

.grid-publicacao {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 2rem;
}

.foto-projeto {
  grid-area: 2 / 1 / span 1 / span 2;
  margin: 1rem auto 2rem;
}

.foto-publicacao {
  grid-area: 1 / 1 / span 2 / span 1;
}

@media only screen and (max-width: 992px) {
  .grid-projeto {
    grid-template-columns: 100% auto auto;
    grid-gap: 1rem;
  }

  .grid-publicacao {
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
  }

  .foto-projeto {
    grid-area: 2 / 1 / span 1 / span 2;
    margin: 0 auto;
  }

  .foto-publicacao {
    grid-area: 2 / 1 / span 1 / span 2;
    margin: 1rem auto 0;
  }

  .detalhes-projeto,
  .detalhes-publicacao {
    grid-area: 3 / 1 / span 1 / span 2;
  }
}

a.link-noticias {
  color: #151515;
}

a.link-noticias:hover {
  text-decoration: underline;
  color: #0ddc40;
}

.li-grupos {
  margin-left: -18px;
}

.li-grupos li::marker {
  text-align: left;
}

.slick-prev::before,
.slick-next::before {
  color: #fff;
  opacity: 0;
  padding: 6rem 0;
}

.slick-prev::before {
  padding-right: 6rem;
}

.slick-next::before {
  padding-left: 6rem;
}

.slick-prev {
  left: -25px;
  z-index: 5;
}

.slick-next {
  right: 80px;
  z-index: 5;
}

.teses-concluidas {
  margin-top: 8rem;
}

.teses-concluidas h4 {
  margin-top: 6rem;
}

h4.teses-first {
  margin-top: 3rem;
}

.p-ano-first {
  margin-top: 2rem;
  margin-bottom: -1rem;
}

.p-ano {
  margin-top: 4rem;
  margin-bottom: -1rem;
}

.btn-light {
  background-color: #f2f2f2;
  margin-right: 0.5rem;
}

.btn-dark {
  margin-right: 0.5rem;
}

#btn-back-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 1.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem 0.25rem;
  border-radius: 49%;
}

@media only screen and (max-width: 992px) {
  #btn-back-top {
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem 0.1rem;
  }
}

#btn-back-top:hover,
#btn-back-top:focus #btn-back-top:active {
  border: none;
}

.btn-light:focus {
  box-shadow: none;
}

.c-accordion__title {
  font-size: 1.2rem;
  padding: 1rem;
  background-color: #f2f2f2;
}

.c-accordion__title:first-of-type {
  margin-top: 2rem;
  margin-bottom: -1rem;
}

.c-accordion__title::after {
  padding: 1rem;
  color: #151515;
}

.c-accordion__content {
  padding: 0 1rem 3rem;
  background-color: #f2f2f2;
  margin-top: -1rem;
  margin-bottom: 1rem;
}


.programas-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1.5rem .5rem;
  line-height: 1.25;
  text-align: center;
  margin: 6% auto;
}

.programas {
  height: 240px;
  width: auto;
}

.programas p {
  position: absolute;
  max-width: 16ch;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-family: "Staff Medium";
}

.programa-1 {
  background-image: url("assets/images/programa-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.programa-2 {
  background-image: url("assets/images/programa-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.programa-3 {
  background-image: url("assets/images/programa-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.programa-4 {
  background-image: url("assets/images/programa-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.programa-5 {
  background-image: url("assets/images/programa-5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.programa-6 {
  background-image: url("assets/images/programa-6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .programas-container {
    grid-template-columns: auto auto;
  }

  .programas {
    height: 200px;
    width: auto;
  }
}

@media only screen and (max-width: 576px) {
  .programas p {
    font-size: 0.9rem;
  }
}

.foto-membro {
  background-color: #f2f2f2;
  margin-top: 1rem;
  padding: 2rem;
  text-align: center;
}

.foto-membro img {
  max-height: 400px;
  padding: 0;
}

.membro-content {
  padding-top: 0;
  margin-top: -4rem;
}

.section-news {
  margin-top: -4rem;
}

.date-news {
  font-size: 0.9rem;
  color: #9f9f9f;
  margin-bottom: -0.5rem;
}

.h2-front {
  text-align: center;
  padding: 0 12%;
  margin: 6rem 0 0;
}

@media only screen and (max-width: 992px) {
  .h2-front {
    margin-top: 6rem;
  }
}

.box-front {
  position: relative;
  display: block;
  z-index: 5;
}

.box-front .btn {
  width: 100%;
  text-align: left;
  margin-top: -1.5rem;
}

.front-page {
  box-shadow: none;
}

.front-page ul.slick-dots {
  bottom: -10px;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar-toggler:focus {
  box-shadow: none;
}

a.link-busca p:not(.categoria),
a.link-news p:not(.date-news) {
  color: #151515;
}

a.link-busca h3,
a.link-news p.label-article-title {
  margin-top: 0;
  color: #0ddc40;
}

a.link-busca:hover,
a.link-news:hover {
  text-decoration: underline;
  color: #151515;
}

.label-article-news {
  margin-bottom: 3rem;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none !important;
}



.programas-container-mobile p {
  font-family: 'Staff Medium';
}

.programas-container-mobile p span {
  font-size: 1.5rem;
  margin-right: .25rem;
}

p span.verde {
  color: #039274;
}

p span.vermelho {
  color: #d8241e;
}

p span.azul {
  color: #181c75;
}

p span.roxo {
  color: #6a1e69;
}

p span.celeste {
  color: #1a8acb;
}

p span.amarelo {
  color: #f9a638;
}


.programas-container-mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .programas-container-mobile {
    display: contents;
  }

  .programas-container-mobile .wp-block-group__inner-container {
    padding-top: 2rem;
    font-size: 1.1rem;
    line-height: 1.5;
    padding-left: 30px;
    text-indent: -30px;
  }

  .programas-container {
    display: none;
  }
}



.lista-taxonomia {
  position: relative;
  max-width: 900px;
  margin: 2rem auto 0;
  text-transform: capitalize;
}

h1.eventos-categoria {
  text-transform: capitalize;
}

ul.categorias-evento {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: .25rem;
  line-height: 1.25;
}

li.lugar-evento {
  font-size: .9rem;
  margin-bottom: .5rem;
  color: #7f7f7f;
}

.evento-programas {
  display: inline;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
  color: #7f7f7f;
}

li.programa-associado-evento::before {
  content: ' | ';
}

li.programa-associado-evento::after {
  content: ' ';
}

li.programa-associado-projeto {
  display: inline;
}

ul.programa-associado-projeto{
  margin-left: 0;
  padding-left: 0;
}

ul.programa-associado-projeto li{
  display: inline;
}

.programa-associado-projeto li:nth-child(n+2)::before {
  content: ' | ';
}

li.label-evento-categoria {
  display: inline;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
  color: #7f7f7f;
}

a.link-categoria-evento {
  padding-right: .75rem;
}


.lista-eventos-taxonomia {
  margin-bottom: 10%;
}

.li-publicacoes li {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
  margin-left: -37px;
}

.li-publicacoes li:first-child {
  font-size: 1.2rem;
}

.li-publicacoes li:last-child {
  margin-bottom: -1rem;
}

.img-banner-hero {
  min-width:100%;
}

p.legenda {
  font-size: .9em;
  line-height: 1.5;
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 28'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  border: none;
}

@media only screen and (max-width: 768px) {
  	.h2-front {
	margin-top: 4rem;
	padding: 0 8%;
	}

	h2 {
	font-size: 1.5rem;
	}

	h1 {
	font-size: 2rem;
	}

	.card-projeto-content h1 {
	font-size: 1.5rem;
	}

	.card-projeto-content h2 {
	font-size: 2rem;
	}

	.front-page {
	  margin-top: -4rem;
	}
}

.group-hub-home {
  position: relative;
  max-width: 900px;
  margin: 6rem auto -6rem;
}

