:root {
  --fs-300: clamp(0.8rem, 0.6rem + 1vw, 1.2rem);
  --fs-400: clamp(1rem, 0.75rem + 1.25vw, 1.5rem);
}

ul {
  padding: 0;
}

/* .barra {
  margin-top: 4rem;
} */

h2 {
  font-size: var(--fs-600);
  text-align: center;
  margin: 1rem 0 2rem 0;
}

/* h3 {
  font-size: calc(var(--fs-600) * 1.15);
  font-weight: 500;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
} */

h3 {
  font-size: calc(var(--fs-600) * 1.3);
  font-weight: 500;
  margin-bottom: 2rem;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.03em; */
}

h3:not(:first-of-type) {
  margin-top: 6rem;
}

h3:first-of-type {
  margin-top: 4rem;
}

h4 {
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0.5rem;
}

/* listas */

:is(.exposicoes.wrapper, .conversas.wrapper, .passeios li.line) li ~ li {
  max-width: 16rem;
}

:is(.year, .cat) {
  display: inline-block;
}

.year::before {
  content: " / ";
}

.year::before {
  content: " / ";
}

.obs {
  padding-top: clamp(0.1rem, -0.1rem + 1vw, 0.5rem);
}

:is(.date, .place) {
  padding-top: clamp(0.1rem, 0.025rem + 0.375vw, 0.25rem);
}

.title {
  font-size: clamp(1.4rem, 1.35rem + 0.25vw, 1.5rem);
  text-wrap: balance;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* .title span {
  display: block;
} */

:is(.cat, .year, .obs, .date, .place) {
  font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.4rem);
}

.cat,
.year {
  margin-bottom: 0.5rem;
  color: var(--azul-aberto-500);
  font-weight: 300;
}

.cat {
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-size: calc(clamp(1.2rem, 1.1rem + 0.5vw, 1.4rem) * 0.9);
}

.date {
  margin-top: 0rem;
  font-size: 1rem;
}

.place {
  margin-top: 0;
  padding-top: 0;
}

.wrapper {
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}

.wrapper.publicacoes .obs {
  text-wrap: balance;
}

.mostraImagensNoTejo a {
  color: var(--azul-aberto-500);
  display: block;
  margin-top: 0.5rem;
}

.mostraImagensNoTejo a:hover {
  color: var(--vermelho-500);
}

.line {
  display: block;
  border-top: solid var(--azul-aberto-500);
  border-top-width: clamp(0.188rem, 0.156rem + 0.156vw, 0.25rem);
  border-radius: 2rem;
  margin-bottom: 0.5rem;
  max-width: clamp(1.5rem, 0rem + 7.5vw, 4.5rem);
}

.context {
  font-size: var(--fs-500);
}

@media (width >= 43em) {
  .integradas {
    max-width: 42ch;
  }
}

.alemDasBibliotecas {
  font-size: clamp(1.2rem, 1.05rem + 0.75vw, 1.5rem);
  margin-top: 2rem;
}

:is(ul.efemerides, ul.festasRua, ul.diversos.varios) {
  font-size: 1.35rem;
}

ul:is(.festasRua, .diversos.varios) span.descr {
  margin-bottom: 0.75rem;
  display: block;
}

@media screen and (width<26rem) {
  .efemerides li span {
    display: block;
  }
  ul.festasRua .descr {
    max-width: 10em;
    /* color: red; */
  }
}

@media screen and (width<49rem) {
  li:is(.festivalAnos80, .orcamentoPart, .postais) {
    max-width: 18em;
  }
}

.mostraAlhan {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.97em;
}

html {
  scroll-padding-top: 10rem;
}

.menu li {
  font-size: var(--fs-500);
}
