html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

header {
    top: 0;
    width: 100%;
    background-color: #f0f0f0;
    color: #909090;
    z-index: 9999;
    margin-bottom: 3rem;
}

.page {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.footer-inner { background-color: #f0f0f0; color: #909090; text-align: center; padding: 3rem; margin-top: 5rem; }

.imagem_background { position: relative; }
.attribution { position: absolute; right: 10px; bottom: 10px; z-index: 1000; font-size: 10px; color: #fafafa; }
.attribution a, .attribution a:visited { color: #fafafa; }

.accordion-button:not(.collapsed) { color: #d0d0d0; background-color: #808080; }

* { font-family: 'Sora', sans-serif; }

#TITULO {font-size: 2rem;}
#LOGO_EMPRE img { max-width: 15vw; }

@media (min-width: 768px) {
    #TITULO {font-size: 4rem;}
}
#SUBTITULO { font-size: 0.9rem; font-weight: 400; color: #b0b0b0; }
#RAZAO_SOCIAL { font-weight: bold; }
#CNPJ_EMPRE { font-size: 0.8rem; font-weight: 400; color: #b0b0b0; }
#ENDER_EMPRE { font-size: 0.8rem; font-weight: 400; color: #b0b0b0; }
#TELEF_EMPRE { font-size: 0.8rem; font-weight: 400; color: #b0b0b0; }
#EMAIL_EMPRE a { font-size: 0.8rem; font-weight: 400; color: #b0b0b0; }
#EMAIL_EMPRE a:focus { font-size: 0.8rem; font-weight: 400; color: #b0b0b0; }
#EMAIL_EMPRE a:visited { font-size: 0.8rem; font-weight: 400; color: #b0b0b0; }

.form-control:focus, .form-select:focus {   
    border-color: rgba(200, 200, 200, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(200, 200, 200, 0.6);
    outline: 0 none;
}

.fa-lg { color: #a0a0a0; }
.edu-separador { border-bottom: solid 1px #e0e0e0; font-size: 1rem; font-weight: 700; color: #ff010b; }
.edu-botao, .edu-botao:focus { background-color: #ff010b; color: #fafafa; padding: 1rem 3rem; }
.edu-botao:hover { background-color: #ff111b; }
.edu-botao .spinner-border { display: none; }
.edu-botao.clicked .spinner-border { display: inline-block; }

.edu-saudacao-final { font-size: 1.1rem; }

.comprovante { border: solid 1px #c0c0c0; display: inline-block; padding: 1rem; }