.div-titulo{
    /* display: flex;
    justify-content: center; */
    text-align: center;
}
.titulo{
    font-weight: bold;
    color: #0D6EFD;
    font-size: 32px;
}
.subtitulo{
    font-weight: bold;
    font-size: 20px;
}
.div-btn-consulta{
    text-align: center;
    margin-bottom: 24px;
}
#btn-consulta, #btn-buscar{
    width: 100%;
}
.p-info{
    text-align: justify;
}
.link{
    text-decoration: none;
    color: #0D6EFD;
}
form{
    margin-bottom: 24px;
}
.row{
    margin-top: 8px;
}
.form-label{
    font-weight: bold;
}
#detalhes-solicitacao{
    resize: vertical;
}
.div-recaptcha{
    margin: 24px 0px;
    display: flex !important;
    justify-content: center !important;
}
.div-btn{
    text-align: center;
}
#enviar-informacoes{
    width: 100%;
}
@media(min-width: 870px){
    .div-btn-consulta{
        text-align: right;
    }
    #btn-consulta, #btn-buscar{
        width: auto;
    }
}