.btn-contribuinte {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    border: none !important;
    height: 72px !important;
    border: 1px solid #E0E0E0 !important;
    background-color: #FFFFFF !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    text-align: left !important;
}

    .btn-contribuinte:hover {
        background-color: #00A1F9 !important;
        color: white !important;
        border-color: #00A1F9 !important;
    }

    .btn-contribuinte .user-border.bi-person {
        font-size: 36px !important;
    }

    .btn-contribuinte .user-border.bi-building-fill {
        font-size: 32px !important;
    }

.btn-govbr {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px !important;
    position: relative !important;
    background: #FFFFFF !important;
    border: 1px solid #0094EA !important;
    border-radius: 6px !important;
    width: 120% !important;
    display: flex !important;
    align-items: center !important;
}

    .btn-govbr:hover {
        background-color: #00A1F9 !important;
        border-color: #00A1F9 !important;
        color: white !important;
    }

.btn-selecionado {
    background-color: #0070C1 !important;
    color: white !important;
}

    .btn-selecionado .bi-person {
        color: #FFFFFF !important;
    }

    .btn-selecionado .bi-building-fill {
        color: #FFFFFF !important;
    }

    .btn-selecionado .user-border {
        background: #0094ea !important;
        border-color: #0094ea !important;
    }

.container-bg-image {
    background-image: url('/img/imgPortalEFazenda.png') !important;
    background-size: cover !important;
    width: 100% !important;
    height: 100vh !important;
    background-position: center !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.menu-container {
    background: #F5F5F5 !important;
    width: 35rem !important;
    height: 100vh !important;
    position: relative !important;
}

.txt-dark {
    font-size: 20px !important;
    color: #004F9F !important;
    font-style: normal !important;
    text-align: center !important;
}

@media screen and (min-width: 100px) and (max-width: 820px) and (max-height: 1280px) {
    .container-bg-image {
        height: 100% !important;
    }

    .menu-container {
        width: 100% !important;
        background: rgb(245,245,245,0.93);
    }

    .logoGoverno {
        display: none !important;
    }

    .btn-govbr {
        width: 100% !important;
    }
}

@media screen and (device-aspect-ratio: 4/3) {
    .container-bg-image {
        height: 100% !important;
    }

    .menu-container {
        background: rgb(245,245,245,0.93) !important;
    }

    .logoGoverno {
        display: none !important;
    }

    .btn-govbr {
        width: 100% !important;
    }

}

.cor-primaria {
    color: #004F9F !important;
}

.align-items-center {
    align-items: center !important;
}

.ajuda-container {
    margin-top: 70px !important;
}

.link-faq {
    position: absolute;
    margin-top: 80px !important;
}

#link-faq:not(:disabled):hover {
    background-image: none;
    text-decoration: underline;
    color: #00357B;
}

.texto-index {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

.user-border {
    box-sizing: border-box !important;
    position: relative !important;
    margin: 10px !important;
    margin-right: 25px !important;
    width: 40px !important;
    height: 40px !important;
    background: #FFFFFF !important;
    border: 2px solid #44BEFC !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #7DD0FE !important;
}

.logoGoverno {
    margin: auto !important;
    display: block !important;
}

#link-faq:not(:disabled):hover {
    background-image: none;
    text-decoration: underline;
    color: #00357B;
}
