:root {
    --verde: #88c8b7;
    --verde-bajo: #bfe7dd;
    --negro: #000000;
    --vino-bajo: #fac2c26c;
    --gris-oscuro: #2c2c2c;
}

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%;
}

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


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

/* ----------- FORMATOS DE TEXTO ----------- */

.formato-texto-contrato {
    text-align: justify;
    line-height: 1.5em;
    font-family: Arial;
    font-size: 16px;
}

/* -------------- 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);
}

.text-white {
    color: white;
}

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

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

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

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

/* ------------ INTERLINEADOS ------------- */

.interlineado-1-5 {
    line-height: 1.5em;
}

.interlineado-1-7 {
    line-height: 1.7em;
}

/* --------- 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;
}

.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-negro {
    border: 1px solid var(--negro);
}

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

.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-bajo {
    background-color: var(--verde-bajo);
}

/** ---------------- WIDTH ----------------- **/
.width2 { width: 2%; }
.width3 { width: 3%; }
.width4 { width: 4%; } 
.width5 { width: 5%; } 
.width6 { width: 6%; } 
.width7 { width: 7%; }
.width8 { width: 8%; }
.width9 { width: 9%; }

.width10 { width: 10%;
}

.width11 {
    width: 11%;
}

.width12 {
    width: 12%;
}

.width13 {
    width: 13%;
}

.width15 {
    width: 15%;
}

.width18 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.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 --------- **/

.margin-0{
    margin: 0;
}

.padding-0 {
    padding: 0;
}

/** ---------- 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);
}


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

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

.dsp-flex {
    display: flex;
}

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