.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: unset!important;
}

/*Flecha para hacer la pagina hacia arriba*/

.ir-arriba {
  display: none;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #C70B16;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

header {
  background-color: #C8A05A;
  padding: 1rem;
}

header img {
  border-bottom: 2px solid #2E2E2E;
}

/* Body */

body {
  font-family: 'Tw Cen MT', sans-serif;
  font-size: 16px;
  background-color: #ffffff;
}

p {
  line-height: 150%;
  text-align: justify;
  text-indent: 50px;
}

/* Banner */
/* #banner {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  background-color: #f8f8f8; 
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
} */


.volumen {
  text-align: center;
  font-size: 18px;
  color: #2E2E2E;
  text-indent: 0px;
}

.doi {
  text-align: center;
  font-size: 16px;
  color: #2E2E2E;
  margin-top: -10px;
  margin-bottom: 30px;
  text-indent: 0px;
}

h1 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}

h2 {
  color: #2C1A5B;
  font-size: 22px;
  margin-bottom: 40px;
}

h3 {
  color: #432889;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

h5 {
  font-size: 16px;
  font-style: italic;
}

.autor {
  text-align: center;
  font-size: 15px;
  color: #2E2E2E;
  margin-top: 10px;
  margin-bottom: 10px;
  text-indent: 0px;
}

.recibido {
  font-size: 14px;
  font-style: italic;
  margin-top: 50px;
  text-indent: 0px;
}

.title-resumen {
  font-weight: bold;
  font-size: 15px;
  text-indent: 0px;
}

.resumen {
  line-height: 100%;
  font-size: 15px;
  text-indent: 0px;
}

/* Main */

main {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 50px;
  padding-top: 30px;
}

main img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 1px solid #2C1A5B;
}

/* Tabla */

.tabla {
  overflow-x: auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabla p {
  line-height: 100%;
  text-indent: 0px;
  text-align: center;
  display: block;
  margin-block-start: 3px;
  margin-block-end: 3px;
  margin-inline-start: 3px;
  margin-inline-end: 3px;
}
tr:nth-child(even) {
  background-color: #b699ff;
}

caption {
  caption-side: bottom;
  font-size: 15px;
}

.referencias {
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-top: 30px;
  font-size: 15px;
  text-align: justify;
  text-indent: 0px;
}

.referencias hr {
  width: 25%;
}

figure {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #bfc0c4;
  padding: 30px;
}

/*TABLA*/
figure.quarto-float.quarto-float-tbl.figure {
  background: unset!important;
}

figcaption {
  font-size: 14px;
  text-align: center;
}

.francesa p {
  margin-left: 2em;
  text-indent: -2em;
  line-height: 130%
}

.cita {
  font-size: 15px;
  text-align: left;
  text-indent: 0px;
  margin-left: 90px;
  text-align: justify;
}




footer {
  background-color: #75777b54;
  padding-left: 3em;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-right: 3em;
  border: solid 1px #2E2E2E;
  text-align: justify;

}


/*TABLA DE CONTENIDOS*/
#quarto-content {
  padding: 0;
  grid-column: screen-start/screen-end;
  grid-row: contents-top/contents-bottom;
}
body .page-columns {
  display: grid;
  gap: 0;
  grid-template-columns: [screen-start] 1.5em [screen-start-inset] 0fr [page-start page-start-inset] 35px [body-start-outset] 17em [body-start] 1.5em [body-content-start] minmax(800px, calc( 950px - 3em )) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(5px, 16px) [page-end-inset] 5px [page-end] 0fr [screen-end-inset] .5em [screen-end];
}
.page-rows-contents {
  grid-template-rows: [content-top] minmax(max-content, 1fr) [content-bottom] minmax(60px, max-content) [page-bottom];
}
#quarto-content.page-columns #quarto-margin-sidebar, #quarto-content.page-columns #quarto-sidebar {
  z-index: 1;
}
.sidebar.toc-left, .sidebar.margin-sidebar {
  top: 0px;
  padding-top: 1em;
}
.sidebar.margin-sidebar {
  grid-column: body-start-outset / body-start;
  grid-row: content-top / page-bottom;
}
.sidebar {
  will-change: top;
  transition: top 200ms linear;
  position: sticky;
  overflow-y: auto;
  padding-top: 1.2em;
  max-height: 100vh;
}
.page-columns>* {
  grid-column: body-content-start/body-content-end;
}
.sidebar.toc-left>*, .sidebar.margin-sidebar>* {
  padding-top: .5em;
}
nav[role=doc-toc] {
  z-index: 1020;
}

/*Enlaces de todo el pdf*/
#quarto-margin-sidebar ul li a {
  color: #2C1A5B;
}
#quarto-document-content a {
  color: #2C1A5B!important;
  overflow-wrap: anywhere;
  max-width: 100%;
}

/*Block Header*/
#title-block-header p {
  text-align: center!important;
  text-indent: unset!important;
}
/*Titulos a ocultar*/
.quarto-title-meta-heading {
  display: none;
}
.bi-envelope::before {
  content: "✉️"; 
  font-size: 16px;
  font-style: normal!important;
}

/*Logo de pié de pagina*/

#pieDePagina img{
  width: 30%;
  padding: 2rem;
}

/*LICENCIA EN FOOTER*/
.cc-license {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}


@media (max-width: 920px) {
  body .page-columns {
      grid-template-columns: [screen-start] 0em [screen-start-inset] 0fr [page-start page-start-inset] 5px [body-start-outset] 0px [body-start] 0em [body-content-start] minmax(500px, calc( 850px - 3em )) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end];
  }
}
@media (max-width: 768px) {
  /*Tabla de contenidos*/
  #quarto-margin-sidebar {
      display: none;
  }
  body .page-columns {
      display: unset;
  }
  .cita {
      margin-left: 60px;
  }
  footer img {
      width: 15%;
  }
}

@media (max-width: 576px) {
  .quarto-title-meta-author .quarto-title-meta-contents img {
      width: 30px;
  }
  .cc-license p{
      text-indent: unset;
      text-align: center;
  }
  
  /*Tablas*/
  figure.quarto-float.quarto-float-tbl.figure div{
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
  }
  figure.quarto-float.quarto-float-tbl.figure div table{
      width: 100%;
      border-collapse: collapse;
      min-width: 600px;
  }

}

@media (min-width: 577px) {
  /*img orcid*/
  .quarto-title-meta-author .quarto-title-meta-contents img {
      width: 15px;
      display: inline;
  }

}

.quarto-title-author-orcid img {
  border: none;
}

.quarto-title-author-email {
  text-decoration: none !important; /* Quita el subrayado del enlace principal */
}

.affiliation, .date {
  font-size: 12px;
}

.abstract .block-title {
  text-transform: uppercase;
  font-weight: 600;
}

.keywords .block-title {
  text-transform: uppercase;
  font-weight: 600;
}

.cc-license a {
  color:#2C1A5B;
}

/* Estilo general del slider */

.mySwiper {
  background: #efefef;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  max-width: 100%;  /* Asegura que el swiper ocupe todo el ancho disponible */
  margin: auto;
}

.swiper-wrapper {
  display: flex; /* Usa flexbox para asegurar que los slides se alineen horizontalmente */
}

.swiper-slide {
  flex: 0 0 calc(33.333% - 10px); /* Cada slide ocupa 1/3 del contenedor menos el margen */
  max-width: calc(33.333% - 10px); /* Asegura que no se agranden más de lo debido */
  margin-right: 10px;
}

.swiper-slide img {
  width: auto;  /* Mantiene el ancho original sin forzar */
  max-width: 100%; /* Evita que la imagen sea más grande que su contenedor */
  height: 120px; /* Altura fija para todas las imágenes */
  object-fit: contain; /* Asegura que la imagen completa se vea sin recortar */
  border-radius: 4px;
  display: block; /* Evita espacios extra en imágenes inline */
  margin: auto; /* Centra las imágenes dentro del slide */
}


/* Puntos de navegación */
.swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #909090;
  opacity: 1;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #303030;
}

/* Flechas de navegación ocultas por defecto */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0; /* Oculto por defecto */
  transition: opacity 0.3s ease;
}

/* Flecha izquierda */
.swiper-button-prev {
  left: 10px;
}

/* Flecha derecha */
.swiper-button-next {
  right: 10px;
}

/* Mostrar las flechas cuando el usuario pasa el mouse sobre el slider */
.mySwiper:hover .swiper-button-prev,
.mySwiper:hover .swiper-button-next {
  opacity: 1;
}