body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.pendiente {
  padding: 2rem;
  border: 2px solid #0a5275;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 600px;
}

.pendiente h1 {
  color: #003366;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.pendiente p {
  font-size: 1.2rem;
  color: #555;
}

.foto-pendiente {
  text-align: center;
  margin-bottom: 2rem;
}

.foto-pendiente img{
  max-width: 150px;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
