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

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

html {
  font-size: 9.0px;
}

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

article {
  column-count: 2;
  height: auto;
  orphans: 69;
  gap: 20px;
}

thead {
  display: none !important;
}

th, td {
  padding: 1%;
}

td {
  padding: 1%;
}

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

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

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

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

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

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

/* - Borders Styles - */

.border-2px {
border: 2px solid #000000;
}

.border-rad-10{
  border-radius: 10px;
}


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

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

.border-negro td{
  border: 1.5px solid #000000;
}

.noborder td{
  border: 0px;
}


.fondo-verde {
  background-color: green;
  color: sandybrown;
}


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

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

.row1 {
  width: 100%;
}

.row2 {
  width: 50%;
}

.row3 {
  width: 75%;
}

.row4 {
  width: 25%;
}

.row20 {
  width: 20%;
}
.row30 {
  width: 30%;
}

.row80 {
  width: 80%;
}

.row33 {
  width: 33%;
}

.row40 {
  width: 40%;
}


/* estilos agregados */
.circulo {
  top: 50%;
  left: 50%;
  background-color: white; /* Fondo blanco */
  border: 2px solid black; /* Contorno de 2px en color negro */
  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;
}

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

.text-red {
  color:red;
}
.border {
  border: solid 1px #88c8b7;
}
.bg-dark {
  background-color: #88c8b7;
}
.mt-2 {
  margin-top: 20px;
}
.text-white {
  color: white;
}
table {
  border-collapse: collapse;
}
.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;
}

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

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

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

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

.col-max {
  width: 100%;
}

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

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


.noborder{
  border: 0px;
}

.sangria-francesa {
  padding-left: 15px; /* Espacio general a la izquierda de la lista */
}

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

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

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

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

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

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

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


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

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

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

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

.mi-cuadro {
  width: 25;
  height: 25px;
  background-color: #ffffff;
  border: 2px solid #39e7ad;
  padding: 5px;
  margin: 0;
}

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

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

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

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

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

/* ----- Display ----- */

.disp-flex {
  display: flex;
}

.disp-grid {
  display: grid;
}

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

/* ----- Display ----- */

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

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

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

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

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

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

.bold{
  font-weight: bold;
}

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

/* === COLORES ===*/

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

.color-gris{
  color: #9e9e9e;
}
  
/* ---------------------------------------------- */
/* Estilos de De tipo bloque bloques (DIV, TABLE) */
/* ---------------------------------------------- */

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

.width5{
  width: 5%;
}

.width6{
  width: 6%;
}

.width8 {
  width: 8%;
}

.width10{
  width: 10%;
}

.width12{
  width: 12%;
}

.width15{
  width: 15%;
}

.width20{
  width: 20%;
}

.width30{
  width: 30%;
}

.width35{
  width: 35%;
}

.width22{
  width: 22%;
}

.width25{
  width: 25%;
}

.width30{
  width:30%;
}

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

.width90{
  width: 90%;
}

.width100{
  width: 100%;
}

.height100{
  height: 100px;
}

.height1em{
  height: 1em;
}

/** Alineacion Bloque **/

.bloque_izq{
  float: left;
}

.bloque_der{
  float: right;
}

/** --- Padding & Margin --- **/

.margin_none {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

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

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

.margin-5{
  margin: 5px;
}

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

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

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

.padding-5{
  padding: 5px;
}

.padding-15 {
  padding: 15px;
} 

.paddding_none {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.padding_2{
  padding : 2%
}

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

.padding_1{
  padding-right: 5px;
}

.padding_left_5{
  margin-left: 5px;
}

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

.padding_right_10{
  padding-right: 50px !important;
}

.text-ident-15{
  text-indent: 25px;
}

.saltopagina{
  display: none;
}

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

/*Si un elemento se corta en la siguiente pagina
 toma todo el elemento y lo pasa completo a la siguiente pagina*/
 .saltoPag{ 
   page-break-inside:auto; 
 } 
 
.saltodePag{ 
  page-break-inside: avoid;
} 

/* Importante funcion en los 
contratos de doble columna*/
.salto-de-linea {
  margin-bottom: 0px !important;
}

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

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

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

.salto-100px {
  margin-bottom: 100px;
  color: rgb(10, 214, 146);
}

.color-web{
  color: rgb(36, 129, 201);
}

/* ========== FLEXBOX ============ */
.bloque-en-linea{
  display: inline-block;
}

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





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

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

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

.card-1 {
  background-color: #f2f2f2; 
  padding: 10px; 
  border-bottom: 1px 
  solid #e0e0e0; 
  border-radius: 8px 8px 0 0;
}

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.header {
    /* background: linear-gradient(to bottom right, #c0d745, #849e00); */
    background: #c0d745;
    padding: 2%;
    text-align: center;
    width: 100%;
}

.texto-header {
    background: #849e00;
    padding: 2%;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.contenedor-texto {
    text-align: center;
    margin-top: 20px;
}

h1 {
    font-size: 12px;
    color: #ffffff;
}

.mensaje-fecha-limite {
    margin: 2%;
    background-color: #ffffff;
    padding: 20px; 
    font-size: 15px;
    margin-top: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    border-radius: 5px;
    text-align: center;
}

.contenedor-boton {
    display: flex;
    justify-content: center;
    margin-top: 20px;

}

.button-ver-estado-cuenta {
    background-color: #14a852;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
}

.button-ver-estado-cuenta:hover {
    background-color: #70d69a;
}

footer {
    position: fixed;
    background: linear-gradient(to bottom right, #99d49e, #67a06c);
    width: 100%;
    bottom: 0;
    left: 0;
}

footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background: #ffffff;
}

footer .content {
    max-width: 1250px;
    margin: auto;
    padding: 30px 40px 40px 40px;
}

footer .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.content .top .detalles-logo {
    color: #fff;
    font-size: 30px;
}

.content .top .media-icons {
    display: flex;
}

.content .top .media-icons a { /* Contenedor de redes Sociales */
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1) { /* Link Facebook */
    background: #4267B2;
}

.top .media-icons a:nth-child(1):hover {
    color: #4267B2;
    background: #fff;
}

.top .media-icons a:nth-child(2) { /* Link Instagram */
    background: #E1306C;
}

.top .media-icons a:nth-child(2):hover {
    color: #E1306C;
    background: #fff;
}

.top .media-icons a:nth-child(3) { /* Link Linked */
    background: #0077B5;
}

.top .media-icons a:nth-child(3):hover {
    color: #0077B5;
    background: #fff;
}

footer .content .link-boxes { /* Distribucion datos Domiclio y Contacto */
    width: 100%;
    display: flex;
    justify-content: center;
}

.box { 
    margin: 5%;
}

.content .link-boxes .box .domicilio-contacto { /* Domicilio y Contacto */
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.content .link-boxes .box li { /* Lista de los Datos Domicilio y Contacto */
    margin: 6px 0;
    list-style: none;
}

.content .link-boxes .box li strong { /*  Letras de los Datos Domicilio y Contacto */
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease;
}

footer .contenedor-empresa { /* Contenedor del Nombre de la Empresa */
    width: 100%;
    background: #60af6d;
}

footer .contenedor-empresa .texto-empresa {
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-empresa .texto-empresa span{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

@media (max-width: 900px) {
    footer .content .link-boxes {
        flex-wrap: wrap;
    }

    footer .content .link-boxes .input-box {
        width: 40%;
        margin-top: 10px;
    }
}

@media (max-width: 700px) {
    footer {
        position: relative;
    }

    .content .top .detalles-logo {
        font-size: 26px;
    }

    .content .top .media-icons a {
        height: 35px;
        width: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    footer .content .link-boxes .box {
        width: calc(100% / 3 - 10px);
    }

    footer .content .link-boxes .input-box {
        width: 60%;
    }

    .contenedor-empresa .texto-empresa span{
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    footer::before {
        top: 145px;
    }

    footer .content .top {
        flex-direction: column;
    }

    .content .top .media-icons {
        margin-top: 16px;
    }

    footer .content .link-boxes .box {
        width: calc(100% / 2 - 10px);
    }
}