/*Import dos estilos base*/
@import "./../css/commonStyles.css";

@media (min-width: 1440px) {
  body > main.container-fluid > div.row:first-of-type,
  body > main.container-fluid > div.row:nth-of-type(2) {
    padding: 0 1.25rem;
  }
}
.hidden {
  display: none;
}
.styledList {
  text-align: justify;
  margin-left: 1.5rem;
  /* margin-bottom: 0; */
}

article > .styledList {
  margin-left: 0.25rem;
  margin-bottom: 0;
}

.alineas-version {
  list-style: lower-alpha;
}

.section-container {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.img-element {
  /* max-height: 400px; */
  max-height: 100%;
  width: 80%;
}

.inner-article {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

p {
  text-align: justify;
}

div.paginationWrapper:has(div.paginationCont:empty) {
  display: none;
}

hr.border-success-alt {
  border-color: rgba(73, 111, 101, 0.75) !important;
}
