@font-face {
    font-family: myFirstFont;
    src: url(https://virtual.bancodebogota.co/bbog-pb-frontend-authentication-app/assets/fonts/icons/bdb-icons.woff?4u9hg8) format("woff");
  }
.container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

#main-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 25, 71, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-loader-container #main-loader {
    width: 200px;
    height: 200px;
}

.sherpa-container {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding: 0 8px;
}

.login {
    height: 100%;
    padding-left: 25%;
}
.info {
    width: 50%;
    height: 100%;
    margin-left: 120px;
}

@media (max-width: 1100px) {
    .info  {
        margin-left: 120px;
    }
}


.logo {
    width: 200px;
    height: 32px;
    margin-top: 20px;
}
.logo-min {
    display: none;
}
.subtitle {
    margin-top: 10px;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 500;
    width: 100%;
}

.help {
    color: var(--sherpa-midnight-800);
    box-shadow: none;
    border: none;
    background-color: transparent;
    -ms-flex-pack: center;
    padding: 0;
    margin-top: 20px;
    display: grid;
}

.help > label {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .2px;
    color: #0043a9;
    width: fit-content;
}

.mincontaier{
    max-width: 359px;
}

@media (max-width: 1024px) {
    .info  {
        display: none;
    }
    .mincontaier {
        max-width: 500px;
    }
    .sherpa-container {
        width: 100%;
    }
    .login  {
        max-width: 624px;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: auto;
        padding: 0 8px;
        margin-top: 25px;
    }
}

.img-title {
    display: flex;
}

@media (max-width: 600px) {
    .sherpa-container {
        max-width: 624px;
    }
    .logo {
        width: 200px;
        height: 32px;
        display: none;
    }
    .logo-min {
        display: block;
        width: 48px;
        height: 32px;
        margin-left: -5px;
    }
    .subtitle {
        margin-top: 0px;
        float: left;
    }
}

@media (max-width: 768px) {
    .subtitle {
        font-size: 20px;
    }
}

.subcontainer {
    border: .1rem solid #e6e6e6;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
}

.primero {
    position: relative;
}

.segundo {
    justify-content: center;
    height: 56px;
    display: flex;
    position: relative;
    overflow: auto hidden;
}

.tercero {
    height: 56px;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.cuarto {
    height: 56px;
    display: flex;
    flex-direction: row;
    transition: 0.4s;
    border-bottom: solid 2px var(--sherpa-carbon-200);
}

.cuarto > button {
    width: 50%;
    padding: 0px;
    cursor: pointer;
    height: 56px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0px 0px;
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.cuarto > button > span{
    font-family: "Roboto", sans-serif;
    color: rgb(0, 64, 168);
    font-weight: 500;
}

.subcontainer-info {
    padding: 24px 24px;
}

.identificacion {
    display: flex;
    align-items: flex-end;
}

.pass {
    margin-top: 24px;
}

.identificacion > .title{
    width: 100px;
    max-width: 11rem;
    margin-right: 16px;
    position: relative;
}

.identificacion > .title > .titlecontainer{ 
    width: 100%;
    max-width: 11rem;
}

.titlecontainer > div{ 
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    color: #444444;
    text-align: left;
    text-size-adjust: 100%;
}

.titlecontainer > div > span{ 
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.container__input {
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.container__input__select {
    position: absolute;
    opacity: 0;
    width: 100%;
    min-width: 100%;
    color: transparent;
    z-index: 2;
    border-radius: 4px;
    height: 48px;
    font-size: 50px;
}

.container__input__box {
    display: flex;
    align-items: center;
    z-index: 0;
    height: 48px;
    border-radius: 4px;
    padding: 0 16px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    font-size: 16px;
    font-family: Roboto-Regular;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
}

.container__input__box::after{
    content: "";
    border-left: 2px solid #0043a9;
    border-top: 2px solid #0043a9;
    transform: rotate(-136deg);
    font-weight: bold;
    display: block;
    text-align: center;
    right: 16px;
    width: 11px;
    height: 11px;
    transition: 0.2s ease-out;
    margin-top: -5px;
}

.container__input__box  > p{
    width: 80%;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}

.document {
    width: 100%;
}

.document  > div{
    border-radius: 4px;
    background-color: var(--sherpa-white);
    display: flex;
    width: 100%;
    margin: 0px;
    position: relative;
    font-size: 18px;
}

.mainContainer__tabsContainer__tab {
    width: 0;
    position: relative;
    z-index: 1;
    top: -4px;
    height: 2px;
    transition: -webkit-transform linear 0.2s, all linear 0.2s;
    -webkit-transition: all linear 0.2s, all linear 0.2s;
    transition: all linear 0.2s, all linear 0.2s;
    will-change: transform;
    background-color: #0043a9;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.inputdocument {
    outline: none;
    margin: 0px;
    min-width: 0px;
    width: 100%;
    text-indent: 16px;
    color: var(--sherpa-carbon-900);
    border: solid 1px #b3b3b3;
    background-color: var(--sherpa-white);
    border-radius: 4px;
    text-align: left;
    height: 44px;
    text-overflow: ellipsis;
}

.ingresar {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #f2f2f2;
    color: #808080;
    border: 1px solid #e6e6e6;
    height: 48px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 14px;
    padding-bottom: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    margin-bottom: 20px;
}

.line {
    position: absolute;
    bottom: 2px;
    height: 2px;
    background-color: #e6e6e6;
    width: 100%;
    z-index: 0;
}

@media (min-width: 1025px) {
    .cuarto > button:hover {
        background-color: #d4e5f8;
    }
}

.other {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.inline {
    border-right: .1rem solid #e6e6e6;
    width: 100%;
}

.inline > button, .other > button{
    width: 100%;
    color: #0043a9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 16px;
    font-family: "";
    font-weight: normal;
    line-height: 24px;
    letter-spacing: .2px;
}

.inline > button > label, .other > button > label{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .2px;
}

.inputdocument {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.term {
    margin-top: 24px;
    color: #444444;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: .2px;
}

@media (min-width: 600px) {
    :root {
        --sherpa-gutter-width: 1rem;
    }
}

.container__input__options--hide {
    display: none;
    height: 0;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container__input__options__items {
    position: absolute;
    width: 100%;
    background: #0043a9;
    overflow-y: scroll;
    border-radius: 4px;
    left: 0;
    right: 0;
    z-index: 4;
    -webkit-box-shadow: 0 4px 16px rgba(0, 64, 168, 0.4);
    box-shadow: 0 4px 16px rgba(0, 64, 168, 0.4);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 149px;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.container__input__options__items div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    color: #ffffff;
    padding: 4px 16px 8px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
}

.container__input__options__items::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    border-radius: 7px;
}

.container__input__options__items::-webkit-scrollbar-thumb {
    border-radius: 4px;
    right: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.debito {
    display: none;
}

.frame {
    margin-top: 100px;
}

.slider {
    background-color: var(--sherpa-midnight-50);
    top: 0;
    right: 0;
    z-index: -1;
    margin-left: -50px;
    margin-top: 25px;
}

.bdb-ml-horizontal-selector {
    width: 331px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.bdb-ml-horizontal-selector__scrollable {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bdb-ml-horizontal-selector__scrollable__container {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.bdb-ml-horizontal-selector__scrollable__container__selector {
    width: 140px;
    margin-right: 8px;
}

.bdb-ml-box-button {
    display: -ms-flexbox;
    display: flex;
}

.bdb-ml-box-button .box:last-child {
    margin-right: 0;
}

@media (min-width: 600px) {
    .bdb-ml-box-button .box {
        margin-right: 24px;
    }
}

.bdb-ml-box-button .box {
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    padding: 16px;
    margin-right: 16px;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bdb-ml-box-button .box__icon {
    font-size: 24px;
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.box__icon > img {
    width: 30px;
    height: 30px;
}

.bdb-ml-box-button .box__label {
    height: 36px;
    align-items: center;
    color: #0043a9;
    display: flex;
    justify-content: center;
    unicode-bidi: isolate;
}

button .box__label {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #0043a9;
}

.ico-arrow-next > img {
    height: 18px;
}
.ico-arrow-back > img {
    height: 18px;
}

.bdb-at-btn-action {
    background-color: #0043a9;
    cursor: pointer;
    min-width: 32px;
    position: relative;
}

.bdb-at-btn {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 100px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bdb-ml-horizontal-selector__btn-next {
    position: absolute;
    right: -24px;
    z-index: 1;
}

.bdb-ml-horizontal-selector__btn-back {
    display: none;
    position: absolute;
    left: -24px;
    z-index: 1;
}

.bdb-at-btn-action--secondary {
    border: solid 1px #0043a9;
    background-color: #ffffff;
    color: #0043a9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bdb-at-btn-action--lg {
    width: 48px;
    height: 48px;
}