body {
    font-family: "Poppins", sans-serif;
    padding: 0px;
    background-color: #f4f4f4;
    margin:0px;
}

form {
    font-size: 0px;
    max-width: 470px;
    margin: 0px 0px 0px 190px;
    padding-bottom: 150px;
}

label {
    font-weight: 500;
    display: block;
    margin-top: 1rem;
    font-weight: bold;
}

input {
    width: 100%;
    padding: 0.5rem;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 6px;
}

input.input-error {
      font-family: 'Poppins';
      font-size:16px;
    border: 2px solid red;
}
img#logo-bibank {
    margin-left: 100px;
    max-height: 120px;
}
    header {
    background-color: black;
    height: 100px;

}div#columna-1,div#columna-2 {
    width: 50%;
}div#columnas {
    display: flex;
}
div#columna-2 {
    margin: 0px -25px 0px 0px;
}


button[disabled] {
    background-color: #ccc;
    cursor: not-allowed;}
    .resultado{
    font-family: "Poppins", sans-serif;
    font-size: 45px;
}
.Cuerpo {
    background-image: url('https://bibank.com.ar/wp-content/uploads/2025/08/Motor-de-decision_Banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    position: relative;
}.Cuerpo2{
    background-image: url('https://bibank.com.ar/wp-content/uploads/2025/08/Motor-de-decision_Banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    position: relative;
}

/* Capa de oscurecimiento */
.Cuerpo::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4); /* oscuridad ajustable */
    z-index: 0;
}

/* Asegurar que el contenido quede por encima */
.Cuerpo > * {
    position: relative;
    z-index: 1;
}

/* INPUTS */
input {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    height: 46.6px;
}

/* INPUT INVALIDO */
input.input-error {
    border: 2px solid white; /* blanco en vez de rojo */
}

/* LABELS */
label {
    color: white;
    font-weight: bold;
    display: block;
    margin-top: 1rem;
}

/* ERRORES */
.error {
  display: none;
  visibility: collapse;
  position: absolute;
  color: white;
  font-size: 20px;
}


.error.visible {
    color: red;
    display: inline-block !important;
    visibility: visible !important;
    position: static;
          font-family: 'Poppins';
      font-size:16px;
          margin-top: 5px;

}

.Botonbb {
    WIDTH: 304PX;
    padding: 10px 0px 0px 250px;
}

.terminos-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    margin-top: 1rem;
}

.terminos-check input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: white;
}


.fila-doble {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.fila-doble .campo {
    flex: 1;
    display: flex;
    flex-direction: column;
}h1 {
    padding-top: 75px;
    margin-top: 22px;
    color: white;
    margin-bottom: 1.5rem;
    padding-left: 200px;
}

.cambio-color {
    color: #35ecc8; /* o el azul que quieras usar */
}input#acepto {
    margin-top: 16px;
}button[disabled] {
    opacity: 1;            /* en lugar de cambiar el color */
    cursor: not-allowed;
    background-color: #35ecc8; 
    color:white;
}.tyc {
    text-transform: lowercase;
}

.tyc::first-letter {
    text-transform: uppercase;
}
div#columna-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.terminos {
    margin: 100px 0px 0px 0px;
    width: 100%;
    box-sizing: border-box;
    /* margin-top: 8rem; */
    border: 1px solid white;
    padding: 1rem 1rem 1rem 9rem;
    position: relative;
    font-size: 12px;

}.terminos {
    text-align: justify;
        width: 80%;

}
input#acepto {
    appearance: none;
    -webkit-appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid white;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

input#acepto:checked::before {
    content: '✔';
    color: white;
    font-size: 0.9rem;
    position: absolute;
    top: 0;
    left: 2px;
}.cerrar-terminos {
    /* font-size: 369px; */
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 1.2rem;
    color: black;
    cursor: pointer;
    z-index: 17;
}
.error-box {
    background-color: #f8d7da;
    border-left: 6px solid #f5c2c7;
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 8px;
    color: #842029;
}

p.leyenda-legal {
    padding: 10px 150px 10px 150px;
    color: white;
}
div#resultado {
    color: white;
    font-size: 45px;
    padding: 10px 0px 0px 190px;
}form.boton2 {
    margin: 0px 0px 0px 200px;
}/* Mobile-first - se apilan las columnas */
.columnas {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.columna-1,
.columna-2 {
    width: 100%;
}

/* Contenido más legible */
input, button, label {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Espaciado entre campos */


/* Evitar scroll horizontal */
body {
    overflow-x: hidden;
}
/* Para pantallas grandes */
@media (min-width: 768px) {
    .columnas {
        flex-direction: row;
        justify-content: space-between;
    }

    .columna-1, .columna-2 {
        width: 48%;
    }
}div#resultado2 {
    color: white;
    font-size: 70px;
    padding: 150px 0px 0px 200px;
}
@media (max-width: 600px) {
    img#logo-bibank {
    margin-left: 0px;
    max-height: 99px;
}
    .terminos {
    margin: 140px 0px 10px 140px;
    width: 100%;
    box-sizing: border-box;
    /* margin-top: 8rem; */
    border: 1px solid white;
    padding: 1rem;
    background-color: rgb(255, 255, 255);
    position: relative;
}
    body, .Cuerpo, .Cuerpo2 {
        background: #000 !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 150vh;
        width: 100vw;
        overflow-x: hidden;
    }
    .columnas, .Cuerpo2 .columnas {
        flex-direction: column !important;
        gap: 0;
        padding: 0 !important;
        margin: 0 !important;
        width: 100vw !important;
        box-sizing: border-box;
    }
    .columna-1, .columna-2 {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        padding: 0.8rem 1rem !important;
        box-sizing: border-box;
        background: transparent !important;
    }
    h1 {
        color: white !important;
        font-size: 2rem !important;
        margin: 1.2rem 0 1.5rem 0 !important;
        padding: 0 !important;
        text-align: left !important;
        line-height: 1.1;
        padding-left: 0 !important;
    }
    .campo {
        margin-bottom: 1.2rem !important;
    }
    label, input, button {
        font-size: 1.1rem !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    /* Si usás la imagen de banner arriba */
    .banner-mobile {
        display: block;
        width: 100vw;
        max-width: 100vw;
        object-fit: cover;
        margin: 0 auto 1rem auto;
        border-radius: 0 0 24px 24px;
    }
}
.banner-mobile {
    display: none;
}
button#submitBtn:hover,button:hover  {
    /* box-shadow: 1px 1px 10px 10px white; */
    box-shadow: 0px 8px 20px rgba(200, 200, 200, 0.5);
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
    input#acepto {
    width: 10px !important;
}
    .banner-mobile {
        display: block;
        width: 100vw;
        height: 330px;             /* o el alto que prefieras */
        object-fit: cover;
        object-position: 60% 30%;  /* <<--- Cambiá estos valores para que la chica quede centrada */
        margin: 0 auto 1.2rem auto;
        border-radius: 0 0 28px 28px;
        max-width: 100vw;
    }
}
@media (max-width: 600px) {
    .terminos {
        position: fixed;
        left: 13%;
        top: 18%;
        transform: translate(-50%, -50%);
        width: 96vw;
        max-width: 360px;
        min-width: 220px;
        padding: 1.4rem 1.2rem 1.2rem 1.2rem;
        border-radius: 18px;
        max-height: 80vh;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.20);
        z-index: 2001;
        overflow-y: auto;
    }.cerrar-terminos {
    /* font-size: 369px; */
    position: absolute;
    top: 4px;
    right: 18px;
    font-size: 1.2rem;
    color: black;
    cursor: pointer;
    z-index: 17;
}
}@media (max-width: 600px) {
    .banner-mobile {
        display: block;
        width: 100vw;
        height: 330px;
        object-fit: cover;
        object-position: 70% 20%; /* Ajustá según la chica */
        margin: 0;
        border-radius: 0 0 28px 28px;
        max-width: 100vw;
    }
    .Cuerpo2 {
        background: none !important;
        margin: 0;
        padding: 0;
    }
    /* Ajuste SOLO para mensaje de error corto */
    .resultado.error-solo-imagen {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100vw;
        color: white;
        font-size: 1.2rem;
        text-align: left;
        padding: 2rem 1.2rem 0 1.2rem;
        text-shadow: 0 2px 12px rgba(0,0,0,0.42);
        z-index: 11;
    }
    /* Para preaprobado, incompleto, etc: SOLO AJUSTÁ EL TAMAÑO Y MÁRGENES */
    .resultado, .resultado-preaprobado, .resultado-incompleto {
        position: static !important;
        font-size: 1.15rem !important;
        padding: 1.2rem 1rem 0 1rem !important;
        margin: 0.5rem 0 !important;
        text-align: left !important;
        font-weight: 700;
        word-break: normal;
        overflow-wrap: break-word;
    }
    .leyenda-legal {
        padding: 1rem !important;
        font-size: 0.80rem !important;
    }
    button, .boton2 button {
        font-size: 1rem !important;
        border-radius: 25px;
        width: 100%;
        margin: 1rem 0 0 0 !important;
        padding: 0.9rem 0 !important;
    }form {
    max-width: 500px!important ;
    margin: 0px 0px 0px 0px!important;
    padding-bottom: 150px!important;
}
div#resultado2 {
    color: white;
    font-size: 41px !important;
    padding: 10px 10px 10px 10px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}
}
form {
    max-width: 500px;
    margin: 0px 0px 0px 190px;
    padding-bottom: 150px;
}.resultado-incompleto {
    padding: 0px 0px 300px 0px;
    background-color: rgba(0, 0, 0, 0.4);
        min-height: 100vh;
}div#resultado2 {
    color: white;
    font-size: 70px;
    padding: 150px 00px 500px 200px;
    background-color: rgba(0, 0, 0, 0.4);
}h1 {
    font-size: 45px;
}   label {
    font-size: 25px;
}.resultado-preaprobado {
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 100vh;
}p.leyenda-legal {
    margin-bottom: 0px;
    margin-top: 180px;
    text-align: justify;
}input::placeholder {
  color: white; /* Gris claro */
      font-family: 'Poppins';
      font-style: normal !important; /* ✅ Esto evita la cursiva */
}

input:focus::placeholder {
  color: #ccc; /* Más claro al enfocar */
      font-family: 'Poppins';
      font-style: normal !important; /* ✅ Esto evita la cursiva */
}
.terminos-check a {
    font-size: 17px;
    color: white;
    text-decoration: auto;
    font-weight: 500;
}button#submitBtn,button{
    background-color: #35ecc8;
    border: none;
    color: white;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    width: auto;
    height: 60px;
    padding: 15px 22px !important;
    font-family: "Poppins", sans-serif;
}button#submitBtn:hover,button:hover {
    background-color: #35ecc8;
    border: none;
    color: white;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    width: auto;
    height: 60px;
    padding: 15px 22px !important;
    font-family: "Poppins", sans-serif;
}input::placeholder {
  color: #999; /* o cualquier tono de gris que prefieras */
  opacity: 1;  /* Para asegurar que se vea igual en todos los navegadores */
  font-style: italic; /* Opcional: para estilizarlo más */
}




/*----------------------*/
