/* Estilo para el contenedor de exportación */
.export-container {
    background-color: white;
    padding: 60px 50px 50px;
    position: absolute;
    overflow: hidden;
    width: 850px;
    min-height: auto;
    box-sizing: border-box;
    left: -9999px;
  }

  .export-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .export-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    z-index: 1;
  }
  .export-date {
    font-size: 0.9rem;
    color: #666;
    position: relative;
    z-index: 1;
  }
  .export-footer {
    background-color: #101828;
    color: #828b98;
    padding: 20px 50px;
    margin: 30px -50px -50px -50px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 50%;
  }
  .footer-description {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .footer-contact-info {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .footer-contact-info p {
    margin-bottom: 0.5rem;
  }
  .footer-copyright {
    background-color: #828b98;
    color: #f3f3f8;
    padding: 15px 0;
    margin-top: 20px;
    margin-right: -50px;
    margin-left: -50px;
    margin-bottom: -20px;
    font-size: 0.8rem;
  }
  .export-card {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .export-card-header {
    background-color: #f8f9fa;
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
  }
  .export-card-body {
    padding: 15px;
  }
  #export-content {
    position: relative;
    z-index: 1;
  }