/* =========================================================
   PRINT_MUN.CSS
   Impresión filosófica – Mundo / Dimensión / Infinito
   Compatible Cyberfractal – illex.ar
   ========================================================= */


/* =========================================================
   1. TÍTULO SOLO PARA IMPRESIÓN — NIVEL NUCLEAR
   ========================================================= */

@media screen {
  .print-only-title {
    display: none !important;
  }
}

@media print {

  .print-only-title::before {
    content: "El mundo";
    display: block;
    text-align: center;

    font-family: "Times New Roman", Georgia, serif;
    font-size: 28pt;
    font-weight: bold;
    letter-spacing: 1px;

    margin: 20px 0 30px 0;
    color: #000;
  }

  img[src*="mundo.png"] {
    display: none !important;
  }
}


/* =========================================================
   2. IMPRESIÓN A COLOR (CRÍTICO)
   ========================================================= */

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}


/* =========================================================
   3. CONFIGURACIÓN DE PÁGINA
   ========================================================= */

@page {
  size: A4;
  margin: 2cm;
}


/* =========================================================
   4. TEXTO Y TIPOGRAFÍA
   ========================================================= */

@media print {

  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-family: "Times New Roman", Georgia, serif;
    font-size: 12pt;
    line-height: 1.5;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  em {
    font-style: italic;
  }
}


/* =========================================================
   5. ANCHO CONTROLADO (600px CANÓNICO)
   ========================================================= */

@media print {

  table {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  td {
    background: transparent !important;
  }
}


/* =========================================================
   6. IMÁGENES
   ========================================================= */

@media print {

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .imagen-marco {
    box-shadow: none !important;
    border-radius: 4px;
  }
}


/* =========================================================
   7. OCULTAR ELEMENTOS NO FILOSÓFICOS
   ========================================================= */

@media print {

  nav,
  footer,
  .btn-flotante,
  .nav,
  a[href^="mailto:"],
  a[href^="javascript:"] {
    display: none !important;
  }
}


/* =========================================================
   8. FIRMA
   ========================================================= */

@media print {

  center {
    margin: 30px 0;
    font-weight: bold;
    letter-spacing: 1px;
  }

  div[align="right"] {
    font-size: 10pt;
  }
}
