main{
    display: flex;
    flex-direction: row;
     background: url('/assets/img/back-registro.png') center / cover no-repeat;
    height: 800px;
    padding: 0px;
    margin: 0px;
}
html {
  font-family: "Heebo", sans-serif;
}
body {
    font-family: 'Heebo', sans-serif;
    margin: 0px;
}button#boton-asesor {
    border-radius: 100px;
    background: var(--Lila, #DEE2FB);
    display: flex;
    height: 40px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #1D3C68;
    text-align: center;
    border-color: transparent;
}a.boton-blanco {
    color: white;
    text-decoration: none;
}
header {
    padding: 40px 10px 40px 10px;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background: #F7F7F7;
}.footer__container {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}footer {
    background: var(--Azul-500, #4D6C9F);
    color: white;
}.footer__links,
.footer__social {
  list-style: none;   /* saca el marcador */
  padding-left: 0;    /* quita el sangrado */
  margin: 0;
}p.footer__subcopy {
    display: flex
;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    text-align: left;
    color: white;
    font-weight: 500;
    font-size: 17px;
}
ul.footer__social {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}.footer__left {
    margin-top: 60px;
    margin-bottom: 60px;
}ul.footer__social a {
    margin-right: 20px;
}ul.footer__links a {
    color: white;
}
div#columna1 {
    margin-left: 100px;
    display: flex;
    align-items: center;
}.alert {
        background: #F9DEDE;
    color: #F32C30;
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    position: absolute;
    font-family: Heebo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;

}
div#columna2 {
    width: 60%;
}div#borde-blanco {
    display: flex
;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 25px;
    padding: 60px 60px 60px 60px;
    flex-direction: column;
    align-items: center;
    width: 510px;
}h1 {
    height: 69px;
    align-self: stretch;
    color: var(--Azul, #4D6C9F);
    text-align: center;
    font-family: Heebo;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.64px;
    margin-bottom: 0px;
}p {
    color: var(--Azul-900, #1D3C68);
    text-align: center;
    font-family: Heebo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.4px;
    margin-top: 0px;
}input {
    border-radius: 50px;
    border: 1px solid var(--Azul-300, #889DBF);
    padding: 15px 20px;
    background: #ffffffd9;
}button {
    border-radius: 100px;
    background: var(--Azul, #4D6C9F);
    color: white;
    padding: 12px 30px;
    margin-top: 10px;
}form {
    display: flex
;
    flex-direction: column;
}


:root{
  --otp-size: 56px;         /* tamaño caja */
  --otp-radius: 12px;       /* borde redondeado */
  --otp-gap: 14px;          /* separación entre cajas */
  --otp-border: 1.5px;      /* grosor borde */
  --otp-color: #2a4c7f;     /* color borde */
  --otp-bg: #ffffff;        /* fondo caja */
  --otp-text: #1a1a1a;      /* color dígitos */
}

.otp{
  display: inline-flex;
  align-items: center;
  gap: var(--otp-gap);
  user-select: none;
}

.otp-input{
  width: 10px;
    height: 10px;
  border-radius: var(--otp-radius);
  border: var(--otp-border) solid var(--otp-color);
  background: var(--otp-bg);
  color: var(--otp-text);
  text-align: center;
  font-size:20px;
  outline: none;
  transition: box-shadow .15s ease, border-color .15s ease, transform .05s ease;
}

.otp-input:focus{
  box-shadow: 0 0 0 3px rgba(42,76,127,.15);
  border-color: #2a4c7f;
}

.otp-input:disabled{
  opacity: .6;
}

.otp-sep{
  display: inline-block;
  width: 10px;
  text-align: center;
  opacity: .6;
  font: 500 22px/1 'Heebo', system-ui, sans-serif;
  transform: translateY(2px);
}input#dni2,input#email,input#phone,input#password2,input#password {
    border-radius: 50px;
    border: 1px solid var(--Azul-300, #889DBF);
    background: #ffffffd9;
    width: 200px;
}div#emailField {
    text-align-last: center;
}div#waField
 {
    text-align-last: center;
}form {
    align-items: center;
}
div#passwordGroup {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
/* Responsive: cajas un poco más chicas en móviles angostos */
@media (max-width: 380px){
  :root{
    --otp-size: 46px;
    --otp-gap: 10px;
  }
  .otp-input{ font-size: 22px; }
}
