/* screen - registro */

.registro {
  align-items: center;
  background-color: var(--neutrallight2);
  border: 1px none;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.registro .cabecera {
  flex-grow: 0;
  margin: 28px 25px 79px;
  border-radius: 8px;
  box-shadow: -33.1px 40.4px 80px 0 rgba(0, 0, 0, 0.06);
  background-color: var(--blue-light);
  background-image: linear-gradient(to right bottom, #829eb4, #7792a9, #6b879d, #607b92, #557087);

  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .registro .cabecera {
    flex-direction: column;
    padding-bottom: 300px;
  }
}
@media (max-width: 449px) {
  .registro .cabecera {
    padding-bottom: 200px;
  }
}

.registro .img_registro {
  position: absolute;
  top: -20px;
  right: 30px;
}
@media (max-width: 1199px) {
  .registro .img_registro {
    top: 0;
    right: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .registro .img_registro {
    position: absolute;
    width: 100%;
    bottom: -110px;
    top: auto;
  }
}
@media (max-width: 449px) {
  .registro .img_registro {
    bottom: -110px;
    top: auto;
  }
}

.registro .frame-698 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
  margin: 60px;
}
@media (max-width: 449px) {
  .registro .frame-698 {

  }
}
@media (max-width: 767px) {
  .registro .frame-698 {
  }
}
@media (max-width: 1199px) {
  .registro .frame-698 {
    margin: 60px 20px;

  }
}

.registro .frame-6989 {
  align-items: center;
  border: 1px none;
  display: flex;
  gap: 6px;
  width: fit-content;
}

.registro .icon-create-account-1 {
  height: 18px;
  min-width: 18px;
}

.registro .crear-cuenta-1 {
  letter-spacing: -0.36px;
  line-height: 21.6px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.registro .complete-el-siguient {
  color: var(--neutralmedium);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxxl2);
  font-weight: 600;
  letter-spacing: -0.64px;
  line-height: 38.4px;
  width: 50%;
}
@media (max-width: 767px) {
  .registro .complete-el-siguient {
    width: 100%;
  }
}

.registro .nuestro-departamento {
  color: var(--neutralmedium);
  font-weight: 300;
  line-height: 27px;
  width: 50%;
}
@media (max-width: 767px) {
  .registro .nuestro-departamento {
    width: 100%;
  }
}

.registro .frame-69 {
  align-items: center;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.registro .paso-12 {
  letter-spacing: -0.64px;
  line-height: 38.4px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: 237px;
}

.registro .texto-paso-12 {
  color: var(--bluemain);
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  width: 100%;
  max-width: 778px;
}

.registro .fondo {
  align-items: center;
  background-color: var(--neutrallight2);
  border: 1px none;
  border-radius: 8px;
  box-shadow: 0px 0px 48px -11px #00000014;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  padding: 46px 126px;
  width: fit-content;
}
@media (max-width: 850px) {
  .registro .fondo {
    padding: 46px;
  }
}
@media (max-width: 676px) {
  .registro .fondo {
    padding: 20px;
  }
}

.registro .frame-22 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.registro .frame-6991 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 8px;
  padding: 0px 20px;
  width: fit-content;
}

.registro .titulo {
  color: var(--bluemain);
  font-weight: 600;
  line-height: 27px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.registro .group-22 {
  height: 67px;
  width: 100%;
}
@media (min-width: 768px) {
  .registro .los-campos-del-formu {
    min-width: 526px;
  }
}

.registro .frame-143 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.registro .frame-6991-1 {
  align-items: flex-start;
  align-self: stretch;
  border: 1px none;
  display: flex;
  gap: 8px;
  padding: 0px 20px;
}

.registro .subtitulo {
  color: var(--bluemain);
  font-weight: 400;
  line-height: 21px;
  margin-top: -1.00px;
  width: fit-content;
}

.registro .subtitulo label{
  font-weight: 400;
  margin: 0;
}

.registro .rectangle-88 {
  background-color: var(--neutrallighter);
  border: 1px solid;
  border-color: var(--neutrallightmid);
  border-radius: 36px;
  height: 42px;
  padding: 0 20px;
  color: var(--bluemain);
  width: 100%;
}
@media (min-width: 768px) {
  .registro .rectangle-88 {
    min-width: 526px;
  }
}

.registro .minict_wrapper {
  background-color: var(--neutrallighter);
  border: 1px solid;
  border-color: var(--neutrallightmid);
  border-radius: 36px;
  height: 42px !important;
  max-height: none;
  min-width: auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .registro .minict_wrapper {
    min-width: 526px;
  }
}

.registro .minict_wrapper input[type='text']{
  height: 42px !important;
  color: var(--bluemain);
}

.minict_wrapper ul {
  background-color: white;
  border-radius: 20px;
  padding: 6px 0;
}

.minict_wrapper ul li {
  height: 30px;
  padding: 6px 27px;
}

.registro textarea{
  width: 100%;
  padding: 20px;
  min-height: 140px;
  line-height: 22px;
  resize: vertical;
  border-radius: 36px;
  border: solid 1px var(--neutral-light-mid);
  background-color: var(--neutrallighter);
}


/* PASO 2 integrado */
.paso-2 .frame-6994-1 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: fit-content;
}

.paso-2 .frame-6993 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: fit-content;
}

.paso-2 .frame-6993-1 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
}

.paso-2 .frame-6992-1 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 8px;
  padding: 0px 0px 0px 20px;
  width: fit-content;
}

.paso-2 .frame-6993-2 {
  align-items: center;
  border: 1px none;
  display: flex;
  gap: 22px;
  width: fit-content;
}

.paso-2 .button {
  align-items: center;
  border: 2px solid;
  border-color: var(--bluemain);
  border-radius: 32px;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 12px 24px;
  width: fit-content;
}

.paso-2 .icon-upload {
  height: 18px;
  min-width: 18px;
}

.paso-2 .crear-cuenta {
  letter-spacing: -0.32px;
  line-height: 17.5px;
  margin-top: -2.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.paso-2 .pdf-o-imagen-mximo-2-mb {
  letter-spacing: -0.28px;
  line-height: 15.3px;
  white-space: nowrap;
  width: 207px;
}

.paso-2 .frame-699 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.paso-2 .frame-6992 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 8px;
  padding: 0px 0px 0px 20px;
  width: 100%;
}

.paso-2 .group-6992 {
  background-color: var(--neutrallighter);
  border: 1px solid;
  border-color: var(--neutrallightmid);
  border-radius: 36px;
  height: 42px;
  min-width: 526px;
  position: relative;
}

.paso-2 .icon-chevron-left {
  height: 12px;
  left: 498px;
  position: absolute;
  top: 14px;
  width: 12px;
}

.paso-2 .frame-226 {
  align-items: center;
  border: 1px none;
  display: flex;
  gap: 10px;
  padding: 0 0 0 20px;
  width: fit-content;
}

.paso-2 .ellipse-6 {
  border: 1px solid;
  border-color: var(--neutraldark);
  border-radius: 8px;
  height: 16px;
  min-width: 16px;
}

.paso-2 .desea-ser-contactad {
  color: var(--bluemain);
  font-weight: 300;
  line-height: 21px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: 310px;
}

.paso-2 .rectangle-88 {
  background-color: var(--neutrallighter);
  border: 1px solid;
  border-color: var(--neutrallightmid);
  border-radius: 36px;
  height: 146px;
  min-width: 526px;
}


/* final */
.registro .frame-6991-2 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 26px;
  width: fit-content;
}
@media (max-width: 767px) {
  .registro .frame-6991-2 {
    flex-direction: column;
  }
}

.registro .los-campos-del-formu {
  color: var(--bluelight);
  font-weight: 300;
  line-height: 20px;
  margin-top: -1.00px;
  width: 516px;
}
@media (max-width: 767px) {
  .registro .los-campos-del-formu {
    width: 100%;
    padding: 0 20px;
  }
}

.registro .button-2 {
  align-items: center;
  background-color: var(--beigemain);
  border: 1px none;
  border-radius: 32px;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 16px 40px;
  width: 232px;
}

.registro .crear-cuenta-2 {
  letter-spacing: -0.36px;
  line-height: 19.7px;
  margin: 10px 0;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}
@media (max-width: 767px) {
  .registro .crear-cuenta-2 {
    margin: auto;
  }
}

.registro .buttons-condiciones {
  display: flex;
  margin: 10px 0;
}

.registro .btn-condiciones {
  align-items: center;
  border: 2px solid;
  border-color: var(--beigemain);
  border-radius: 32px;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 12px 24px;
  width: fit-content;
  color: var(--beigemain);
  background-color: transparent;
}

.registro .formulario-alta-enviado {
  margin: 25px 0;
}

.registro .muchas-gracias-hemo {
  margin: 10px;
  line-height: normal;
}

.registro .aviso-weekend {
  color: var(--bright-red)!important;
}
