/* Estilos de las instrucciones de pago Nequi */
.wava-box {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 3rem;
  padding: 3rem 0;
  border-radius: 30px;
}
.wava-gif {
  box-shadow: rgba(10, 10, 10, 0.2) 0px 8px 26px;
  border: 1px solid rgba(10, 10, 10, 0.2);
  border-radius: 30px;
  max-width: 20rem !important;
  min-width: 15rem !important;
  margin: 0px;
}
.wava-container {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 36px;
}
.wava-steps-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 2.5rem;
  align-items: center;
}
.wava-number-border {
  width: 38px;
  height: 36px;
  display: flex;
  justify-content: center;
  border: 1px solid #c4cdd5;
  border-radius: 200px;
  align-items: center;
  font-weight: 600;
}
.wava-step-number {
  font-weight: 700;
  font-size: 20px;
}
.wava-step-title {
  font-size: 15px;
  font-weight: 600;
}
.wava-step-subtitle {
  font-size: 12px;
  font-weight: 400;
}
.wava-logo-container {
  max-width: 160px;
}
.wava-logo {
  width: 160px;
}
