/**
  * Reset some basic elements
*/
* {
  box-sizing: border-box !important;
  margin: 0; }

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2B2826;
  background-color: #fff; }

p {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: justify;
  text-justify: inter-word;
  font-size: 1.3em; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: 0.25em; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

a:hover {
  background-color: peachpuff; }

a {
  color: #2B2826;
  text-decoration: none;
  border-bottom: 1px dotted currentColor; }

.no-underline {
  text-decoration: none;
  border-bottom: none; }
  .no-underline:hover {
    background-color: none !important; }

label {
  font-size: 10px; }

/* Indice de secciones */
.link-index {
  font-size: 13px;
  font-style: italic; }

.h3-index {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0; }

.scansion {
  display: none; }

.gloss {
  display: none; }

.stressed {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 10%;
  text-decoration-color: #841212;
  font-stretch: semi-expanded; }

.active_rhyme {
  color: #841212;
  font-stretch: semi-expanded;
  font-weight: bold; }

h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em; }

.izquierda {
  text-align: left; }

/* Cover map */
.info {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.info h4 {
  margin: 0 0 5px;
  color: #777; }

.legend {
  text-align: left;
  line-height: 18px;
  color: #555; }

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7; }

/* Voyant */
iframe {
  width: 100%;
  height: 450px;
  border: none; }

.post-list {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  @media only screen and (min-width: 48em) {
    .post-list .post-list {
      padding-top: 5em; } }

.post-card {
  display: block;
  position: relative;
  width: 100%;
  min-height: 250px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.25rem;
  border-bottom: 0;
  -webkit-transition: -webkit-box-shadow .25s ease;
  transition: -webkit-box-shadow .25s ease;
  transition: box-shadow .25s ease;
  transition: box-shadow .25s ease, -webkit-box-shadow .25s ease; }

.post-card:hover,
.post-card:focus {
  border-bottom: 0;
  -webkit-box-shadow: 0 2px 40px 0 rgba(153, 155, 168, 0.3);
  box-shadow: 0 2px 40px 0 rgba(153, 155, 168, 0.3); }

@media only screen and (min-width: 48em) {
  .post-card {
    width: 25%;
    margin-right: 3.125%; }

  .post-card:last-of-type,
  .post-card:nth-child(2n+2) {
    margin-right: 0; } }
@media only screen and (min-width: 75em) {
  .post-card {
    width: 20%;
    margin-right: 3.125%; }

  .post-card:nth-child(2n+2) {
    margin-right: 3.125%; }

  .post-card:last-of-type,
  .post-card:nth-child(3n+3) {
    margin-right: 2; } }
.post-card__label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2; }

.post-card__inner {
  display: block;
  position: relative;
  padding: 1.875rem 1.25rem 0.625rem;
  width: 100%;
  color: #838c8d;
  border-bottom: 0; }

.post-card__inner:focus,
.post-card__inner:hover {
  color: #838c8d;
  border-bottom: 0; }

.post-card__header {
  margin-bottom: 0.75rem; }

.post-card__meta {
  font-size: 0.875rem; }

.post-card__thumb {
  margin: 0;
  background: #fff;
  position: sticky;
  overflow: hidden; }

.post-card__thumb::after {
  content: "";
  display: block;
  height: 0;
  width: 100%; }

.post-card__thumb > * {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block; }

pre {
  border-left: 8px solid #D7D5D1;
  margin: 32px 0;
  padding-left: 16px;
  width: 75%;
  overflow-x: auto; }

code {
  color: #423F38;
  font-size: 16px;
  padding: 1px 4px; }

.prose p, .prose ol, .prose ul {
  font-size: 20px;
  margin-bottom: 1em;
  width: 100%; }
.prose ul, .prose ol {
  padding-left: 40px; }
.prose li {
  margin-bottom: 0.5em; }
  .prose li ul li, .prose li ol li {
    margin-bottom: 0; }
.prose img {
  max-width: 100%; }
.prose .center {
  display: block;
  margin: 0 auto; }
.prose blockquote {
  line-height: 1.375;
  padding-left: 20px;
  margin: 40px 0 40px -16px;
  border-left: 8px solid #D7D5D1;
  font-style: italic; }
  .prose blockquote p {
    font-size: 16px; }
  @media (min-width: 52em) {
    .prose blockquote {
      padding-left: 32px;
      margin: 64px 0 64px 0px;
      max-width: 110%; }
      .prose blockquote p {
        font-size: 22px; } }
.prose hr {
  color: #2B2826;
  border-style: solid;
  border-width: thin;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
.prose dt {
  font-weight: bold;
  font-style: italic;
  line-height: 1.25; }
.prose dd {
  font-style: italic;
  margin-bottom: 0.5em; }
.prose table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  overflow: auto;
  word-break: normal;
  word-break: keep-all; }
  .prose table th {
    font-weight: bold;
    text-align: left; }
  .prose table th,
  .prose table td {
    padding: 16px 32px 16px 2px;
    border-top: 1px solid #2B2826;
    border-bottom: 1px solid #2B2826; }
  .prose table tr {
    border-top: 1px solid #2B2826; }
  .prose table tr th {
    border-top: 2px solid #2B2826;
    border-bottom: 2px solid #2B2826; }

.viz-cta {
  display: inline-block;
  background: #B54545;
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 15px;
  transition: background-color 0.2s ease; }
  .viz-cta:hover, .viz-cta:focus {
    background: #973a3a;
    color: #fff; }

.viz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 16px 0 32px; }

.viz-card {
  display: block;
  padding: 16px;
  border: 1px solid #D7D5D1;
  border-radius: 6px;
  text-decoration: none;
  color: #2B2826;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
  .viz-card h3 {
    margin: 0 0 0.25em;
    color: #B54545;
    font-size: 20px; }
  .viz-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #423F38; }
  .viz-card:hover, .viz-card:focus {
    border-color: #B54545;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px); }

.reading-edition {
  max-width: 44em; }
  .reading-edition h3.tei-head {
    margin-top: 1.4em;
    font-size: 24px; }
  .reading-edition .tei-byline {
    font-style: italic;
    font-weight: bold;
    color: #423F38;
    margin-bottom: 0.4em; }

.ann-person {
  cursor: help;
  border-bottom: 1px dotted #B54545; }

a.ann-place {
  color: inherit;
  border-bottom: 1px dotted #A09992;
  cursor: pointer; }
  a.ann-place:hover {
    border-bottom-style: solid; }

.tei-term,
.tei-bibl,
.tei-title,
.tei-foreign {
  font-style: italic; }

.tei-lg {
  margin: 1em 0; }

.ed-note {
  margin: 16px 0;
  padding: 0.3em 0 0.3em 16px;
  border-left: 3px solid #D7D5D1;
  background: #faf9f8; }
  .ed-note summary {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #A09992;
    outline: none; }
  .ed-note p {
    font-size: 16px;
    margin-top: 0.4em; }
  .ed-note.ed-interpretation {
    border-left-color: #B54545; }

.indice-issue {
  margin-top: 1.4em;
  color: #B54545; }

.indice-list li {
  margin-bottom: 0.4em; }

.indice-autor {
  color: #423F38;
  font-size: 0.85em;
  white-space: nowrap; }

.issue-meta {
  font-size: 16px;
  color: #423F38; }

.tapa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  margin: 32px 0; }

.tapa-card {
  text-align: center; }
  .tapa-card a {
    border-bottom: none; }
    .tapa-card a:hover {
      background: none; }
  .tapa-card img {
    width: 100%;
    height: auto;
    border: 1px solid #D7D5D1;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .tapa-card a:hover img {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16); }
  .tapa-card h3 {
    margin: 0.5em 0 0.1em;
    font-size: 20px;
    color: #B54545; }
  .tapa-card .tapa-year {
    color: #423F38;
    font-weight: normal; }
  .tapa-card .tapa-ahira {
    font-size: 14px;
    color: #423F38;
    border-bottom: 1px dotted #A09992; }
    .tapa-card .tapa-ahira:hover {
      background: peachpuff; }

.reading-nav {
  border-top: 1px solid #D7D5D1;
  margin-top: 32px; }

.reading-edition .tei-text {
  font-size: 20px; }
  .reading-edition .tei-text blockquote {
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    margin: 1.25em 0;
    padding: 0.1em 0 0.1em 16px;
    border-left: 2px solid #D7D5D1;
    max-width: none; }
    .reading-edition .tei-text blockquote p {
      font-size: 20px;
      margin-bottom: 0.6em; }
    .reading-edition .tei-text blockquote p:last-child {
      margin-bottom: 0; }
  .reading-edition .tei-text .tei-cit {
    margin: 1.25em 0; }
    .reading-edition .tei-text .tei-cit blockquote {
      margin: 0; }
  .reading-edition .tei-text .tei-cit-source {
    margin-top: 0.35em;
    padding-left: 18px;
    font-size: 16px;
    color: #423F38; }
    .reading-edition .tei-text .tei-cit-source .tei-title {
      font-style: italic; }
  .reading-edition .tei-text .tei-cit > .tei-cit-source:first-child {
    margin: 0 0 0.35em; }
  .reading-edition .tei-text .fn-ref {
    line-height: 0; }
    .reading-edition .tei-text .fn-ref a {
      border-bottom: none;
      padding: 0 1px;
      color: #B54545;
      font-weight: bold; }
  .reading-edition .tei-text .fn-notes {
    margin-top: 64px;
    padding-top: 16px;
    border-top: 1px solid #D7D5D1; }
    .reading-edition .tei-text .fn-notes .tei-head {
      font-size: 20px; }
  .reading-edition .tei-text .fn-list {
    font-size: 16px;
    padding-left: 1.5em; }
    .reading-edition .tei-text .fn-list li {
      margin-bottom: 0.7em; }
      .reading-edition .tei-text .fn-list li > p:first-child {
        display: inline; }
      .reading-edition .tei-text .fn-list li:target {
        background: #fdf6ec; }
    .reading-edition .tei-text .fn-list p,
    .reading-edition .tei-text .fn-list blockquote,
    .reading-edition .tei-text .fn-list blockquote p,
    .reading-edition .tei-text .fn-list .tei-cit-source {
      font-size: 16px; }
  .reading-edition .tei-text .fn-back {
    border-bottom: none; }
  .reading-edition .tei-text .fn-label {
    font-weight: bold;
    color: #423F38; }

.badge-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0; }
  .badge-row img {
    height: 31px;
    border: 0; }

.badge-issn {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #D7D5D1;
  border-radius: 4px;
  font-size: 13px;
  color: #423F38;
  letter-spacing: 0.03em; }

a.ann-person {
  color: inherit;
  border-bottom: 1px dotted #B54545;
  cursor: pointer; }
  a.ann-person:hover {
    border-bottom-style: solid; }

/* Type utilities */
.h0 {
  font-size: 48px;
  line-height: 1.0125;
  margin-top: 0.85em;
  word-wrap: break-word; }
  @media (min-width: 52em) {
    .h0 {
      font-size: 84px; } }

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

.no-underline {
  text-decoration: none;
  border-bottom: none; }

.no-underline-hover:hover {
  text-decoration: none !important;
  border-bottom: none !important; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.lh-condensed {
  line-height: 1.25; }

.list-reset {
  list-style: none;
  padding-left: 0; }

/* Border utilities */
.border-bottom-thick {
  border-bottom: 2px solid;
  border-color: currentColor; }

.border-bottom-thin {
  border-bottom: 1px solid;
  border-color: currentColor; }

.border-top-thick {
  border-top: 2px solid;
  border-color: currentColor; }

.border-top-thin {
  border-top: 1px solid;
  border-color: currentColor; }

.border-0 {
  border: 0; }

/* Theme color utilities */
.header-background {
  background-color: #fff; }

.header-border {
  border-color: #2B2826; }

.header-title {
  color: #2B2826; }

.header-text {
  color: #2B2826; }

.header-social {
  fill: #2B2826; }

.header-link:hover {
  color: #2B2826 !important; }

.text-accent {
  color: #423F38; }

/* Layout utilities */
.container {
  max-width: 72em; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

@media (max-width: 52em) {
  .sm-width-full {
    width: 100% !important; } }
.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.left-0 {
  left: 0; }

.table {
  display: table !important; }

.left {
  float: left; }

.right {
  float: right; }

.row {
  display: flex;
  flex-wrap: wrap; }

.col {
  flex: 0 0 auto;
  width: 50%;
  --bs-gutter-y: 0rem; }

.col-left {
  float: left;
  width: 60%; }

.col-right {
  float: right;
  width: 22%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 40px; }

/* Clear floats after the columns */
.row {
  max-width: 70em; }

/* Search Highlighting */
mark {
  color: white;
  background-color: #841212; }

@media (min-width: 52em) {
  .right-lg {
    float: right !important; }

  .left-lg {
    float: left !important; }

  .absolute-lg {
    position: absolute; }

  .block-lg {
    display: block !important; }

  .inline-block-lg {
    display: inline-block; } }
@media (max-width: 52em) {
  .hide-sm {
    display: none !important; } }
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.align-middle {
  vertical-align: middle; }

/* Padding */
.px-0 {
  padding-left: 0;
  padding-right: 0; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.px-1 {
  padding-left: 8px;
  padding-right: 8px; }

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px; }

.px-2 {
  padding-left: 16px;
  padding-right: 16px; }

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px; }

.px-3 {
  padding-left: 32px;
  padding-right: 32px; }

.py-3 {
  padding-top: 32px;
  padding-bottom: 32px; }

.px-4 {
  padding-left: 64px;
  padding-right: 64px; }

.py-4 {
  padding-top: 64px;
  padding-bottom: 64px; }

/* Margin */
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mt-1 {
  margin-top: 8px; }

.mr-1 {
  margin-right: 8px; }

.mb-1 {
  margin-bottom: 8px; }

.ml-1 {
  margin-left: 8px; }

.mt-2 {
  margin-top: 16px; }

.mr-2 {
  margin-right: 16px; }

.mb-2 {
  margin-bottom: 16px; }

.ml-2 {
  margin-left: 16px; }

.mt-3 {
  margin-top: 32px; }

.mr-3 {
  margin-right: 32px; }

.mb-3 {
  margin-bottom: 32px; }

.ml-3 {
  margin-left: 32px; }

.mt-4 {
  margin-top: 64px; }

.mr-4 {
  margin-right: 64px; }

.mb-4 {
  margin-bottom: 64px; }

.ml-4 {
  margin-left: 64px; }

@media (min-width: 52em) {
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto; }

  .mt-lg-0 {
    margin-top: 0; }

  .mr-lg-0 {
    margin-right: 0; }

  .mb-lg-0 {
    margin-bottom: 0; }

  .ml-lg-0 {
    margin-left: 0; }

  .mt-lg-1 {
    margin-top: 8px; }

  .mr-lg-1 {
    margin-right: 8px; }

  .mb-lg-1 {
    margin-bottom: 8px; }

  .ml-lg-1 {
    margin-left: 8px; }

  .mt-lg-2 {
    margin-top: 16px; }

  .mr-lg-2 {
    margin-right: 16px; }

  .mb-lg-2 {
    margin-bottom: 16px; }

  .ml-lg-2 {
    margin-left: 16px; }

  .mt-lg-3 {
    margin-top: 32px; }

  .mr-lg-3 {
    margin-right: 32px; }

  .mb-lg-3 {
    margin-bottom: 32px; }

  .ml-lg-3 {
    margin-left: 32px; }

  .mt-lg-4 {
    margin-top: 64px; }

  .mr-lg-4 {
    margin-right: 64px; }

  .mb-lg-4 {
    margin-bottom: 64px; }

  .ml-lg-4 {
    margin-left: 64px; } }
.no_bullet {
  list-style-type: none; }

.right {
  float: right; }
