/* Estilos actualizados para el footer */
.ak-footer {
    position: relative;
    background: #f5f9ff;
    color: #fff;
    overflow: hidden; /* Importante para contener las partículas */
    min-height: 200px; /* Asegura una altura mínima */
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ak-footer-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/* Aseguramos que todo el contenido esté por encima de las partículas */
.ak-footer-info,
.ak-footer-content,
.ak-copyright {
    position: relative;
    background: transparent;
}

/* Ajuste de opacidad para mejorar la visibilidad de las partículas */
.ak-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 249, 255, 0.9); /* Fondo semi-transparente */
    z-index: 1;
}
/* --- */
  .ak-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;   
  }

  .ak-row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
  }

  .ak-col {
      padding: 0 15px;
      flex: 1;
  }

  /* Sección de información de contacto */
  .ak-footer-info {
      padding: 10px 0;
      border-bottom: 1px solid #e0e4e9;
  }

  .ak-contact-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 2px;
  }

  .ak-contact-icon {
      width: 40px;
      height: 40px;
      background: #1a69df;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
  }

  .ak-contact-icon i {
      color: #fff;
      font-size: 20px;
  }

  .ak-contact-content h4 {
      color: #1a69df;
      font-size: 18px;
      margin-bottom: 5px;
      font-weight: 500;
  }

  .ak-contact-content span {
      color: #666;
      font-size: 14px;
  }

  /* Sección principal del footer */
  .ak-footer-content {
      padding: 30px 0;
  }

  /* Logo y descripción */
  .ak-footer-logo {
      margin-bottom: 25px;
  }

  .ak-footer-logo img {
      max-width: 150px;
      height: auto;
  }

  .ak-footer-description {
      color: #666;
      font-size: 14px;
      margin-bottom: 25px;
      line-height: 1.8;
  }

  /* Redes sociales */
  .ak-social-links {
      margin-top: 30px;
  }

  .ak-social-title {
      color: #1a69df;
      font-size: 18px;
      margin-bottom: 20px;
      font-weight: 500;
  }

  .ak-social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: 10px;
      color: #fff;
      text-decoration: none;
      transition: opacity 0.3s ease;
  }

  .ak-social-facebook {
      background: #1877F2;
  }

  .ak-social-twitter {
      background: #25D366;
  }

  .ak-social-google {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  }

  /* Enlaces útiles */
  .ak-footer-title {
      color: #1a69df;
      font-size: 20px;
      margin-bottom: 30px;
      position: relative;
      font-weight: 500;
  }

  .ak-footer-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 40px;
      height: 2px;
      background: #1a69df;
  }

  .ak-footer-menu {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
  }

  .ak-footer-menu li {
      width: 50%;
      margin-bottom: 12px;
  }

  .ak-footer-menu a {
      color: #666;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
  }

  .ak-footer-menu a:hover {
      color: #1a69df;
  }

  /* Formulario de suscripción */
  .ak-subscribe-text {
      color: #666;
      font-size: 14px;
      margin-bottom: 20px;
  }

  .ak-subscribe-form {
      position: relative;
  }

  .ak-subscribe-input {
      width: 100%;
      padding: 15px;
      background: #fff;
      border: none;
      color: #fff;
      font-size: 14px;
      border-radius: 4px;
  }

  /* Estilos del Libro de Reclamaciones */
  .reclamaciones-digital-container {
      display: flex;
      align-items: center;
      background-color: #f5f9ff;
      padding: 10px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      max-width: 400px;
      /* Ajustar el tamaño máximo del contenedor */
  }

  .reclamaciones-digital-icono img {
      width: 80px;
      /* Tamaño del ícono del libro */
      margin-right: 20px;
  }

  .reclamaciones-digital-titulo {
      font-size: 24px;
      margin: 0;
      color: #2d2d2d;
  }

  .reclamaciones-digital-subtitulo {
      font-size: 24px;
      margin: 0;
      color: #2d2d2d;
  }

  .digital-highlight {
      background-color: #1a69df;
      color: white;
      padding: 5px 10px;
      border-radius: 4px;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer;
      transition: background-color 0.3s ease;
      font-size: 16px;
      text-decoration: none;
  }

  .digital-highlight:hover {
      background-color: #1052b5;
  }

  /* Copyright */
  .ak-copyright {
      background: #1a69df;
      padding: 5px 0;
      font-size: 13px;
  }

  .ak-copyright-text {
      color: #f5f9ff;
      text-align: center;
      align-items: center;
      margin-bottom: -15px;
  }

  .ak-copyright-text a {
      color: #f5f9ff;
      text-decoration: none;
  }

  .ak-copyright-menu {
      display: flex;
      justify-content: flex-end;
      list-style: none;
  }

  .ak-copyright-menu li {
      margin-left: 20px;
  }

  .ak-copyright-menu a {
      color: #f5f9ff;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .ak-copyright-menu a:hover {
      color: #ff4800;
  }

  /* Responsive */
  /* Media queries mejorados para mejor responsividad */
  @media (max-width: 1200px) {
      .ak-container {
          padding: 0 30px;
      }
  }

  @media (max-width: 991px) {
      .ak-col {
          flex: 0 0 calc(50% - 30px);
          margin-bottom: 30px;
      }
  }

  @media (max-width: 768px) {
      .ak-col {
          flex: 0 0 100%;
      }

      .ak-footer-info .ak-row {
          flex-direction: column;
      }

      .ak-contact-item {
          margin-bottom: 20px;
      }

      .ak-copyright .ak-row {
          flex-direction: column;
          text-align: center;
      }

      .ak-copyright-menu {
          justify-content: center;
          margin-top: 15px;
      }

      .ak-footer-menu li {
          width: 100%;
      }
  }

  @media (max-width: 480px) {
      .ak-container {
          padding: 0 15px;
      }

      .ak-footer-content {
          padding: 40px 0;
      }
  }
