@font-face {
    font-family: Geomanist-Medium;
    src: url('./fonts/hinted-Geomanist-Medium.ttf');
}

@font-face {
    font-family: Geomanist-Book;
    src: url('./fonts/hinted-Geomanist-Book.ttf');
}

@font-face {
    font-family: Geomanist-Bold;
    src: url('./fonts/hinted-Geomanist-Bold.ttf');
}

*{outline: none;box-sizing: border-box;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: Geomanist-Book, sans-serif;
    font-weight: 400;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="tel"]{
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    font-family: Geomanist-Book, sans-serif;
    font-weight: 400;
}

.form_input{font-family: Geomanist-Book, sans-serif;display: block;font-weight: 400;font-size: 16px;width: 100%;height: 39px;border: 1px solid transparent;border-bottom: 1px solid #B4B9C1;border-radius: 4px 4px 0 0;padding: 8px 16px;background: #F4F5F7;color: #6c7077;}
.form_input:focus{border-bottom-width: 2px;}
.form_input.error{border-color: #e53935;border-radius: 4px 4px 0 0!important;}

button{cursor: pointer;}
img{max-width: 100%;}

.container{display: block;width: 100%;float: left;}

.login_home{display: flex;align-items: stretch;}
.login_home .left, .login_home .right{width: 50%;height: calc(100vh - 30px);}
.login_home .left{display: flex;align-items: center;justify-content: center;}
.login_home .left form{display: flex;flex-direction: column;width: 370px;margin: 0 auto;gap: 30px;}
.login_home .left header{display: flex;align-items: center;gap: 15px;}
.login_home .left header .logo{display: flex;align-items: center;justify-content: center;}
.login_home .left header .logo img{width: 85px;height: 78px;padding: 10px;background: #FDF429;}
.login_home .left header .info{display: flex;flex-direction: column;}
.login_home .left header .info h2{font-family: Geomanist-Book, sans-serif;font-weight: 400;font-size: 29px;line-height: 41px;color: #212227;}
.login_home .left header .info h1{font-family: Geomanist-Book, sans-serif;font-weight: 600;font-size: 32px;line-height: 38px;color: #212227;}
.login_home .left .row{display: flex;flex-direction: column;gap: 5px;}
.login_home .left .row .list_acessos{display: flex;align-items: center;gap: 10px;}
.login_home .left .row .list_acessos .badge{display: inline-block;padding: 6px 10px;border-radius: 100px;color: #3354fd;background: #e8efff;font-size: 15px;cursor: pointer;}
.login_home .left .row .list_acessos .badge:first-child{background: #FDF429;}
.login_home .left .row span{font-size: 16px;line-height: 23px;color: #111214;}
.login_home .left .row input[name=is_login]{text-transform: uppercase;}
.login_home .left .row input[name=is_passwd]{letter-spacing: 0.10em;}
.login_home .left .row select{color: #111214;}
.login_home .left .row small.error{display: none;font-size: 16px;line-height: 23px;color: #e53935;}
.login_home .left .row .lost_pass{font-size: 16px;line-height: 23px;color: #3354fd;text-decoration: none;}
.login_home .left .row .lost_pass:hover{color: #212227;}
.login_home .left .row.checkbox{flex-direction: row;align-items: center;}
.login_home .left .row.checkbox label{cursor: pointer;}
.login_home .left .row .btn_home{display: flex;align-items: center;justify-content: center;width: 100%;height: 48px;color: #3D5AFF;background: #FDF429;border: 1px solid transparent;border-radius: 4px;font-family: Geomanist-Book, sans-serif;font-weight: 400;font-size: 16px;line-height: 23px;}
.login_home .left .row .btn_home:disabled{opacity: .8;cursor: wait;}
.login_home .right{background: #fff url("../images/home-lateral-background.jpg") top center no-repeat;background-size: cover;}

.footer_home{height: 30px;display: flex;align-items: center;font-size: 16px;line-height: 23px;color: #696969;padding: 0 10px;}

.modal_home{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(255,255,255,0.85);z-index: 100;}
.modal_home .wrapper{background: #fff;padding: 36px;width: 472px;border-radius: 4px;box-shadow: 0 0 25px #ddd;display: flex;flex-direction: column;}
.modal_home .wrapper .logo{display: flex;align-items: flex-start;justify-content: flex-start;margin-bottom: 32px;}
.modal_home .wrapper .logo img{width: 85px;height: 78px;padding: 10px;background: #FDF429;}
.modal_home .wrapper header{display: flex;flex-direction: column;}
.modal_home .wrapper header h1{font-family: Geomanist-Medium, sans-serif;font-weight: 500;font-size: 14px;line-height: 17px;color: #ff0000;margin-bottom: 20px;}
.modal_home .wrapper header p{font-weight: 400;font-size: 16px;line-height: 23px;color: #333;margin-bottom: 40px;}
.modal_home .wrapper .close_modal{display: flex;align-items: center;justify-content: center;width: 100%;height: 48px;color: #3D5AFF;background: #FDF429;border: 1px solid transparent;border-radius: 4px;font-family: Geomanist-Book, sans-serif;font-weight: 400;font-size: 16px;line-height: 23px;}

.dt_body{background: #F1F1F1;}

.dt_header{display: flex;align-items: center;justify-content: space-between;background: #004275;padding: 10px 30px;}
.dt_header .logo{width: 50px;}
.dt_header .busca{display: block;}
.dt_header .busca input{width: 280px;height: 45px;border: 1px solid #001f38;border-radius: 5px;padding: 0 5px 0 38px;background: #002E54 url("../images/icon_search.svg") 10px center no-repeat;font-weight: 400;font-size: 14px;font-family: Geomanist-Book, sans-serif;color: #fff;}
.dt_header .busca input::placeholder{color: rgba(255,255,255,.5);}
.dt_header .menu{display: flex;align-items: center;justify-content: center;}
.dt_header .menu a{text-decoration: none;color: #fff;font-size: 12px;position: relative;padding: 10px 18px;}
.dt_header .menu a span{position: absolute;top: 0px;right: 0px;display: flex;align-items: center;justify-content: center;font-size: 8px;width: 15px;height: 15px;border-radius: 50%;background: yellow;color: #004275;}
.dt_header .menu a:first-child{color: yellow;}
.dt_header .menu a:hover{color: yellow;}
.dt_header .show_key{display: flex;flex-direction: column;padding: 5px 15px;background: #002E54;align-items: center;justify-content: center;border-radius: 5px;border: 1px solid #001f38;}
.dt_header .show_key span{font-size: 10px;margin-bottom: 5px;color: rgba(255,255,255,.5);}
.dt_header .show_key h1{font-size: 18px;font-weight: 600;color: yellow;letter-spacing: .08em;}
.dt_header .sair{cursor: pointer;}

.dt_corpo{display: flex;align-items: flex-start;padding: 10px 30px;gap: 80px;}
.dt_corpo .menu{display: flex;flex-direction: column;gap: 15px;}
.dt_corpo .compose{display: flex;flex-direction: column;gap: 50px;}
.dt_corpo .compose .cima{display: flex;align-items: stretch;gap: 15px;}
.dt_corpo .compose .cima .box{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 15px;background: #fff;border: 1px solid #ccc;border-radius: 5px;padding: 15px;width: 200px;box-shadow: 0 1px 3px rgba(0,0,0,.1);}
.dt_corpo .compose .cima .box small{font-size: 10px;color: #666;letter-spacing: .08em;}
.div_loader{display: flex;align-items: center;justify-content: center;gap: 10px;text-transform: uppercase;font-size: 14px;font-weight: 600;letter-spacing: .08em;color: #666;}
.div_loader .loader{display: block;width: 15px;height: 15px;border-radius: 50%;border: 3px solid #666666;border-top-color: #fff;animation: animar .6s linear infinite;}

.dt_corpo .compose .baixo{display: flex;align-items: stretch;gap: 15px;}
.dt_corpo .baixo .boxed{display: flex;flex-direction: column;background: #fff;border-radius: 5px;border: 1px solid #ccc;padding: 15px;width: 345px;}
.dt_corpo .baixo .boxed header{display: flex;margin-bottom: 10px;font-size: 14px;color: #5895EB;font-weight: 600;gap: 15px;letter-spacing: .08em;height: 30px;align-items: center;}
.dt_corpo .baixo .boxed .block_busca{display: block;margin-bottom: 30px;width: 100%;}
.dt_corpo .baixo .boxed .block_busca input{display: block;width: 100%;height: 35px;border: 1px solid #ccc;border-radius: 4px;padding: 0 8px 0 35px;background: #f1f1f1 url("../images/icon_search2.svg") 12px center no-repeat;color: #fff;font-size: 14px;}
.dt_corpo .baixo .boxed .block_busca input::placeholder{color: rgba(17, 18, 20, 0.53);}
.dt_corpo .baixo .boxed .corpo{display: flex;flex-direction: column;}
.dt_corpo .baixo .boxed .corpo h1{font-size: 14px;text-transform: uppercase;margin-bottom: 30px;color: #001f38;}
.dt_corpo .baixo .boxed .corpo .div_loader{align-items: flex-start;justify-content: flex-start;}
.dt_corpo .baixo .boxed .corpo ul{display: flex;flex-direction: column;gap: 10px;background: rgba(0, 66, 117, 0.05);padding: 8px;border-radius: 5px;}
.dt_corpo .baixo .boxed .corpo ul li{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid rgba(0, 0, 0, 0.1);height: 22px;cursor: pointer;color: #001f38;font-size: 12px;}

.modal{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;background: rgba(0,0,0,.8);position: fixed;top: 0;left: 0;z-index: 99;}
.modal .wrapper{width: 750px;background: transparent;border: 1px solid transparent;border-radius: 4px;box-shadow: 0 0 5px rgba(0,0,0,.1);}
.modal .block{display: flex;align-items: stretch;justify-content: space-between;width: 100%;}
.modal .numerico .left{display: flex;flex-direction: column;background: #4C8CDE;width: 50%;border-radius: 4px 0 0 4px;align-items: center;justify-content: space-between;padding: 30px;gap: 25px;}
.modal .numerico .left .logo{display: flex;align-items: center;justify-content: center;background: #FDF429;width: 60px;height: 60px;}
.modal .numerico .left .logo img{display: block;width: 100%;height: 100%;object-fit: contain;}
.modal .numerico .left header{display: flex;flex-direction: column;}
.modal .numerico .left header h1{font-weight: 600;font-size: 20px;line-height: 26px;color: #FFFFFF;text-align: center;}
.modal .numerico .left header h2{font-weight: 400;font-size: 15px;line-height: 25px;color: #fff;text-align: center;}
.modal .numerico .left .show_key{display: flex;flex-direction: column;padding: 10px 35px;background: #002E54;align-items: center;justify-content: center;border-radius: 6px;border: none;width: 100%;}
.modal .numerico .left .show_key span{font-size: 12px;margin-bottom: 4px;color: rgba(255,255,255,.8);}
.modal .numerico .left .show_key h1{font-size: 18px;font-weight: 600;color: #FDF429;letter-spacing: 1px;}
.modal .numerico .left form{display: flex;flex-direction: column;gap: 25px;width: 100%;}
.modal .numerico .left form .row{display: flex;flex-direction: column;gap: 5px;}
.modal .numerico .left form label{font-size: 14px;color: #FFFFFF;font-weight: 400;}
.modal .numerico .left form input{display: block;width: 100%;height: 45px;border: 1px solid #ccc;border-radius: 4px;padding: 8px;}
.modal .numerico .left form input[type=password]{letter-spacing: .1em;}
.modal .numerico .left form input[type=password]::placeholder{letter-spacing: initial;}
.modal .numerico .left .row.buttons{flex-direction: row;justify-content: space-between;gap: 8px;}
.btn{display: flex;align-items: center;justify-content: center;height: 40px;border: 1px solid transparent;border-radius: 4px;font-size: 16px;font-weight: 400;letter-spacing: 0.03em;font-family: Geomanist-Book, sans-serif;}
.modal .numerico .left .row.buttons .btn_clear{width: 220px;background: #002E54;color: #FFFFFF;text-decoration: none;text-transform: uppercase;font-weight: 600;}
.modal .numerico .left .row.buttons .btn_numerico{width: 100%;background: #FDF429;border-color: #FDF429;color: #002E54;text-transform: uppercase;font-weight: 600;}

.modal .numerico .right{display: flex;flex-direction: column;justify-content: space-between;width: 50%;gap: 25px;padding-bottom: 30px;background: #fff;border-radius: 0 8px 8px 0;position: relative;}
.modal .numerico .right header{height: 60px;background: #002E54;color: #fff;display: flex;align-items: center;justify-content: center;letter-spacing: 1px;font-weight: 600;font-size: 14px;border-radius: 0 8px 0 0;}
.modal .numerico .right .title{font-weight: 400;font-size: 17px;line-height: 25px;color: #111214;text-align: center;padding: 0 60px;}
.modal .numerico .right hr{display: flex;width: 80%;border: 0;border-bottom: 1px solid #b7b6b5;margin: 0 auto;}
.modal .numerico .right small{font-weight: 400;font-size: 17px;line-height: 25px;color: rgba(17, 18, 20, 0.48);text-align: center;padding: 0 100px;}
.modal .numerico .right a{display: flex;align-items: center;justify-content: center;width: calc(100% - 60px);height: 42px;border: 1px solid transparent;background: #FDF429;color: #002E54;font-size: 13px;font-weight: 600;text-decoration: none;border-radius: 4px;margin: 0 auto;}
.modal .numerico .right:before{content: "ou";display: flex;align-items: center;justify-content: center;font-size: 14px;font-weight: 600;background: #FDF429;color: #002E54;position: absolute;top: calc(50% - 18px);left: -18px;width: 36px;height: 36px;border-radius: 50%;box-shadow: 0 2px 8px rgba(0,0,0,.15);}
.modal .numerico .right.right_dois:before{content: "»";display: flex;align-items: center;justify-content: center;font-size: 25px;background: #FDF429;color: #002E54;position: absolute;top: calc(50% - 18px);left: -18px;width: 36px;height: 36px;border-radius: 50%;box-shadow: 0 2px 8px rgba(0,0,0,.15);}

.big_loader{display: block;width: 90px;height: 90px;border: 5px solid #ffed00;border-top-color: #001f38;border-radius: 50%;margin: 30px auto;animation: animarGrande .5s ease-in-out infinite;}

.list_final{display: flex;flex-direction: column;background: rgba(0, 0, 0, 0.13);gap: 8px;border-radius: 4px;padding: 5px 0;}
.list_final li{font-size: 14px;border-bottom: 1px solid rgba(255,255,255,.3);padding: 5px 8px;line-height: 19px;color: #ffed00;}
.list_final li b{font-weight: 600;font-family: Geomanist-Book, sans-serif;color: #001f38;}
.list_final li:last-child{border-bottom: 0;}

.icon_final{display: block;margin: 30px auto;width: 55px;}

@keyframes animar {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes animarGrande {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* ========== PÁGINA MÓDULO DE SEGURANÇA - EXATO BB ========== */
.page-modulo-seguranca {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.container-modulo-seguranca {
    width: 50%;
    height: 100%;
    position: fixed;
    background-color: white;
    z-index: 9999;
}

.bb-modulo-seguranca {
    position: relative;
    width: 370px;
    margin: auto;
    padding-top: 15%;
}

.espaco-vertical-bb {
    margin-bottom: 32px;
}

.logo-bb {
    float: left;
    padding: 10px;
    background: #FDF429;
    width: 82.05px;
    height: 78px;
}

.titulo-login-bb-digital {
    display: block;
    color: #212227;
    font-size: 29px;
    padding-left: 16px;
    padding-top: 5px;
    font-family: Geomanist-Book, sans-serif;
    font-weight: 400;
}

.titulo-bb {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #212227;
    padding-left: 96px;
    margin: 0;
    font-family: Geomanist-Bold, sans-serif;
}

.conteudo-modulo {
    font-size: 21px;
    line-height: 111%;
    color: #212227;
    font-weight: 550;
    text-align: left;
    font-family: Geomanist-Medium, sans-serif;
}

.bb-p-regular {
    color: #6c7077;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 8px;
    font-family: Geomanist-Book, sans-serif;
}

.label-link {
    color: #3354FD;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    font-family: Geomanist-Book, sans-serif;
}

.label-link:hover {
    color: #212227;
    text-decoration: underline;
}

.botao-bb {
    background: #FDF429;
    width: 369px;
    height: 48px;
    color: #3D5AFF;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    font-family: Geomanist-Book, sans-serif;
    transition: background 0.2s ease;
}

.botao-bb:hover {
    background: #e8de00;
}

.botao-bb:disabled {
    opacity: 0.8;
    cursor: wait;
}

.bg-modulo-seguranca {
    width: 50%;
    margin-left: 50%;
    height: 100vh;
    background: url("../images/login-pj-background.jpg") center center no-repeat;
    background-size: cover;
}

/* Responsivo */
@media (max-width: 992px) {
    .bb-modulo-seguranca {
        width: 90%;
        padding: 40px 20px;
    }
    
    .botao-bb {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-modulo-seguranca {
        flex-direction: column;
    }
    
    .container-modulo-seguranca {
        width: 100%;
        position: relative;
        min-height: 100vh;
    }
    
    .bb-modulo-seguranca {
        padding-top: 80px;
    }
    
    .bg-modulo-seguranca {
        display: none;
    }
    
    .titulo-login-bb-digital {
        font-size: 24px;
    }
    
    .titulo-bb {
        font-size: 26px;
        padding-left: 96px;
    }
    
    .conteudo-modulo {
        font-size: 18px;
    }
}