* {
    padding: 0px;
    margin: 0px;
}

/* FONTS */

@font-face {
    font-family: geo;
    src: url("./../fonts/geomanist_regular.otf");
}

@font-face {
    font-family: geoMedium;
    src: url("./../fonts/geomanist_medium.otf");
}

/* FIM FONTS */

html,
body {
    height: 100%;
    font-family: geo, sans-serif, tahoma !important;
}

body {
    background-color: #005aa5;
}

.hide {
    display: none;
}

.container-options {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999 !important;
}

.container-options .hd-options {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 20%;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
}

.container-options .hd-options .op-logo {
    width: 125px;
    height: 125px;
}

.container-options .btn-options {
    width: 100%;
    position: absolute;
    top: 85%;
    transform: translateY(-85%);
    -webkit-transform: translateY(-85%);
    -moz-transform: translateY(-85%);
    -o-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
}

.container-options .btn-options .btn {
    width: 100%;
    height: 50px;
    border: 0px;
    outline: none;
    background-color: #ffed00;
    color: #005aa5;
    font-family: geoMedium;
    font-size: 17px;
    font-weight: bold;
}

.container-options .btn-options .btn.client {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

/* PART LOG */

.set-left{
    z-index: 99999999999 !important;
    cursor: pointer;
}

.container-frm {
    width: 100%;
    height: 100%;
    transition: 1s !important;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 100%;
    overflow: auto;
    z-index: 999 !important;
    transition: all .3s;
}

.container-frm.active {
    left: 0px;
}

.container-frm .hd-frm {
    width: 100%;
    height: 52px;
    background-color: #005aa5;
    position: relative;
    text-align: center;
}

.container-frm .hd-frm .set-left {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 13px;
    left: 10px;
}

.container-frm .hd-frm h2 {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
}

.container-frm .line-yellow {
    width: 100%;
    height: 3px;
    background-color: #ffed00;
}

.container-frm .frm {
    width: 95%;
    padding-top: 15px;
    float: right;
}

.container-frm .frm .frm-item {
    width: 100%;
    height: 53px;
    position: relative;
    margin: 7px 0px;
    display: inline-block;
    border-bottom: 1px #e0e0e0 solid;
}

.container-frm #frm-pf .frm-item:last-of-type {
    height: auto;
    margin: 0px 0px 50px 0px;
    border: 0px;
}

.container-frm .frm .frm-item .lb-top {
    font-size: 14px;
    font-weight: bold;
    color: #b9b9b9;
}

.container-frm .frm .frm-item select,
.container-frm .frm .frm-item input {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-family: geo;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: none;
    outline: none;
    border: 0px;

}

.container-frm .frm .frm-item select {
    width: 95%;
    background: transparent url("./../img/br_down.png") no-repeat 95% center;
}

.container-frm .frm .frm-item input {
    padding-left: 5px;
    box-sizing: border-box;
}

.container-frm .frm .frm-item #pwd,
.container-frm .frm .frm-item #pwdPj {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
    -o-text-security: disc;
    -ms-text-security: disc;
}

.container-frm .frm .frm-item .lb-float {
    font-size: 16px;
    font-weight: bold;
    color: #b9b9b9;
    position: absolute;
    /* top: 25px; */
    left: 0px;
    transition: all .2s;
}

.container-frm .frm .frm-item input:focus+.lb-float,
.container-frm .frm .frm-item input:valid+.lb-float {
    font-size: 14px;
    top: 3px !important;
}

.container-frm .frm .frm-item span {
    font-size: 14px;
    font-weight: bold;
    color: #1e88e5;
}

.container-frm .frm .btn {
    width: 100%;
    height: 45px;
    position: fixed;
    /* left: 100%; */
    /* bottom: 0px; */
    background-color: #ffed00;
    color: #005aa5;
    border: 0px;
    outline: none;
    font-family: geoMedium;
    font-size: 16px;
    padding: 0px 25px;
    box-sizing: border-box;
    transition: all .3s;
}

.container-frm.active .frm .btn {
    left: 0px;
}

/* MODAL INITIAL */

.modal-initial {
    width: 100%;
    height: 100%;
    background-color: #ffed00;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.modal-initial .logo-initial {
    width: 112px;
    height: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -56px 0px 0px -56px;
}

/* EFEITO RESPONSIVE */

@media screen and (max-height: 395px) {
    .container-frm .frm .btn {
        text-align: right;
    }
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.loading-spinner {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: none;
}

.loading-spinner.active {
    display: block;
}

#hourglass {
    /* centraliza no meio da tela */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}

/* MODAL ALERT */

.modal-alert {
    width: 100%;
    height: 100%;
    background-color: rgba(000, 000, 000, .8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
    display: none;
}

/* BOX MENSAGEM */

.modal-alert .container-box-alert {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none;
}

.modal-alert .box-alert {
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}


.modal-alert .box-alert .hd-alert {
    width: 100%;
    padding: 20px 15px 0px 15px;
    box-sizing: border-box;
}

.modal-alert .box-alert .hd-alert .ic-alert {
    width: 25px;
    margin-right: 3px;
    vertical-align: middle;
}

.modal-alert .box-alert .hd-alert h2 {
    font-size: 25px;
    color: #005aa5;
    display: inline-block;
    margin-top: 7px;
    vertical-align: middle;
}

.modal-alert .box-alert .msg-alert {
    width: 100%;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
}

.modal-alert .box-alert .msg-alert p {
    font-size: 15px;
    font-weight: bold;
    color: #727272;
}

.modal-alert .container-box-alert .btn-alert {
    width: 100%;
    height: 42px;
    background-color: #e53935;
    color: #fff;
    border: 0px;
    outline: none;
    font-family: geoMedium;
    font-size: 16px;
}

body {
    overflow: hidden;
}

.loadingHome {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: #ffeb00; */
    z-index: 1;
}

.loading-content {
    position: absolute;
    top: 40%;
    left: 43%;
    color: #999;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
}

.loadingHome .loading-content img {
    width: 115px;
}

aside.textIndex {
    text-align: left;
    line-height: 23px;
    width: 170px;
    font-size: 26px;
    font-weight: bold;
    color: #00578c;
    margin-top: 18px;
}

.background-home {
    background-color: #fafafa;
}

.topHome {
    background-color: #025fa4;
}

section.logoTop {
    padding: 15px 0px 15px 0px;
}

.logoTop img {
    width: 55px;
}

section.textTop {
    margin-top: 15px;
    margin-bottom: 55px;
}

.textTop h3 {
    text-align: left;
    font-weight: 600;
    color: #fff;
}

.btnAccess button {
    color: #025fa4;
    background-color: #fdeb01;
    width: 100%;
    height: 50px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    bottom: 30px;
}

.top {
    width: 100%;
    text-align: center;
    padding: 12px;
    background-color: #025fa4;
    border-bottom: solid 4px #ffeb00;
    background-image: url("/assetsBB2/img/setaTop.png");
    background-repeat: no-repeat;
    background-position: 16px;
    background-size: 25px;
}

.top h4 {
    color: #fff;
    font-size: 19px;
}

.formGroupAccount {
    margin-top: 35px;
}

select#formControlSelect {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #e9e9e9;
    padding: 0;
    color: #000;
    font-weight: bold;
    box-shadow: none;
}

.labelTipoConta {
    color: #9d9d9d;
    margin-bottom: 0;
    margin-top: 15px;
}

.group {
    position: relative;
    margin-bottom: 15px;
    color: rgba(51, 51, 51, 0.9);
    top: -20px;
    width: 100%;
    background: #fff;
    margin-top: 40px;
}

.group input[type="tel"],
input[type="password"],
input[type="text"] {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 0px;
    padding: 8px 14px 9px 11px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    color: rgba(148, 148, 148);
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: transparent;
}

.group input:focus {
    outline: none;
    color: rgba(51, 51, 51, 0.9);
    border-bottom: 1px solid #e9e9e9;
}

.group label {
    color: #9d9d9d;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 13px;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group input:focus~label,
input:valid~label {
    top: -18px;
    font-size: 13px;
}

/*#agency_number,
#account_number{
    padding-left: 5%;
}*/

@-webkit-keyframes inputHighlighter {
    from {
        background: rgba(51, 51, 51, 0.7);
    }

    to {
        width: 0;
        background: transparent;
        color: rgba(51, 51, 51, 0.9);
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: rgba(51, 51, 51, 0.7);
        color: rgba(51, 51, 51, 0.9);
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: rgba(51, 51, 51, 0.7);
        color: rgba(51, 51, 51, 0.9);
    }

    to {
        width: 0;
        background: transparent;
    }
}

.textHelp {
    color: #4084e7;
    font-size: 13px;
    position: relative;
    top: 5px;
}

.btnEnter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    height: 50px;
    color: #2059a0;
    background-color: #fdeb01;
    font-weight: bold;
    outline: none;
}

span.textInfo {
    position: relative;
    top: -4px;
    font-size: 11px;
}

.background-Device {
    background-color: #f4f4f4;
}

.titleDevice {
    color: #979797;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.device-content p {
    color: #737373;
    font-size: 13px;
}

.deviceBlock {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-top: 15px;
}

.deviceBlock img {
    width: 33px;
}

.deviceBlock span {
    margin-left: 6%;
    font-weight: bold;
    font-size: 13px;
}

.background-identification,
.background-card {
    background-color: #f4f4f4;
}

.avatarTop {
    width: 110px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.identification-top h1 {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
}

.identification-top span {
    color: #9fc2e0;
}

.pontoTop img {
    width: 12px;
}

#formAccount .group,
#formIdentification .group,
#formCard .group {
    margin-top: 10%;
    background: transparent;
}

.btnConfirmation {
    bottom: 57PX;

    width: 70%;
    border: none;
    height: 50px;
    color: #2059a0;
    background-color: #fdeb01;
    font-weight: bold;
    outline: none;
}

#modalAviso .modal-dialog.modal-lg {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

#modalAviso .modal-content {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

#modalAviso .modal-body {
    background-color: #ffee01;
}

.titleModal {
    color: #005aa6;
    text-align: left;
}

#modalAviso .modal-body p {
    font-weight: 600;
    line-height: 19px;
}

#modalAviso .modal-content button {
    background-color: #005aa6;
    height: 52px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 0;
}

.logotopCard {
    float: left;
    width: 45px;
}

.text-card p {
    color: #737373;
    font-size: 13px;
    text-align: center;
    margin-top: 7%;
}

.icoTopRight {
    float: right;
    margin-top: 3%;
}

footer.footer {
    position: absolute;
    bottom: 0px;
}

#modalErro .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0;
}

#modalErro .modal-header {
    padding: 13px;
    border-bottom: 1px solid rgb(51, 181, 229);
}

#modalErro .modal-title {
    color: rgb(51, 181, 229);
    margin-bottom: 0;
    line-height: 1.3;
}

#modalErro p#error {
    font-weight: 500;
}

#modalErro .modal-footer {
    padding: 0;
}

#modalErro .modal-footer {
    border-top: 0;
}

#modalErro button.btn.btn-default {
    width: 100%;
    border-radius: 0;
    background-color: rgb(186, 226, 240);
    border: solid 1px rgb(129, 207, 235);
    cursor: pointer;
}


.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 90, 165);
    z-index: 99999;
    display: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}

.loader {
    margin: 60% auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(31, 30, 30, 0.2);
    border-right: 0.4em solid rgba(31, 30, 30, 0.2);
    border-bottom: 0.4em solid rgba(31, 30, 30, 0.2);
    border-left: 0.4em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.8s infinite linear;
    animation: load8 0.8s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loadingPage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    z-index: 1;
}

section.mensagem-sucesso {
    margin-top: 20%;
    text-align: center;
}

.mensagem-sucesso h4 {
    color: #979797;
}

.mensagem-sucesso p {
    color: #737373;
    font-size: 13px;
    margin-top: 6%;
}

.identification-content {
    overflow: auto;
    height: calc(100% - 117px);
}
select::-ms-expand {	display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}