*, *:before, *:after {
    box-sizing: border-box;
}
:root {
    --safearea-top: env(safe-area-inset-top);
    --safearea-bottom: env(safe-area-inset-bottom)
}
:root {
    --bip-blue: #0d6efd;
    --bip-indigo: #6610f2;
    --bip-purple: #6f42c1;
    --bip-pink: #d63384;
    --bip-red: #dc3545;
    --bip-orange: #fd7e14;
    --bip-yellow: #ffc107;
    --bip-green: #198754;
    --bip-teal: #20c997;
    --bip-cyan: #0dcaf0;
    --bip-black: #000;
    --bip-white: #fff;
    --bip-gray: #6c757d;
    --bip-gray-dark: #343a40;
    --bip-gray-100: #f8f9fa;
    --bip-gray-200: #e9ecef;
    --bip-gray-300: #dee2e6;
    --bip-gray-400: #ced4da;
    --bip-gray-500: #adb5bd;
    --bip-gray-600: #6c757d;
    --bip-gray-700: #495057;
    --bip-gray-800: #343a40;
    --bip-gray-900: #212529;
    --bip-primary: #279d2e;
    --bip-secondary: #414042;
    --bip-success: #007a2b;
    --bip-info: #117b96;
    --bip-warning: #ffc107;
    --bip-danger: #dc3545;
    --bip-light: #f8f9fa;
    --bip-dark: #212529;
    --bip-rojo-bonosyacciones: #d42f1a;
    --bip-amarillo-bonosyacciones: #d2c903;
    --bip-azul-bonosyacciones: #006d78;
    --bip-primary-rgb: 39, 157, 46;
    --bip-secondary-rgb: 65, 64, 66;
    --bip-success-rgb: 0, 122, 43;
    --bip-info-rgb: 17, 123, 150;
    --bip-warning-rgb: 255, 193, 7;
    --bip-danger-rgb: 220, 53, 69;
    --bip-light-rgb: 248, 249, 250;
    --bip-dark-rgb: 33, 37, 41;
    --bip-rojo-bonosyacciones-rgb: 212, 47, 26;
    --bip-amarillo-bonosyacciones-rgb: 210, 201, 3;
    --bip-azul-bonosyacciones-rgb: 0, 109, 120;
    --bip-white-rgb: 255, 255, 255;
    --bip-black-rgb: 0, 0, 0;
    --bip-body-color-rgb: 17, 17, 17;
    --bip-body-bg-rgb: 255, 255, 255;
    --bip-font-sans-serif: "Encode Sans normal", system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bip-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bip-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bip-body-font-family: Encode Sans normal, sans-serif;
    --bip-body-font-size: 1rem;
    --bip-body-font-weight: 400;
    --bip-body-line-height: 1.5;
    --bip-body-color: #111;
    --bip-body-bg: #fff;
    --bip-border-width: 1px;
    --bip-border-style: solid;
    --bip-border-color: #dee2e6;
    --bip-border-color-translucent: rgba(0, 0, 0, .175);
    --bip-border-radius: .375rem;
    --bip-border-radius-sm: .25rem;
    --bip-border-radius-lg: .5rem;
    --bip-border-radius-xl: 1rem;
    --bip-border-radius-2xl: 2rem;
    --bip-border-radius-pill: 50rem;
    --bip-link-color: #3c3c3b;
    --bip-link-hover-color: #30302f;
    --bip-code-color: #d63384;
    --bip-highlight-bg: #fff3cd
}
html {
    scroll-behavior: smooth;
}
:root {
    --swiper-navigation-size: 2.25rem !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
@font-face {
    font-family: Encode Sans normal;
    src: url(EncodeSans-BtQECWha.ttf);
    font-weight: 400
}

@font-face {
    font-family: "Encode Sans 500";
    src: url(EncodeSans-BtQECWha.ttf);
    font-weight: 500
}

@font-face {
    font-family: "Encode Sans 600";
    src: url(EncodeSans-BtQECWha.ttf);
    font-weight: 600
}

@font-face {
    font-family: "Encode Sans 700";
    src: url(EncodeSans-BtQECWha.ttf);
    font-weight: 700
}
body {
    margin: 0;
    font-family: var(--bip-body-font-family);
    font-size: var(--bip-body-font-size);
    font-weight: var(--bip-body-font-weight);
    line-height: var(--bip-body-line-height);
    color: var(--bip-body-color);
    text-align: var(--bip-body-text-align);
    background-color: var(--bip-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.spa {
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
}
.container-fluid{
    --bip-gutter-x: 1.5rem;
    --bip-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bip-gutter-x) * .5);
    padding-left: calc(var(--bip-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.layout {
    overflow: hidden;
}
@media screen and (min-width: 767px) {
    .layout {
        height: calc(var(--vh, 1vh) * 100);
    }
}
@media screen and (min-width: 767px) {
    .layout.login {
        background-repeat: no-repeat;
        background-position: center;
        background-size: content;
    }
}
.row {
    --bip-gutter-x: 1.5rem;
    --bip-gutter-y: 0;
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bip-gutter-y));
    margin-right: calc(-.5 * var(--bip-gutter-x));
    margin-left: calc(-.5 * var(--bip-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bip-gutter-x) * .5);
    padding-left: calc(var(--bip-gutter-x) * .5);
    margin-top: var(--bip-gutter-y);
}
.justify-content-center {
    justify-content: center !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.layout.login .login-flex-content  {
    position: relative;
    align-items: flex-start;
    height: calc(var(--vh, 1vh) * 100);
}
@media screen and (min-width: 767px) {
    .layout.login .login-flex-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.login-content {
    box-shadow: 0 0 .938rem #0000001a;
    border-radius: .625rem;
    background-color: #fff;
    height: min(46.875rem, 95vh);
}
.layout.login .login-flex-content .login-content{
    height: 100%;
}
@media screen and (min-width: 767px) {
    .layout.login .login-flex-content .login-content {
        max-height: min(46.875rem, 95vh);
    }
}
@media screen and (min-width: 767px) {
    @supports (scrollbar-width: thin) {
        .layout.login .login-flex-content .login-content {
            scrollbar-width: thin;
        }
    }
}
.col {
    flex: 1 0 0%;
}
.layout.header {
    width: 100vw;
}
@media screen and (min-width: 767px) {
    .layout.header {
        position: fixed;
        top: 0;
        width: 100vw;
        height: 7.5rem;
        z-index: 1;
    }
}
.layout.header.login-mobile {
    position: fixed;
    top: 0;
    left: 0;
}
@media screen and (min-width: 767px) {
    .layout.header.login-mobile {
        position: inherit;
        width: 100%;
        height: 3.75rem;
    }
}
.header-gradient {
    background: linear-gradient(270deg, #26b4bd, #3daa35);
    color: #fff;
}
.pt-2 {
    padding-top: .5rem !important;
}
.desktop.header-gradient {
    height: 7.5rem;
    padding-top: 1.063rem;
}
.text-center {
    text-align: center !important;
}
.logobp {
    height: 2.125rem;
}
@media screen and (min-width: 767px) {
    .logobp {
        height: 2.875rem;
    }
}
@media screen and (min-width: 767px) {
    .logobp.logobpLogin {
        height: 2.125rem;
        margin-top: .25rem;
    }
}
.h-100 {
    height: 100% !important;
}

.w-auto {
    width: auto !important;
}
img, svg {
    vertical-align: middle;
}
.layout.login .login-flex-content .login-content .row-login-content  {
    height: calc(100% - 4.375rem - var(--safearea-bottom));
}
@media screen and (min-width: 767px) {
    .layout.login .login-flex-content .login-content .row-login-content {
        height: calc(100% - 3.813rem - var(--safearea-bottom));
    }
}
.layout.login .login-flex-content .login-content .row-login-content .col {
    height: 100%;
}
@media screen and (min-width: 767px) {
    .layout.login .login-flex-content .login-content .row-login-content .login-content-mobile {
        top: 0 !important;
    }
}
.layout.login .login-flex-content .login-content .row-login-content .col .login-content-mobile {
    height: 100%;
    position: relative;
    z-index: 2;
    top: calc(4.375rem + var(--safearea-top));
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
    background: #fff;
}
.layout.login .login-flex-content .login-content .row-login-content .col .login-content-mobile .content-children {
    display: flex
;
    flex-direction: column;
    height: 100%;
}
.layout .layout-page {
    height: 100%;
}
@media screen and (min-width: 767px) {
    .layout .layout-page {
        padding-bottom: 1.5rem;
    }
}
@media screen and (min-width: 767px) {
    @supports (scrollbar-width: thin) {
        .layout .layout-page {
            scrollbar-width: thin;
        }
    }
}
.layout.login .login-flex-content .login-content .row-login-content .col .login-content-mobile .content-children .layout-page {
    display: flex
;
    flex-flow: column;
    overflow-y: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.layout .layout-page .content {
    flex: 1 1 auto;
}
@media screen and (min-width: 767px) {
    .layout .layout-page .m-p-botton-focus-buttons {
        margin-bottom: -.313rem;
        padding-bottom: .313rem;
    }
}
@media screen and (min-width: 767px) {
    @supports (scrollbar-width: thin) {
        .layout .layout-page .content {
            scrollbar-width: thin;
        }
    }
}
@media screen and (min-width: 767px) {
    .layout .layout-page .content.customHeight {
        flex: 1 1 auto !important;
    }
}
@media screen and (min-width: 767px) {
    .layout .layout-page .content.heightAuto {
        flex: none !important;
    }
}
.layout.login .login-flex-content .login-content .customHeight {
    flex: 1 1 auto !important;
}
.layout.login .login-flex-content .login-content .row-login-content .col .login-content-mobile .content-children .layout-page .content {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
h1 {
        margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, .h1 {
    font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 1.5rem;
    }
}
h1, .h1 {
    outline: none;
}
.txt-subtitle, .txt-title {
    font-family: "Encode Sans 600";
    font-size: 1.5rem;
    line-height: 1.875rem;
}
.txt-title {
    padding-bottom: 1.5rem;
    color: #279d2e;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
label {
    display: inline-block;
    line-height: 1.25rem !important;
}
.label-required:after {
    content: " *";
    color: red;
}
input{
        margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.txt-input-label {
    font-family: "Encode Sans 600";
    font-size: 1rem;
    line-height: 1.25rem;
}
.txt-input-label {
    padding-bottom: .25rem;
    color: #3c3c3b;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 2.625rem;
    background-color: #f8f8f8;
    border-top: .063rem solid #f8f8f8;
    border-right: .063rem solid #f8f8f8;
    border-bottom: .063rem solid #3c3c3b;
    border-left: .063rem solid #f8f8f8;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.d-flex {
    display: flex !important;
}
.position-relative {
    position: relative !important;
}
.w-100, .text-break-responsive {
    width: 100% !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.border-normal, .border-normal.form-control {
    border-color: transparent transparent #3c3c3b transparent !important;
}
button {
    border-radius: 0;
        margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}
button, [type=button],  [type=submit] {
    -webkit-appearance: button;
}
.btn {
    --bip-btn-padding-x: .75rem;
    --bip-btn-padding-y: .375rem;
    --bip-btn-font-family: ;
    --bip-btn-font-size: 1rem;
    --bip-btn-font-weight: 400;
    --bip-btn-line-height: 1.5;
    --bip-btn-color: #111;
    --bip-btn-bg: transparent;
    --bip-btn-border-width: 1px;
    --bip-btn-border-color: transparent;
    --bip-btn-border-radius: .375rem;
    --bip-btn-hover-border-color: transparent;
    --bip-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bip-btn-disabled-opacity: .65;
    --bip-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bip-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bip-btn-padding-y) var(--bip-btn-padding-x);
    font-family: var(--bip-btn-font-family);
    font-size: var(--bip-btn-font-size);
    font-weight: var(--bip-btn-font-weight);
    line-height: var(--bip-btn-line-height);
    color: var(--bip-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bip-btn-border-width) solid var(--bip-btn-border-color);
    background-color: var(--bip-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.password-eye-button {
    position: absolute;
    right: 0;
    min-width: 2.625rem;
}
.btn {
    --bip-btn-active-border-color: transparent;
    --bip-btn-disabled-border-color: transparent;
    --bip-btn-hover-border-color: transparent;
    box-sizing: border-box;
    min-height: 2.625rem;
}
.p-0 {
    padding: 0 !important;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
svg {
    vertical-align: middle;
}
.svg-input-primary {
    fill: #3c3c3b;
}
.text-center {
    text-align: center !important;
}
.btn.btn-primary {
    background-color: #3c3c3b;
    color: #fff;
    border: .188rem solid transparent;
}
.btn.btn-primary {
    border-radius: .25rem .688rem;
}
.mt-2 {
    margin-top: .5rem !important;
}
.txt-link-secondary, .txt-default{
        font-family: Encode Sans normal;
    font-size: 1rem;
    line-height: 1.5rem;
}
.d-inline-block {
    display: inline-block !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
labelbodyn{
    line-height: 1.25rem;
}
.me-1 {
    margin-right: .25rem !important;
}
.txt-link-secondary {
    text-decoration: underline;
    color: #007a2b;
}
.align-top {
    vertical-align: top !important;
}
.border-0 {
    border: 0 !important;
}
.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}
.me-1 {
    margin-right: .25rem !important;
}
.min-height-0 {
    min-height: 0rem !important;
}

.p-0 {
    padding: 0 !important;
}
label .btn {
    line-height: 1.25rem;
}
.btn.btn-link-secondary{
    border-radius: .25rem .688rem;
}
.btn.btn-link-secondary {
    background-color: transparent;
    color: #007a2b;
    border: .188rem solid transparent;
    border-radius: 0;
    text-decoration: underline;
}
.linktext-tyc {
    text-align: left !important;
    display: inline-block !important;
}










