.section-one-dinamic-div {
  width: 100%;
  height: 100%;
  position: relative;
}

.bgc-red-step {
  height: 5px;
  width: 100%;
  transition: all 1s ease;
}

.bgc-white-step {
  height: 5px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
}

.bgc-white-div {
  padding: 35px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.bgc-white-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formVal--container {
  gap: 25px;
}

.formVal--container h3 {
  margin-top: 2rem;
}

.text-val-verification {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  text-align: center;
  width: 30%;
}

.buttonVal--container {
  display: flex;
  justify-content: center;
}

.bgc-white-h1 {
  margin-bottom: 24px;
}

.bgc-white-div-step {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}

.bgc-white-span {
  width: 25%;
  align-self: center;
  padding-right: 4px;
}

.no-wrap-span {
  width: 75%;
  display: flex;
}

.bgc-gray-div {
  height: 100%;
  padding: 0px 12px;
  display: grid;
  place-content: center;
}

.input-span {
  width: calc(100%);
  max-height: 46px;
}

.div-step {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}

.icon-gray {
  font-size: 24px;
}

.no-wrap-div {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 12px 0px;
}

.p-container {
  margin-bottom: 4px;
}

.color-blue-no {
  background-color: transparent;
  border: 0px;
}

.div-width-100 {
  width: 100%;
}

.div-width-button-100 {
  width: 100%;
}

.form-width {
  width: 100%;
}

.section-one--container {
  padding: 3rem 0;
  height: 10%;
  width: 100%;
  overflow: auto;
}

.text-h1 {
  margin-bottom: 24px;
}
.title-first-section {
  margin: 0 auto;
}
.div-cliente-banorte {
  width: 100%;
  display: flex;
}

.checkbox--container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2rem auto;
  gap: 6rem;
}
.form--container {
  display: grid;
  gap: 1rem;
  place-items: center;
}
.regimen--container {
  display: flex;
  flex-direction: column;
}
.button--container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.checkbox--container .checkbox-item--container {
  display: flex;
  gap: 10px;
}
.span-regimen-fiscal {
  width: 25%;
  align-self: center;
  padding-right: 4px;
}

.button-cliente {
  width: 50%;
  font-size: 24px;
}

.div-with100-top24 {
  width: 100%;
  margin-top: 24px;
}

.h1-marginB24 {
  margin-bottom: 24px;
}

.div-rechazo {
  height: 40px;
  width: 40px;
  font-size: 32px;
  display: grid;
  place-content: center;
  margin: auto;
}

.div-step4 {
  padding: 24px;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.div-aviso-privacidad {
  float: left;
  margin-left: 25%;
  display: flex;
  align-items: center;
}

.campo-cliente-form {
  width: 75%;
  max-height: 46px;
  height: 46px;
}

.imput-cliente-form {
  width: 75%;
  max-height: 46px;
}
