#informacao,
#politica {
    background-color: white;
    padding: 2%;
}

#informacao {
    min-height: calc(100vh - 471px);
}

#informacao>div>h2 {
    margin-top: 1%;
    margin-bottom: 3%;
    text-align: center;
}

#informacao>div>p {
    margin-bottom: 1em;
}

.politica {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    margin-top: 3%;
}

.politica label {
    font-weight: bold;
}

.link {
    font-size: 100%;
    color: red !important;
    text-decoration: underline;
}

button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-formulario {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.btn-formulario button {
    color: #fff;
    background-color: #004694;
    border-color: #004594c9;
}

.btn-formulario button:hover {
    color: #fff;
    background-color: #023875;
    border-color: #023875b0;
    cursor: pointer;
}

.notices {
    top: 9em !important;
}

.notices .toast .toast-text {
    color: white;
}

.img-inicial {
    display: flex;
    height: 200px;
}

.img-inicial img {
    width: 100%;
    height: 100%;
}

#politica {
    min-height: calc(100vh - 502px);
}

#politica h2 {
    color: black;
}

#politica>div {
    margin-top: 3%;
}

#politica>div>p {
    margin-top: 0.5em;
}

.campo-obrigatorio {
    color: red;
}

#formulario {
    margin-top: 0.4em;
}

.custom-input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
}

.custom-input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-input-group input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.custom-input-group-addon,
.custom-input-group-btn {
    width: 25%;
    white-space: nowrap;
    vertical-align: middle;
}

.custom-input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.custom-input-group input:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#contato {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.custom-input-group input {
    height: 33px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    margin-top: 0 !important;
}

.custom-input,
.custom-select,
.custom-textarea {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    margin-top: 0 !important;
}

.custom-input {
    height: 33px !important;
}

.custom-select {
    min-height: 30px !important;
    width: auto;
}

#formulario h2 {
    margin-bottom: 1%;
    padding: 1%;
    font-weight: bold;
    color: white;
    background-color: #034EA2;
    text-align: center;
}

.formulario-corpo {
    display: flex;
    flex-direction: column;
    border: 0.1em solid #65A0D4;
    padding: 2%;
}

.formulario-corpo-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1em;
    justify-content: space-between;
}

.formulario-corpo .div-label {
    display: flex;
    justify-content: flex-end;
}

.formulario-corpo label {
    font-weight: bold;
}

.formulario-corpo select {
    width: 100%;
}

.formulario-corpo #nome_solicitante {
    width: 100%;
}

.formulario-corpo-subdivsao {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formulario-corpo-subdivsao .sub-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.formulario-corpo-subdivsao:first-child .sub-div:first-child {
    justify-content: space-around;
}

.formulario-corpo-subdivsao:last-child .sub-div {
    justify-content: flex-end;
}

#div-cpf,
#div-email {
    display: flex;
    justify-content: flex-end;
}

#div-dt-nascimento,
#div-telefone {
    margin-right: 2em;
    text-align: right;
}

#cpf,
#email {
    width: 100%;
}

#data_nascimento {
    width: 100%;
}

#div-telefone~div {
    width: 100%;
}

#label-detalhes {
    width: 100%;
    text-align: right;
}

#label-anexo {
    width: 100%;
    text-align: right;
}

@media (max-width: 767px) {

    .div-label,
    #div-cpf,
    #div-email {
        justify-content: left !important;
    }

    #label-detalhes,
    #label-anexo,
    #div-dt-nascimento,
    #div-telefone {
        text-align: left !important;
    }
}

#formulario #detalhes {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    resize: none;
}

#div-anexo {
    width: 100%;
}

#div-anexo:hover {
    cursor: pointer;
}

#div-anexo span:hover {
    background-color: rgba(73, 73, 73, 0.158);
}

#anexo {
    background-color: white;
}

.btn-form {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 1em;
}

.btn-form button,
#modal-confirmacao button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-dialog {
    margin-top: 50px !important;
}

#cancelar,
#modal-confirmacao .btn-cancelar {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#cancelar:hover,
#modal-confirmacao .btn-cancelar:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    cursor: pointer;
}

#enviar {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-left: 2em;
}

#enviar:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    cursor: pointer;
}

#arquivo_anexo {
    display: none;
}

.info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.info label {
    font-weight: normal;
}

.mensagem-erro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1em;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.mensagem-erro p {
    color: #a94442;
    margin-top: 0.3em;
}


.mensagem-sucesso {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1em;
    border-radius: 4px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.mensagem-sucesso p {
    color: #3c763d;
    margin-top: 0.3em;
}

.recaptcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.display-none {
    display: none;
}

.background-modal {
    position: fixed;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.356);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#modal-confirmacao {
    position: fixed;
    z-index: 1;
    top: 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.fade:not(.show) {
    opacity: 1 !important;
}

#modal-confirmacao .modal-header {
    color: white;
    background-color: #034EA2;
    display: flex;
    padding: 0.5em;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#modal-confirmacao .modal-header h2 {
    color: white;
    margin-left: 2%;
}

#modal-confirmacao .close {
    color: white;
    font-weight: bold;
    font-size: 1.8em;
}

#modal-confirmacao .close:hover {
    color: #dcdcdc;
    cursor: pointer;
}

#modal-confirmacao .modal-body {
    padding: 15px;
}

#modal-confirmacao .btn-modal {
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#modal-confirmacao .btn-confirmar {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    margin-left: 1em;
}

#modal-confirmacao .btn-confirmar:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    cursor: pointer;
}

#modal-confirmacao p {
    color: black;
}

.info-final {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info-final>p,
.info-final>div {
    margin-top: 0.8em;
}

.info-email {
    color: blue;
    text-decoration: underline;
}

.h2-politica {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #474747 !important;
}

.h2-politica-titulo {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    color: #474747 !important;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}

.div_privacidade {
    max-width: 1000px;
}

.wrapper_privacidade {
    justify-content: center;
}

@media (max-width: 1000px) {
    .wrapper_privacidade {
        justify-content: initial;
    }
}

h2 {
    font-weight: normal;
    font-size: 15px;
}

.formulario-corpo .row {
    padding: 5px;
}

.toast:not(.showing):not(.show) {
    opacity: 1 !important;
}

.display-block {
    display: block !important;
}