body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
  }
  
  h1, h2 {
    color: #1e3a5f;
    font-weight: 600;
  }
  a[href^="https://wa.me/"] {
  color: #000 !important;
}
.enlace-guia {
  color: #000 !important;
}

.enlace-guia:hover {
  color: #000;
  text-decoration: underline;
}

  a {
    color: #0dfd2d;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  .accordion-button {
    font-weight: 500;
    background-color: #e7f1ff;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: #d0e7ff;
    color: #0d6efd;
  }
  .header-ayuda {
    background-image: url('/images/banner-ayuda.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0 0 40px 40px;
  }
  .box-section {
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 40px;
  }
  .accordion-button {
    font-weight: 500;
    background-color: #f1f9ff;
    border-radius: 8px !important;
  }
  
  .accordion-item {
    border: none;
    margin-bottom: 10px;
  }
  
  .accordion-body {
    background-color: #ffffff;
    padding: 20px;
    border-top: 1px solid #ddd;
  }
h2 img {
  transition: transform 0.3s ease;
  margin-right: 10px;
  vertical-align: middle;
}

h2:hover img {
  transform: scale(1.15);
}
.header-ayuda {
    background-image: url('/images/fondoayuda.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 300px;
  
    display: flex;
    justify-content: center;  
    align-items: center;    
    text-align: center;
    flex-direction: column;
  }
  
  
  .divider-ayuda {
    border: none;
    height: 5px;
    width: 1000px;
    margin: 40px auto;
    background: linear-gradient(to right, #1e3a5f, #00b894);
    border-radius: 8px;
  }
    