:root {
    --verde: #88c8b7;
    --verde-bajo: #bfe7dd;
    --negro: #000000;
    --vino-bajo: #fac2c26c;
    --gris-oscuro: #2c2c2c;
    --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;
}

b{
    font-family: Arial;
}

th,
td {
    padding: 1%;
}

/* ========================================= */
/* =========== ESTILOS DE FUENTES ========== */
/* ========================================= */

/* -------------- TIPOGRAFIAS -------------- */

.arial {
    font-family: Arial;
}

.verdana {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.calibri {
    font-family: Calibri;
}

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

/* ------- COLORES DE FUENTES/TEXTOS ------- */

.color-web {
    color: rgb(5, 99, 193);
}

.color-white {
    color: white;
}

.color-red {
    color: red;
}

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

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

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

.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-18 {
    font-size: 18px;
}

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

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

.font-size-25 {
    font-size: 25px;
}
/** ---------- ALINEACION DE TEXTO --------- **/

.jst-izq {
    text-align: left;
}

.jst-der {
    text-align: right;
}

.jst-jf {
    text-align: justify;
}

.jst-c {
    text-align: center;
}

/** ----------- Estilos De Parrafos ---------- **/

.alineacion-central {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

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

/* ===== Solicitud De Ingreso / Caratula ===== */

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

.noborder {
    border: 0px;
}

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

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

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

.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);
}

.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);
}

.bg-gray {
    background-color: #bfbfbf;
}

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

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

/** ---------------- WIDTH ----------------- **/
.width2 {
    width: 2%
}

.width3 {
    width: 3%;
}
.width4 {
    width: 4%;
}

.width5 {
    width: 5%;
}

.width7 {
    width: 7%;
}

.width8 {
    width: 8%;
}

.width9 {
    width: 9%;
}

.width10 {
    width: 10%;
}

.width11 {
    width: 11%;
}

.width12 {
    width: 12%;
}

.width12-5 {
    width: 12.5%;
}

.width13 {
    width: 13%;
}

.width15 {
    width: 15%;
}

.width18 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width33 {
    width: 33%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

/** ---------- PADDING Y MARGIN --------- **/

.p-0 {
    padding: 0;
}

.padding-0 {
    padding: 0;
}

.padding-top-bottom-0-5 {
    padding-top:0.5%;
    padding-bottom:0.5%;
}

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

.margenesInternos {
    border-right: solid 1px var(--verde);
    border-left: solid 1px var(--verde);
  
    margin-left: 0.5px;
    margin-top: 0.5px;
    margin-right: 0.5px;
    margin-bottom: 0.5px;
  
    padding-top: 3px;
    padding-bottom: 3px;
}

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

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

.hr-negro {
    height: 0.5px;
    border: none;
    background-color: #000000;
}


/** ---------- SALTO DE PÁGINA --------- **/
.saltoDePagina {
    display: block;
    page-break-before: always;
}


/* ===== Solicitud De Ingreso / Caratila ===== */
.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-no-top {
    border-top: none;
    border-bottom: 1px solid var(--negro);
    border-left: 1px solid var(--negro);
    border-right: 1px solid var(--negro);
}


.list-num-romano {
    list-style-type: upper-roman;
  }
  
/* ===== TABLA DE AMORTIZACION ===== */
.cuadro {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid var(--verde);
    padding: 5px;
    margin: 0;
}


/* ---------- DISPLAY ---------- */

.flex {
    display: flex;
} 

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

/* ---------- JUSTIFY ---------- */

.justify-between {
    justify-content: space-between;
}

.justify-start {
    justify-content: start;
}

.justify-center {
    justify-content: center;    
}

.justify-space-around {
    justify-content: space-around;  
}



.parrafo {
    break-inside: avoid;
    page-break-inside: avoid;
    /* Evita que los párrafos se dividan en columnas */
}

.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;

}

.interlineado1p5{
    line-height: 1.5; 
}

.interlineado2p5{
    line-height: 2.5; 
}

.interlineado3p5{
    line-height: 3.5; 
}

/* Clase para listas con enumeración en negrita */  
.bold-li ol li::marker {  
    font-weight: bold;  
}  
/* Clase para listas con enumeración normal */  
.normal-li ol li::marker {  
    font-weight: normal;  
}  
