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



html {
  font-size: 9.0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.alineacion-izquierda{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.alineacion-derecha{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

.alineacion-justificada{
  display: flex;
  flex-direction: column;
  text-align: justify;
}

/** ----------- ESTILO DE FONDOS ----------- **/
.fondo-none {
  background: none;
}

.fondo-gris-claro {
  background: rgb(205, 207, 205);
}

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

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

.bg-blue {
  background-color: #88c8b7;
}

.bg-gray-light {
  background-color: #cacfd2;
}

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

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 30px;
}

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

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

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

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

.tablaCompleta { /* Eliminar en un futuro*/
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}


.bordeNegroTopBot {
  border-top: 1px solid #9fb2bb;
  border-bottom: 1px solid #9fb2bb;
}

.cajaDorada {
  background: #FFC300;
}

th,
td {
  padding: 1%;
}

.container-col {
  column-count: 2;
}

.tabla_95 {
  width: 95%;
  border-collapse: collapse;
}

.sinBordeDerecho {
  border-top: 1px solid #4d7a9d;
  border-bottom: 1px solid #4d7a9d;
  border-left: 1px solid #4d7a9d;
  border-right: none;
}

.sinBordeIzquierdo {
  border-top: 1px solid #4d7a9d;
  border-bottom: 1px solid #4d7a9d;
  border-left: none;
  border-right: 1px solid #4d7a9d;
}

.bordeSuperiorInferior {
  border-top: 1px solid #4d7a9d;
  border-bottom: 1px solid #4d7a9d;
  border-left: none;
  border-right: none;
}

.bordeDerechoInferior {
  border-top: none;
  border-bottom: 1px solid #4d7a9d;
  border-left: none;
  border-right: 1px solid #4d7a9d;
}

.bordeIzquierdoInferior {
  border-top: none;
  border-bottom: 1px solid #4d7a9d;
  border-left: 1px solid #4d7a9d;
  border-right: none;
}

.bordeInferior {
  border-top: none;
  border-bottom: 1px solid #4d7a9d;
  border-left: none;
  border-right: none;
}

.border-y {
  border-top: solid 1px #DFF8F1;
  border-bottom: solid 1px #DFF8F1;
}

.border_verde {
  border: 1.5px solid #88c8b7;
}

.border_verde_3 {
  border: 3px solid #88c8b7;
}

.noborder tr td {
  border: 0px;
}

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

.bordertop {
  border-top: solid 1px black;
}

.nobordertop {
  border-top: none;
}

.noborderbottom {
  border-bottom: none;
}

.noborderleft {
  border-left: none;
}

.noborderright {
  border-right: none;
}

.nocellpadding {
  border-collapse: collapse;
}

.border-bottom {
  border-bottom: solid 1px #88c8b7;
}

.border-top {
  border-top: solid 1px #88c8b7;
}

.border-x {
  border-right: solid 1px #88c8b7;
  border-left: solid 1px #88c8b7;
}

.border-none {
  border: none;
}

.borde-negro {
  border: 1px solid #000000;
}

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

td.dorado {
  padding: 4px 4px;
  border: 1px solid #ebba7c;
}

.noborder {
  border: 0px;
}

.border_colapse {
  border-collapse: collapse;
}

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

/** ----------- SALTOS DE PÁGINA ----------- **/

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

.saltoPag {
  page-break-inside: auto;
}

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

/** ---------------- WIDTH ----------------- **/
.width1 {
  width: 1%;
}

.width2 {
  width: 2%;
}

.width3 {
  width: 3%;
}

.width4 {
  width: 4%;
}

.width5 {
  width: 5%;
}

.width6 {
  width: 6%;
}

.width7 {
  width: 7%;
}

.width8 {
  width: 8%;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width22 {
  width: 22%;
}

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

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width95 {
  width: 95%
}

.width90 {
  width: 90%;
}

.width100 {
  width: 100%;
}

.nav-title-table {
  width: 96%;
}

.height100 {
  height: 100px;
}

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

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

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

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

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

.bloque-en-linea {
  display: inline-block;
}


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

.pl-50-px {
  padding-left: 50px;
}

.py-none{ 
  padding-top: 0px;
  padding-bottom: 0px;
}

.py {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

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

.padding_0_5 {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.padding_1 {
  padding-right: 5px;
}

.padding-0 {
  padding: 0;
}

.padding_2 {
  padding: 2%;
}

.padding3 {
  padding: 3px;
}

.padding-5 {
  padding: 5px;
}

.padding-top-bot-5 {
  padding: 5px 0 5px 0;
}

.padding-2 {
  padding: 2px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-around-3 {
  padding: 0px 3px 0px 3px;
}

.padding-top-15 {
  padding-top: 15px;
}

.my {
  margin-top: 2%;
  margin-bottom: 2%;
}

.marginCorto {
  margin-top: 1.32mm;
}

.margin-0 {
  margin: 0px;
}

.margin-2 {
  margin: 2px;
}

.margin-3 {
  margin: 3px;
}

.margin-5 {
  margin: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

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

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-salto-50 {
  margin-bottom: 50px;
}

.mt-2 {
  margin-top: 20px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margenesInternos {
  border-right: solid 1px #88c8b7;
  border-left: solid 1px #88c8b7;

  margin-left: 0.5px;
  margin-top: 0.5px;
  margin-right: 0.5px;
  margin-bottom: 0.5px;

  padding-top: 3px;
  padding-bottom: 3px;
}

.margen-reducido {
  padding-top: 2px;
  padding-bottom: 2px;
}

.mgt-10-all > * {
  margin-top: 10px;
}

/** ----------- ESTILOS DE LETRAS ---------- **/

.arial {
  font-family: 'Arial';
}

.narrow {
  font-family: 'Arial Narrow';
  font-weight: bold;
}

.bold {
  font-family: "Arial Bold";
  font-weight: bold;
}

.color-gris-oscuro {
  color: #505050;
}

.color-blanco {
  color: #FFFFFF;
}

.color-gris {
  color: #9e9e9e;
}

.l-bg-cherry {
  background: linear-gradient(to right, #493240, #f09) !important;
  color: #fff;
}

.l-bg-blue-dark {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
  color: #fff;
}

.l-bg-green-dark {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
  color: #fff;
}

.l-bg-orange-dark {
  background: linear-gradient(to right, #a86008, #ffba56) !important;
  color: #fff;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.l-bg-green {
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
  color: #fff;
}

.l-bg-orange {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
  color: #fff;
}

.l-bg-cyan {
  background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
  color: #fff;
}

.upper {
  text-transform: uppercase
}

.text_web {
  color: blue;
}

.text-red {
  color: red;
}

.text-green {
  color: #88c8b7;
}

.text-white {
  color: white;
}

.colorDorado {
  color: #ebba7c;
}

.estiloRespuestas {
  font-size: xx-small;
}

/** ----------- TITULOS / SUBTITULOS ---------- **/

.titulo_leyendas {
  color: black;
  font-size: 10px;
  font-family:
    sans-serif;
  font-weight: bold;
}

.titulo_informacion {
  color: black;
  font-size: 9px;
  font-family:
    sans-serif;
}

.estiloThA {
  background-color: #105a9d;
  color: #FFFFFF;
}

.estiloTdA {
  background-color: #105a9d;
  color: #FFFFFF;
}

.tdAzulSubtitulos {
  background-color: #dbeef4;
  color: #000000;
}

.page_number {
  text-align: right;
  color: #000;
}

.barra-titulo {
  color: rgb(66, 66, 66);
  opacity: 0.7;
  border: 3px solid rgb(66, 66, 66);
}

.th-titulo {
  font-size: 9px;
  font-weight: bold;
  padding: 3px;
  height: 13px;
  background-color: #DDD;
}


/* ------------ ESTILOS PARA LISTAS ------------- */

.list-num-romano {
  list-style-type: upper-roman;
}

.list-letras-min {
  list-style-type:lower-alpha;
}

ol.reiniciar_lista {
  counter-reset: item;
  list-style-type: none;
}

li.reiniciar_lista_parentesis::before {
  content: counter(item, upper-alpha) ") ";
  counter-increment: item;
}

li.reiniciar_lista_parentesis2::before {
  content: counter(item, lower-alpha) ") ";
  counter-increment: item;
}

/*************** ESTILOS FACTURA ************/


.info-factura {
  font-size: 6px;
  border-collapse: collapse;
}

.info-factura tr th,
.info-factura tr td {
  border: #DDD 1px solid;

}

.info-factura .label {
  /*width: 125px;*/
  font-weight: bold;
}

.info-factura .valor {
  /*min-width: 180px;*/
  /*width: 60%;*/
  font-weight: normal;
}

.info-detalle {
  font-size: 6px;
  border-collapse: collapse;
}

.info-detalle tr th,
.info-detalle tr td {
  border: #DDD 1px solid;
  padding: 0 5 0 5;
  min-height: 20px;
  /* border-collapse: collapse;*/
}

.info-detalle .label {
  /*width: 80px;*/
  font-weight: bold;
}

.info-detalle .valor {
  /*width: 130px;*/
  font-weight: normal;
  height: 10px;
}

.vert-align-mid {
  vertical-align: middle;
}

.alinearVerticalmenteTextoConImagen {
  line-height: 50px;
  text-align: center;
}

.info-concepto {
  font-size: 6px;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.info-concepto .cantidad {
  width: 7%;
}

.info-concepto .descripcion {
  width: 48%;
}

.info-concepto .unidad {
  width: 9%;
}

.info-concepto .claveunidad {
  width: 5%;
}

.info-concepto .clavprodserv {
  width: 7%;
}

.info-concepto .preciounitario .importe {
  width: 12%;
}

.info-concepto .label {
  /*width: 80px;*/
  font-weight: bold;
}

.info-concepto .valor {
  /*width: 130px;*/
  font-weight: normal;
}

.info-concepto tr th,
.info-concepto tr td {
  border: #DDD 2px solid;
  padding: 0 2 0 2;
  min-height: 10px;
  /* border-collapse: collapse;*/
}

/* --------------- Estilos del Documento CONTRATO DEL MUBLE --------------- */

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

.tablaSeguros .celdaIzq {
  width: 5%;
}

.tablaSeguros .celdaDer {
  width: 5%;
}

.tablaSeguros .lineaPesos {
  width: 20%;
  text-align: right;
  padding: 1em;
}

.tablaSeguros .inscripcion {
  width: 70%;
}

.contedorPrinicipal {
  width: 100%;
}

.contedorPrinicipal .contendorA {
  width: 25%;
  vertical-align: text-top;
}

.contedorPrinicipal .contendorBCD {
  width: 24%;
  vertical-align: text-top;
}

.contedorPrinicipal .separacionCeldas {
  width: 1%;
}

/* estilos agregados */
.circulo {
  top: 50%;
  left: 50%;
  background-color: white;
  border: 2px solid black;
  border-radius: 50%;
  color: white;
  padding: 3px;
}

.circulo-verde {
  width: 100px;
  height: 100px;
  background-color: rgb(10, 214, 146);
  border: 2px solid black;
  border-radius: 50%;
  color: white;
  padding: 3px;
}

.fixeed {
  table-layout: fixed;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
  font-size: 110px;
}

.card .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: -5px;
  top: 20px;
  opacity: 0.1;
}

.box {
  display: flex;
  align-items: flex-start;
}

.img-logo {
  align-items: center;
  width: auto;
  height: auto;
  max-height: 30mm;

}

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

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

}

.columnas {
  column-count: 2; /* Divide el contenido en dos columnas */
}

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


.doble-columna {
  line-height: 1.5;
  break-after: column;
}

.interlienado-1-5 {
  line-height: 1.5;
}

thead {
  display: none !important;
}

.headt2 td {
  height: 15px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

.tdespacios {
  margin: 10px;
  padding: 10px;
}

.content-between {
  width: 33%;
}

.content-medium {
  width: 50%;
  text-align: center;
}

.autorizacionBuro {
  /*font-family: sans-serif;*/
  font-family: 'Arial Narrow';
  font-size: 9px;
}

/** Alineacion Bloque **/

.bloque_izq {
  float: left;
}

.bloque_der {
  float: right;
}

.disp-block {
  display: block;
}

.disp-inline-b {
  display: inline-block
}

.disp-none {
  display: none;
}

.disp-flex {
  display: flex;
}

.disp-grid {
  display: grid;
}

.flex-dir-col {
  flex-direction: column;
}

.align-items-c {
  align-items: center;
}

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

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

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