@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

body {
  background: #F5F0E8;
  color: #1a1a1a;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1.0625em;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  color: #1a1a1a;
}

h1 {
  font-size: 2.5em;
  margin: 0.5em auto 0.3em;
  line-height: 1.2;
}

h2 {
  font-size: 2em;
  margin: 1em auto 0.5em;
  text-align: center;
  line-height: 1.3;
}

h3 {
  font-size: 1.5em;
  margin: 1.2em auto 0.5em;
  text-align: center;
  line-height: 1.3;
}

h4 {
  font-size: 1.25em;
  font-style: normal;
  margin: 1.2em auto 0.5em;
  text-align: left;
}

h5 {
  font-size: 1.1em;
  font-style: normal;
  margin: 1.2em auto 0.5em;
  text-align: left;
}

h6 {
  font-size: 1em;
  font-style: normal;
  margin: 1.2em auto 0.5em;
  text-align: left;
}

p {
  margin: 1em 0;
  font-weight: 300;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

a {
  color: #e05a18;
  text-decoration: underline;
  text-decoration-color: rgba(224, 90, 24, 0.3);
  transition: all 0.2s ease;
}
a:hover {
  text-decoration-color: #e05a18;
  background: rgba(254, 242, 234, 0.3);
}

a:focus {
  outline: 2px solid #e05a18;
  outline-offset: 2px;
}

blockquote {
  margin: 2em auto;
  padding: 1em 2em;
  border-left: 4px solid #e05a18;
  background: rgba(224, 90, 24, 0.05);
  font-style: italic;
  opacity: 0.9;
}

small {
  font-size: 0.875em;
  color: #888;
}

hr {
  border: 0;
  height: 1px;
  background: rgba(224, 90, 24, 0.3);
  margin: 3em 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

figure img {
  margin: 2em auto 1em;
}

figcaption {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
  margin-bottom: 2em;
  color: #888;
}

.home {
  background: #ffffff;
  max-width: 46em;
  margin: 2em auto;
  padding: 3em 2.5em;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.09);
}

.content-title {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-size: 2.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 600;
  color: #1a1a1a;
}

.site-footer {
  text-align: center;
  padding: 1.5em 2em 2em;
  margin-top: 0;
}

.rss-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  color: #888;
  text-decoration: none;
  border: 1px solid rgba(136, 136, 136, 0.35);
  border-radius: 3px;
  padding: 0.35em 0.75em;
  transition: all 0.2s ease;
}
.rss-link:hover {
  color: #fff;
  background: #e05a18;
  border-color: #e05a18;
}

.rss-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex-shrink: 0;
}

.autor-post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.autor-post-list:hover .autor-post-card {
  opacity: 0.6;
}

.autor-post-item {
  border-bottom: 1px solid rgba(224, 90, 24, 0.1);
}
.autor-post-item:last-child {
  border-bottom: none;
}

.autor-post-card {
  display: block;
  text-decoration: none;
  padding: 1.2em 0;
  transition: opacity 0.125s ease-in-out;
}
.autor-post-card:hover, .autor-post-card:focus {
  opacity: 1 !important;
}

.autor-post-title {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-size: 1.15em;
  font-weight: 600;
  color: #1a1a1a;
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.3;
}

.autor-post-date {
  display: block;
  text-align: left;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.82em;
  color: #888;
  margin-bottom: 0.2em;
}

.autor-post-blurb {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 0.9em;
  color: #555;
  display: block;
  margin: 0.3em 0 0;
  line-height: 1.5;
}

.site-masthead {
  box-sizing: border-box;
  text-align: center;
  padding: 2.5em 2em 1em;
  margin-bottom: 0;
  background: #F5F0E8;
}

.site-logo-link {
  display: inline-block;
  text-decoration: none;
  margin: 0 auto 0.5em;
}

.site-logo {
  display: block;
  max-width: 560px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  box-shadow: none;
  mix-blend-mode: multiply;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.site-navigation {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.site-navigation:hover a, .site-navigation:focus-within a {
  opacity: 0.7;
}

.site-navigation ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2em;
}

.site-navigation li {
  list-style: none;
  margin: 0;
}
.site-navigation li.active a {
  text-decoration: underline;
}

.site-navigation a {
  display: block;
  padding: 0.3em 0.7em;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  color: #1a1a1a;
  transition: opacity 0.125s ease-in-out;
}
.site-navigation a:hover, .site-navigation a:focus {
  opacity: 1;
  color: #e05a18;
}

.post-list {
  margin: 2em 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .post-list:hover .post-link, .post-list:focus-within .post-link {
    opacity: 0.6;
  }
}

.post-list li {
  margin-bottom: 3em;
  border-bottom: 1px solid rgba(224, 90, 24, 0.1);
  padding-bottom: 2.5em;
}
@media (max-width: 768px) {
  .post-list li {
    margin-bottom: 1.8em;
    padding-bottom: 1.5em;
  }
}
.post-list li:last-child {
  border-bottom: none;
}

.post-link {
  color: #1a1a1a;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0;
  transition: opacity 0.125s ease-in-out;
}
.post-link:hover, .post-link:focus {
  opacity: 1 !important;
}

.post-link__heading {
  display: block;
}
.post-link__heading h1 {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-size: 1.65em;
  margin-bottom: 0.15em;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}

.post-link__meta {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.82em;
  color: #888;
  margin: 0.2em 0 0.5em;
}

.post-link__date {
  color: #888;
}

.post-link__sep {
  margin: 0 0.4em;
  color: rgba(136, 136, 136, 0.5);
}

.post-link__author {
  color: #888;
}

.post-link__blurb {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 0.92em;
  font-weight: 400;
  line-height: 1.5;
  color: #888;
  margin: 0.4em auto 0;
  max-width: 36em;
}

.post-date {
  color: #888;
  display: block;
  font-size: 0.825em;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .post-date {
    margin-top: 0;
  }
}

.post-pagination {
  margin-top: 3rem;
  font-size: 0.875em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid rgba(224, 90, 24, 0.2);
  padding-top: 2em;
}
.post-pagination > * {
  flex-grow: 1;
  flex-basis: 0;
  padding: 1em 0;
}
.post-pagination:hover a, .post-pagination:focus-within a {
  opacity: 0.6;
}
.post-pagination a {
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.125s ease-in-out;
  color: #e05a18;
  font-weight: 500;
}
.post-pagination a:hover, .post-pagination a:focus {
  opacity: 1;
}

.post {
  background: #ffffff;
  margin: 2em auto;
  max-width: 48em;
  padding: 3.5em 0 4em;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.09);
}
@media (max-width: 768px) {
  .post {
    margin: 0;
    box-shadow: none;
    padding: 2em 0 3em;
  }
}

.post > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding: 0 2em;
}
@media (max-width: 768px) {
  .post > * {
    padding: 0 1.25em;
  }
}

.post-title {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.12;
  max-width: 46em;
  padding: 0.2em 1em 0.4em;
  text-align: center;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .post-title {
    font-size: 2em;
    padding: 0.2em 0.75em 0.4em;
  }
}

.post-header {
  max-width: 42rem;
  padding: 0 2em;
  margin: 0 auto 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .post-header {
    padding: 0 1.25em;
  }
}

.post-byline {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  color: #888;
  margin-bottom: 1.2em;
  text-align: center;
}
.post-byline time {
  color: #888;
}
.post-byline .byline-sep {
  margin: 0 0.45em;
  color: rgba(136, 136, 136, 0.5);
}
.post-byline a {
  color: #888;
  text-decoration: none;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.post-byline a:hover {
  color: #e05a18;
  border-color: #e05a18;
  background: none;
}
.post-byline .author-sep {
  margin: 0 0.3em;
}

.post-blurb {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.55;
  color: #4a4644;
  text-align: center;
  margin: 0 auto 1.8em;
  padding-bottom: 1.6em;
  border-bottom: 1px solid rgba(224, 90, 24, 0.18);
}

.post-share {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.2em;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border: 1px solid rgba(136, 136, 136, 0.35);
  border-radius: 3px;
  color: #888;
  text-decoration: none;
  background: transparent;
  transition: all 0.18s ease;
  cursor: pointer;
}
.share-btn:hover {
  background: #e05a18;
  color: #fff;
  border-color: #e05a18;
}
.share-btn svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  flex-shrink: 0;
}

.share-btn--icon {
  padding: 6px 9px;
}

.print-url {
  display: none;
}

.post-content p {
  text-align: left;
  margin: 1.3em 0;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.7;
}
.post-content h2, .post-content h3 {
  text-align: left;
  margin-top: 2em;
}
.post-content hr.wp-block-separator {
  border: none;
  border-top: 1px solid rgba(224, 90, 24, 0.2);
  margin: 2em auto;
  max-width: 6em;
}
.post-content blockquote.wp-block-quote {
  margin: 2em auto;
  padding: 0.75em 1.75em;
  border-left: 3px solid #e05a18;
  background: rgba(224, 90, 24, 0.04);
  font-style: italic;
}
.post-content blockquote.wp-block-quote p {
  margin: 0.5em 0;
}

.post a:not(.share-btn):hover {
  background: rgba(254, 242, 234, 0.6);
}

.back-link {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  padding: 0.6em 1.2em;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e05a18;
  border: 1px solid rgba(224, 90, 24, 0.4);
  border-radius: 3px;
  transition: all 0.18s ease;
}
.back-link:hover {
  background: #e05a18;
  color: #ffffff;
  border-color: #e05a18;
}

.referencia-block {
  max-width: 42rem;
  padding: 0 2em;
  margin: 0 auto 2em;
}
.referencia-block > div {
  background: #fdf6f0;
  border-left: 3px solid #e05a18;
  padding: 1em 1.4em;
}
.referencia-block > div p {
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 0.95em;
  line-height: 1.6;
  color: #3a3530;
  margin: 0;
}

.footnote {
  color: #e05a18;
  font-size: 0.72em;
  font-weight: 500;
  text-decoration: none;
  vertical-align: super;
  line-height: 0;
  padding: 0 0.1em;
}
.footnote:hover, .footnote:focus {
  text-decoration: underline;
  background: none;
}

.footnotes {
  margin-top: 3em;
  margin-bottom: 4em;
  padding-top: 0;
  border-top: none;
}
.footnotes::before {
  content: "Notas";
  display: block;
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  font-size: 1.4em;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5em;
}
.footnotes ol {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.88em;
  line-height: 1.65;
  color: #888;
  padding-left: 1.4em;
  margin-top: 0;
}
.footnotes li {
  margin-bottom: 0.7em;
}
.footnotes p {
  margin: 0;
  font-size: 1em;
}

.reversefootnote {
  font-size: 0.75em;
  color: #e05a18;
  text-decoration: none;
  margin-left: 0.3em;
  opacity: 0.7;
}
.reversefootnote:hover {
  opacity: 1;
}

#search {
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

#search__input {
  background: transparent;
  border: 0;
  font: 1em "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  padding: 0.5em;
  color: #1a1a1a;
  text-align: center;
}
#search__input:focus {
  outline: 1px dashed #1a1a1a;
}

#search button[type=submit] {
  display: none;
}

::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

/**
 * Syntax highlighting styles
 */
code.highlighter-rouge {
  background: #fef2ea;
  font-family: courier, monospace;
  font-size: 0.875em;
}

.highlight {
  background: #ffffff;
  font-family: "SFMono-Regular", "Monaco", "Inconsolata", "Fira Code", "Droid Sans Mono", "Courier New", monospace;
  font-size: 0.875em;
  margin: 2rem auto;
  border-radius: 4px;
}
.highlight > * {
  padding: 0 1.5rem;
}
.highlighter-rouge .highlight {
  background: #fef2ea;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

@media print {
  @page {
    size: A4;
    margin: 2.2cm 2.5cm 2.8cm;
  }
  @page :first {
    margin-top: 1.5cm;
  }
  .site-navigation,
  .post-share,
  .back-link,
  .site-footer,
  #search,
  .search-form {
    display: none !important;
  }
  .site-masthead {
    background: #fff !important;
    padding: 0 0 0.8cm !important;
    margin: 0 !important;
    text-align: left !important;
    border-bottom: none !important;
    margin-bottom: 0.6cm !important;
    page-break-after: avoid;
  }
  .site-logo {
    max-width: 260pt !important;
    width: auto !important;
    mix-blend-mode: normal !important;
    filter: none !important;
  }
  .site-logo-link {
    display: block !important;
    text-decoration: none !important;
  }
  .print-url {
    display: block !important;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 8.5pt;
    color: #333;
    margin-top: 2em;
    padding-top: 0;
    word-break: break-all;
  }
  body {
    background: #fff !important;
    color: #111 !important;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.75;
  }
  .post {
    background: #fff !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
  .post > * {
    max-width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .post::before {
    display: none !important;
  }
  .post-title {
    font-family: "Lora", Georgia, serif;
    font-size: 22pt;
    font-weight: 600;
    line-height: 1.15;
    color: #111;
    text-align: left;
    padding: 0 !important;
    margin: 0 0 0.4em !important;
    max-width: 100% !important;
    page-break-after: avoid;
  }
  .post-byline {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 9pt;
    color: #222;
    text-align: left;
    margin-bottom: 0.6em;
  }
  .post-byline a {
    color: #222;
    text-decoration: none;
    border: none;
  }
  .post-byline .byline-sep {
    margin: 0 0.3em;
  }
  figcaption {
    color: #333 !important;
    font-size: 8.5pt;
  }
  .post-blurb {
    font-family: "Lora", Georgia, serif;
    font-style: italic;
    font-size: 11pt;
    line-height: 1.55;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 1.4em !important;
  }
  .post-content p {
    font-size: 11pt;
    line-height: 1.75;
    color: #111;
    margin: 0.9em 0;
    orphans: 3;
    widows: 3;
  }
  .post-content h2 {
    font-family: "Lora", Georgia, serif;
    font-size: 14pt;
    font-weight: 600;
    margin-top: 1.6em;
    page-break-after: avoid;
  }
  .post-content h3 {
    font-family: "Lora", Georgia, serif;
    font-size: 12pt;
    font-weight: 600;
    margin-top: 1.4em;
    page-break-after: avoid;
  }
  .post-content blockquote,
  .post-content blockquote.wp-block-quote {
    border-left: 3px solid #ccc;
    margin: 1.2em 0;
    padding: 0.5em 1.2em;
    background: none;
    font-style: italic;
    page-break-inside: avoid;
  }
  .post-content hr.wp-block-separator {
    border: none;
    border-top: 1px solid #ccc;
    margin: 1.5em auto;
    max-width: 4em;
  }
  .post-content img {
    max-width: 100%;
    page-break-inside: avoid;
  }
  .post-content figure {
    page-break-inside: avoid;
  }
  .footnotes {
    margin-top: 2em;
    padding-top: 0;
    border-top: none;
  }
  .footnotes::before {
    font-size: 12pt;
    color: #111;
  }
  .footnotes ol {
    font-size: 9pt;
    color: #444;
    line-height: 1.6;
  }
  .referencia-block {
    page-break-inside: avoid;
    max-width: 100% !important;
    padding: 0 !important;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  .post a:hover {
    background: none;
  }
}

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