.banner-migracion-exito {
  background: linear-gradient(to right, #0077b6, #00b4d8);
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.banner-migracion-exito h3 {
  margin-top: 0;
  font-size: 22px;
}

.banner-migracion-exito p {
  font-size: 16px;
  margin: 10px 0;
}

.boton-soporte {
  background-color: #023e8a;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

.boton-soporte:hover {
  background-color: #03045e;
}

