@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    background-color: #EBEDEF;
    background-image: url();
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    font-family: Roboto, sans-serif !important;
    line-height: 20px;
    min-height: 100vh !important;
}

@media only screen and (max-width: 305px) {
 .logoCliente {
    max-height: 50px;
    max-width: 110px;
 }
 .logoSistema {
    max-height: 50px;
    max-width: 100px;
    align-content: left;
    -webkit-align-content: left;
    object-fit: contain;
 }
}

@media only screen and (min-width: 306px) and (max-width: 420px) {
 .logoCliente {
    max-height: 60px;
    max-width: 130px;
 }
 .logoSistema {
    max-height: 70px;
    max-width: 140px;
    align-content: left;
    -webkit-align-content: left;
    object-fit: contain;
 }
}

@media (min-width: 421px) {
    .logoCliente {
        max-height: 90px;
        max-width: 130px;
        align-content: right;
        -webkit-align-content: right;
        object-fit: contain;
    }
    .logoSistema {
        max-height: 100px;
        max-width: 235px;
        align-content: left;
        -webkit-align-content: left;
        object-fit: contain;
    }
}

@media(max-width:599px) {
    .relative {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
    }
    .relative-tela-login {
        padding: 0px !important;
        width: 100% !important;
    }
    .card {
        box-shadow: none;
        padding: 0px;
    }
    #teclado-virtual {
        width: 100%;
    }
}

@media(min-width: 600px) {
    body {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        min-height: 100vh !important;
    }
    body::after {
        min-height: 56px;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        content: '';
        display: block;
        height: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    body::before {
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        content: '';
        display: block;
        height: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
}

.relative, .relative-tela-login {
    margin: 0 auto;
}

.relative_servidor {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -364px;
}

.relative_mobile {
    padding: 1rem;
    overflow-y: auto;
    height: 100vh
}

.relative_mobile_geracao_senha_mobile {
    padding: 1rem;
}

.relative_servidor.div {
    width: 500px;
}

.relative.div,   .relative-tela-login.div {
    width: 450px;
}

.button-modal{
    width: 100%; 
    height: 40px; 
    background-color: red; 
    color: #fff; 
    border-radius: 10px;
    border: none;
}

.card {
    min-width: 300px;
    transition: .2s;
    overflow: hidden;
    flex-grow: 1;
    -webkit-box-flex: 1;
    min-height: 300px;
    height: auto;
    overflow-y: auto;
    bottom: 10px;
    border-radius: 20px !important;
    -webkit-box-shadow: -12px 22px 41px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: -12px 22px 41px 0px rgba(0,0,0,0.75) !important;
    box-shadow: -12px 22px 41px 0px rgba(0,0,0,0.75) !important;
}

.card-container {
    padding: 1.5rem 2rem 2rem 2rem !important;
}

.dropdown-content {
    max-height: 14rem;
}

.footer {
    min-width: 400px;
    transition: .2s;
    overflow: hidden;
    flex-grow: 1;
    -webkit-box-flex: 1;
    padding: 16px;
    height: auto;
    overflow-y: auto;
}

.containerLogo {
    width: 50vh;
    overflow: visible;
    position: relative;
    top: 5px;
    left: -15px;
}

.containerLogoCliente {
    width: 150px;
    height: 90px;
    bottom: -30px;
    right: 20px;
    overflow: visible;
    position: absolute;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 1px #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerLogoCliente span

table, th, td {
    border: 0px solid #fff;
}

.containerText {
    padding-left: 4px;
}

.dropdown-content {
    max-height: 14rem;
}

.containerText h1 {
    padding-bottom: 0;
    padding-top: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3333;
    margin-bottom: 0;
    margin-top: 0;
}

.bodyText {
    padding-bottom: 3px;
    padding-top: 1px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4286;
    margin-bottom: 0;
    margin-top: 0;
}

.containerForm {
    display: inline-block;
    font-size: 14px;
    padding: 18px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: top;
    white-space: normal;
    width: 100%;
    padding-left: 4px;
}

/* label focus color */

.input-field input:label {
    color: #2196F3;
}

/* label underline focus color */

.input-field input:focus {
    border-bottom: 1px solid #2196F3;
    box-shadow: 0 1px 0 0 #2196F3;
}

.captionText {
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4286;
    margin-bottom: 0;
    margin-top: 0;
    color: rgba(117, 117, 117, 0.8);
}

.textBtnFlat {
    font-size: 11px;
    color: #2196F3;
}

.inputLabelIE {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.inputIE {
    display: block;
    width: 96%;
    padding: 2%;
    font-size: 14px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #CCC;
}

.btn-document {
    height: 35px;
}

.btn-flat {
    color: #2196f3 !important;
    padding: 0px !important;
    font-size: 0.875rem !important;
}

.logoRow {
    margin-bottom: 0px !important;
    background-color: #0b1036;
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 35px;
}

ul.dropdown-content.select-dropdown li span {
    color: #2196f3 !important;
    font-family: 'Roboto', 'arial' !important;
}

.input-field input:focus+label {
    color: #2196f3 !important;
    font-family: 'Roboto', 'arial' !important;
}

.input-field input:focus {
    border-bottom: 1px solid #2196f3 !important;
    box-shadow: 0 1px 0 0 #2196f3 !important
}

.with-gap[type="radio"]:not(:checked)+span {
    color: rgba(0, 0, 0, 0.87);
}

.with-gap[type="radio"]:checked+span {
    color: rgba(0, 0, 0, 0.87);
}

.with-gap[type="radio"]:checked+span:before {
    border: 2px solid #2196f3 !important;
}

.actionsCard {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}

.actionsCardLink {
    display: flex;
    line-height: 18px;
    margin-right: 22px;
}

.actionsCardTitle {
    margin-left: 5px;
    font-size: 0.6875rem;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
    color: #333 !important;
    text-transform: uppercase !important;
}

.containerCard {
    width: 100%;
    height: 100% !important;
    border: 3px solid #0E5378;
    border-radius: 0.5rem;
    opacity: 1;
    margin-top: 0.25rem;
    padding: 1rem;
}

.titleheaderModal {
    text-align: center;
    color: #F74D6D;
    text-transform: uppercase;
    opacity: 1;
    font-family: "Roboto" !important;
    font-size: 30px !important;
    margin: 0px !important;
}

.divider {
    width: 100% !important;
    height: 0.10rem;
    background-color: #FB4C6F;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.contentTextnfo {
    text-align: center;
    font: Roboto !important;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
    color: #6A6A6A;
    opacity: 1;
}

.containerButtons {
    padding-top: 8px;
    padding-bottom: 8px;
}

.qrcodeContainer {
    width: 100%;
    height: 195px;
    object-fit: contain;
}

/*!
 * 
 *   simple-keyboard v2.24.1
 *   https://github.com/hodgef/simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */

body, html {
    margin: 0;
    padding: 0;
    background-position: center center;
    background-attachment: scroll;
}

.simple-keyboard {
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    touch-action: manipulation
}

.simple-keyboard .hg-row {
    display: flex
}

.simple-keyboard .hg-row:not(:last-child) {
    margin-bottom: 5px
}

.simple-keyboard .hg-row .hg-button-container, .simple-keyboard .hg-row .hg-button:not(:last-child) {
    margin-right: 5px
}

.simple-keyboard .hg-row>div:last-child {
    margin-right: 0
}

.simple-keyboard .hg-row .hg-button-container {
    display: flex
}

.simple-keyboard .hg-button {
    display: inline-block;
    flex-grow: 1;
    cursor: pointer
}

.simple-keyboard .hg-button span {
    pointer-events: none
}

.simple-keyboard.hg-theme-default {
    background-color: rgba(0, 0, 0, .1);
    padding: 5px;
    border-radius: 5px
}

.simple-keyboard.hg-theme-default .hg-button {
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, .3);
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #b5b5b5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.simple-keyboard button.hg-button {
    border-width: 0;
    outline: 0;
    font-size: inherit
}

.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button {
    width: 33.3%;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center
}

.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd, .simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter {
    height: 85px
}

.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0 {
    width: 105px
}

.simple-keyboard.hg-theme-default .hg-button.hg-button-com {
    max-width: 85px
}

.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
    max-width: 45px
}

.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {
    background: rgba(5, 25, 70, .53);
    color: #fff
}

.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
    max-width: 82px
}

.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
    max-width: 60px
}

/**
    Teclado Virtual
**/

#teclado-virtual {
    position: absolute;
    background-color: #efefef;
    width: 517px;
    height: 187px;
    border: #e1e1e1 solid 1px;
}

#teclado-virtual .header {
    float: left;
    width: 100%;
    cursor: move;
}

#teclado-virtual .close {
    float: right;
    margin: 5px;
    cursor: pointer !important;
}

#teclado-virtual .simple-keyboard {
    width: 517px;
    height: 155px;
    background-color: rgba(0, 0, 0, .05);
}

#teclado-virtual .simple-keyboard .hg-button {
    height: 25px !important;
}

#teclado-virtual .simple-keyboard .hg-button:active {
    background-color: #EEE;
}

#ambient-tag {
    position: fixed;
    padding: 0.5rem;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.2rem;
    z-index: 1;
}

#ambient-tag.interv {
    background: yellow;
    color: red;
}

#ambient-tag.homol {
    background: red;
    color: yellow;
}

#ambient-tag.demo {
    background: yellow;
    color: red;
}

.captchaMobile {
    width: -webkit-fill-available;
}

.logo-sistema-superior {
    margin-bottom: 0px !important;
    background-color:  #1D285C;
}

@media(min-width: 576px) {
    .logoFacil {
        position: absolute;
        left:0;
        bottom:0;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

}

.bg-fundo-azul-escuro{
    background-color: #0b1036;
}

.texto-azul-escuro{
    color: #0b1036;
}

.texto-azul-escuro a{
    color: #0b1036;
}

#switchNovoLayout:checked{
    background-color: #1D285C;
}

.tooltip-botao-acessibilidade {
  --cui-tooltip-color: #0b1036;
  --cui-tooltip-bg: #eff2f5;
}

.icone-grande{
    font-size: xx-large;
}

.icone-login {
    font-size: 15px;
    opacity: 1 !important;
    color:
}

.icone-input{
    color: #999999;
}

.borda-azul-escuro{
    border: 1px solid #0b1036 !important;
}

.borda-azul-escuro:focus, #switchNovoLayout:focus {
  box-shadow: none;
}

.bg-menos-azul-escuro{
    background-color: #161f6a;
}

.texto-menos-azul-escuro{
    color: #161f6a;
}


/**
* Reproduzindo comportamento do materialize
* para exibir ou esconder o formulario
* de acordo com o tipo de tela
*/


@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display:none !important;
    }
}

@media only screen and (max-width: 600px){
.hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
    }
}

.borda-cinza{
    border: 1px solid #b1b7c1 !important;
}

.borda-cinza:focus, #switchNovoLayout:focus {
    box-shadow: none;
}

#marcaClienteLogo{
    max-width: 100%;
    max-height: 40px;
}

#marcaClienteLogoLarguraPersonalizada{    
    max-width: 40%;
    height: auto;
}

@media(max-width: 575px) {
    .logoFacil {
        bottom:0;
        margin-bottom: 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    } 

}

@media(max-width: 540px) {
    .imagem-captcha{
        width: 100%;
    }
}


@media(min-width: 541px) {   

    .imagem-captcha{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

.cor-texto-link-escuro-1{
    color: #1D285C}

.cor-texto-link-claro-1{
    color: #1BA0F2}

.cor-texto-link-claro-2{
    color: #117ddf}

.cor-background-escuro-1{
    background-color: #1D285C}

.cor-background-claro-1{
    background-color: #1D285C}

.cor-background-claro-2{
    background-color: #1BA0F2;
}

.cor-texto-placeholder-claro-1::placeholder {
  color: #999999;
  opacity: 0.5; 
}

.cor-texto-placeholder-claro-1::-ms-input-placeholder { 
  color: #999999;
}

.input-icone{
    background-color: #EBEDEF;
}

.input-icone:focus{
    background-color: #EBEDEF;
    box-shadow: none;
}

.icone-input-imagem-svg{
    width: 24px;
    filter: invert(59%) sepia(6%) saturate(12%) hue-rotate(324deg) brightness(103%) contrast(84%);;
}

.remove-sombra{
    box-shadow : none !important;
}

.select-folha{
    color: #999999;
}

.imagem-logo-sistema-superior{
    min-height: 60px;
    max-height: 60px;
}

.botao-entrar {
        border-radius: 0.375rem;
        display: inline-block;
        color: white !important;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #0b1036;
        padding: 0.375rem 0.75rem;
        font-size: 0.75rem;
        font-height: 400;
        line-height: 1.5;
        width: 100%;
        height:2.5rem;    
        border: 0;
}

.botao-recuperacao-senha {
        border-radius: 0.375rem;
        display: inline-block;
        color: white;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #0b1036;
        padding: 0.375rem 0.75rem;
        font-size: 0.75rem;
        font-height: 400;
        line-height: 1.5;
        height:2.5rem;    
        border: 0;
}

/* NOTA TELA DE LOGIN */

.login-container {
    width: 720px;
    min-height: 600px;
    display: flex;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 20px;
    background: #2C384A ?>;
    align-self: center;
}
.image-side {
    flex: 1;
    background-image: url('imagens/login_institucional/lateral_login_02.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 20px;
    color: white;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.image-side::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.consigfacil-logo {
    position: relative;
    z-index: 2;
    align-self: center;
}
.decorative-lines {
    position: relative;
    z-index: 2;
    align-self: flex-end;
}
.login-side {
    flex: 1;
    background-color: white;
    padding: 52px 43px 52px 40px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    justify-content: center;
}
.cliente-logo {
    max-height: 40px;
    margin-bottom: 20px;
}
.login-form {
    display: flex;
    flex-direction: column;
}
.form-group {
    margin-bottom: 15px;
}
.form-group input {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.captcha-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}
.captcha-image {
    flex: 1;
    margin-right: 10px;
}
.refresh-captcha {
    background: none;
    border: none;
    color: #1BA0F2;
    cursor: pointer;
}
.btn-enter {
    width: 100%;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.btn-enter:hover {
    background-color: #0056b3;
}

.terms {
    font-size: 10px;
    margin-top: 12px;
    line-height: 116.672%;
}
.divisor {
    display: flex;
    align-items: center;
    text-align: center;
    color: #999; /* Cor do texto e da linha */
    margin: 12px auto;
    font-size: 12px;
    width: 233px;
}

.divisor::before,
.divisor::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #999; /* Cor e espessura da linha */
}

.divisor span {
    padding: 0 10px; /* Espaçamento entre o texto e as linhas */
}

.label-login {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.texto-login-certificado-digital {
  font-size: 14px;
  font-weight: 500;
}

.texto-login-esqueci-senha {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .login-container {
        width: 100% !important;
        min-height: 100vh;
    }

    .image-side,
    .logoFacil {
        display: none;
    }

    .login-side {
        padding-top: 80px;
    }

    .logo-sistema-superior {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
    }
}

.texto-info-vinculo-login {
    color: #B9B9B9;
}

.item-vinculo-login {
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 769px) {
    .logo-sistema-superior {
        display: none;
    }
}

.contraste-toltip{
    fill: #1BA0F2 !important;
}

.feedback-screen{
    margin-top: 50%;
}

.btn:hover {
    background-color: #0056b3 !important;
}