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

h2 {
  text-align: center;
  margin-top: 0.5rem;
}

.dataRegulamento {
  font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.4rem);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (width>360px) {
  .dataRegulamento {
    max-width: 28ch;
  }
}

@media screen and (width>400px) {
  .dataRegulamento {
    max-width: 30ch;
  }
}

.tituloSeccao h2 {
  font-weight: 600;
  font-size: var(--fs-600);
}

/* bullet Dash */

.bulletDash {
  list-style-type: none;
}

.bulletDash > li {
  text-indent: -5px;
}

.bulletDash > li:before {
  content: "– ";
  text-indent: -5px;
}

/* definition list */

dt {
  font-weight: 600;
  margin-top: 1rem;
}

dt,
dd {
  display: inline;
  margin: 0;
  padding: 0;
}

/* dd {
  padding-bottom: 2rem;
} */

dt::before {
  content: "\a";
  white-space: pre;
}

dt {
  margin: 0;
  padding: 0;
}

.entrada {
  /* font-weight: 600; */
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  /* scale: 0.8; */
  /* z-index: 1; */
}

.entrada span {
  text-transform: initial;
  display: block;
  margin-top: 0.75rem;
  font-weight: 600;
  /* scale: 1.1; */
}

.bulletNum li {
  list-style: decimal;
}

.bulletLetras li {
  list-style: lower-alpha;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(80%, 300px), 1fr));
  gap: 1rem;
}

.box {
  border: 2px solid var(--azul-aberto-500);
  border-radius: 0.3rem;
  padding: 1rem;
  text-align: left;
}

/* .artigo_05 {
  grid-column: span 2;
} */

.box > * {
  text-wrap: balance;
  font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.4rem);
}

.bulletNum,
.bulletLetras,
.bulletDash,
.bulletNone {
  padding-left: 1.25rem;
}

.bulletLetras {
  padding-left: 1rem;
}

ol li {
  margin-bottom: 0.5rem;
}

.bulletNone li {
  list-style: none;
}

.bulletNone.art_09 {
  margin: 0.5rem 0 1rem;
}

.seccao_02 .tituloSeccao {
  margin-top: 3rem;
}

li {
  overflow: visible;
}

li .breakHyphen {
  /* overflow-wrap: break-word; */
  word-break: break-all;
}
