.aviso-importante {
  background: #111;
  color: #fff;
  padding: 2rem 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.aviso-importante .container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}

.aviso-importante h3 {
  color: #ff4d4d;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
}

.aviso-importante p {
  margin-bottom: 1rem;
  color: #ddd;
}

/* Versión adaptativa */
@media (max-width: 768px) {
  .aviso-importante {
    padding: 1.5rem 1rem;
    font-size: 0.9rem;
  }
  .aviso-importante h3 {
    font-size: 1.1rem;
  }
}
