@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url("https://sim.digifred.net.br/camposborges_homolog/assets/fonts/open-sans-v27-latin-regular.woff2") format('woff2'),
    url("https://sim.digifred.net.br/camposborges_homolog/assets/fonts/open-sans-v27-latin-regular.woff") format('woff');
}

:root {
    --branco: #F3F3F3;
    --branco-cinza: #F5F5F5;
    --azul-claro: #5C82AB;
}

@media screen and (max-width: 1024px) {
    html * {
        font-family: 'Open Sans', sans-serif !important;
    }

    body {
        align-items: center;
        background-color: rgb(63, 91, 123);
        display: flex;
        justify-content: center;
        height: 100vh;
    }

    .mobile__escolhe-entidade--container {
        position: fixed;
        top: 17%;
        width: 94vw;
        height: auto;
        text-align: center;
        background-color: #efe4bb;
        box-sizing: border-box;
        padding: 16px;
        border-radius: 6px;
        box-shadow: 0 0 20px #000;
    }

    .mobile__escolhe-entidade--container form select#selectEscolheEntidade {
        margin: 1.25rem;
        font-size: 12px;
        width: 60%;
        color: #2c2925;
        background-color: buttonface;
        overflow: visible !important;
        padding: 6px 6px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .mobile__escolhe-entidade--logo {
        background-image: url("https://sim.digifred.net.br/camposborges_homolog/imagens/digifred-logo.png");
        height: 80px;
        width: 202px;
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        margin-top: 1rem;
    }

    .mobile__escolhe-entidade--titulo {
        margin-top: 1.5rem;
        font-weight: bold;
        font-size: 1.25rem;
        color: #3f4344;
    }
}