/* Estilos para la página de login */
/* 
@font-face {
    font-family: 'Ibercaja-Light';
    src: url('./fonts/Gotham/Ibercaja-Light.eot');
    src: url('./fonts/Gotham/Ibercaja-Light.eot?#iefix') format('embedded-opentype'), 
    url('./fonts/Gotham/Ibercaja-Light.woff2') format('woff2'), 
    url('./fonts/Gotham/Ibercaja-Light.woff') format('woff'), 
    url('./fonts/Gotham/Ibercaja-Light.ttf') format('truetype'), 
    url('./fonts/Gotham/Ibercaja-Light.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ibercaja-Regular';
    src: url('./fonts/Gotham/Ibercaja-Regular.eot');
    src: url('./fonts/Gotham/Ibercaja-Regular.eot?#iefix') format('embedded-opentype'), 
    url('./fonts/Gotham/Ibercaja-Regular.woff2') format('woff2'), 
    url('./fonts/Gotham/Ibercaja-Regular.woff') format('woff'), 
    url('./fonts/Gotham/Ibercaja-Regular.ttf') format('truetype'), 
    url('./fonts/Gotham/Ibercaja-Regular.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ibercaja-Medium';
    src: url('./fonts/Gotham/Ibercaja-Medium.eot?#iefix') format('embedded-opentype');
    src: url('./fonts/Gotham/Ibercaja-Medium.eot'), 
    url('./fonts/Gotham/Ibercaja-Medium.woff2') format('woff2'), 
    url('./fonts/Gotham/Ibercaja-Medium.woff') format('woff'), 
    url('./fonts/Gotham/Ibercaja-Medium.ttf') format('truetype'), 
    url('./fonts/Gotham/Ibercaja-Medium.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ibercaja-Bold';
    src: url('./fonts/Gotham/Ibercaja-Bold.eot');
    src: url('./fonts/Gotham/Ibercaja-Bold.eot?#iefix') format('embedded-opentype'), 
    url('./fonts/Gotham/Ibercaja-Bold.woff2') format('woff2'), 
    url('./fonts/Gotham/Ibercaja-Bold.woff') format('woff'), 
    url('./fonts/Gotham/Ibercaja-Bold.ttf') format('truetype'), 
    url('./fonts/Gotham/Ibercaja-Bold.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

 */
 @font-face {
    font-family: 'Ibercaja-Bold';
    src: url('Ibercaja-Bold.otf') format('opentype'), url('Ibercaja-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('Ibercaja-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('Ibercaja-Bold.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ibercaja-Italic';
    src: url('Ibercaja-Italic.otf') format('opentype'), url('Ibercaja-Italic.woff2') format('woff2'), /* Super Modern Browsers */ url('Ibercaja-Italic.woff') format('woff'), /* Pretty Modern Browsers */ url('Ibercaja-Italic.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ibercaja-Light';
    src: url('Ibercaja-Light.otf') format('opentype'), url('Ibercaja-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('Ibercaja-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('Ibercaja-Light.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ibercaja-Medium';
    src: url('Ibercaja-Medium.otf') format('opentype'), url('Ibercaja-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('Ibercaja-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('Ibercaja-Medium.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ibercaja-Regular';
    src: url('Ibercaja-Regular.otf') format('opentype'), url('Ibercaja-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('Ibercaja-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('Ibercaja-Regular.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

/*------------Global styles-----------*/
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*overflow-x: hidden;*/
}

body {
    font-family: 'Ibercaja-Regular', sans-serif;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /* background: #F4F7FD; */
}

h1 {
    font-size: 2.4rem;
    font-family: 'Ibercaja-Light', sans-serif;
    margin: 0px;
    font-weight: normal;
    color: #0B7AD0;
}

/*------------Buttons styles-----------*/
.btn-primary {
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.2rem;
    padding: 0px 16px;
    height: 40px;
    text-transform: uppercase;
    color: white;
    background-color: #0B7AD0;
    position: relative;
    border: none;
    border-radius: 2px;
}

.btn-primary-icon {
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.2rem;
    padding-right: 58px;
    padding-left: 16px;
    height: 40px;
    text-transform: uppercase;
    color: white;
    background-color: #0B7AD0;
    position: relative;
    border: none;
    border-radius: 2px;
}

.btn-primary-icon:before {
    font-family: 'ibercaja-icon-font';
    position: absolute;
    font-size: 11px;
    transform: rotate(-90deg);
    right: 14px;
    top: calc((100% - 11px) / 2);
}

.btn-primary-icon span {
    display: inline-block;
    vertical-align: middle;
}

.btn-primary-icon:hover, .btn-primary:hover {
    cursor: pointer;
    background-color: #54a2de;
}

.btn-primary-icon:focus, .btn-primary:focus {
    cursor: pointer;
    outline: none;
    background-color: rgb(133, 188, 231);
}

.btn-primary-icon:disabled, .btn-primary-icon[disabled], .btn-primary:disabled, .btn-primary[disabled] {
    background-color: rgba(38, 38, 42, 0.08);
    border: 1px solid transparent;
    cursor: not-allowed;
    color: rgba(51, 57, 62, 0.3);
}

.btn-no-border {
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.2rem;
    background-color: transparent;
    border: none;
}

.btn-no-border:before {
    font-family: 'ibercaja-icon-font';
    position: absolute;
    font-size: 11px;
    transform: rotate(-90deg);
    right: 14px;
    top: calc((100% - 11px) / 2);
}

.btn-no-border span {
    display: inline-block;
    vertical-align: middle;
}

.btn-no-border:hover {
    cursor: pointer;
}

.btn-no-border:focus {
    cursor: pointer;
    outline: none;
}

.btn-no-border:disabled, .btn-no-border[disabled] {
    cursor: not-allowed;
    color: lightgray;
}

.btn-secondary {
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.2rem;
    height: 40px;
    /* line-height: 40px; */
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 2px;
    padding: 0px 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    cursor: pointer;
    background-color: rgba(11, 122, 208, 0.3);
}

.btn-secondary:focus {
    background-color: rgba(11, 122, 208, 0.5);
}

.btn-secondary-icon-blue {
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.4rem;
    color: #0B7AD0;
    position: relative;
    padding: 0px 24px 0px 0px;
    border: none;
    background-color: transparent;
    margin-right: -10px;
}

.btn-secondary-icon-blue::after {
    position: absolute;
    content: '\e908';
    font-size: 12px;
    top: 2px;
    font-family: 'ibercaja-icon-font';
    right: 0px;
    transform: rotate(-90deg);
}

.btn-secondary-icon-blue:hover {
    cursor: pointer;
}

.btn-link {
    border: 0px;
    background-color: transparent;
    color: #0B7AD0;
    cursor: pointer;
}

/*------------Form styles-----------*/
.form-group:not(:first-of-type) {
    margin-top: 35px;
}

.form-group .label {
    font-family: 'Ibercaja-Medium', sans-serif;
    display: block;
    font-size: 1.4rem;
    color: #33393E;
    margin-bottom: 8px;
}

.form-group .form-control {
    box-sizing: border-box;
    border: 1px solid #33393E;
    border-radius: 2px;
    font-size: 1.3rem;
    padding: 18px 15px 16px;
    width: 100%;
    font-weight: normal;
    color: #33393E;
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: 'Ibercaja-Regular', sans-serif;
}

.form-group .form-control::placeholder {
    color: black;
    opacity: 0.5;
}

.form-group .form-control:focus {
    border: 2px solid #0B7AD0;
    outline: none;
    margin-bottom: 0px;
    margin-top: 0px;
}

.form-group .form-control.invalid {
    border: 2px solid #D83838;
    margin-bottom: 0px;
    margin-top: 0px;
}

.custom-password {
    position: relative;
}

.custom-password .form-control {
    padding-right: 51px;
}

.custom-password div[class^="ibercaja-icon-"] {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 0px;
    height: 52px;
    width: 51px;
    line-height: 52px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.custom-password div.ibercaja-icon-Mostrar {
}

.custom-password div.ibercaja-icon-Mostrar:before {
    font-size: 13px;
}

.custom-password div.ibercaja-icon-Ocultar:before {
    font-size: 18px;
}

.custom-password div:hover {
    cursor: pointer;
}

.custom-password div:focus {
    outline: none;
}

.input-uppercase {
    text-transform: uppercase;
}

button.hidden input[type=button].hidden, input[type=submit].hidden {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
}

/* Layout styles */
.login-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body:not(.iframed) .login-container > .content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 178px);
    margin-bottom: 30px;
}

.firma2-container {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 5px;
}

/* section back styles */
.content .back-section {
    margin-bottom: 60px;
}

.content .back-section > button {
    height: 24px;
    width: 24px;
    padding: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.content .back-section > button {
    height: 24px;
    width: 24px;
    padding: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.content .back-section > button:before {
    transform: rotate(90deg);
    font-size: 12px;
    top: 3px;
    left: 12px;
}

.content .back-section > span {
    display: inline-block !important;
    vertical-align: middle;
    font-family: 'Ibercaja-Light', sans-serif;
    font-size: 2rem;
    margin-left: 8px;
    color: rgba(51, 57, 62, 0.7);
}

/* list style */
.content .list-number {
    padding: 0px;
}

.content .list-number > .step {
    list-style: none;
    margin-bottom: 8px;
}

.content .list-number > .step:last-of-type {
    margin-bottom: 72px;
}

.content .list-number > .step > span:first-of-type {
    height: 44px;
    width: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(45, 91, 127, 0.3);
    color: white;
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.8rem;
}

.content .list-number > .step > span:nth-of-type(2) {
    color: rgba(51, 57, 62, 0.7);
    font-family: 'Ibercaja-Regular', sans-serif;
    font-size: 1.5rem;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 68px);
}

/*  Header styles  */
header {
    background-color: #E8EAEA;
    width: 100%;
    height: 72px;
    text-align: center;
    padding: 5px 3px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

header a{
        margin-top: 10px;
        height: 40px;
}
header > .ibercaja-icon-Ibercaja-logo {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 22px;
    height: 62px;
    width: 62px;
    line-height: 62px;
    text-align: center;
}

header > .ibercaja-icon-Ibercaja-logo-completo {
    font-size: 28px;
    display: inline-block;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 62px;
}

/*  Footer styles  */
footer {
    width: 100%;
    height: 106px;
    background-color: rgba(49, 56, 64, 0.9);
    display: flex;
    align-items: center;
    padding: 20px;
}

footer a.ibercaja-icon-Ibercaja-logo {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 25px;
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 62px;
}

footer > ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    margin-top: 8px;
}

footer > ul > li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

footer > ul > li > a {
    display: inline-block;
    margin-left: 28px;
    text-decoration: none;
    font-family: 'Ibercaja-Light', sans-serif;
    font-size: 1.1rem;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

footer > ul > li > a:before {
    display: block;
    content: attr(title);
    font-family: 'Ibercaja-Medium', sans-serif;
    height: 1px;
    visibility: hidden;
    overflow: hidden;
    color: transparent;
    margin-top: -1px;
}

footer > ul > li > a:hover {
    pointer-events: none;
}

footer > ul > li:hover {
    cursor: pointer;
}

footer > ul > li:hover a {
    font-family: 'Ibercaja-Medium', sans-serif;
}

footer > ul > li:first-of-type {
    margin-left: 20px;
}

/*------------Login styles-----------*/
.content {
    display: flex;
    width: 768px;
    box-sizing: border-box;
    height: fit-content;
    background-color: white;
    border: 1px solid rgba(51, 57, 62, 0.2);
    border-radius: 2px;
}

.content > .left {
    padding: 67px 80px 56px;
    width: calc(100% - 290px);
}

.content > .center {
    padding: 67px 80px 56px;
    width: 100%;
}

.content > .left span {
    display: block;
}

.content > .left span.subtitle {
    font-family: 'Ibercaja-Light', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: rgba(51, 57, 62, 0.7);
    margin-top: 40px;
    margin-bottom: 24px;
}

.content > .left span.subtitle.error, .content > .center span.subtitle.error {
    color: #D83838;
}

.content > .left span.sub {
    font-family: 'Ibercaja-Light', sans-serif;
    line-height: 2.4rem;
}

.content > .left span.sub.error, .content > .center span.sub.error {
    color: #D83838;
}

.content > .left .link {
    text-transform: uppercase;
    color: #33393E;
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.2rem;
    margin-top: 24px;
    display: block;
    text-align: right;
    text-decoration: none;
}

.content > .left .link:hover {
    color: #0B7AD0;
}

.content > .left .buttons {
    margin-top: 36px;
    text-align: right;
}

.content > .left > button.btn-secondary-icon-blue:first-of-type {
    margin-top: 60px;
    text-align: left;
}

.content > .left > button.btn-secondary-icon-blue:nth-of-type(2) {
    margin-top: 22px;
    text-align: left;
}

.content > .right {
    margin: 16px 16px 16px 0px;
    background-color: #E8EAEA;
    padding: 40px 20px;
    width: 290px;
}

.content > .right section {
    padding: 0px 8px;
    width: 100%;
    height: 100%;
}

.content > .right h3 {
    font-family: 'Ibercaja-Light', sans-serif;
    font-weight: normal;
    font-size: 2rem;
    color: #33393E;
    margin: 0px;
}

.content > .right .btn-secondary {
    /* margin-top: 20px; */
}

.content > .right .sidebar-element-container {
    border-bottom: 1px solid rgba(51, 57, 62, 0.2);
    padding: 24px 0px;
    color: #33393E;
    font-family: 'Ibercaja-Light', sans-serif;
}

.content > .right .sidebar-element-container:first-of-type {
    padding-top: 0px;
}

.content > .right .sidebar-element-container:last-of-type {
    border-bottom: none;
    padding-top: 16px;
}

.content > .right .sidebar-element-container > p {
    font-size: 1.4rem;
    line-height: 2rem;
}

.content > .right .sidebar-element-container > a {
    text-decoration: none;
    color: inherit;
    font-size: 2rem;
}

.content > .right .sidebar-element-container > a:hover {
    color: #0B7AD0;
}

.content > .right .sidebar-element-container > .links {
    margin-top: 20px;
}

.content > .right .sidebar-element-container > .links > a.store-link {
    display: inline-block;
    vertical-align: middle;
}

.content > .right .sidebar-element-container > .links > a.store-link > img {
    height: 24px;
    width: auto;
}

.content > .right .sidebar-element-container > a.demo-link {
    color: #33393E;
    font-family: Ibercaja-Medium, sans-serif;
    text-decoration: none;
    font-size: 2rem;
}

.hidden {
    display: none !important;
}

.not-visible {
    visibility: hidden;
}

.cb-remember-password {
    width: 1.5rem;
    display: inline-block;
    border-radius: 2px;
    height: 1.5rem;
    margin-right: 0.5rem;
    margin-left: 0px;
}

.label-remember-password {
    display: flex;
    align-items: center;
}

/*  Forgotten password screen styles  */
.content > .left > .forgotten-pass > .intro {
    color: rgba(51, 57, 62, 0.7);
    font-size: 1.3rem;
    line-height: 2rem;
    font-family: 'Ibercaja-Regular', sans-serif;
    margin: 15px 0px 35px 0px;
}

.content > .left > .forgotten-pass .info {
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Ibercaja-Regular', sans-serif;
    margin-top: 45px;
    text-align: center;
}

.content > .left > .forgotten-pass > .content-ok {
    text-align: center;
}

.content > .left > .forgotten-pass > .content-ok > .todoOk > h1 {
    margin-top: 30px;
    color: rgb(51 57 62);
}

.content > .left > .forgotten-pass > .content-ok > .intro {
    color: rgba(51, 57, 62, 0.7);
    font-size: 1.3rem;
    line-height: 2rem;
    font-family: 'Ibercaja-Regular', sans-serif;
    margin: 15px 0px 35px 0px;
}

.content > .left > .forgotten-pass > .content-ok > .btn-container {
    text-align: center;
}

.content > .left > .forgotten-pass > .content-ok > .btn-container > .btn-primary-icon {
    padding-right: 16px;
}

.content > .left .btn-container {
    text-align: right;
    margin-top: 35px;
}

.content.forgotten-pass {
    width: 929px;
}

.content.forgotten-pass > .left {
    padding: 60px 40px 60px 65px;
}

.content.forgotten-pass > .left > .back-section > span {
    display: inline-block;
}

.content.forgotten-pass > .left > .intro {
    color: rgba(51, 57, 62, 0.7);
    font-size: 1.3rem;
    line-height: 2rem;
    font-family: 'Ibercaja-Regular', sans-serif;
    margin: 36px 0px;
}

.content.forgotten-pass > .left > .content-ok > .intro {
    color: rgba(51, 57, 62, 0.7);
    font-size: 1.3rem;
    line-height: 2rem;
    font-family: 'Ibercaja-Regular', sans-serif;
    margin: 36px 0px;
}

.content.forgotten-pass > .left > .btn-container {
    text-align: center;
    color: #33393E;
}

.content.forgotten-pass > .right .sidebar-element-container > p {
    font-family: 'Ibercaja-Regular', sans-serif;
}

.content.forgotten-pass > .right .sidebar-element-container > p:not(:first-of-type) {
    margin: 24px 0px 0px;
}

.content.forgotten-pass > .right .sidebar-element-container:first-of-type > p:first-of-type {
    margin-bottom: 44px;
    margin-top: 0px;
}

.content.forgotten-pass > .right .sidebar-element-container > span {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: 'Ibercaja-Regular', sans-serif;
}

.content.forgotten-pass > .right .sidebar-element-container > span.title {
    font-family: 'Ibercaja-Light', sans-serif;
    font-size: 2rem;
    margin-bottom: 24px;
}

/*  Pagina condiciones conversion  */
.content.conversion-conditions {
    height: auto;
}

.content.conversion-conditions > .center {
    padding: 60px 40px 60px 65px;
}

.content.conversion-conditions > .center > h1 {
    margin-bottom: 48px;
}

.content.conversion-conditions > .center .intro {
    color: rgba(51, 57, 62, 0.7);
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'Ibercaja-Regular', sans-serif;
    margin-bottom: 16px;
}

.content.conversion-conditions > .center .content-info {
    margin-bottom: 81px;
}

.content.conversion-conditions > .center .btn-container {
    text-align: center;
}

.content.conversion-conditions > .center .btn-container button {
    padding: 0 18px;
}

.content.conversion-conditions > .center .content-footer {
    text-align: center;
}

.content.conversion-conditions > .center .content-footer > p {
    font-size: 1.2rem;
    font-weight: bold;
}

.content.conversion-conditions .list-number > .step:last-of-type {
    margin-bottom: 0;
}

.content.conversion-conditions .list-number {
    margin: 35px 0;
}

.content.conversion-conditions > .center .form-group {
    text-align: center;
    margin: 31px auto 35px auto;
}

.content.conversion-conditions > .center .form-group.custom-password {
    max-width: 355px;
}

.content.conversion-conditions > .center .form-group.custom-password > div {
    text-align: left;
}

.content.conversion-conditions > .center .form-group.custom-password .field {
    position: relative;
}

.content.conversion-conditions > .center .form-group.custom-password span.subtitle.error {
    padding-top: 3px;
    display: block;
}

.content.conversion-conditions > .center .botones {
    display: flex;
    margin-top: 57px;
    justify-content: center;
}

.content.conversion-conditions > .center .botones .btn-container:first-child {
    margin-right: 33px;
}

.content.conversion-conditions > .center .botones button {
    width: 139px;
}

.content.conversion-conditions > .center .data-user .title {
    font-size: 2.0rem;
    line-height: 2.8rem;
    color: #33393E;
    margin-bottom: 3px;
    font-family: 'Ibercaja-Bold', sans-serif;
}

.content.conversion-conditions > .center .data-user .value {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: rgba(51, 57, 62, 0.7);
    margin-top: 3px;
}

.content.conversion-conditions > .center .content-ok {
    max-width: 495px;
    margin: 0 auto;
    text-align: center;
}

.content.conversion-conditions > .center .iconoOk {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.content.conversion-conditions > .center .data-ok .title {
    font-size: 2.0rem;
    line-height: 2.8rem;
    color: #33393E;
    text-align: center;
}

.content.conversion-conditions > .center .data-ok .info, .content.conversion-conditions > .center .data-ok .value {
    font-size: 1.3rem;
    line-height: 2.0rem;
    color: rgba(51, 57, 62, 0.7);
    text-align: center;
}

.content.conversion-conditions > .center .content-ok button {
    width: 163px;
    margin-top: 51px;
}

/*  Pagina iframe firma  */
.login-container.firma-container form {
    width: 100%;
}

.content.firma-authorize {
    height: auto;
    border: none;
    width: 100%;
    flex-wrap: wrap;
    background-color: #F4F7FD;
    /* Mismo color que loading-init.firma-init */
}

.content.firma-authorize > .center {
    padding: 0px;
}

.content.firma-authorize > .center > .form-group:not(:first-of-type) {
    margin-top: 100px;
}

.content.firma-authorize > .center > .form-group .texto-seccion {
    text-align: left;
}

.content.firma-authorize > .center > .form-group .texto-seccion span {
    font-size: 4rem;
    line-height: 5.6rem;
    color: #33393E;
    font-family: 'Ibercaja-Light', sans-serif;
}

.content.firma-authorize > .center > .form-group .pass-container {
    text-align: center;
    margin-top: 78px;
}

.content.firma-authorize > .center > .form-group .pass-container .paso {
    font-family: 'Ibercaja-Medium', sans-serif;
    display: block;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #0B7AD0;
    text-transform: uppercase;
}

.content.firma-authorize > .center > .form-group .pass-container .texto {
    font-family: 'Ibercaja-Medium', sans-serif;
    display: block;
    font-size: 1.8rem;
    color: #33393E;
}

.content.firma-authorize > .center > .form-group .pass-container .field input {
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 2.4rem;
    color: #33393E;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(49, 56, 64, 0.3);
    border-radius: 0px;
    border-style: solid;
    text-align: center;
    letter-spacing: 1rem;
    width: 300px;
    margin: 0px;
    background-color: #F4F7FD;
}

.content.firma-authorize > .center .botones {
    display: flex;
    margin-top: 80px;
    padding-bottom: 40px;
    justify-content: center;
}

.content.firma-authorize > .center .botones button {
    width: auto;
}

.content.firma-authorize > .center .botones button:not(:first-of-type) {
    margin-left: 32px;
}

/* CAMBIO CLAVES*/
body:not(.iframed) .settings-key-container {
    margin: 19px;
}

.settings-key {
    display: flex;
    width: auto;
    box-sizing: border-box;
    background-color: transparent;
}

.settings-key-firma2 {
    padding: 40px;
}

.settings-key .field {
    position: relative;
}

.settings-key input {
    background: transparent;
}

.settings-key-title {
    position: relative;
    display: flex;
    align-items: center;
}

body.iframed:not(.tablet) .settings-key-title {
    font-family: "Ibercaja-Light", sans-serif;
    font-size: 1.875rem;
    color: #33393E;
    padding-bottom: 13px;
}

body.iframed:not(.tablet) .settings-key-title:before {
    content: "|";
    font-size: 1.875rem;
    color: #DD4C40;
    position: absolute;
    left: -20px;
    top: 0px;
}

.settings-key-title .tooltip {
    margin-left: 9px;
}

.settings-key > .center span.subtitle {
    font-size: 1.2rem;
}

.settings-key > .center span.subtitle.error {
    padding-top: 3px;
    display: block;
    color: #D83838;
}

.settings-key-title .title {
    display: inline-block;
    font-size: 3.0rem;
    color: #33393E;
    font-family: 'Ibercaja-Light', sans-serif;
    position: relative;
    vertical-align: middle;
    margin-left: 17px;
}

.settings-key-title .title::after {
    content: '|';
    font-size: 3.0rem;
    color: #DD4C40;
    position: absolute;
    left: -20px;
    top: 0;
}

.settings-key .btn-container button {
    margin-top: 64px;
    padding-right: 16px;
    padding-left: 16px;
}

.settings-key-ok-container .content {
    width: auto;
    border: none;
    background: transparent;
}

.settings-key-ko-container .content {
    width: auto;
    border: none;
    background: transparent;
}

/*  Pagina solo consultas  */
.content .migration-message .center {
    padding: 30px 0px 0px 0px;
}

.migration-a-left {
    text-align: left;
}

.migration-div-float-left {
    float: left;
}

.content > .left .link.acceso-solo-consultas {
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.2rem;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    margin-top: 74px;
}

.content > .left .link.acceso-solo-consultas:before {
    font-family: 'ibercaja-icon-font';
    position: absolute;
    font-size: 11px;
    transform: rotate(-90deg);
    right: 14px;
    top: calc((100% - 11px) / 2);
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
}

.ibercaja-icon-info {
    cursor: pointer;
}

/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    width: 360px;
    background-color: #4FC4CF;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 15px 10px 20px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 1.1rem;
}

.tooltiptext-center {
    top: 100%;
    left: 50%;
    margin-left: -180px;
}

.tooltiptext-right {
    top: 100%;
    left: 50%;
    margin-left: 0px;
}

.tooltiptext-left {
    top: 100%;
    left: 50%;
    margin-left: -360px;
}

body.iframed .tooltiptext-right {
    right: 0px;
    left: initial;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover + .tooltiptext, .tooltip:focus + .tooltiptext {
    visibility: visible;
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    body:not(.tablet) footer > ul {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 206px);
        margin-top: 0px;
    }

    body:not(.tablet) footer > ul > li {
        margin: 0px;
        flex-grow: 1;
        width: 25%;
        margin-top: 12px;
        text-align: left;
    }

    body:not(.tablet) footer > ul > li:first-of-type {
        margin-left: 0px;
    }

    body:not(.tablet) footer > ul > li:last-of-type {
        width: 50%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    body.iframed.tablet {
        padding: 32px 16px;
    }

    body.iframed.tablet .login-container {
        min-height: 0px;
    }

    body.iframed.tablet .login-container > .content-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 0px;
    }

    body:not(.tablet) footer {
        height: 121px;
    }

    body:not(.tablet) .footer-mobile {
        height: unset;
    }

    body:not(.tablet) footer > ul {
        width: calc(100% - 109px);
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    body:not(.tablet) footer > ul > li {
        flex-grow: 1;
        width: 33.333%;
        margin-top: 12px;
        margin-left: 0px;
        text-align: left;
    }

    body:not(.tablet) footer > ul > li:first-of-type {
        margin-left: 0px;
    }
}

/*Pagina login mobile*/

.form-group .form-control-mobile {
    box-sizing: border-box;
    border: 1px solid #33393E;
    border-radius: 0.8rem;
    font-size: 1.3rem;
    padding: 18px 15px 16px;
    width: 100%;
    font-weight: normal;
    color: #33393E;
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: 'Ibercaja-Regular', sans-serif;
}

body:not(.iframed) .login-container > .content-container-mobile {
    display: flex;
    justify-content: center;
    align-items: start;
    min-height: 100vh;
}

header > .ibercaja-icon-Ibercaja-logo-completo-mobile {
    font-size: 4rem;
    display: inline-block;
    color: #33393E;
    text-decoration: none;
    text-align: center;
    line-height: 10rem;
}

.header-mobile {
    background-color: white;
    width: 100%;
    height: 10rem;
    text-align: center;
    padding: 5px 3px;
}

.content-mobile {
    background-color: transparent;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    border: none;
}

.tab-mobile {
    display: flex;
    overflow: hidden;
    align-items: self-end;
    padding: 0rem 2rem;
    width: calc(100% - 290px);
}

.tablinks-mobile {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: rgba(51, 57, 62, 0.3);
    border-bottom: 2px solid rgba(51, 57, 62, 0.3);
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width:50%;
}

.tablinks-mobile.active {
    color: #33393E;
    border-bottom: 3px solid #33393E;
}

.background-mobile {
    width: auto;
    height: 100%;
    background: url("data:image/png;base64, ") 
                no-repeat bottom center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.background-mobile.fade-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(white 50%, rgba(255, 255, 255, 0.5));
    z-index: -1;
    background-attachment: fixed;
}

.saved-user-section {
    display: grid;
    grid-template-columns: 1.5fr 5fr;
    width: 100%;
    align-content: center;
    padding-left: 2vh;
}

.saved-user-section .section-welcome{
    padding-left: 10px;
    display: block;
}

.saved-user-section .section-img{
    max-width: 15vw;
    height: 100%;
    border-radius: 50%;
    display: block;
    align-content: center;
    justify-self: center;
}

.saved-user-section .section-img img{
    width: 100%;
    border-radius: 50%;
}

.saved-user-section .section-welcome h2{
    font-size: 1.5rem;
    color: black;
    font-family: 'Ibercaja-Medium', sans-serif;
}
.saved-user-section .section-welcome h2 > span{
    font-size: 1.2rem;
    color: black;
    font-family: 'Ibercaja-Medium', sans-serif;
}
.saved-user-section .section-welcome p{
    font-size: 1.3rem;
    color: grey;
    font-family: 'Ibercaja-Medium', sans-serif;
}

.buttons-mobile .btn-primary-icon{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.5rem 0rem;
    padding: 1.5rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}

.olvidar-pass-mobile {
    position: relative;
    margin-right: 3rem;
}

.olvidar-pass-mobile:before {
    font-family: 'ibercaja-icon-font';
    position: absolute;
    font-size: 11px;
    transform: rotate(-90deg);
    right: -2rem;
    top: calc((100% - 11px) / 2);
}

/*Pagina olvidé contraseña mobile*/
.content-mobile .form-wide {
    width: 100%;
}

.forgotten-pass-mobile {
    width: 768px;
    display: flex;
    justify-items: center;
    height: inherit;
}

.forgotten-pass-mobile .back-section {
    width: 100%;
    background-color: #0B7AD0;
    background-size: cover;
    height: 50px;
    align-self: start;
    display: flex;
    position: fixed;
}

.forgotten-pass-mobile .back-section > button {
    height: 47px;
    width: 47px;
    padding: 0px;
    position: absolute;
}

.forgotten-pass-mobile .back-section > button:before {
    transform: rotate(90deg);
    font-size: 24px;
    vertical-align: middle;
    top: 12px;
    left: 20px;
}

.forgotten-pass-mobile .back-section > span {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    width: 100%;
    align-self: center;
}

.forgotten-pass-mobile .instructions-section-intro {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
}

.forgotten-pass-mobile .instructions-section-intro > .img-phase-mobile {
    width: 40%;
    height: 150px;
    max-height: 150%;
}

.forgotten-pass-mobile .instructions-section-intro > h1 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.forgotten-pass-mobile .instructions-section-intro > p {
    font-size: 1.5rem;
    color: gray;
    text-align: center;
}

.forgotten-pass-mobile .actions-section {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

.contract-phase .actions-section {
    width: 100%;
}

.forgotten-pass-mobile .actions-section > h2 {
    text-align: center;
    font-size: 1.5rem;
    color: #0B7AD0;
    font-weight: normal;
}

.forgotten-pass-mobile .actions-section > .btn-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.forgotten-pass-mobile .actions-section > .btn-container > button {
    width: 45%;
    margin: 0px 5px;
    border-radius: 5px;
    text-align: center;
}

.forgotten-pass-mobile .actions-section > .btn-container > .btn-secondary {
    border-color: #0B7AD0;
    color: #0B7AD0;
}

.forgotten-pass-mobile .instructions-section {
    width: 100%;
    padding: 5px 20px;
    margin-top: 50px;
}

.contract-phase .instructions-section {
    width: 100%;
    padding: 5px 35px;
    margin-top: 75px;
}

.forgotten-pass-mobile .instructions-section .img-phase-mobile {
    width: 150px;
    height: auto;
    max-height: 150px;
}

.forgotten-pass-mobile .instructions-section h1 {
    font-size: 1.6rem;
    font-weight: bold;
}

.forgotten-pass-mobile .instructions-section h2 {
    font-size: 1.5rem;
    color: #0B7AD0;
    font-weight: bold;
}

.forgotten-pass-mobile .instructions-section p {
    font-size: 1.3rem;
    color: grey;
}

.forgotten-pass-mobile .instructions-section .data-ok {
    padding: 0px 30px;
    text-align: center;
}

.forgotten-pass-mobile .instructions-section .data-ok h2{
    color: grey;
}

.forgotten-pass-mobile .input-section {
    width: 100%;
    padding: 5px 20px;
}

.contract-phase .input-section {
    width: 100%;
    padding: 5px 35px;
}

.forgotten-pass-mobile .input-section .btn-link {
    margin: 0px;
    padding: 0px;
}

.forgotten-pass-mobile .mobile-end {
    padding: 20px;
    position: fixed;
    bottom: 20px;
}

.forgotten-pass-mobile .mobile-end-contratos {
    padding: 20px;
    position: relative;
}

.forgotten-pass-mobile .actions-section > .btn-container > .btn-single {
    width: 100%;
    margin: 10px 0px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}

.form-group .form-control-mobile {
    box-sizing: border-box;
    border: 1px solid #33393E;
    border-radius: 5px;
    font-size: 1.3rem;
    padding: 18px 15px 16px;
    width: 100%;
    font-weight: normal;
    color: #33393E;
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: 'Ibercaja-Regular', sans-serif;
}


.forgotten-pass-mobile .iconoPhase {
    text-align: center;
    margin: 20px auto;
    display: block;
}

.forgotten-pass-mobile .instructions-section .iconoPhase {
    max-height: 15vh;
}

.forgotten-pass-mobile .instructions-section-intro .iconoPhase {
    max-height: 25vh;
}

.forgotten-pass-mobile .iconoPhase img{
    max-height: inherit;
}

/*Pagina login IBCPay*/

.content-container-mobile-ibcpay .form-group .form-control-mobile {
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 0.8rem;
    font-size: 1.3rem;
    padding: 18px 15px 16px;
    width: 100%;
    font-weight: normal;
    color: white;
    margin-top: 1px;
    margin-bottom: 1px;
    font-family: 'Ibercaja-Regular', sans-serif;
    background-color: transparent;
}

body:not(.iframed) .login-container > .content-container-mobile-ibcpay {
    display: flex;
    justify-content: center;
    align-items: start;
    min-height: 100vh;
}

.header-mobile-ibcpay {
    width: 100%;
    height: 20vh;
    text-align: center;
    align-content: center;
    padding-top: 10vh;
}

.header-mobile-ibcpay > img {
    max-height: 10vh;
    max-width: 60%;
}

.content-container-mobile-ibcpay .content-mobile {
    background-color: transparent;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    border: none;
}

.background-mobile-ibcpay {
    width: auto;
    height: 100%;
    background: url("data:image/png;base64, ") no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

    .background-mobile-ibcpay.fade-background::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(#0B7AD0 50%, rgba(255, 255, 255, 0.5));
        z-index: -1;
        background-attachment: fixed;
    }

.content-container-mobile-ibcpay .buttons-mobile .btn-primary-icon {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.5rem 0rem;
    padding: 1.5rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}

.content-container-mobile-ibcpay .olvidar-pass-mobile {
    position: relative;
    margin-right: 3rem;
}

    .content-container-mobile-ibcpay .olvidar-pass-mobile:before {
        font-family: 'ibercaja-icon-font';
        position: absolute;
        font-size: 11px;
        transform: rotate(-90deg);
        right: -2rem;
        top: calc((100% - 11px) / 2);
    }

.content-container-mobile-ibcpay ::placeholder {
    color: white;
}

.content-container-mobile-ibcpay .cb-remember-password {
    width: 1.5rem;
    display: inline-block;
    border-radius: 50%;
    height: 1.5rem;
    margin-right: 0.5rem;
    margin-left: 0px;
}
.content-container-mobile-ibcpay .inline-section-ibcpay {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

    .content-container-mobile-ibcpay .inline-section-ibcpay > .form-group {
        width: 50%;
        display: inline-block;
    }

    .content-container-mobile-ibcpay .inline-section-ibcpay > .olvidar-pass-mobile {
        width: 40%;
        display: inline-block;
    }

.content-container-mobile-ibcpay .inline-section-ibcpay a, 
.content-container-mobile-ibcpay .inline-section-ibcpay a:link, 
.content-container-mobile-ibcpay .inline-section-ibcpay a:visited, 
.content-container-mobile-ibcpay .inline-section-ibcpay label{
    color: white;
}

.content-container-mobile-ibcpay .custom-password div.ibercaja-icon-Mostrar:before {
    font-size: 13px;
    color: white;
}

.content-container-mobile-ibcpay .custom-password div.ibercaja-icon-Ocultar:before {
    font-size: 18px;
    color: white;
}



@media screen and (max-width: 767px) {
    body .iframed.tablet .login-container {
        min-height: 0px;
    }

    body.iframed.tablet .login-container > .content-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 0px;
    }

    body.iframed.tablet .settings-key-container {
        padding: 32px 16px;
    }

    body:not(.iframed) .settings-key-title, body.iframed.tablet .settings-key-title {
        display: block;
    }

    body:not(.iframed) .tooltiptext, body.iframed.tablet .tooltiptext {
        display: block;
        width: 100%;
        position: relative;
        top: 13px;
        right: auto;
        left: auto;
        display: none;
    }

    body:not(.iframed) .tooltip:hover + .tooltiptext, body.iframed.tablet .tooltip:hover + .tooltiptext {
        display: block;
    }

    body:not(.iframed) .settings-key-container section.center, body.iframed.tablet .settings-key-container section.center {
        width: 100%
    }

    body:not(.iframed) .settings-key-title .title, body.iframed.tablet .settings-key-title .title {
        font-size: 1.8rem;
        margin-left: 0;
    }

    body:not(.iframed) .settings-key-title .title::after, body.iframed.tablet .settings-key-title .title::after {
        content: none;
    }

    body.iframed.tablet .settings-key .btn-container button {
        width: 100%;
    }

    body:not(.iframed) footer, body.iframed.tablet footer {
        height: unset;
        position: relative;
        padding: 0px;
    }

    body:not(.iframed) .footer-mobile, body.iframed.tablet .footer-mobile {
        position: sticky;
    }

    body:not(.iframed) footer a.ibercaja-icon-Ibercaja-logo, body.iframed.tablet footer a.ibercaja-icon-Ibercaja-logo {
        height: 25px;
        width: 41px;
        position: absolute;
        bottom: 26px;
        right: 30px;
        margin: 0px;
    }

    body:not(.iframed) footer > ul, body.iframed.tablet footer > ul {
        width: 100%;
        padding: 28px 16px;
    }

    body:not(.iframed) footer > ul > li, body.iframed.tablet footer > ul > li {
        flex-grow: 1;
        width: 100%;
        margin: 0px;
        padding: 16px 0px;
        text-align: left;
    }

    body:not(.iframed) footer > ul > li:first-of-type, body.iframed.tablet footer > ul > li:first-of-type {
        padding-top: 0px;
        margin-left: 0px;
    }

    body:not(.iframed) footer > ul > li:last-of-type, body.iframed.tablet footer > ul > li:last-of-type {
        padding-bottom: 0px;
        max-width: calc(100% - 75px);
        white-space: wrap;
    }

    body:not(.iframed) .content, body.iframed.tablet .content {
        flex-direction: column;
        border: none;
        height: auto;
        width: auto;
        margin: 0px;
    }

    body:not(.iframed) .content-mobile, body.iframed.tablet .content-mobile {
        flex-direction: column;
        border: none;
        height: auto;
        width: 95%;
        margin: 0px;
        background-color: transparent;
    }

    body:not(.iframed) .content-mobile-wide, body.iframed.tablet .content-mobile-wide {
        min-width: 100vw;
        min-height: 100vh;
    }

    body:not(.iframed) .content-mobile > .tab-mobile, body.iframed.tablet .content-mobile > .tab-mobile {
        width: 100%;
    }

    body:not(.iframed) .content > .left, body:not(.iframed) .content > .center, body:not(.iframed) .content.conversion-conditions > .center, body:not(.iframed) .content.consent > .center, body:not(.iframed) .content.forgotten-pass > .left, body:not(.iframed) .content.forgotten-pass > .right, body.iframed.tablet .content > .left, body.iframed.tablet .content > .center, body.iframed.tablet .content.conversion-conditions > .center, body.iframed.tablet .content.consent > .center, body.iframed.tablet .content.forgotten-pass > .left, body.iframed.tablet .content.forgotten-pass > .right {
        width: 100%;
        padding: 20px 16px 36px;
    }

    body:not(.iframed) .content > .left span.subtitle, body.iframed.tablet .content > .left span.subtitle {
        margin-top: 30px;
        margin-bottom: 28px;
        font-size: 1.8rem;
    }

    body:not(.iframed) .content .form-group:not(:first-of-type), body.iframed.tablet .content .form-group:not(:first-of-type) {
        margin-top: 20px;
    }

    body:not(.iframed) .content > .left .link, body.iframed.tablet .content > .left .link {
        margin-top: 14px;
    }

    body:not(.iframed) .content > .left .buttons, body.iframed.tablet .content > .left .buttons {
        margin-top: 32px;
    }

    body:not(.iframed) .content > .left .buttons .btn-primary-icon, body.iframed.tablet .content > .left .buttons .btn-primary-icon {
        width: 100%;
        text-align: left;
    }

    body:not(.iframed) .content > .left .buttons-mobile .btn-primary-icon, body.iframed.tablet .content > .left .buttons-mobile .btn-primary-icon {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0.5rem 0rem;
        padding: 1.5rem;
        border-radius: 0.8rem;
        font-size: 1.4rem;
    }

    body:not(.iframed) .content > .left .buttons-mobile-ibcpay .btn-primary-icon, body.iframed.tablet .content > .left .buttons-mobile-ibcpay .btn-primary-icon {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0.5rem 0rem;
        padding: 1.5rem;
        border-radius: 0.8rem;
        font-size: 1.4rem;
        color: #0B7AD0;
        background-color: white;
    }

    body:not(.iframed) .content > .left > button.btn-secondary-icon-blue, body.iframed.tablet .content > .left > button.btn-secondary-icon-blue {
        max-width: 75%;
        text-align: left;
        display: block;
    }

    body:not(.iframed) .content.forgotten-pass > .left > .btn-container > button, body.iframed.tablet .content.forgotten-pass > .left > .btn-container > button {
        text-align: left;
        width: 100%;
    }

    body:not(.iframed) .content > .right, body.iframed.tablet .content > .right {
        margin: 0px;
        width: 100%;
        padding: 30px 54px;
    }

    body:not(.iframed) .content > .right .btn-secondary, body.iframed.tablet .content > .right .btn-secondary {
        width: 100%;
        text-align: center;
    }

    body:not(.iframed) .content.conversion-conditions, body.iframed.tablet .content.conversion-conditions {
        width: 100%;
    }

    body:not(.iframed) .content.conversion-conditions > .center .form-group.custom-password.back-section.back-section, body:not(.iframed) .content.conversion-conditions > .center .content-ok, body.iframed.tablet .content.conversion-conditions > .center .form-group.custom-password.back-section.back-section, body.iframed.tablet .content.conversion-conditions > .center .content-ok {
        max-width: none;
    }

    body:not(.iframed) .content > .center .btn-container .btn-primary-icon, body:not(.iframed) .content.conversion-conditions > .center .content-ok button, body.iframed.tablet .content > .center .btn-container .btn-primary-icon, body.iframed.tablet .content.conversion-conditions > .center .content-ok button {
        width: 100%;
    }

    body.iframed.tablet .content.firma-authorize {
        height: 100%;
    }

    body:not(.iframed) .content.firma-authorize > .center > .form-group .texto-seccion span, body.iframed.tablet .content.firma-authorize > .center > .form-group .texto-seccion span {
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-family: 'Ibercaja-Regular', sans-serif;
    }

    body:not(.iframed) .content.firma-authorize > .center > .form-group .pass-container, body.iframed.tablet .content.firma-authorize > .center > .form-group .pass-container {
        margin-top: 32px;
        padding-right: 16px;
    }

    body:not(.iframed) .content.firma-authorize > .center .pass-container .field, body.iframed.tablet .content.firma-authorize > .center .pass-container .field {
        text-align: center;
    }

    body:not(.iframed) .content.firma-authorize > .center .botones, body.iframed.tablet .content.firma-authorize > .center .botones {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    body:not(.iframed) .content.firma-authorize > .center .botones button, body.iframed.tablet .content.firma-authorize > .center .botones button {
        width: 60%;
        height: 48px;
    }

    body:not(.iframed) .content.firma-authorize > .center .botones button:not(:first-of-type), body.iframed.tablet .content.firma-authorize > .center .botones button:not(:first-of-type) {
        margin-left: 0px;
        margin-top: 16px;
    }
}

/* Glyphicons */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('./fonts/Glyphicons/glyphicons-halflings-regular.eot');
    /* IE) Compaf Modes */
    src: url('./fonts/Glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/Glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/Glyphicons/glyphicons-halflings-regular.woff') format('woff'), /* Pretty Modern Browsers */ url('./fonts/Glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/Glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/*  Pagina consentimiento  */
.content.consent {
    height: auto;
}

.content.consent > .center {
    padding: 60px 40px 60px 65px;
}

.content.consent > .center > h1 {
    margin-bottom: 48px;
}

.content.consent > .center .client-logo {
    float: left;
}

.content.consent > .center .client-logo img {
    width: 80px;
    height: 80px;
}

.content.consent > .center .intro {
    color: rgba(51, 57, 62, 0.7);
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'Ibercaja-Regular', sans-serif;
    margin-bottom: 16px;
}

.content.consent > .center .content-info {
    margin-bottom: 81px;
}

.content.consent > .center .btn-container {
    text-align: center;
}

.content.consent > .center .btn-container button {
    padding: 0 18px;
}

.content.consent > .center .content-footer {
    text-align: center;
}

.content.consent > .center .content-footer > p {
    font-size: 1.2rem;
    font-weight: bold;
}

.content.consent .list-number > .step:last-of-type {
    margin-bottom: 0;
}

.content.consent .list-number {
    margin: 35px 0;
}

.content.consent > .center .form-group {
    margin: 31px auto 35px auto;
}

.content.consent > .center .form-group.custom-password {
    max-width: 355px;
}

.content.consent > .center .form-group.custom-password > div {
    text-align: left;
}

.content.consent > .center .form-group.custom-password .field {
    position: relative;
}

.content.consent > .center .form-group.custom-password span.subtitle.error {
    padding-top: 3px;
    display: block;
}

.content.consent > .center .botones {
    display: flex;
    margin-top: 57px;
    justify-content: center;
}

.content.consent > .center .botones .btn-container:first-child {
    margin-right: 33px;
}

.content.consent > .center .botones button {
    width: 139px;
}

.content.consent > .center .data-user .title {
    font-size: 2.0rem;
    line-height: 2.8rem;
    color: #33393E;
    margin-bottom: 3px;
    font-family: 'Ibercaja-Bold', sans-serif;
}

.content.consent > .center .data-user .value {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: rgba(51, 57, 62, 0.7);
    margin-top: 3px;
}

.content.consent > .center .content-ok {
    max-width: 495px;
    margin: 0 auto;
    text-align: center;
}

.content.consent > .center .iconoOk {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.content.consent > .center .data-ok .title {
    font-size: 2.0rem;
    line-height: 2.8rem;
    color: #33393E;
    text-align: center;
}

.content.consent > .center .data-ok .info, .content.consent > .center .data-ok .value {
    font-size: 1.3rem;
    line-height: 2.0rem;
    color: rgba(51, 57, 62, 0.7);
    text-align: center;
}

.content.consent > .center .content-ok button {
    width: 163px;
    margin-top: 51px;
}

.content.consent > .center fieldset {
    display: block;
    margin-inline-start: 2px; margin-inline-end: 2px; padding-block-start: 0.35em; padding-inline-start: 0.75em; padding-inline-end: 0.75em; padding-block-end: 0.625em; min-inline-size: min-content;
    border-width: 1px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    border-radius: 5px;
    margin-bottom: 20px;
}

.pull-right {
    float: right !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.label-titulo {
    padding: 10px 15px 30px;
    height: 15px;
    color: #282828;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
}

.label {
    font-family: 'Ibercaja-Medium', sans-serif;
    font-size: 1.4rem;
    color: #33393E;
    margin-bottom: 8px;
    white-space: normal;
}

/* Loading */
.loading-init {
    z-index: 100;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.loading-init.changekeys-init {
    background-color: #F4F7FD;
    /* mismo color que fondo de iframe */
}

.loading-init.firma-init {
    background-color: #F4F7FD;
    /* mismo color que .content.firma-authorize */
}

.loading-init div:first-of-type {
    background: #fffff;
    position: absolute;
    z-index: 1;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: calc((100% - 50px)/ 2);
    left: calc((100% - 50px)/ 2);
}

.loading-init div:first-of-type img {
    margin: 13px 3px;
}

.loading-init div:first-of-type img::selection {
    background: transparent;
}

.loading-init div:not(:first-of-type) {
    will-change: opacity,height,width;
    position: absolute;
    /*border:4px solid #0b7ad0;*/
    opacity: 0;
    background: #e9edf0;
    border-radius: 50%;
    left: calc((100% - 35px)/ 2);
    top: calc((100% - 35px)/ 2);
    height: 35px;
    width: 35px;
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: cubic-bezier(0,.2,.8,1);
    animation-timing-function: cubic-bezier(0,.2,.8,1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.loading-init div:not(:first-of-type):nth-of-type(3) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.custom-control-input {
    accent-color: #0B7AD0;
    width: 20px;
}

.containerRadio {
    display: flex;
    margin-left: -29px;
}

.radioLabel {
    padding-top: 7px;
}
@-webkit-keyframes loading {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(2.85);
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(2.85);
        opacity: 0;
    }
}



@media all and (max-height:950px) and (max-widht: 768px) {

    .content {
        height: calc(100vh - 218px);
        margin: 20px 0;
    }

    .content > .right .sidebar-element-container {
        padding: 1.8vh 0px;
    }

    .content > .left .link.acceso-solo-consultas {
        margin-top: 5vh;
    }

}

.subtitlehead{
    margin-bottom: 10px !important;
}
.subtitlepara{
    margin-top: 0px !important;
}











.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    align-content: center
  }

  .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    background: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
  }

  .warningarea{
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 20px;
  }
  .warningarea h1{
    font-family: Ibercaja-Regular, sans-serif;
  }
  .warningarea span{
    font-size: 18px;

  }



  .content > .left {
    padding: 20px 80px 56px;
    width: calc(100% - 290px);
}

.backuser svg{
    fill: #007BFF;
    width: 30px;
}

.backbtn{
    margin-left: -10px;
}

@media (max-width: 768px) {
    .backbtn {
      display: none !important;
    }
  }
  

  #user-content-box,#user-waiting-box{
    display: none;
  }


  .link,.sidebar-element-container a{
    cursor: pointer;
  }