.bottom-bar-jaguar {
  height: 10px;
  background: linear-gradient(to right, #ff6600, #e60012, #009846);
}

.bg-navy-jaguar {
  background-color: #121a68;
  color: white;
}

.divider-bottom-green{
  width: 100%; 
  height: 6px; 
  background: var(--color-green2);
  border-radius: 10px; 
  margin: 20px auto;
}

.text-box {
  background-color: #f2f2f2; /* gris claro */
  border: 1px solid rgba(0,0,0,0.04); /* borde muy sutil */
  border-radius: 12px; /* esquinas redondeadas (ajusta px si quieres más/menos) */
  padding: 2rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.custom-container {
  background: white;
  border-radius: 25px;
  padding: 30px;
  max-width: 850px;
  margin: 40px auto;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.accordion-button {
  font-size: 1.1rem;
  font-weight: 600;
  color: #001b60;
  background-color: white !important;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-body {
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}