body, html {
    height: 100%;
    position: relative;
}
body, html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button, html, input, select, textarea {
    font-family: Roboto, Helvetica Neue, sans-serif;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body, html {
    background-color: #fff;
    font-family: 'Open Sans', 'Santander Text';
    font-weight: 400;
    line-height: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    padding: 0;
}
app {
    display: block;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}
app .app {
    height: auto;
    margin: 0 auto;
}
.desktop app .app {
    min-width: 1200px;
}
.desktop login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    background-color: white;
    background-image: url(../img/fondo.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-position-y: 100%;
    background-size: 58%;
}
.desktop login .welcome-container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.desktop login .welcome-container .logo-title {
    height: 60px;
    padding-left: 67px;
    margin-top: 56px;
}
img {
    border-style: none;
}
.desktop login .welcome-container__message {
    margin-top: 2vh;
    margin-left: 67px;
    margin-right: 525px;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: 
ease-in-out;
    transition-timing-function: 
ease-in-out;
}
.desktop login .welcome-container .welcome-container__titulo {
    width: 346px;
    height: 72px;
    top: 122px;
    left: 60px;
    margin-top: -21px;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.desktop login .welcome-container__message h1 {
    margin: 0;
    color: #1b1b1b;
    font-family: 'Santander Headline', sans-serif;
    font-size: 43px;
    font-weight: normal;
    line-height: 52px;
    -webkit-transition: all 
ease-in-out .2s;
    transition: all 
ease-in-out .2s;
}
a {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}
.desktop login .welcome-container ._conocemas {
    display: block;
    float: left;
    font-family: 'Santander Micro Text', sans-serif;
    border-bottom: 1px solid #1b1b1b;
    color: #1b1b1b;
    margin-top: 4px;
    margin-left: 40px;
}
@media screen and (max-height: 800px) {
    .desktop login .welcome-container ._conocemas {
        margin-left: 0px;
        font-size: 14px;
    }
}
.desktop login .panel-primary {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 518px;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.502);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.502);
    z-index: 10;
    overflow-y: auto;
}
stack-steps .stack-steps-header {
    height: 60px;
}
stack-steps .animate-step {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}
login-inicio {
    font-family: "Santander Micro Text", sans-serif;
}
login-tabs {
    display: block;
    height: 48px;
    line-height: 48px;
}
.layout, .layout-column, .layout-row {
    box-sizing: border-box;
    display: flex
;
}
.layout-row {
    flex-direction: row;
}
login-tabs .section-tabs_container > div {
    border-bottom: solid 2px #B7BEC4;
    cursor: pointer;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
}
.flex-50, .layout-row>.flex-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
}
login-tabs .section-tabs_container .section-tabs_container__soy_cliente--selected {
    border-color: #257FA4;
    font-weight: 600;
}
login-tabs .section-tabs_container > div {
    border-bottom: solid 2px #B7BEC4;
    cursor: pointer;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
}
.flex-50, .layout-row>.flex-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
}
.desktop login .login-container {
    width: 518px;
    padding: 30px 44px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
login-inicio .container-login-inicio .login-container__header {
    margin: auto;
    margin-bottom: 24px;
}
login-inicio .container-login-inicio .login-container__header .login-container__header__title {
    color: #1E1F21;
    font-family: 'Santander Headline', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: left;
}
login-inicio .container-login-inicio .login-container__mensaje-principal {
    background-image: url(../img/icono.svg);
    background-repeat: no-repeat;
    background-position-x: 16px;
    background-position-y: 20px;
    padding: 20px;
    padding-left: 100px;
    margin: auto;
    margin-bottom: 26px;
    width: 280px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 20px 8px rgba(216, 216, 233, 0.25);
    box-shadow: 0px 0px 20px 8px rgba(216, 216, 233, 0.25);
}
login-inicio .container-login-inicio .login-container__mensaje-principal h3 {
    font-family: 'Santander Headline', sans-serif;
    font-size: 16px;
    margin: 0;
}
login-inicio .container-login-inicio .login-container__mensaje-principal p {
    font-family: 'Santander Micro Text', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    margin-top: 5px;
    padding-right: 10px;
}
b, strong {
    font-weight: bolder;
}
login-inicio .container-login-inicio .content-input-login {
    width: 400px;
    margin: auto;
}
obp-input {
    color: #4F5457;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Santander Micro Text', sans-serif;
}
login-inicio .container-login-inicio .content-input-login__input {
    margin-bottom: 8px;
    color: #6F757A;
}
obp-input label {
    font-size: 14px;
    padding-left: 4px;
}
obp-input .content-input {
    margin-top: 5px;
    height: 50px;
    position: relative;
}
button, input, select, textarea {
    vertical-align: baseline;
}
button, html, input, select, textarea {
    font-family: Roboto, Helvetica Neue, sans-serif;
}
button, input, select, textarea {
    font-size: 100%;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c9c9c9;
}
obp-input .content-input input {
    border: solid 1px #888F95;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    height: 48px;
    padding: 12px 16px;
    width: 100%;
}
obp-input .msg-error-input {
    background-image: none;
    background-repeat: no-repeat;
    color: #6E1E00;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    margin-top: 6px;
    padding-left: 24px;
}
login-inicio .container-login-inicio .content-input-login__input {
    margin-bottom: 8px;
    color: #6F757A;
}
login-inicio .container-login-inicio .content-checkbox-user {
    padding-left: 16px;
}
button, input, select, textarea {
    vertical-align: baseline;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}
button, html, input, select, textarea {
    font-family: Roboto, Helvetica Neue, sans-serif;
}
button, input, select, textarea {
    font-size: 100%;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.desktop login button {
    display: block;
    margin: 30px auto;
}
login-inicio .container-login-inicio .button-login {
    background-color: #ec0000;
    border: solid 1px #ec0000;
    border-radius: 40px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    width: 168px;
}
login-inicio .container-login-inicio .content-button-ayuda {
    border-top: 1px solid #DBDEE1;
}
.desktop login button {
    display: block;
    margin: 30px auto;
}
login-inicio .container-login-inicio .content-button-ayuda .button-necesitas-ayuda {
    background: none;
    border: none;
    color: #127277;
    font-size: 14px;
    font-weight: 700;
}
login-inicio .container-login-inicio .login-container__mensaje-seguridad {
    background-color: #E9F8FE;
    background-image: url(../img/icono2.svg);
    background-position-x: 16px;
    background-position-y: 18px;
    background-repeat: no-repeat;
    border: solid 2px #339AF0;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 16px;
    padding-left: 48px;
    margin-top: 20px;
}
login-inicio .container-login-inicio .login-container__mensaje-seguridad__principal {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
login-inicio .container-login-inicio .login-container__mensaje-seguridad p {
    margin: 0;
}
login-inicio .container-login-inicio .login-container__mensaje-seguridad__texto {
    font-size: 14px;
}
a {
    background-color: transparent;
}
a, a:focus, a:hover {
    background: trasparent;
    color: #333333;
    text-decoration: none;
}
login-inicio .container-login-inicio .login-container__mensaje-seguridad__link {
    color: #257FA4;
    font-size: 14px;
    text-decoration: underline;
}
/* ===== CELULARES ===== */
@media (max-width: 768px) {

    /* Ocultar lo que NO queremos que aparezca en móvil */
    .welcome-container,
    .stack-steps-header,
    .content-button-ayuda,
    .login-container__mensaje-seguridad,
    .section-tabs_container {
        display: none !important;
    }

    /* Mostrar SOLO el panel primary */
    .panel-primary {
        display: block !important;
        width: 100% !important;
        max-width: 420px;
        margin: 0 auto !important;
        padding: 20px !important;
        box-sizing: border-box;
    }

    /* Ajustes interiores para que no desborde */
    .login-container,
    .container-login-inicio,
    .content-input-login {
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* Inputs full width */
    input,
    .content-input input {
        width: 100% !important;
        font-size: 16px !important; /* Evita zoom en iPhone */
    }
    login-inicio .container-login-inicio .login-container__mensaje-principal{
        width: auto;
    }
}

.login-logo-mobile {
    display: none;
    text-align: center;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .login-logo-mobile {
        display: block;
    }
}





