.menu {
  text-align: center;
}

.menu img {
  border: 1px solid #000;
}
.significados {
  padding-left: 90px;
  margin-top: 0px;
  line-height: 1.4;
}
.lista-significados {
  padding-left: 32px;
  line-height: 1.4;
}
.subtitulo-semiologia {
  color: #e4d4a8;
  border-left: 4px solid #e4d4a8;
  font-weight: 600;
  padding-left: 10px;
}

.etimologia-semiologia {
    text-align: center;
    font-family: 'Georgia', serif;
    font-size: 54px;
    font-weight: bold;
    color: #333;
}

.firma-contenedor {
  display: flex;
  align-items: center;
  background-color: #3a3a3a; /* gris oscuro */
  padding: 15px;
  gap: 20px;
}

.firma-imagen img {
  max-width: 120px;
  height: auto;
  display: block;
}

.firma-texto {
  color: #e0e0e0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.firma-texto p {
  margin: 2px 0;
}

.firma-texto .derechos {
  font-size: 12px;
  color: #cfcfcf;
}
/* ==========================
   ESTILOS PARA IMPRESIÓN / PDF
   ========================== */
@media print {

  /* 1. Elementos de navegación y control */
  .btn-imprimir,
  .menu-inferior,
  .btn-flotante,
  .nav,
  .header,
  .sidebar,
  .lateral,
  footer {
    display: none !important;
  }

  /* 2. Imágenes decorativas / UI */
  img.titulo,
  img.ad,
  img.decorativo {
    display: none !important;
  }

  /* 3. Estilo general de impresión */
  body {
    background: #fff !important;
    color: #000 !important;
    font-family: Georgia, "Times New Roman", serif;
  }

  /* 4. Texto académico */
  .p-fractal {
    font-size: 12pt;
    line-height: 1.6;
    margin-bottom: 12pt;
    text-align: justify;
  }

  /* 5. Títulos */
  h1, h2, h3 {
    page-break-after: avoid;
    font-weight: bold;
  }

  h3.subtitulo-semiologia {
    font-size: 14pt;
    border: none;
    margin: 18pt 0 10pt;
  }

  /* 6. Figuras */
  figure {
    page-break-inside: avoid;
  }

  figcaption {
    font-size: 10pt;
    font-style: italic;
    text-align: center;
  }

  /* 7. Firma */
  .firma-contenedor {
    display: block;
    margin-top: 30pt;
    border-top: 1px solid #000;
    padding-top: 12pt;
  }

  .firma-imagen {
    display: none;
  }

  .firma-texto {
    font-size: 11pt;
  }

  /* 8. Evitar cortes feos */
  p {
    page-break-inside: avoid;
  }

  /* 9. Links limpios */
  a {
    text-decoration: none;
  }

  a::after {
    content: "";
  }
}
