﻿.barra-navegacao {
    z-index: 1;
    height: 60px;
}

.menuresponsivo {
    margin-right: 10px;
}


.btn-primary {
    color: #fff;
    background-color: #246da7;
    border-color: #246da7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d4069;
    border-color: #0d4069;
}

.fora {
    width: 100%;
    height: auto;
    position: relative;
}

.card {
    max-width: 520px;
    height: auto;
    margin-top: 30px;
    margin: auto;
    width: 80%;
    margin-block: 30px;
    background-color: rgba(255,255,255,60%);
    border-radius: 16px 16px 16px 16px;
    box-shadow: 2px 2px 10px -1px rgb(0 0 0 / 40%);
}

.card-header {
    border-radius: 16px 16px 0 0 !important;
    background-color: #246da7;
    color: #ededed;
    text-align: center;
    font-weight: bold;
}

.botao {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
    color: gray;
}

.botao-header, .botao-footer {
    font-size: small;
}

.botao-body {
    margin: 5px 0;
}

.subtitulo {
    color: gray;
}

.visibilidade-foto {
    width: 130px;
    font-size: small;
}

.remove-foto, .remove-foto:hover {
    color: red;
}

.foto-sel {
    max-width: 140px;
    max-height: 100px;
}

#modal-shot-rg .modal-dialog, #modal-shot-cpf .modal-dialog, #modal-shot-boletim .modal-dialog {
    max-width: 355px;
}

#video-rg, #canvas-rg, #video-cpf, #canvas-cpf, #video-boletim, #canvas-boletim {
    max-width: 100%;
    max-height: 100%;
}

.switch-camera {
    width: 30px;
}

.segunda-via {
    font-size: medium;
    font-weight: bold;
    color: red;
}