html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus-visible {
    background-color: yellowgreen;
}

@media (min-width: 1024px) {

    .fa-10x {
        font-size: 10em !important;
    }

    .principal {
        margin: 0;
        height: 100%;
        width: 1024px;
        top: 50%;
        left: 50%;
        position: relative;
    }

    .corpo {
        width: 1024px;
        margin-left: -510px;
        /*position: fixed;*/
        margin-top: 8%;
    }
}

@media (max-width: 1024px) {
    .table_fonte_celular {
        font-size: 8px !important;
        /*width: 85% !important;*/
    }

    accordion-body {
        padding: 0 !important;
    }

    .logotipo {
        height: 32px;
        padding-bottom: 5px;
    }

    html, body {
        background-image: none !important;
    }

    .TelaAcesso {
        margin-top: 15px !important;
    }
    .msgDireita {
        margin: 5px 0 0 5px !important;
        margin-right: 25px !important;
    }

    .msgEsquerda {
        margin: 5px 10px !important;
        margin-left: 25px !important;
    }

    .card-header {
        padding: 3px !important;
    }
}


.msgDireita {
    margin: 5px 0 0 5px;
    margin-right: 60px;
}
.msgEsquerda {
    margin: 5px 15px;
    margin-left: 60px;
}


.TelaAcesso {
    margin-top: 85px;
}

.fa-10x {
    font-size: 5em;
}

html {
    position: relative;
    min-height: 100%;
}

html, body {
    background-image: url(/img/fundofinanceiro.png);
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
    background-position-x: left;
    background-position-y: bottom;
}

header {
    padding-top: 5px;
    margin-bottom: 10px;
}

section {
    padding-bottom: 20px;
}


.FontePadrao {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    font-size: 18px !important;
}

.TamanhoFontePadrao {
    font-size: 27px !important;
    border-radius: 0px;
}

.load {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(255,255,255, 0.6);
    z-index: 999999;
    display: flex;
    display: -webkit-flex; /* Garante compatibilidade com navegador Safari. */
    justify-content: center;
    align-items: center;
}
