@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;700;900&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rosario:ital,wght@0,300..700;1,300..700&family=Saira:ital@0;1&display=swap');
html {
      line-height: 1.6;
      font-size: 18px;
      color: #1a1a1a;
      background-color: white;
    }
    body {
      margin: 0 auto;
      max-width: 43em;
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 50px;
      padding-bottom: 50px;
      hyphens: none;
      overflow-wrap: break-word;
      text-rendering: optimizeLegibility;
      font-kerning: normal;
    }
    p.Cuerpo-central, p.Primer-p-rrafo {
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.6rem;
      color: rgb(20, 25, 22);
      margin-top: 0px;
      margin-bottom: 30px;
      margin-left: 0px;
      margin-right: 0px;
    }
    p.Primer-p-rrafo {
      margin-top: 15%;
    }
    .Bibliograf-a- {
      font-family: "Merriweather", serif;
      font-weight: 300;
      font-size: 1rem;
      line-height: 1.5rem;
      color: rgb(20, 25, 22);
      margin-top: 1rem;
      margin-bottom: 0;
      margin-left: 0px;
      margin-right: 0px;
    }
    h1 {
     /* font-size: 1.6rem;
      line-height: 2rem;
      font-family: 'Inter', sans-serif;
      color: #ff883a;
      font-weight: 900;*/
       font-family: 'Inter', sans-serif;
      font-size: 2.5rem;
      font-weight: 400;
      line-height: 3.2rem;
      text-align: left;
      text-transform: uppercase;
      color: rgb(1, 15, 7);
      margin-top: 0px;
      margin-bottom: 25px;
      margin-left: 0px;
      margin-right: 0px;
    }
    
    /*h2 {
      font-size: 1.2em;
      font-family: 'Roboto', sans-serif;
      color: rgb(1, 15, 7);
    }*/
     p.subtituloArticulo {
        font-family: "Merriweather", serif;
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 2rem;
        margin-top: -1rem;
        margin-right: 4rem;
        border-top: 3px solid #ff883a;
        margin-bottom: 1.5rem;
        padding-top: 0.5em;
      }
    @media (max-width: 600px) {
      body {
        font-size: 0.7rem;
        padding: 0.5rem;
        margin: 0rem auto;
        width: 100%;
      }
      p.Abstract {
        font-size: 0.8rem;
      }
      html {
        margin: 0 auto;
        padding: 0.3rem;
        width: 98%;
      }
      p.autor {
        font-size: 1rem;
      }
      p.Cuerpo-central, p.Primer-p-rrafo {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
       p.pertenencia {
        font-size: 0.7rem;
        line-height: 1.3;
      }

      p.Resumen {
        text-align: left;
        margin: 0;
        font-size: 0.7rem;
      }
      h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
      }
     
      blockquote {
        /*margin-left: 0em !important;*/
      }
      p.img80 {
        width: 100%;
        font-size: 0.7rem;
        line-height: 1.3;
        margin: 0% 0% 4% 0%;
      }
    }
    @media print {
      body {
        background-color: transparent;
        color: black;
        font-size: 12pt;
      }
      p, h2, h3 {
        orphans: 3;
        widows: 3;
      }
      h2, h3, h4 {
        page-break-after: avoid;
      }
    }
    p {
      margin: 1em 0;
    }
    a {
      color: #1a1a1a;
    }
    a:visited {
      color: #1a1a1a;
    }
    img {
      max-width: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
      margin-top: 1.6em;
    }
    h5, h6 {
      font-size: 1em;
      font-style: italic;
    }
    h6 {
      font-weight: normal;
    }
    ol, ul {
      padding-left: 1.7em;
      margin-top: 1em;
    }
    li > ol, li > ul {
      margin-top: 0;
    }
    blockquote {
      font-family: "Merriweather", serif;
      margin: 1.5em 0 1.5em 0em;
      padding: 0.2em 0 0.2em 0.8em;
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.7rem;
      color: rgb(20, 25, 22);
       border-left: 9px solid #ff883a;
    }
    code {
      font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
      font-size: 85%;
      margin: 0;
    }
    pre {
      margin: 1em 0;
      overflow: auto;
    }
    pre code {
      padding: 0;
      overflow: visible;
      overflow-wrap: normal;
    }
    .sourceCode {
     background-color: transparent;
     overflow: visible;
    }
    hr {
      background-color: #ff883a;
      border: none;
      height: 1px;
      margin: 1em 0;
    }
    table {
      margin: 3em 0 -0.5em 0;
      border-collapse: collapse;
      width: 100%;
      overflow-x: auto;
      display: block;
      font-variant-numeric: lining-nums tabular-nums;
    }
    table caption {
      margin-bottom: 0.75em;
    }
    tbody {
      margin-top: 0.5em;
      border-top: 2px solid #ff883a;
      border-bottom: 2px solid #ff883a;
    }
    th {
      border-top: 1px solid #1a1a1a;
      padding: 0.25em 0.5em 0.25em 0.5em;
    }
    td {
      padding: 0.125em 0.5em 0.25em 0.5em;
    }
    header {
      margin-bottom: 4em;
      text-align: left;
      margin-bottom: -0.9rem;
    }
    header > h1 {
      font-size: 0.8rem;
      color: black;
      margin-bottom: 1rem;
      display:inline-block;
      font-weight: 300;
    }
    header > h1::after {
    content: ' 7(12)';
}
    #TOC li {
      list-style: none;
    }
    #TOC ul {
      padding-left: 1.3em;
    }
    #TOC > ul {
      padding-left: 0;
    }
    #TOC a:not(:hover) {
      text-decoration: none;
    }
    code{white-space: pre-wrap;}
    span.smallcaps{font-variant: small-caps;}
    span.underline{text-decoration: underline;}
    div.column{display: inline-block; vertical-align: top; width: 50%;}
    div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
    ul.task-list{list-style: none;}
    .display.math{display: block; text-align: center; margin: 0.5rem auto;}


    a {
      color: #ff883a;
      font-family: 'Inter', sans-serif;
      font-weight: 700;
      text-decoration: none;
    }

     h1 a, .autor a {
      vertical-align:super;  
      font-size: medium;  
     }


/*----Propios----*/

h2.sub {
   color: #ff883a;
   font-family: "Merriweather", serif;
   font-weight: 700;
   font-size: 1.3rem;
   margin: 2.5rem 0.8rem 0rem 0rem;
   line-height: 1.9rem;  
}
h2.sub + p.Primer-p-rrafo {
  margin-top: 1.3rem;
}
._idFootnoteLink {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

.autor {
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 1.3rem;
   margin: 2rem 1.5rem 0rem 0rem;
   line-height: 1.2rem; 
   color: black;
}
.POR {
  color: #ff883a;
}
.variosautores {
    font-family: 'Inter', sans-serif;
   font-weight: 600;
   font-size: 1rem;
   margin: 0rem 1.5rem 0rem 0rem;
   line-height: 1.2rem; 
   color: #ff883a;
}
.pertenencia, .DATA_RESE-AS, .notas {
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   font-size: 0.9rem;
   margin: 0.4rem 1rem 1rem 0rem;
   line-height: 1.3rem; 
}
.pertenencia a {
  text-decoration: none;
  color: inherit;
  font-size: 0.8rem;
  line-height: 0;
  font-weight: 300;
}
.autor + .autor {
  margin-top: -3.2rem;
}
.autorRes {
   font-family: 'Inter', sans-serif;
   color: #a54bed;
   font-weight: 300;
   font-size: 1.2rem;
   margin: -1.5rem 1.5rem 3rem 0rem;
   line-height: 1.2rem; 
}
.antetitulo {
   font-family: 'Inter', sans-serif;
   font-weight: 300;
   font-size: 1.2rem;
   margin: 1rem 1.5rem -2rem 0rem;
   line-height: 1.2rem; 
} 
p.pertenencia + h2 {
  margin-top: 4rem;
}
      .pertenencia + .pertenencia {
        margin-top: -0.9rem;
}
h4, h6, h5 {
   font-family: 'Inter', sans-serif;
   font-weight: 300;
   font-size: 0.9rem;
   margin: 2rem 0.8rem 1.5rem 0rem;
   line-height: 1.2rem;
   font-style: normal;
} 
h6 + h5 {
  margin-top: -2rem;
}
h3, .Header3 {
  font-family: "Merriweather", serif;
  font-weight: 700;
   font-size: 1.2rem;
   /*color: #ff883a;*/
   margin: 2.2rem 0.8rem 0rem 0rem;
   line-height: 1.4rem; 
} 
p.Header3 + p.Primer-p-rrafo {
  margin-top: 0.75rem;
}

.epi {
  font-size: 0.7rem;
  margin: 4em 4em 4em 0em;
}
.epi + .epi {
  margin-top: -4em;
} 
.res {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  color: grey;
  font-size: 0.7em;
  margin: 2em 0 2em 0;
}
hr {
  border: #ff883a solid 1px;
  background-color: #ff883a;
  margin: 4rem 0rem 2rem 0rem;
}
table {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: grey;
}
.small {
  font-size: 0.8rem;
  line-height: 1.1rem;
  margin: 1rem 0 2rem 0;
  padding-left: 0.5rem;
  border-left: #70ffeb solid 3px;
}
 code{white-space: pre-wrap;}
    span.smallcaps{font-variant: small-caps;}
    div.columns{display: flex; gap: min(4vw, 1.5em);}
    div.column{flex: auto; overflow-x: auto;}
    div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
    ul.task-list{list-style: none;}
    ul.task-list li input[type="checkbox"] {
      width: 0.8em;
      margin: 0 0.8em 0.2em -1.6em;
      vertical-align: middle;
    }
    .display.math{display: block; text-align: center; margin: 0.5rem auto;}

.img80 {
   max-width: 600px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   font-size: 0.9rem;
   margin: 0.5rem 0rem 1.5rem 0rem;
   line-height: 1.2rem;
   font-style: normal;
}
img {
  width: 100%;
}
p.img::first-word, Scaps {
  text-transform: uppercase;
}
.Bold {
  font-weight: bold;
}
.Resumen, .Abstract {
  /*color: grey;*/  
  font-size: 0.8rem;
  margin: 1rem 0.5rem -0.3rem 0rem;
  text-align: left;
  line-height: 1.4rem;
  font-family: 'Merriweather', sans-serif;
}
.Resumen + .Resumen {
  margin-top: 1em;
}
.T-tulo-Ingles-Portugues-resumen {
  font-size: 1.2rem;
  color: #ff883a;
}
.Super {
   vertical-align: super;
  font-size: smaller;
  line-height: 0.2em;
}
.Italic {
  font-style: italic;
}
.Bold-Italic {
  font-weight: bold;
  font-style: italic;
}
.tituloGraf {
   font-family: 'Inter', sans-serif;
   font-weight: 300;
   font-size: 1rem;
   margin: 2rem 0.8rem -1rem 0rem;
   line-height: 1.2rem;
   font-style: normal;
}
blockquote img {
  width: 1em;
}
.epigrafe {
    font-family: 'Inter', sans-serif;
   font-weight: 300;
   font-size: 0.9rem;
   margin: 3rem 0rem 3rem 3rem;
   line-height: 1.2rem;
   font-style: normal;
}
.leyenda {
    font-family: 'Inter', sans-serif;
   font-weight: 300;
   font-size: 0.9rem;
   margin: 1rem 0rem 2rem 0rem;
   line-height: 1.2rem;
   font-style: normal;
}
.palabraResumen {
   font-family: 'Roboto', sans-serif;
   font-weight: 600;
   font-size: 0.9rem;
   font-style: normal;
}
p.Resumen > span.Default > img {
  width: 5rem;
} 
.datosBIBLIO {
   font-family: 'Inter', sans-serif;
   font-weight: 600;
   font-size: 0.8rem;
   font-style: normal;
   line-height: 1.2;
   margin: 0;
   color: #ff883a;
}
.epigrafesubtitulo {
  font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 0.9rem;
   font-style: normal;
   text-align: right;
   margin-left: 25%;
   margin-top: 4rem;
 }
 .epigrafesubtitulo + .epigrafesubtitulo {
  margin-top: -0.2rem;
 }