/* *{
   margin: 0;
   padding: 0;
   box-sizing: border-box; 
} */

/* Fuente Open Sans — igual a Redalyc */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');

/* Tipografía general del cuerpo */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #777777;
  line-height: 1.6;
}

a {
  color: #e4801e;
  text-decoration: none;
}

p.metadata-entry {
  margin: 10px 0;
}

/*DIVS DE CABECERA*/
#visor-cabecera {
  width: 100%;
  height: auto;
}

.herramientas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 25px;
  box-sizing: border-box;
  min-height: 100px;
  border-bottom: 8.71px solid rgb(141, 27, 52);
}

#logo-r {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 170px;
  height: 80px;
  flex-shrink: 0;
}

.redalyc-s {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 170px;
  height: 80px;
  flex-shrink: 0;
  cursor: pointer;
}

/* Tablet */
@media (max-width: 768px) {
  .herramientas {
    padding: 15px 20px;
    min-height: 80px;
  }
  #logo-r,
  .redalyc-s {
    width: 130px;
    height: 60px;
  }
}

/* Móvil */
@media (max-width: 480px) {
  .herramientas {
    padding: 12px 15px;
    min-height: 65px;
  }
  #logo-r,
  .redalyc-s {
    width: 100px;
    height: 50px;
  }
}

/* ------ CONTAINER ----------- */

/*DIVS DE ARTICULO*/
.container {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  color: #777777;
}

#article1-front,
#article1-back,
.two-column {
  text-align: justify;
  word-wrap: break-word;
}

#article1-body {
  text-align: justify;
  word-wrap: break-word;
}

a.asterisco {
  color: #777777;
}

a.email {
  color: #777777;
}

a.url {
  color: #e4801e;
  font-weight: normal;
}

h4.callout-title {
  display: block;
  color: #e4801e;
  font-size: 12pt;
}

.display-information {
  display: none;
}

.generated {
  font-weight: bold;
}

p.subject {
  color: #e4801e;
  font-weight: bold;
}

.title {
  display: flex;
  justify-content: space-between;
  border: 1px solid transparent;
  text-align: justify;
}

.category {
  padding-right: 50px;
  border: 1px solid transparent;
}

.document-title {
  text-align: right;
  word-wrap: break-word;
  color: rgb(141, 27, 52);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.35;
}

.title-en {
  text-align: right;
  word-wrap: break-word;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(141, 27, 52);
}

p.top {
  margin-top: 25px;
}

p#d1e144 {
  margin-top: -10px;
}

/* ------ ARTICLE1-FRONT ----------- */

.cell p.metada-entry {
  text-align: left;
}

/* ------ ARTICLE1-BODY ----------- */

h2.main-title {
  display: block;
  color: #e4801e;
  font-size: 12pt;
}

h3.section-title {
  display: block;
  color: #e4801e;
  font-size: 12pt;
}

h4.block-title {
  display: block;
  color: #e4801e;
  font-size: 12pt;
}

/* ESTILOS KEYWORD */



/* ------ ARTICLE1-BACK ----------- */

span .generated {
  display: none;
}

p.display-information {
  display: none;
}

span.display-information {
  display: none;
}

.citation {
  margin-top: -30px;
  font-size: 12pt;
  text-indent: -15px;
  margin-left: 15px;
  text-align: left;
}

.top {
  margin-top: 40px;
}
.bottom {
  margin-bottom: 30px;
}

.first {
  font-style: italic;
  margin-left: 25px;
  margin-right: 25px;
}

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

a.autor {
  font-style: normal;
}

/* ESTILO PARA LAS IMÁGENES EN EL TEXTO */
.panel{
  width: auto;
  padding: 10px;
  text-align: center;
  color: #515151;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.panel img.img-2{
  width: 50%;
  height: auto;
}

.panel img.img-1{
  width: 30%;
  height: auto;
}

.panel img.img-map{
  width: 70%;
  height: auto;
}

.panel img.img-map2{
  width: 100%;
  height: auto;
}

/* ------ ARTICLE1-FOOTER ----------- */

.footer {
  display: none;
}

.cursiva{
  font-weight: lighter;
  font-style: italic;
}

.footer-bottom{
  margin-bottom: 100px;
}

.headbottom{
  margin-bottom: 50px;
}

.justificar{
  text-align: justify;
}

.subtitulo{
  margin-top: -12px;
}

.chulel{
  font-style: normal;
  font-weight: bold;
}

.margen{
  text-align: right;
}

.espacio{
  margin-top: -10px;
  text-align: right;
}

.vineta{
  list-style: none;
}

.lado{
  text-align: right;
  margin-top: 20px;
}

.poema{
  margin-top: 5px;
  text-align: center;
}

.poema > h3{
  line-height: 20px;
}

.poema > p {
  text-align: left;
  display: inline-block;
  line-height: 1.6;
  margin-top: -10px;
  margin-left: 180px;
}

.poema > .text-poema{
  margin-top: 10px;
  margin-left: -10px;
}

.poema > .text-poema2{
  margin-left: -180px;
}

.poema > .text-poema3{
  margin-left: -60px;
}

.poema1{
  text-align: center;
}

.poema1 > p{
  text-align: left;
  display: inline-block;
  line-height: 1.6;
  margin-left: 40px;
}

/* ------ SEPARADORES HR ----------- */

hr.part-rule {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
}

hr.section-rule {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
}

/* Ficha bibliográfica compacta */
.ficha-bibliografica {
  margin: 15px 0;
  font-size: 15px;
  color: #777777;
}

.ficha-bibliografica p {
  margin: 4px 0;
}

/* Bloque de licencia CC */
.licencia-cc {
  margin: 20px 0 10px 0;
}

.licencia-cc #img-cc {
  width: 88px;
  height: auto;
  display: block;
  margin-bottom: 6px;
}

.licencia-cc p {
  margin: 3px 0;
  font-size: 15px;
}

/* Fechas y DOI */
.fechas-doi {
  margin: 15px 0;
  font-size: 15px;
}

.fechas-doi p {
  margin: 4px 0;
}

/* ------ REFERENCIAS Y NOTAS ----------- */

/* Sangría francesa en referencias */
.ref-list p.justificar {
  text-indent: -20px;
  margin-left: 20px;
  margin-bottom: 10px;
  text-align: justify;
}

/* Notas al pie — justificadas, sin sangría francesa */
.footnote p {
  text-align: justify;
  text-indent: 0;
  margin-left: 0;
  margin-bottom: 8px;
}

/* ------ AUTORES Y AFILIACIONES ----------- */

.autores-bloque {
  margin: 15px 0;
}

.autor-linea {
  margin: 10px 0 2px 0;
}

.autor-nombre {
  font-weight: 600;
  color: #555555;
}

.autor-semblanza {
  margin: 0 0 8px 20px;
  color: #777777;
  font-size: 15px;
}

/* ------ SEPARACIÓN VISUAL DE BLOQUES DEL FRONT ----------- */

.autores-bloque {
  margin-bottom: 25px;
}

.ficha-bibliografica {
  margin-top: 20px;
  margin-bottom: 20px;
}

.licencia-cc {
  margin-top: 0;
  margin-bottom: 20px;
}

.fechas-doi {
  margin-bottom: 10px;
}

/* ------ RESUMEN / ABSTRACT ----------- */

.metadata-chunk p,
#d1e149,
#d1e154 {
  margin-top: 5px;
}

.text-keyword {
  margin-top: 8px;
}

.block-title {
  margin-bottom: 2px;
}

h4.callout-title + * {
  margin-top: 4px;
}

.two-column .cell p {
  margin-top: 4px;
}

/* ------ CORRECCIÓN SANGRÍA REFERENCIAS Y NOTAS ----------- */

.back-section .main-title,
.ref-list .main-title {
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}

.back-section .ref-list {
  margin-left: 0;
  padding-left: 0;
}

.back-section .ref-list p.justificar {
  text-indent: -20px;
  margin-left: 20px;
  padding-left: 0;
}

.back-section .footnote {
  margin-left: 0;
  padding-left: 0;
}

.ref-list p.justificar,
.back-section .ref-list p.justificar {
  text-align: left !important;
}

/* ------ CLASE REFERENCIA ----------- */
p.referencia {
  text-align: left !important;
  text-indent: -20px !important;
  margin-left: 20px !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
}

/* ------ OVERRIDE FUERTE PARA REFERENCIAS EN OJS ----------- */
div.ref-list p.referencia {
  text-align: left !important;
  text-indent: -20px !important;
  margin-left: 35px !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
}

/* ------ NOTAS AL PIE ----------- */
div.footnote {
  margin-left: 35px !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
}

div.footnote p {
  text-align: left !important;
  text-indent: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

div.footnote {
  margin-left: 0 !important;
  margin-bottom: 8px !important;
  padding-left: 0 !important;
}

div.footnote p {
  text-align: justify !important;
  text-indent: -20px !important;
  margin-left: 20px !important;
  padding: 0 !important;
}

div.footnote {
  margin-left: 35px !important;
  margin-bottom: 8px !important;
  padding-left: 0 !important;
}

div.footnote p {
  text-align: left !important;
  text-indent: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

div.footnote.justificar {
  margin-left: 15px !important;
  margin-bottom: 8px !important;
  padding-left: 0 !important;
}
