.elementor-36029 .elementor-element.elementor-element-3d8f84c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ca1505c */.btn-principal {
  background: #003366;
  color: #fff;
  border: none;
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-principal:hover {
  background: #004c99;
}

.nivel1-container {
  margin-top: 30px;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.btn-nivel1 {
  background: #007a3d;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  min-width: 260px;
}
.btn-nivel1:hover {
  background: #00994d;
}
.btn-nivel1.disabled {
  background: #cccccc;
  color: #666;
  cursor: default;
}

.nivel2-container {
  margin-top: 20px;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.nivel2-lista {
  list-style: none;
  padding: 0;
}
.nivel2-lista li {
  background: #f5f5f5;
  border-left: 4px solid #ccc;
  padding: 8px 12px;
  margin: 6px 0;
  border-radius: 6px;
  transition: 0.3s;
}
.nivel2-lista li:hover {
  background: #e0e0e0;
}
.nivel2-lista a {
  text-decoration: none;
  color: #003366;
  font-weight: 500;
}

/* Animaciones suaves */
.fade-in {
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
</style>/* End custom CSS */