@import url('https://fonts.googleapis.com/css?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.font-family-popins {
    font-family: "Poppins", sans-serif; 
}

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

.contenedor{
    padding-top: 20px !important;
    text-align: center;
    font-size: 50px;
}
.espacio{
    
    margin-bottom: 100px;
}
html {
    font-size: 9.0px;
}

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

.contrato {
    column-count: 2;
    height: auto;
    column-gap: 3rem;
    orphans: 2;
}

b{
    font-family: Arial;
}

th,
td {
    padding: 1%;
}

.neumorphism {
    border-radius: 50px;
    background: #e0e0e0;
    box-shadow:  20px 20px 56px #949494,
                 -20px -20px 56px #ffffff;
}

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

/* MARCA DE AGUA DE PAGARÉ */
.marca-de-agua:after {
    content: "S E F I C O L";
    font-size: 19em;
    color: var(--vino-bajo);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(-45deg);
    font-family: Arial, Helvetica, sans-serif;
}

/** ----------- DISEÑO DE FUENTES ---------- **/
.color-web {
    color: rgb(5, 99, 193);
}

.text-red {
    color: red;
}

.text-white {
    color: white;
}

.arial {
    font-family: Arial;
}

.calibri {
    font-family: Calibri;
}

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

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

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

.interlineado-1-3{
    line-height: 1.3em;
}

.interlineado-1-4{
    line-height: 1.4em;
}

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

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

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

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

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

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

.formato-texto-caratula {
    font-size: 9px;
    font-family: Arial;
    line-height: 1.5em;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto; /* Soporte para navegadores WebKit */
    -moz-hyphens: auto; /* Soporte para navegadores Firefox */
    word-break: break-word;
}

.formato-caratula {
    line-height: 1.5em;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto; /* Soporte para navegadores WebKit */
    -moz-hyphens: auto; /* Soporte para navegadores Firefox */
    word-break: break-word;
}

.formato-texto-contratos {
    font-size: 11;
    font-family: Arial;
    line-height: 1.5em;
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto; /* Soporte para navegadores WebKit */
    -moz-hyphens: auto; /* Soporte para navegadores Firefox */
    word-break: break-word;
}

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

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

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

.padding-0 {
    padding: 0;
}

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

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

.margin-0{
    margin: 0;
}

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

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

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

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

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


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


/* ===== GRAFICA ESTADO DE CUENTA ===== */

.container {
    background: #e0e5ec;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 8px 8px 16px #b8bcca, -8px -8px 16px #ffffff;
    text-align: center;
    width: 700px;
}

canvas {
    background: #e0e5ec;
    border-radius: 15px;
    padding: 20px;
    box-shadow: inset 6px 6px 12px #b8bcca, inset -6px -6px 12px #ffffff;
}

/* 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;  
}
  
.lista-sin-tabulacion {
  margin: 0;
  padding-left: 1.5em; /* Ajusta el espacio entre el borde y el punto */
  list-style-position: outside;
}

.lista-sin-tabulacion li {
  padding-left: 0; /* Asegurar que no hay sangría adicional */
}


.seccion {
    margin-bottom: 1em;
    display: flex;
    align-items: flex-start;
}

.seccion-numero {
    width: 30px;
    flex-shrink: 0;
}

.seccion-texto {
    flex: 1;
}

.lista-suave {
  font-weight: normal !important;
}

.lista-suave li::marker {
  font-weight: normal !important;
}

/* Estilo base sin negritas a)*/
.letras-parentesis {
  list-style: none;
  counter-reset: letra;
  margin-left: 0;
  padding-left: 2px;
}

.letras-parentesis li {
  counter-increment: letra;
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
}

.letras-parentesis li::before {
  content: counter(letra, lower-alpha) ') ';
  position: absolute;
  left: 0;
}

/* Variante con marcador en negritas b)*/
.letras-parentesis-bold {
  list-style: none;
  counter-reset: letra;
  margin-left: 0;
  padding-left: 2px;
}

.letras-parentesis-bold li {
  counter-increment: letra;
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
}

.letras-parentesis-bold li::before {
  content: counter(letra, lower-alpha) ') ';
  position: absolute;
  left: 0;
  font-weight: bold;              
  font-family: inherit;           
  display: inline-block;
}

