:root {
    --verde: #88c8b7;
    --verde-bajo: #bfe7dd;
    --negro: #000000;
    --verde-pastel: #A9D08E;
    --azul-bajo: #5B9BD5;
    --coral: #FFE699;
}

html {
    font-size: 9.0px;
}

article {
    column-count: 2;
    height: auto; /* Ocupa toda la altura de la página */
    orphans: 69 !important;
    gap: 20px;
}

th,
td {
  padding: 1%;
}


/** ----------- TITULOS Y SUBTITULOS --------- **/
.tdNegroSubtitulos {
    background-color: #000000;
    color: white;
}

/** ----------- FUENTES DE TEXTO---------- **/

.arial {
    font-family: Arial, Helvetica, sans-serif;
}

.times-new-roman {
    font-family: 'Times New Roman', Times, serif;
}


/** ----------- TAMAÑO DE FUENTES ---------- **/

.font-size-5 {
    font-size: 5px;
}

.font-size-8 {
    font-size: 8px;
}

.font-size-9 {
    font-size: 9px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}
/** ----------- ESTILOS DE TEXTO---------- **/

.text-red {
    color: red;
}

.text-white {
    color: white;
}

/** ----------- ESTILOS DE LETRAS ---------- **/
.bold {
    font-family: "Arial Bold";
    font-weight: bold;
  }

/** ---------- ALINEACION DE TEXTO --------- **/

.jst-izq {
    text-align: left;
}
  
.jst-der {
    text-align: right;
}
  
.jst-jf {
    text-align: justify;
}
  
.jst-c {
    text-align: center;
}

/** ----------- ESTILO DE FONDOS ----------- **/

.bg-dark-gray {
    background-color: #3B3B3B;
}

/** ----------- ESTILO DE TABLAS ----------- **/

.tabla-completa {
    border-collapse: collapse;
    width: 99%;
    max-width: 99%;
    vertical-align: middle;
}

.borde-fila tr {
    border-bottom: 1px solid black;
}

.formato-th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding: 0;
    margin: 0;
}   

.formato-td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    padding: 0;
    margin: 0;
}


/* ===== Solicitud De Ingreso / CaratUla ===== */

.borde-collapse {
    border-collapse: collapse;
}

.noborder {
    border: 0px;
}

.borde-verde {
    border: 1px solid var(--verde);
}

.borde-verde-top {
    border-top: solid 1px #8fc8b7;
}

.borde-verde-no-top {
    border-top: none;
    border-bottom: 1px solid var(--verde);
    border-left: 1px solid var(--verde);
    border-right: 1px solid var(--verde);
}

.borde-negro {
    border: 1px solid var(--negro);
  }

.borderdwn {
    border-bottom: solid 1px black;
}

.lrt-border {
    border-bottom: none;
    border-left: 1px solid #88c8b7;
    border-right: 1px solid #88c8b7;
    border-top: 1px solid #88c8b7;
}  

td .margin-reporte-adeudos {
    margin: 5px;
}


/** ---------- FONDOS ---------- **/

.fondo-verde {
    background-color: var(--verde);
}

.fondo-verde-pastel {
    background-color: var(--verde-pastel);
}

.fondo-verde-bajo {
    background-color: var(--verde-bajo);
}

.fondo-azul-bajo {
    background-color: var(--azul-bajo);
}

.fondo-coral {
    background-color: var(--coral);
}

.bg-gray {
    background-color: #bfbfbf;
}
  
.bg-blue {
    background-color: #88c8b7;
}
/** ---------------- WIDTH ----------------- **/
.width2 {
    width: 2%;
}

.width3 {
    width: 3%;
}

.width2 {
    width: 2%;
}

.width5 {
    width: 5%;
}

.width7 {
    width: 7%;
}

.width8 {
    width: 8%;
}

.width9 {
    width: 9%;
}

.width10 {
    width: 10%;
  }

.width11 {
    width: 11%;
}

.width11-12 {
    width: 11.12%;
}

.width12 {
    width: 12%;
}

.width12-5 {
    width: 12.5%;
}

.width13 {
    width: 13%;
}

.width15 {
    width: 15%;
}

.width18 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width28-3 {
    width: 28.33%;
}
  
.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width47 {
    width: 47%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

.height10 {
    height: 10px;
}
/** ---------- PADDING Y MARGIN --------- **/
  
.padding-0 {
    padding: 0;
}

.padding_0_2 {
    padding-top: 0.2%;
    padding-bottom: 0.2%;
}

.saltoDePagina {
    display: block;
    page-break-before: always;
}

.hrBajo {
    margin-bottom: 0px;
    padding-bottom: 0px;
    size: 5px;
    background-color: black;
}

.hrFirmas {
    height: 1px solid;
    size: 75%;
    background-color: black;
}

.margin-0{
    margin: 0;
}

.maringTop-2 {
    margin-top: 2px;
}

.maringTop-10 {
    margin-top: 10px;
}

.maringTop-30 {
    margin-top: 30px;
}

.maringTop-50 {
    margin-top: 50px;
}

/* ===== TABLA DE AMORTIZACION ===== */
.cuadro {
    width: 25;
    height: 25px;
    background-color: #ffffff;
    border: 1px solid var(--verde);
    padding: 5px;
    margin: 0;
}

.vert-align-mid {
    vertical-align: middle;
  }
  .disp-inline-b {
    display: inline-block
  }

.parrafo {
    break-inside: avoid;
    page-break-inside: avoid;
}

.footer-analisis {
    text-align: center;
    padding-top: 20px;
    page-break-inside: avoid;
}

.tabla {
    display: grid;
    grid-template-columns: repeat(15, 1fr); /* 16 columnas de igual tamaño */
    width: 100%; /* O un ancho fijo si lo prefieres */
}

.celda {
    padding: 8px;
    text-align: left;
    overflow: hidden; /* Evita desbordamiento */
    word-wrap: break-word; /* Permite que las palabras largas se rompan y pasen a la siguiente línea */
    white-space: normal; /* Permite saltos de línea */
}