@charset "UTF-8";
/* ----- COLORS ----- */
/* ----- FLEXBOX MIXINS ----- */
/* ----- BUTTON MIXINS ----- */
/* ----- SHADOW MIXINS ----- */
/* ----- TRANSITION MIXINS ----- */
/* ----- TEXT MIXINS ----- */
/* ----- LAYOUT MIXINS ----- */
/* ----- WARNING MIXIN ----- */
/* ----- RESPONSIVE MIXIN ----- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
}

body {
  overflow-x: hidden;
}

/* ----- MANUTENÇÃO ----- */
body#manutencao {
  text-align: center;
  padding: 0;
  background: rgba(39, 81, 80, 0.15);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  overflow: hidden;
}

#manutencao div {
  width: 100%;
  height: 100%;
  margin: auto;
}

#manutencao img {
  width: 80%;
  max-height: 400px;
  margin: 7rem auto 4rem auto;
}

#manutencao p {
  color: #275150;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: normal;
}

/* ----- GENERAL SETTINGS ----- */
*:focus-visible {
  outline-color: #1f4e68;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(121, 195, 170, 0.0823529412);
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

h2 {
  color: #79c3aa;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding-top: 80px;
}

.bgGreenLight h2 {
  padding-top: 0;
}

h3 {
  color: #79c3aa;
  margin-bottom: 20px;
  font-size: 1.2rem;
  display: block;
  width: 100%;
}

p {
  color: #282828;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

button,
input[type=submit] {
  padding: 10px 30px;
  border-radius: 30px;
  box-shadow: 0 0 8px 4px rgba(40, 40, 40, 0.15);
  font-size: 1.05rem;
  transition: all 0.5s ease-in-out;
  border: 2px solid #275150;
  cursor: pointer;
  font-weight: 700;
  background-color: #275150;
  color: white;
}
button:hover,
input[type=submit]:hover {
  transform: scale(1.03);
  margin-right: 4px;
}

.active {
  font-weight: bold !important;
}

button.secBtn {
  background-color: white;
  color: #8e8e8e;
  border: 2px solid #8e8e8e;
  box-shadow: none;
  font-weight: 600;
}

button.secBtnActive {
  background-color: white;
  color: #E8915F;
  border: 2px solid #E8915F;
  box-shadow: none;
}

.span.sub {
  font-size: 0.6rem;
  vertical-align: sub;
}

.span.super {
  font-size: 0.6rem;
  vertical-align: super;
}

hr {
  border-bottom: 0.02px solid #7b7b7b;
  width: 85%;
  margin: 0 auto 20px;
  clear: both;
}

.textGreen {
  color: #79c3aa;
}

/* layout duas colunas e elementos */
.layoutTwoCols {
  width: 48%;
  padding: 30px 0 40px;
  margin-bottom: 80px;
  background-color: white;
  border-style: none;
  border-radius: 10px;
  box-shadow: 0 0 12px 0px rgba(40, 40, 40, 0.15);
  align-items: stretch;
  position: relative;
}
.layoutTwoCols > * {
  clear: both;
  margin-left: 30px;
  margin-right: 30px;
}
.layoutTwoCols hr {
  width: calc(100% - 70px);
}
.layoutTwoCols h3 {
  color: #282828;
  font-size: 1.2rem;
  padding: 15px 0 5px !important;
  margin-bottom: 0;
  width: auto;
}
.layoutTwoCols h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #282828;
  margin-bottom: 5px;
}
.layoutTwoCols .nivel5 {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #7D563A;
  margin-bottom: 30px;
}
.layoutTwoCols a:hover {
  transform: scale(1);
}
.layoutTwoCols p {
  font-size: 1rem;
  font-weight: 400;
  color: #282828;
  margin-bottom: 10px;
}
.layoutTwoCols button {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  font-weight: bolder;
  font-size: 2rem;
  text-align: center;
}

/* três colunas e elementos */
.layoutThreeCols {
  width: 30%;
  max-width: 30%;
  flex: 0 1 30%;
  margin-bottom: 45px;
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  position: relative;
}
/* botao "+" (filho direto) em baixo, a' direita */
.layoutThreeCols > a {
  position: absolute;
  right: 2%;
  left: auto;
  bottom: -25px;
}
/* imagem do cartao clicavel -> mesmo destino do "+" */
.layoutThreeCols .newsImgLink {
  display: block;
  cursor: pointer;
}
.layoutThreeCols .imageFlexBlock {
  width: 100%;
  height: 280px;
  border-radius: 10px 10px 0 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ajustar ao centro da página - margens automáticas */
.sideMargin {
  width: 90%;
  max-width: 2000px;
  margin: auto;
}

/* margens top bottom gerais */
.margins {
  margin: 80px 0;
}

.layout .margins {
  width: 100%;
}

/* DIVs side-by-side // lado a lado */
.divDivided {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}
.divDivided div {
  display: flex;
  align-items: flex-start;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.divDivided .imageCredits {
  align-items: unset;
  flex-flow: unset;
  justify-content: unset;
}
.divDivided .divText {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
.divDivided .divImage {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.divDivided .divColor {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  background-size: cover;
  background-color: #E8915F;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divDivided .divText h2 {
  padding: 80px 80px 0;
  font-size: 1.4rem;
}
.divDivided .divText p {
  padding: 0 80px 15px;
}
.divDivided .divText p:last-of-type {
  padding-bottom: 60px;
}
.divDivided .divText button {
  margin: 0 80px 80px;
}
.divDivided img {
  margin: 0 80px 0;
}
.divDivided .divColor p {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  padding-bottom: 0 !important;
}
.divDivided .breve {
  width: 25%;
  max-width: 25%;
  flex: 0 0 25%;
  align-items: flex-end;
}
.divDivided .breve img {
  width: 70%;
  max-width: 200px;
  height: auto;
  margin: 0;
}
.divDivided .breve2 {
  width: 75%;
  max-width: 75%;
  flex: 0 0 75%;
}
.divDivided .breve2 p {
  padding-bottom: 0 !important;
}

br {
  margin-bottom: 10px;
}

.bgGreenLight {
  background-color: rgba(121, 195, 170, 0.0823529412);
}

.legenda span {
  margin: 3px 82px 80px;
  display: block;
  font-size: 0.6rem;
  color: #7D563A;
}

.layout .divDivided .breve {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}

.layout .divDivided .breve2 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}

/* --- Estado vazio (sem novidades / sem publicacoes) com mais cuidado --- */
.divDivided .breve {
  align-items: center;
}
.divDivided .breve img {
  opacity: 0.9;
}
.divDivided .breve2 {
  display: flex;
  align-items: center;
}
.divDivided .breve2 p {
  width: 100%;
  margin: 0;
  background: linear-gradient(135deg, #f3faf6 0%, #eaf5ef 100%);
  border: 1px solid #d7e9df;
  border-left: 4px solid #79c3aa;
  border-radius: 12px;
  padding: 22px 26px;
  color: #3f6b59;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* warnings */
.warnings {
  width: 100%;
  margin: auto;
  display: block;
  margin: 0 0 40px;
}
.warnings div {
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 400;
}
.warnings img {
  height: 20px;
  float: left;
  margin-right: 15px;
}

.access .warnings {
  max-width: 50%;
  margin-left: 0;
}

.green {
  margin: 0 0 40px;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 400;
  background-color: rgba(39, 81, 80, 0.0823529412);
  border: 1px solid #275150;
  color: #275150;
}

.yellow {
  margin: 0 0 40px;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 400;
  background-color: #fff3cd;
  border: 1px solid #856404;
  color: #856404;
}

.red {
  margin: 0 0 40px;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 400;
  background-color: #f8d7da;
  border: 1px solid #721c24;
  color: #721c24;
}

/* ----- MENU.PHP ----- */
/* desktop // pc */
.menu {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  z-index: 10;
  top: 25px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 6px 4px rgba(40, 40, 40, 0.25);
  justify-content: space-around;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

#menuDesktop {
  display: flex;
}
#menuDesktop ul {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
#menuDesktop ul li {
  text-decoration: none;
  list-style-type: none;
  color: #275150;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
#menuDesktop ul li.active {
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
#menuDesktop ul li:hover {
  cursor: pointer;
  font-weight: bold;
}

#loginSpan {
  margin-left: 5px;
  font-weight: 600;
  font-size: 0.8rem;
}

/* mobile */
#menuMobile {
  display: none;
  justify-content: space-between;
  width: 82%;
  padding: 20px 9%;
}

#popUpMob {
  display: none;
  flex-flow: column wrap;
  justify-content: center;
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background: #79c3aa;
  color: white;
  transition: all 0.7s ease-in-out;
}
#popUpMob span#closeMenu {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  text-align: right;
  color: white;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 40px;
  right: 40px;
}
#popUpMob span#closeMenu:hover {
  opacity: 1;
}
#popUpMob ul {
  height: 60%;
  margin: 30px 8%;
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-around;
}
#popUpMob li {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 5px;
}

#menuMobile #openMenu {
  cursor: pointer;
  height: 45px;
  width: 40px;
}

#logoMenu {
  width: 150px;
  transition: all 0.3s ease-in-out;
}

/* ----- LANGUAGE BAR ----- */
#language {
  width: 92%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  font-size: 0.9rem;
  background-color: #e9e9e9;
}
#language img,
#language .fa {
  height: 15px;
  width: auto;
  margin-left: 5%;
  cursor: pointer;
}
#language a:hover {
  color: #79c3aa;
  font-weight: bold;
  cursor: pointer;
}
#language a.active {
  font-weight: bold;
}

/* Switcher de idiomas (como no admin): ativo a negrito + cor; resto mais claro */
#alignLang a {
  color: #b0b0b8;
  font-weight: 400;
  transition: color 0.15s;
}
#alignLang a.active {
  color: #1f5040;
  font-weight: 700;
}
#alignLang a:hover {
  color: #79c3aa;
}
#alignLang a:not(.active) img {
  opacity: 0.55;
}

#loginIcone.active {
  color: #E61966;
  transition: all 0.3s ease-in-out;
}
#loginIcone.active:hover {
  color: #79c3aa;
}

#alignLang {
  float: right;
  width: auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 0;
}
#alignLang img {
  width: auto;
  height: 14px;
  margin-right: 2px;
  vertical-align: middle;
}

/* HEADER.PHP */
.headerImg {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1.25);
  position: relative;
}

.imageCredits {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 400;
}
.imageCredits a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.imageCredits a:hover {
  color: rgb(255, 255, 255);
}

#index .headerImg {
  background-image: url("../images/backgrounds/bg-1.jpg");
  background-position: center -275px;
}

#project .headerImg {
  background-image: url("../images/backgrounds/bg-1.jpg");
  background-position: center;
}

#app .headerImg {
  background-image: url("../images/backgrounds/bg-2.jpg");
  background-position: center -275px;
}

#educacao_saude .headerImg {
  background-image: url("../images/backgrounds/bg-3.jpg");
}

#news .headerImg {
  background-image: url("../images/backgrounds/bg-4.jpg");
}

#publications .headerImg {
  background-image: url("../images/backgrounds/bg-5.jpg");
  background-position: center -275px;
}

#contacts .headerImg {
  background-image: url("../images/backgrounds/bg-6.jpg");
}
#contacts iframe {
  width: 50%;
  min-height: 350px;
}

#clickSpec .headerImg {
  background-image: url("../images/backgrounds/bg-3.jpg");
  height: 50vh;
  background-position: bottom center;
}

.headerColor {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(19, 144, 206, 0.2);
}

.headerEffect {
  position: absolute;
  top: -70px;
  right: 140px;
  width: auto;
  height: 70%;
  max-height: 1200px;
}

header .desc {
  width: 600px;
  max-width: 90%;
  position: absolute;
  top: 50vh;
  left: 100px;
  color: white;
  overflow: hidden;
}
header .desc .bgText {
  background-color: hsla(200, 83%, 44%, 0.5);
  padding: 25px 5% 35px;
}
header .desc span {
  text-transform: uppercase;
  line-height: 3rem;
  font-size: 1.2rem;
}
header .desc h1 {
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 20px;
  font-size: 2rem;
}
header .desc button {
  background-color: white;
  color: #79c3aa;
  font-weight: 600;
  font-size: 1.05rem;
  margin-top: -15px;
  margin-left: 5%;
}

.intro {
  width: 90%;
  padding: 60px 5%;
  overflow: hidden;
  text-align: center;
}
.intro h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.intro p {
  width: 70%;
  max-width: 850px;
  margin: auto;
}
.intro button {
  display: block;
  margin: 30px auto 0;
}

.seeMore {
  display: block;
  width: 100%;
}
.seeMore button {
  display: block;
  margin: 80px auto 10px;
}

/* ----- INDEX----- */
#index .divDivided .divImage {
  background-image: url("../images/divs/div-1.jpg");
  background-position: -120px center;
}

#index .layoutThreeCols {
  margin-top: 40px;
  margin-bottom: 0;
}

#inovacao.divFull,
#project .divFull {
  display: flex;
  padding: 80px 5%;
  align-content: space-between;
  justify-content: space-between;
}

#inovacao .flexLeft,
#project .flexLeft {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  align-self: center;
}

#inovacao .flexDir,
#project .flexDir {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

#inovacao .flexLeft img.mascote,
#project .flexLeft img.mascote {
  width: 75%;
}

#inovacao.divFull .info,
#project .divFull .info {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

/* ----- PROJECT TIMELINE ----- */
#projectTimeline {
  width: 100%;
  padding: 30px 0;
}
#projectTimeline .timelineContainer {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 60px 0 40px 0;
}
#projectTimeline .timelineAxis {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #275150;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transform: translateY(-50%);
}
#projectTimeline .timelineAxis::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #275150;
}
#projectTimeline .timelineAxis::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #275150;
}
#projectTimeline .timelineAxis .axisStart,
#projectTimeline .timelineAxis .axisEnd {
  font-size: 0.8rem;
  color: #275150;
  font-weight: 600;
  background: white;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
#projectTimeline .timelineAxis .axisStart {
  margin-left: -5px;
}
#projectTimeline .timelineAxis .axisEnd {
  margin-right: -5px;
}
#projectTimeline .timelineActivity {
  position: absolute;
  width: 100%;
  height: auto;
}
#projectTimeline .timelineActivity .activityBar {
  position: absolute;
  height: 8px;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
#projectTimeline .timelineActivity .activityBar .activityDot {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid currentColor;
  top: 50%;
  transform: translateY(-50%);
}
#projectTimeline .timelineActivity .activityLabel {
  position: absolute;
  font-size: 0.8rem;
  white-space: normal;
  max-width: 140px;
  text-align: center;
  transform: translateX(-50%);
}
#projectTimeline .timelineActivity .activityLabel h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
  color: #282828;
  line-height: 1.2;
}
#projectTimeline .timelineActivity .activityLabel p {
  font-size: 0.7rem;
  margin: 5px 0;
  color: #7b7b7b;
  line-height: 1.2;
}
#projectTimeline .timelineActivity .activityLabel .dateInfo,
#projectTimeline .timelineActivity .activityLabel .durationInfo {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  margin-top: 5px;
}
#projectTimeline .timelineActivity .activityLabel .dateInfo {
  color: #275150;
}
#projectTimeline .timelineActivity .activityLabel .durationInfo {
  color: #7D563A;
}
#projectTimeline {
  /* Activity positioning - above timeline */
}
#projectTimeline .timelineActivity:nth-child(1),
#projectTimeline .timelineActivity:nth-child(3),
#projectTimeline .timelineActivity:nth-child(4),
#projectTimeline .timelineActivity:nth-child(6) {
  /* Activity 6 */
  top: 0;
}
#projectTimeline .timelineActivity:nth-child(1) .activityLabel,
#projectTimeline .timelineActivity:nth-child(3) .activityLabel,
#projectTimeline .timelineActivity:nth-child(4) .activityLabel,
#projectTimeline .timelineActivity:nth-child(6) .activityLabel {
  bottom: calc(100% + 20px);
}
#projectTimeline {
  /* Activity positioning - below timeline */
}
#projectTimeline .timelineActivity:nth-child(2),
#projectTimeline .timelineActivity:nth-child(5),
#projectTimeline .timelineActivity:nth-child(7) {
  /* Activity 7 */
  top: 50%;
  margin-top: 40px;
}
#projectTimeline .timelineActivity:nth-child(2) .activityLabel,
#projectTimeline .timelineActivity:nth-child(5) .activityLabel,
#projectTimeline .timelineActivity:nth-child(7) .activityLabel {
  top: calc(100% + 20px);
}
#projectTimeline {
  /* Activity Colors */
}
#projectTimeline .activity1 .activityBar {
  background-color: #79c3aa;
  color: #79c3aa;
}
#projectTimeline .activity2 .activityBar {
  background-color: #E8915F;
  color: #E8915F;
}
#projectTimeline .activity3 .activityBar {
  background-color: #EFB571;
  color: #EFB571;
}
#projectTimeline .activity4 .activityBar {
  background-color: #79c3aa;
  color: #79c3aa;
}
#projectTimeline .activity5 .activityBar {
  background-color: #E61966;
  color: #E61966;
}
#projectTimeline .activity6 .activityBar {
  background-color: #E8915F;
  color: #E8915F;
}
#projectTimeline .activity7 .activityBar {
  background-color: #275150;
  color: #275150;
}

/* ----- END PROJECT TIMELINE ----- */
.topicos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 50px;
}

.topico {
  flex: 0 0 calc(25% - 50px);
  width: calc(25% - 50px);
  max-width: calc(25% - 50px);
}
.topico img {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.topico h3 {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1rem;
  color: #282828;
}
.topico p {
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #484848;
}

/* noticia.php */
.out {
  position: static !important;
  right: 0 !important;
  bottom: 0 !important;
}

#newsIndex {
  width: 90%;
  padding: 80px 5%;
  overflow: hidden;
}
#newsIndex h2 {
  padding-top: 0;
}
#newsIndex > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: flex-start;
}
#newsIndex .secBtn:first-of-type {
  margin-right: 25px;
}

#newsAtivBtns {
  width: 50%;
}

#newsIndex #socialNetworks {
  width: 50%;
  text-align: right;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  column-gap: 10px;
}

#newsIndex #socialNetworks img {
  width: 50px;
}

.newsGroup,
.ativGroup {
  display: none;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 10px;
  gap: 5%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.newsGroup h3,
.ativGroup h3 {
  color: #282828;
}
.newsGroup > p,
.ativGroup > p {
  text-align: left;
  margin: 50px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.newsGroup#newsAntigas {
  gap: 6%;
}

.bgFlexBlock {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 3px 0px rgba(40, 40, 40, 0.15);
  align-items: stretch;
}

/* Elevacao no hover dos cartoes de noticias (so' aqui -> nao afeta a equipa,
   cujas imagens pesadas tornariam a animacao da sombra lenta no scroll) */
.layoutThreeCols .bgFlexBlock {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.layoutThreeCols .bgFlexBlock:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px 0 rgba(40, 40, 40, 0.16);
}

.greyText,
p.greyText {
  width: 85%;
  margin: 0 auto 3px;
  padding-top: 25px;
  color: #7b7b7b;
  font-size: 0.9rem;
  font-style: normal;
}

.bgFlexBlock h3 {
  color: #282828;
  width: 85%;
  margin: 0 auto 15px;
}

.bgFlexBlock p {
  width: 85%;
  margin: 0 auto 40px;
  font-size: 0.95rem;
  font-weight: 300;
}

.layoutThreeCols button {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  font-weight: bolder;
  font-size: 2rem;
  text-align: center;
}

.linkFotos {
  background-color: #79c3aa;
  border-color: #79c3aa;
}

.imgDentroNot {
  width: 100%;
  height: auto;
  margin: 25px 0 0 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.newsSpec a {
  color: #79c3aa;
}

.newsSpec .ql-align-right {
  text-align: right;
}

.newsSpec .ql-align-center {
  text-align: center;
}

.newsSpec .ql-align-justify {
  text-align: justify;
}

.newsSpec .ql-align-left {
  text-align: left;
}

.newsSpec blockquote {
  width: 100%;
  padding: 10px;
  border-left: 4px solid #79c3aa;
  font-style: italic;
  background-color: #e9e9e9;
}

/* footer.php */
footer {
  clear: both;
  padding: 50px 0 0 0;
  background-color: rgba(121, 195, 170, 0.0823529412);
}
footer p {
  width: 580px;
  max-width: 90%;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
footer p span {
  font-weight: 700;
}
footer p:last-of-type {
  font-size: 0.8rem;
}
footer hr {
  width: 200px;
  border-bottom: 0.5px solid #79c3aa;
  margin: auto;
}
footer #logoFooter {
  width: 150px;
  height: 60px;
  margin: 0 auto;
  display: block;
}
footer #logosFooter {
  width: 100%;
  margin: 30px auto 0;
  padding: 25px 0;
  background-color: white;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 25px;
}
footer #logosFooter img {
  height: 35px;
}

.descLogos {
  color: #7b7b7b;
  font-size: 0.6rem;
}

.lines {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
}
.lines::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge */
}

/* contacts_form.php */
#contactsForm {
  overflow: hidden;
  position: relative;
}
#contactsForm > p {
  width: 55%;
  margin-bottom: 40px;
}
#contactsForm img.mascote {
  width: 45%;
  max-width: 350px;
  position: absolute;
  bottom: 100px;
  right: 5%;
}

#contactar {
  width: 55%;
  overflow: hidden;
  margin: 0 0 60px 0;
  padding-top: 10px;
}
#contactar input[type=text],
#contactar input[type=email],
#contactar select,
#contactar textarea {
  width: 90%;
  display: block;
  border: 1px solid #7D563A;
  border-radius: 10px;
  padding: 20px 5% 15px;
  margin-bottom: 40px;
  font-size: 1rem;
}
#contactar select {
  width: 100%;
}
#contactar textarea {
  min-height: 150px;
  resize: vertical;
}
#contactar label {
  position: absolute;
  top: -10px;
  left: 4%;
  padding: 0 10px;
  background-color: white;
  font-size: 0.9rem;
}
#contactar input[type=submit] {
  float: right;
  clear: both;
  margin-bottom: 10px;
}

.floatingLabel {
  width: 99%;
  position: relative;
}

/* contacts.php */
#map {
  position: static;
  width: 80%;
  height: 450px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}

#contacts .divDivided {
  align-items: flex-start;
  margin: 80px auto;
}
#contacts .divDivided .divText {
  width: 55%;
  max-width: 55%;
  flex: 0 0 55%;
}
#contacts .divDivided .divText:nth-child(2) {
  width: 45%;
  max-width: 45%;
  flex: 0 0 45%;
}
#contacts .divDivided .divText p {
  padding: 0 0 5px 50px;
}
#contacts .divDivided .divText h3 {
  padding: 30px 0 15px 50px;
  margin-bottom: 0;
}

#contactsEmbed > p {
  margin-bottom: 40px;
}

/* project.php */
#odsImage {
  width: 220px;
}

#project .divDivided .divColor {
  background-size: cover;
  background-color: #E8915F;
}

.team {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 80px 5%;
}
.team h3 {
  margin-bottom: 0;
  margin-top: 25px;
}
.team h3:first-of-type {
  margin: 0;
}

.blocos {
  flex: 0 0 100%;
  width: 100%;
  gap: 3%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  align-content: center;
}
.blocos .imageFlexBlock {
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}


.team .blocos .bgFlexBlock {
  width: 22%;
  max-width: 22%;
  flex: 0 0 22%;
  margin: 20px 0;
  padding-bottom: 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 8px 4px rgba(40, 40, 40, 0.15);
  position: relative;
}
.team .blocos .bgFlexBlock:hover {
  cursor: pointer;
}
.team .blocos .bgFlexBlock:hover .hoverText {
  display: block;
  border-radius: 10px;
}
.team .blocos .bgFlexBlock h3 {
  margin-left: auto;
  margin-right: auto;
}
.team .blocos .bgFlexBlock h4 {
  color: #E8915F;
  width: 85%;
  margin: 0 auto 0;
}

.blocos .greyText a:hover {
  color: #79c3aa;
  font-weight: 400;
}

.hoverText {
  display: none;
  width: 97%;
  height: 100%;
  padding: 0 2%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
  z-index: 2;
}
.hoverText::-webkit-scrollbar {
  width: 5px;
}
.hoverText::-webkit-scrollbar-thumb {
  background: rgba(246, 170, 19, 0.1607843137);
  border-radius: 50px;
}
.hoverText h3 {
  padding-top: 30px;
  margin-bottom: 5px;
}
.hoverText h4 {
  padding-bottom: 15px;
}

.imagesSide {
  width: 85%;
  margin: 20px auto 30px;
}
.imagesSide img {
  width: 35px;
  height: auto;
}
.imagesSide img:first-child {
  margin-right: 15px;
}

#partners {
  width: 90%;
  padding: 0 5% 80px;
  overflow: hidden;
}

.partnersLogos {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
  overflow: hidden;
}
.partnersLogos:first-of-type {
  margin-top: 0;
}
.partnersLogos:first-of-type img {
  height: 85px;
}
.partnersLogos img {
  height: 70px;
}
.partnersLogos {
  /* Hide scrollbar but allow scrolling */
  scrollbar-width: none;
}
.partnersLogos::-webkit-scrollbar {
  display: none;
}

/* news.php */
#news #newsIndex {
  padding-top: 0;
}

h3.antRec {
  padding-left: 10px;
}

#news .layoutTwoCols {
  width: 47%;
  padding-top: 30px;
}

#news p.greyText {
  float: left;
  width: auto;
  padding-top: 12px;
  margin-left: 8%;
  margin-bottom: 0;
}

#news .etiqueta {
  float: right;
  background-color: rgb(241, 249, 253);
  color: #79c3aa;
  margin: 10px 7% 5px 0;
}

#newsAntigas .etiqueta {
  margin-right: 35px;
  margin-top: -15px;
}

#newsAntigas p.greyText {
  padding-top: 0;
  margin-top: -10px;
}

.etiqueta {
  float: left;
  margin-left: 30px;
  margin-right: 35px;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #E8915F;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}

#news .etiquetaNovidade {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  color: #E8915F;
  box-shadow: 0 0 8px 4px rgba(40, 40, 40, 0.25);
  border: 2px solid #E8915F;
  margin: 15px 15px 0 0;
}

.recentesHeader {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 15px;
}
.recentesHeader h3.antRec {
  margin: 0;
  width: 40%;
}
.recentesHeader .filtersWrapper {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  gap: 8px;
}

.categoryFiltersContainer {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.categoryFilterBtn {
  padding: 5px 15px;
  border: 2px solid #E8915F;
  background-color: #ffffff;
  color: #E8915F;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.categoryFilterBtn:hover {
  background-color: #fff5f0;
  transform: translateY(-2px);
}
.categoryFilterBtn.active {
  background-color: #E8915F;
  color: #ffffff;
}

/* app.php */
#app .bgGreenLight:nth-of-type(2) {
  padding: 0 5% 100px;
}
#app .sideMargin {
  padding: 80px 0;
}

.timeline {
  width: 100%;
  margin: auto;
}

#timelineLg {
  display: block;
}

#timelineMd,
#timelineSm,
#timelineXs {
  display: none;
}

/* news_spec.php */
/* Artigo numa coluna central legivel (em vez de espremido a 60% com vazio ao lado) */
#clickSpec .divDivided {
  flex-direction: column;
  align-items: center;
}
#clickSpec .divDivided .divText {
  width: 100%;
  max-width: 820px;
  flex: none;
  justify-content: flex-start;
  padding: 0 0 70px;
}
#clickSpec .divDivided .divText:first-of-type {
  width: 100%;
  max-width: 820px;
  flex: none;
  padding: 30px 0 0;
}
/* botao "Voltar": alinhado a' esquerda da coluna + seta */
#clickSpec .divDivided .divText:first-of-type button {
  margin: 0 0 14px;
}
#clickSpec .divDivided .divText:first-of-type button::before {
  content: "\2190";
  margin-right: 8px;
  font-weight: bold;
}

#clickSpec h3 {
  font-size: 1.5rem;
  color: #79c3aa;
  margin-bottom: 0;
}

#clickSpec p {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

#clickSpec .imageBg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin: 0;
  margin-top: 20px;
}

.date {
  font-size: 0.95rem;
  margin: 5px 0 10px 0 !important;
  font-weight: 300;
}

/* Botoes de acao no fim do artigo (Ver noticia / Ver fotos) lado a lado */
.newsSpecActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 45px;
}
.newsSpecActions a {
  display: inline-flex;
}
.newsSpecActions button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
}
.newsSpecActions button i {
  font-size: 0.95em;
}

.details a {
  text-decoration: underline;
}
.details a:hover {
  color: #79c3aa;
  cursor: pointer;
  transform: scale(1);
}
.details span {
  margin-top: 10px;
  font-style: italic;
  color: #7D563A;
  font-size: 0.9rem;
}
.details ul,
.details ol {
  margin-left: 30px;
  margin: 10px 0 10px 30px;
}

/*   */
span.smallCase {
  text-transform: none;
}

/* ----- SEARCH ----- */
/* SEARCH NO MENU DE DESKTOP E MOBILE */
.searchInput img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.searchBar .searchInput {
  max-height: 25px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s ease-in-out;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

#menuDesktop .searchBar .searchInput {
  width: 30px;
  background-position: center right 16px;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 0 8px 4px rgba(40, 40, 40, 0.25);
  background-image: url("../images/icons/search_black.svg");
}

#menuDesktop .searchBar:hover .searchInput {
  width: 120px;
  padding-right: 50px;
  padding-left: 20px;
}

#popUpMob .searchBar {
  position: fixed;
  bottom: 40px;
  left: calc(50% - 145px);
}

#popUpMob .searchInput {
  background-position: center left 16px;
  width: 220px;
  padding-right: 20px;
  padding-left: 50px;
  background-color: #79c3aa;
  border-bottom: 1px solid white;
  background-image: url("../images/icons/search_white.svg");
}

#popUpMob .searchOpen .searchInput {
  padding-left: 0;
  width: 100%;
}

/* SEARCH QUANDO ESCRITO */
.escurecer {
  display: none;
  background-color: rgba(0, 0, 0, 0.62);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}

.searchWindow {
  position: fixed;
  top: 50px;
  z-index: 12;
  border-radius: 8px;
  background-color: rgb(241, 249, 253);
  box-shadow: 0 0 4px 3px rgba(40, 40, 40, 0.15);
}

#menuDesktop .searchWindow {
  width: 60%;
  right: 20px;
}

#popUpMob .searchWindow {
  width: 90%;
  left: 5%;
}

.searchOpen {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid lightgray;
  padding: 8px 20px;
}
.searchOpen img {
  width: 25px;
  height: 25px;
  opacity: 0.5;
  padding: 10px 20px 10px 0;
}
.searchOpen .searchInput {
  padding: 0 15px 0 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  background-color: #eff9fd !important;
  background-image: none !important;
}

.searchResults {
  padding: 10px 20px;
}

.results {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
}
.results:hover {
  background-color: #dae8ed;
}
.results h4 {
  color: #282828;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
}
.results span {
  padding: 2px 8px;
  background-color: #E61966;
  color: white;
  border-radius: 15px;
  max-width: 35px;
  margin-left: 10px;
}
.results span:hover {
  cursor: pointer;
}

.resultType {
  border-radius: 25px;
  color: white;
  padding: 5px 15px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  min-width: 93px;
  text-align: center;
}
.resultType.typeNot {
  color: #79c3aa;
  background-color: white;
  border: 2px solid #79c3aa;
}
.resultType.typePub {
  color: #1f4e68;
  background-color: white;
  border: 2px solid #1f4e68;
}

/* login.php */
#imgLogin {
  position: fixed;
  top: 125px;
  right: 0;
  height: 88vh;
  z-index: -5;
  opacity: 0.8;
}

.access {
  padding-top: 200px;
  position: relative;
}
.access h2 {
  margin-bottom: 10px;
  padding-top: 0;
}
.access p:first-of-type {
  color: #282828;
  margin-bottom: 40px;
}
.access p:last-of-type {
  margin-bottom: 40px;
}
.access a {
  color: #79c3aa;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.access a:hover {
  margin-right: 0;
}
.access .warnings a {
  color: #79c3aa;
}
.access button {
  margin-bottom: 40px;
}
.access input[type=text],
.access input[type=email],
.access input[type=password] {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #7D563A;
  border-radius: 10px;
  padding: 25px 2.25% 20px;
  font-size: 1rem;
  clear: both;
}
.access input[type=text].passMostra {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #7D563A;
  border-radius: 10px;
  padding: 25px 2.25% 20px;
  font-size: 1rem;
  clear: both;
  float: none;
}
.access input[type=text] {
  width: calc(50% - 12px);
  box-sizing: border-box;
  float: left;
  clear: none;
}
.access input[name=ultnome] {
  margin-left: 24px;
}
.access input[type=submit] {
  margin-top: 30px;
  float: right;
  margin-bottom: 30px;
}
.access input:focus,
.access input:focus-visible {
  outline: none;
  border-color: #79c3aa;
  box-shadow: 0 0 0 3px rgba(121, 195, 170, 0.25);
}

/* Robustez: os inputs nunca ultrapassam o contentor entre breakpoints.
   (Sem box-sizing -> mantem o alinhamento original, que depende do padding em %.) */
.access input[type=text],
.access input[type=email],
.access input[type=password],
.access input[type=text].passMostra,
.paraVer input[type=text],
.paraVer input[type=password],
#changePass input[type=text] {
  max-width: 100%;
}

/* Garantir que inputs dentro de .paraVer mantêm o estilo correto */
.paraVer input[type=text],
.paraVer input[type=password] {
  width: 100% !important;
  box-sizing: border-box;
  float: none !important;
  clear: both !important;
}

#recover {
  margin-bottom: 20px;
}

#changePass input[type=text] {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #7D563A;
  border-radius: 10px;
  padding: 25px 2.25% 20px;
  font-size: 1rem;
  clear: both;
}

.paraVer {
  position: relative;
}

.mostraPasse {
  height: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 25px;
}

form.changePassword {
  width: 300px;
}
form.changePassword input[type=text],
form.changePassword input[type=password] {
  width: 300px !important;
  padding: 25px 20px 20px !important;
}
form.changePassword input[type=submit] {
  float: none;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 100px;
}
form.changePassword .mostraPasse {
  right: -20px !important;
}

form.limitAccess {
  width: 100%;
  max-width: 640px; /* coluna do formulario mais estreita -> inputs com largura sensata */
  overflow: hidden;
}

#msgPass {
  display: none;
  max-width: 100%;
  margin-bottom: 0;
}

#recoverPass form {
  max-width: 50%;
  overflow: hidden;
}
#recoverPass form input[type=text] {
  width: 95%;
}
#recoverPass form input[type=submit] {
  margin: 20px 5px 5px 0;
}
#recoverPass .warnings {
  max-width: 50%;
  float: none;
  margin: 20px 0;
}

#changePassTitle {
  margin-top: 25px;
}

/* publications */
.layout {
  display: flex;
  justify-content: flex-start;
  display: flex;
  flex-flow: row wrap;
  padding: 80px 0;
  column-gap: 40px;
}
.layout .pubs > * {
  clear: both;
}

.apa {
  font-style: italic;
}

.pubs p.greyText {
  width: auto;
  max-width: 50%;
  float: right;
  margin-right: 35px;
  padding-top: 0;
  margin-top: -25px;
}

.downloadFicheiro button,
.downloadFicheiroSide button {
  background-color: #E8915F;
  border-color: #E8915F;
}
.downloadFicheiro button .fa,
.downloadFicheiroSide button .fa {
  font-size: 1.4rem;
  width: 24px;
  height: 36px;
}

.downloadFicheiroSide button {
  right: 90px;
}

/* verificar_email.php */
#checkEmail,
#confirmAccount,
#changePass {
  padding-top: 140px;
}

#illustFlam {
  width: 50%;
  max-width: 800px;
  margin-top: 40px;
  margin-left: -8px;
  clear: both;
  display: block;
}

.processoRegisto button {
  margin: 30px 0 0;
  display: block;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1350px) {
  form.limitAccess {
    width: 1000px;
  }
  .access input[type=email],
  .access input[type=password],
  .access input[type=text].passMostra,
  #changePass input[type=text] {
    width: 100%;
  }
  .access input[type=text] {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1200px) {
  .layoutThreeCols,
  #index .layoutThreeCols {
    flex: 0 1 47%;
    width: 47%;
    max-width: 47%;
    min-width: auto;
  }
  .blocos {
    gap: 0;
  }
  .team .blocos {
    justify-content: space-between;
  }
  .team .blocos .bgFlexBlock {
    width: 45%;
    max-width: 45%;
    flex: 0 0 45%;
  }
  .topicos {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  #clickSpec .divDivided .divText button {
    margin-left: 0;
  }
  #timelineLg,
  #timelineSm,
  #timelineXs {
    display: none;
  }
  #timelineMd {
    display: block;
  }
}
@media screen and (max-width: 1110px) {
  form.limitAccess {
    width: 850px;
  }
  .access input[type=email],
  .access input[type=password],
  .access input[type=text].passMostra,
  #changePass input[type=text] {
    width: 100%;
  }
  .access input[type=text] {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1024px) {
  #menuMobile {
    display: flex;
  }
  #menuDesktop {
    display: none;
  }
  #popUpMob span#closeMenu {
    display: block;
  }
  #contactar,
  #contactsForm > p {
    width: 100%;
  }
  .hideFlamingo {
    display: none;
  }
  .headerEffect {
    display: none;
  }
  #clickSpec .divDivided .divText {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 80px;
  }
  #clickSpec .divDivided .divText:first-of-type {
    margin-bottom: 0;
  }
  #clickSpec .divDivided .divText button {
    margin: 80px 0 30px -2px;
  }
  #clickSpec .divDivided {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  form.limitAccess {
    width: 700px;
  }
  .access input[type=email],
  .access input[type=password],
  .access input[type=text].passMostra,
  #changePass input[type=text] {
    width: 100%;
  }
  .access input[type=text] {
    width: calc(50% - 12px);
  }
  .hide {
    display: none;
  }
  #inovacao .flexDir,
  #project .flexDir {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .partnersLogos {
    overflow: hidden;
    gap: 40px;
    padding-bottom: 0;
    flex-wrap: nowrap;
  }
  .partnersLogos a {
    flex-shrink: 0;
  }
  #timelineLg,
  #timelineMd,
  #timelineXs {
    display: none;
  }
  #timelineSm {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .sideMargin {
    width: 84%;
  }
  #news .sideMargin {
    width: 90%;
  }
  .recentesHeader h3.antRec {
    padding-left: 0;
    width: 100%;
  }
  .categoryFiltersContainer {
    justify-content: flex-start;
  }
  .categoryFilterBtn {
    padding: 5px 10px;
  }
  #odsImage {
    margin: 0;
  }
  .legenda span {
    margin: 0;
  }
  .newsGroup,
  .ativGroup {
    justify-content: center;
    padding: 0;
  }
  .layoutThreeCols,
  #index .layoutThreeCols {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .layoutThreeCols {
    margin-bottom: 65px;
  }
  .layoutThreeCols:first-of-type {
    margin-top: 25px;
  }
  .layoutThreeCols:last-of-type {
    margin-bottom: 50px;
  }
  .layoutTwoCols,
  #news .layoutTwoCols {
    width: 100%;
    margin-bottom: 55px;
  }
  .team .bgFlexBlock {
    min-height: auto;
  }
  .team .bgFlexBlock h3 {
    margin-bottom: 0;
  }
  header .desc {
    width: 80%;
    left: 10%;
  }
  header .desc h1 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .headerEffect {
    display: none;
  }
  .imgDentroNot {
    display: block !important;
    align-items: unset !important;
    flex-flow: unset !important;
    justify-content: unset !important;
    flex: auto !important;
  }
  #index .divDivided .divImage {
    order: 2;
    height: 400px;
    background-position: center;
    background-attachment: scroll;
  }
  .divDivided .divText {
    padding: 70px 0;
  }
  #index .divDivided .divText {
    order: 1;
  }
  #contactsForm img.mascote {
    display: none;
  }
  #project .divFull {
    padding: 80px 0;
    justify-content: center;
  }
  #project .flexDir {
    flex: 0 0 84%;
    width: 84%;
    max-width: 84%;
  }
  .divDivided .divText h2,
  .divDivided .divText p {
    padding-right: 8%;
    padding-left: 8%;
  }
  .divDivided .divText h2 {
    padding-top: 0;
  }
  .divDivided .divText button,
  .divDivided img {
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 0;
  }
  #index .divDivided .divText button {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  #index .divDivided .divText a {
    display: block;
    margin-left: 8%;
  }
  /* div dividida breve */
  .divDivided .breve {
    padding: 0;
    align-items: center;
  }
  .divDivided .breve2 {
    padding: 40px 0 0 0;
    text-align: center;
  }
  /* div dividida contactos */
  #contacts .divDivided {
    margin-bottom: 40px;
  }
  #contacts .divDivided .divText {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  #contacts .divDivided .divText:nth-child(2) {
    padding: 40px 0 0;
  }
  #contacts .divDivided .divText p,
  #contacts .divDivided .divText h3 {
    padding-left: 0;
  }
  #map {
    padding: 0;
  }
  form.limitAccess {
    width: 500px;
  }
  .access input[type=email],
  .access input[type=password],
  .access input[type=text].passMostra,
  #changePass input[type=text] {
    width: 100%;
  }
  .access input[type=text] {
    width: calc(50% - 12px);
  }
  #illustFlam {
    width: 100%;
  }
  #checkEmail #imgLogin,
  #confirmAccount #imgLogin,
  #changePass #imgLogin {
    display: none;
  }
  .processoRegisto button {
    margin: 30px auto 0;
  }
  #recoverPass .warnings,
  #recoverPass form {
    max-width: 100%;
  }
  #recoverPass form input[type=text] {
    width: 89%;
  }
  .divDivided {
    flex-flow: column wrap;
  }
  .divDivided div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .divDivided .imageCredits {
    width: auto !important;
    flex: none !important;
  }
  .topico {
    flex: 0 0 calc(40% - 50px);
    width: calc(40% - 50px);
    max-width: calc(40% - 50px);
  }
  #timelineLg,
  #timelineSm,
  #timelineMd {
    display: none;
  }
  #timelineXs {
    display: block;
  }
  #newsIndex > div {
    align-items: flex-start;
  }
  #newsIndex #socialNetworks img {
    width: 35px;
  }
  .headerImg {
    background-attachment: scroll;
    background-size: cover;
    min-height: 500px;
  }
  #app .headerImg,
  #index .headerImg,
  #publications .headerImg {
    background-position: center;
  }
  .access .warnings {
    max-width: 100%;
  }
  .access button {
    margin-bottom: 10px !important;
  }
  #contacts iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .team .blocos .bgFlexBlock {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .team .blocos .imageFlexBlock {
    height: 320px;
  }
  #map {
    height: 350px;
  }
  .access {
    padding-top: 200px;
  }
  form.limitAccess {
    width: 100%;
  }
  .access input[type=text],
  .access input[type=email],
  .access input[type=password],
  .access input[type=text].passMostra,
  #changePass input[type=text] {
    width: 89%;
    float: none;
    padding: 25px 5% 20px;
    margin: 0 auto 20px;
  }
  .access p,
  .access a {
    color: #282828;
  }
  #imgLogin {
    opacity: 0.4;
  }
  .layoutTwoCols h3 {
    padding-top: 25px;
  }
  #recoverPass form input[type=text] {
    width: 89.5%;
  }
  .pubs p.greyText {
    margin-top: 10px;
    float: left;
    clear: both;
    margin-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .topicos {
    gap: 0;
  }
  .topico {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
    margin-bottom: 50px;
  }
  #contactar {
    margin-bottom: 80px;
  }
  form.changePassword input[type=text],
  form.changePassword input[type=password] {
    width: 230px !important;
    margin-left: 0;
  }
  form.changePassword .mostraPasse {
    right: 50px !important;
  }
}
@media screen and (max-width: 400px) {
  .team .blocos .bgFlexBlock {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .team .blocos .imageFlexBlock {
    height: 300px;
  }
  footer #logosFooter img {
    height: 25px;
  }
}

/*# sourceMappingURL=styles.css.map */
