html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    padding: 5px 0px 5px 0px;
    /*line-height: 15px;*/
}

label {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.tituloPagina {
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: bold;
}

a.btn.botao-paciente {
    background-color: #613f9f;
    color: white;
}

a.btn.botao-consulta {
    background-color: #3f729f;
    color: white;
}

a.btn.botao-terapeutas {
    /*#852989*/
    background-color: #852989;
    color: white;
}

.tituloPaginaHome {
    font-size: 40px;
    font-weight: bold;
    margin-top:30px;
}