* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    overflow-x: hidden;
}

/* Container Header */
.container > .container--header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
}

.container > .container--header > a > .logo {
    width: 170px;
}

/* Container Body */
.container > .container--body {
    width: 100%;
}

.container > .container--body > .body--info {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url('../images/banner.png');
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;

    padding: 50px 0px;
    border-bottom: 2px solid #005DAA;
    box-shadow: 0px 3px 5px -2px rgba(127, 127, 127, 0.8);
}

.container > .container--body > .body--info > h2, 
.container > .container--body > .body--info > h1 {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.container > .container--body > .body--info > h2 {
    font-weight: 300;
    font-size: 3rem;
}

.container > .container--body > .body--info > h1 {
    font-weight: 600;
    font-size: 4rem;
    margin-bottom: 20px;
}

.container > .container--body > .body--info > p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #FFF;
    font-size: 1.12rem;
    line-height: 1.3;
    font-weight: 300;
}

/* TELA DE PERGUNTA - CADASTRO OU ATUALIZACAO */
.body--action-user {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.body--action-user > .action-user--select-option {
    width: 30%;
}

.body--action-user > .action-user--select-option > .select-option--card {
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
    border-radius: 6px;
    background-color: #f8f8f8;
    box-shadow: -10px -10px 20px 5px rgb(127 127 127 / 25%),
                10px 10px 20px 5px rgb(127 127 127 / 35%);
    transition: all ease 0.3s;
}

.body--action-user > .action-user--select-option > .select-option--card > h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #454545;
    transition: all ease 0.3s;
}

.body--action-user > .action-user--select-option > .select-option--card > hr {
    border: none;
    height: 3px;
    width: 80px;
    background-color: #fdc300;
    margin: 10px 0px;
}

.body--action-user > .action-user--select-option > .select-option--card > button {
    border: none;
    border-radius: 3px;
    padding: 14px 25px;
    background-color: #005DAA;
    color: #FFF;
    margin: 10px 0px;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    transition: all ease 0.3s;
    cursor: pointer;
}

.body--action-user > .action-user--select-option > .select-option--card > button:nth-child(4) {
    margin: 0px;
    background-color: #FFF;
    border: 2px solid #777;
    color: #777
}

.body--action-user > .action-user--select-option > .select-option--card > button:hover,
.body--action-user > .action-user--select-option > .select-option--card > button:focus {
    opacity: 0.8;
}

.body--action-user > .action-user--select-option > .select-option--card > button:nth-child(4):hover,
.body--action-user > .action-user--select-option > .select-option--card > button:nth-child(4):focus {
    background-color: #777;
    color: #FFF
}


/* TELA DE PERGUNTA - CADASTRO OU ATUALIZACAO */
.container > .container--body > .body--navigation-tabs {
    display: none;
}

.container > .container--body > .body--navigation-tabs > .navigation-tabs--title-tab {
    padding: 60px 0px 40px;
    text-align: center;
}

.container > .container--body > .body--navigation-tabs > .navigation-tabs--title-tab > div {
    height: 1.5rem;
}

.container > .container--body > .body--navigation-tabs > .navigation-tabs--title-tab > div > h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    transition: all ease 0.3s;
}

#titleDadosEleitorais,
#titleDadosPessoais,
#titleProfissaoInteresses,
#titleEndereco,
#titleContato,
#titleConfirmacao {
    display: none;
}

.container > .container--body > .body--navigation-tabs > .navigation-tabs--title-tab > hr {
    border: none;
    height: 2px;
    width: 100px;
    background-color: #fdc300;
    margin: auto;
    margin-top: 15px;
}

#aviso-endereco {
    display: none;
    width: 65%;
    margin: auto;
    padding: 20px;
    margin-bottom: 40px;      
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 6px;
}

#aviso-endereco > h1 {
    font-size: 90%;
    font-family: 'Roboto',sans-serif;
    color: #856404;
}

#aviso-endereco > p {
    font-size: 90%;
    font-family: 'Roboto',sans-serif;
    color: #856404;
}

#aviso {
    display: none;
    width: 65%;
    margin: auto;
    padding: 20px;
    margin-bottom: 40px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 20px 20px 60px #bebebe,
              -20px -20px 60px #ffffff;
}

#aviso > h1 {
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
    color: #ff0000;
    text-align: center;
}

.container > .container--body > form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 65%;
    padding: 0px 10px 80px;
}

.container > .container--body > form > .body--tab {
    width: 100%;
    display: none;
}

.container > .container--body > form > .body--tab > .tab--row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.container > .container--body > form > .body--tab > .tab--row > .row--title-tab {
    padding: 20px 0px 40px;
}

.container > .container--body > form > .body--tab > .tab--row > .row--title-tab > div {
    height: 1.5rem;
}

.container > .container--body > form > .body--tab > .tab--row > .row--title-tab > div > h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    transition: all ease 0.3s;
}

.container > .container--body > form > .body--tab > .tab--row > .row--title-tab > hr {
    border: none;
    height: 2px;
    width: 100px;
    background-color: #2362b7;
    margin: auto;
    margin-top: 9px;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column {
    width: 30%;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > label,
.container > .container--body > form > .body--tab > .tab--documents > .documents--row > .row--column > label {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > label > span,
.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(1) > div > label > span,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div:not(.radiogroup) > div > label > span {
    color: #FF0000;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > input,
.container > .container--body > form > .body--tab > .tab--row > .row--column > #divSearchCEP > input,
.container > .container--body > form > .body--tab > .tab--row > .row--column > select {
    width: 100%;
    height: 40px;
    margin: 5px 0 20px;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 10px 15px;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > div > input.error,
.container > .container--body > form > .body--tab > .tab--row > .row--column > input.error,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div > #divSearchCEP > input.error,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div > div > input.error,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div > select.error,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div > div > select.error,
.container > .container--body > form > .body--tab > .tab--row > .row--column > select.error,
.modal-naturalidade > .modal-naturalidade--body > select.error {
    border-color:#F5222D !important;
    margin-bottom: 7px !important;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > div > input + p,
.container > .container--body > form > .body--tab > .tab--row > .row--column > input + p,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div > #divSearchCEP > input + p,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div > div > input + p,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div > select + p,
.container > .container--body > form > .body--tab > .tab--row > .row--column > div > div > select + p,
.container > .container--body > form > .body--tab > .tab--row > .row--column > select + p,
.modal-naturalidade > .modal-naturalidade--body > select + p {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    color: #F5222D;
    margin-bottom: 10px;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > #divSearchCEP > input {
    margin: 5px 0 0;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > #naoSeiCEP {
    margin: 5px 0 10px;
}
.container > .container--body > form > .body--tab > .tab--row > .row--column > #naoSeiCEP > a {
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
    color: #4475b8;
    text-decoration: none;
    transition: all ease 0.3s;
}
.container > .container--body > form > .body--tab > .tab--row > .row--column > #naoSeiCEP > a:hover,
.container > .container--body > form > .body--tab > .tab--row > .row--column > #naoSeiCEP > a:focus {
    opacity: 0.8;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > input:focus,
.container > .container--body > form > .body--tab > .tab--row > .row--column > #divSearchCEP > input:focus,
.container > .container--body > form > .body--tab > .tab--row > .row--column > select:focus {
    border: 1px solid #3165b4;
    box-shadow: 0px 0px 5px 0px #3165b4;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > input:read-only,
.container > .container--body > form > .body--tab > .tab--row > .row--column > select:disabled {
    background-color: #e3e3e3;
}

/* TAB DADOS ELEITORAIS */
.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) {
    flex-direction: row-reverse;
}
.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(1) {
    width: 50%;
    background-color: #f5f5f5;
    padding: 90px 40px;
    width: 50%;
    box-shadow: 0px 0px 2px 1px rgba(127, 127, 127, 0.3);
}
.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(2) {
    width: 50%;
    padding: 86px 40px 263px;

}

.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(1) > div > label,
.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(2) > div > label {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(1) > div > input,
.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(1) > div > select {
    width: 100%;
    height: 40px;
    margin: 5px 0 20px;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 10px 15px;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(1) > div > select:disabled {
    background-color: #e3e3e3;
}

.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(1) > div > input:focus,
.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(1) > div > select:focus {
    border: 1px solid #3165b4;
    box-shadow: 0px 0px 5px 0px #3165b4;
}

.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(2) > div {
    display: flex;
    flex-direction: column;
    align-items: center;    
}

.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(2) {
    margin-top: 15px;
}

.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(2) {
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}
.container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(2) > .row--next-page {
    width: auto;
} 

.btn-next-step:disabled {
    background-color: #f3cd4b !important;
    border-color: #f3cd4b !important;
    cursor: not-allowed !important;
}
.btn-next-step:disabled:hover {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.div-recaptcha {
    display: flex;
    justify-content: center;
}

/* TAB DADOS ELEITORAIS */

/* TAB DADOS PESSOAIS */
.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(1) > .row--column:nth-child(1) {
    width: 63%;
}
.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(1) > .row--column:nth-child(2) {
    width: 30%;
}

.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(3) > .row--column:nth-child(1) {
    width: 50%;
}
.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(3) > .row--column:nth-child(2) {
    width: 20%;
}
.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(3) > .row--column:nth-child(3) {
    width: 20%;
}

.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(6) > .row--column:nth-child(1) {
    width: 95%;
}

.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(7) > .row--column:nth-child(1) {
    width: 46%;
}
.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(7) > .row--column:nth-child(2) {
    width: 46%;
}

.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(8) {
    justify-content: flex-end;
    width: 97%;
    margin-top: 10px;
}
.container > .container--body > form > .body--tab:nth-child(2) > .tab--row:nth-child(8) > .row--next-page {
    width: auto;
} 

#mensagem-deficiencia {
    display: none;
    margin: 10px 0px;
    background: #fb7070;
    padding: 10px;
    border-radius: 5px;
    border: 2px dashed #da0d0d;
    text-align: center;
}

#mensagem-deficiencia > p {
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
    color: #FFF;
}

#divTableDeficiencias {
    display: block;
    width: 100%;
    max-height: 300px;
    border: 1px solid #000;
    margin: 10px 0px;
    overflow-y: auto;
    border-radius: 3px;
}

#tableDeficiencias {
    width: 100%;
    border-collapse: collapse;
}

#tableDeficiencias > thead {
    background: #CCC;
}

#tableDeficiencias > thead > tr > th {
    padding: 10px;
    color: #FFF;
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

#tableDeficiencias > thead > tr > th:nth-child(1) {
    width: 20%;
}
#tableDeficiencias > thead > tr > th:nth-child(2) {
    width: 80%;
}

#tableDeficiencias > tbody > tr > td {
    padding: 10px;
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#tableDeficiencias > tbody > tr:nth-child(2n) {
    background-color: #f3f3f3;
    transition: all ease 0.3s;
}
 
#tableDeficiencias > tbody > tr:hover {
    cursor: pointer;
    background-color: #cee5f7 !important;
}

/* TAB DADOS PESSOAIS */

/* TAB PROFISSOES E INTERESSES */
.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(1) > .row--column:nth-child(1) {
    width: 96%;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(1) > .row--column:nth-child(1) > .message-error-profissao {
    display: none;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    background: #ffaa2a;
    border: 3px dashed #f58c1c;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(1) > .row--column:nth-child(1) > .message-error-profissao > p {
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(2) > .row--column:nth-child(1) {
    width: 70%;
}
.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(2) > .row--column:nth-child(2) {
    width: 23%;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(1) {
    width: 45%;
    align-self: normal;
}
.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(2) {
    width: 48%;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(2) > div > input,
.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(2) > div > select {
    width: 100%;
    height: 40px;
    margin: 5px 0 20px;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 10px 15px;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(2) > div > input:focus,
.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(2) > div > select:focus {
    border: 1px solid #3165b4;
    box-shadow: 0px 0px 5px 0px #3165b4;
}

label[for="precandidatoMobile"],
#precandidatoMobile {
    display: none;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(2) > div > input:read-only {
    background-color: #e3e3e3;
}


.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(2) > div > label {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(3) > .row--column:nth-child(2) > div > label > span {
    color: #FF0000;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(4) > .row--column:nth-child(1) {
    width: 33%;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(4) > .row--column:nth-child(2) {
    width: 60%;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(5) > .row--column:nth-child(1) {
    width: 96%;
}

.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(6) {
    justify-content: flex-end;
    width: 97%;
    margin-top: 10px;
}
.container > .container--body > form > .body--tab:nth-child(3) > .tab--row:nth-child(6) > .row--next-page {
    width: auto;
} 

#divTableProfissoes {
    display: none;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    max-height: 250px;
    overflow-y: auto;
}

#divTableProfissoes > table {
    width: 100%;
    border-collapse: collapse;
}
#divTableProfissoes > table > thead > tr > th {
    padding: 10px;
    background: #3165b4;
    color: #FFF;
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
}
#divTableProfissoes > table > tbody > tr {
    transition: all ease 0.3s;
    cursor: pointer;
}
#divTableProfissoes > table > tbody > tr > td {
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    padding: 10px 3px;
}
#divTableProfissoes > table > tbody > tr:nth-child(2n) {
    background-color: #f1f1f1;
}
#divTableProfissoes > table > tbody > tr:hover,
#divTableProfissoes > table > tbody > tr.active {
    background-color: #31b44b85 !important;
    color: #FFF;
}



/* TAB PROFISSOES E INTERESSES */

/* TAB ENDERECO */
#divSearchCEP > input {
    width: 60% !important;
}

#divSearchCEP > button {
    padding: 9px 10px;
    border-radius: 30px;
    border: 1px solid #4771a8;
    cursor: pointer;
    margin-left: 5px;
    background: #3165b4;
    color: #FFF;
    transition: all ease 0.3s;
}

#divSearchCEP > button:hover,
#divSearchCEP > button:focus {
    background-color: #1a80f5;
}

.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(1) {
    align-items: initial;
}

.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(1) > .row--column:nth-child(1) {
    width: 20%;
}
.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(1) > .row--column:nth-child(2) {
    width: 30%;
}
.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(1) > .row--column:nth-child(3) {
    width: 40%;
}

.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(2) > .row--column:nth-child(1) {
    width: 25%;
}
.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(2) > .row--column:nth-child(2) {
    width: 45%;
}
.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(2) > .row--column:nth-child(3) {
    width: 20%;
}

.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(3) > .row--column:nth-child(1) {
    width: 52%;
}
.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(3) > .row--column:nth-child(2) {
    width: 40%;
}

.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(4) {
    justify-content: flex-end;
    width: 97%;
    margin-top: 10px;
}
.container > .container--body > form > .body--tab:nth-child(4) > .tab--row:nth-child(4) > .row--next-page {
    width: auto;
}
/* TAB ENDERECO */

/* TAB CONTATO */
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) {
    display: flex;
    flex-direction: column;
    padding: 90px 40px 208px;
    width: 50%;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 90px 40px;
    width: 50%;
    box-shadow: 0px 0px 2px 1px rgba(127,127,127, 0.3);
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > div,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .correio-eletronico > div,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .redes-sociais > div {
    display: flex;
    flex-direction: column;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > h1,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .correio-eletronico > h1,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .redes-sociais > h1 {
    font-size: 1.75rem;
    font-family: 'Roboto', sans-serif;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > hr,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .correio-eletronico > hr,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .redes-sociais > hr {
    border: none;
    height: 2px;
    background-color: #ffaa2a;
    margin: 5px 0px 5px;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > hr {
    width: 75px;
}
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .correio-eletronico > hr {
    width: 180px;
}
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .redes-sociais > hr {
    width: 140px;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > div > label,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .correio-eletronico > div > label,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .redes-sociais > div > label {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > div > input,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > div > select,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .correio-eletronico > div > input,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .redes-sociais > div > input {
    width: 100%;
    height: 40px;
    margin: 5px 0 15px;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 10px 15px;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .correio-eletronico > div > input {
    text-transform: none;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > div > input:focus,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(1) > .telefones > div > select:focus,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .correio-eletronico > div > input:focus,
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(1) >.row--column:nth-child(2) > .redes-sociais > div > input:focus {
    border: 1px solid #3165b4;
    box-shadow: 0px 0px 5px 0px #3165b4;
}

.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(2) {
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
}
.container > .container--body > form > .body--tab:nth-child(5) > .tab--row:nth-child(2) > .row--next-page {
    width: auto;
} 
/* TAB CONTATO */

/* TAB DOCUMENTO */
.container > .container--body > form > .body--tab.documento {
    padding: 20px 0;
    box-shadow: -10px -10px 20px 5px rgb(127 127 127 / 25%),
                10px 10px 20px 5px rgb(127 127 127 / 35%);
    border-radius: 12px;
}

form > .body--tab:nth-child(6) > .tab--wizard-documents {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.body--tab:nth-child(6) > .tab--wizard-documents > .line {
    width: 33%;
    height: 8px;
    background: #CCC;
    transition: all ease-in 0.5s;
}

.body--tab:nth-child(6) > .tab--wizard-documents > .line:nth-child(3) {
    background-image: linear-gradient(90deg, #009D3D 30%, #CCC 30%);
}

.body--tab:nth-child(6) > .tab--wizard-documents > .line.active {
    background: #009D3D;
}

.body--tab:nth-child(6) > .tab--wizard-documents > span:not(.line) {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 50px;
    height: 50px;
    
    border-radius: 50px;
    
    background-color: #CCC;
    color: #FFF;
}

.body--tab:nth-child(6) > .tab--wizard-documents > span.active:not(.line) {
    background-color: #009D3D;
}

.body--tab:nth-child(6) > .tab--wizard-documents > span:not(.line)::after {
    content: attr(data-title);
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    color: #CCC;
    position: absolute;
    transform: translateY(40px);
}

.body--tab:nth-child(6) > .tab--wizard-documents > span.active:not(.line)::after {
    color: #009D3D;
}

.body--tab:nth-child(6) > .tab--documents {
    display: none;
    padding: 0 30px;
}

.body--tab:nth-child(6) > .tab--documents.active {
    display: block;
}

.body--tab:nth-child(6) > .tab--documents > .documents--row {
    display: flex;
    flex-direction: row;
}

.body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row,
.body--tab:nth-child(6) > .tab--documents:nth-child(3) > .documents--row:nth-child(1) {
    width: 100%;
}

.body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row > .row--column,
.body--tab:nth-child(6) > .tab--documents:nth-child(3) > .documents--row:nth-child(1) > .row--column {
    width: 100%;
    margin-bottom: 10px;
}

.body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row > .row--column {
    align-items: center;
}
.body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row:nth-child(2) > .row--column > label {
    width: initial;
    text-align: center;
}
.body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row > .row--column > label > img {
    width: 350px;
    border-radius: 12px;
    border: 1px solid #CCC;
}
.body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row > .row--column > input[type="file"] {
    width: initial;
}

.body--tab:nth-child(6) > .tab--documents > .documents--row >.row--column {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.body--tab:nth-child(6) > .tab--documents > .documents--row >.row--column>label>img {
    width: 350px;
    cursor: pointer;
}

.body--tab:nth-child(6) > .tab--documents > .documents--row >.row--column> div {
    text-align: center;
}

.body--tab:nth-child(6) > .tab--documents > .documents--row >.row--column> div > input[type=file] {
    display: none;
    /* width: 100%;
    height: auto;
    margin: 5px 0;
    border-radius: 0;
    border: none;
    padding: 0px;
    font-size: 1rem;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer; */
}

.body--tab:nth-child(6) > .tab--documents > .documents--row >.row--column > div > button {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #FFF;
    background: #fdc300;
    border: none;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.body--tab:nth-child(6) > .tab--documents > .documents--row >.row--column > div:nth-child(2) > button {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #fdc300;
    background: transparent;
    border: 1px solid #fdc300;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.nome-arquivo {
    display: none;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin-top: 10px;
}

.nome-arquivo.show {
    display: flex;
}

.nome-arquivo > i {
    color: #23c223;
    margin-right: 10px;
}

.body--tab:nth-child(6) > .tab--documents:nth-child(3) > .documents--row:nth-child(2) {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row:nth-child(3),
.body--tab:nth-child(6) > .tab--documents:nth-child(3) > .documents--row:nth-child(3) {
    justify-content: flex-end;
    margin-top: 10px;
}

.body--tab:nth-child(6) > .tab--documents:nth-child(3) > .documents--row:nth-child(3) >.row--next-page {
    width: auto;
}

/* .container > .container--body > form > .body--tab:nth-child(6) > .tab--row:nth-child(1) > .row--column {
    width: 95%;
    margin-bottom: 10px;
}

.container > .container--body > form > .body--tab:nth-child(6) > .tab--row:nth-child(2) > .row--column {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.container > .container--body > form > .body--tab:nth-child(6) > .tab--row:nth-child(2) > .row--column > label > img {
    width: 350px;
    cursor: pointer;
}

.container > .container--body > form > .body--tab:nth-child(6) > .tab--row:nth-child(2) > .row--column > input[type=file] {
    width: 100%;
    height: auto;
    margin: 5px 0 20px;
    border-radius: 0;
    border: none;
    padding: 0px;
    font-size: 1rem;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
}

.container > .container--body > form > .body--tab:nth-child(6) > .tab--row:nth-child(3) {
    justify-content: flex-end;
    width: 97%;
    margin-top: 10px;
}
.container > .container--body > form > .body--tab:nth-child(6) > .tab--row:nth-child(3) > .row--next-page {
    width: auto;
}  */

/* TAB DOCUMENTO */

/* TAB CONFIRMACAO */
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(1),
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(3),
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(10),
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(14), 
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(18),
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(22) {
    justify-content: flex-start;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(1) > .row--divider,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(3) > .row--divider,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(10) > .row--divider,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(14) > .row--divider, 
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(18) > .row--divider,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(22) > .row--divider {
    padding-bottom: 10px;
    width: 100%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(1) > .row--divider > h3,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(3) > .row--divider > h3,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(10) > .row--divider > h3,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(14) > .row--divider > h3, 
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(18) > .row--divider > h3,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(22) > .row--divider > h3 {
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(1) > .row--divider > hr,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(3) > .row--divider > hr,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(10) > .row--divider > hr,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(14) > .row--divider > hr, 
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(18) > .row--divider > hr,
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(22) > .row--divider > hr  {
    border: none;
    height: 2px;
    background-color: #ffaa2a;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* --------------------------------------------------------------------- */

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(4) > .row--column:nth-child(1) {
    width: 20%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(4) > .row--column:nth-child(2) {
    width: 50%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(4) > .row--column:nth-child(3) {
    width: 20%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(5) > .row--column:nth-child(1) {
    width: 50%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(5) > .row--column:nth-child(2) {
    width: 20%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(5) > .row--column:nth-child(3) {
    width: 20%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(6) > .row--column:nth-child(1) {
    width: 24%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(6) > .row--column:nth-child(2) {
    width: 23%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(6) > .row--column:nth-child(3) {
    width: 20%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(6) > .row--column:nth-child(4) {
    width: 20%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(8) > .row--column:nth-child(1) {
    width: 30%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(8) > .row--column:nth-child(2) {
    width: 47%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(8) > .row--column:nth-child(3) {
    width: 13%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(9) > .row--column:nth-child(1) {
    width: 46%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(9) > .row--column:nth-child(2) {
    width: 46%;
}

/* --------------------------------------------------------------------- */

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(11) > .row--column:nth-child(1) {
    width: 70%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(11) > .row--column:nth-child(2) {
    width: 23%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(12) > .row--column:nth-child(1) {
    width: 27%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(12) > .row--column:nth-child(2) {
    width: 14%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(12) > .row--column:nth-child(3) {
    width: 50%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(13) > .row--column:nth-child(1) {
    width: 33%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(13) > .row--column:nth-child(2) {
    width: 60%;
}

/* --------------------------------------------------------------------- */

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(15) > .row--column:nth-child(1) {
    width: 25%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(15) > .row--column:nth-child(2) {
    width: 20%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(15) > .row--column:nth-child(3) {
    width: 45%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(16) > .row--column:nth-child(1) {
    width: 30%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(16) > .row--column:nth-child(2) {
    width: 45%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(16) > .row--column:nth-child(3) {
    width: 15%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(17) > .row--column:nth-child(1) {
    width: 45%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(17) > .row--column:nth-child(2) {
    width: 47%;
}

/* --------------------------------------------------------------------- */

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(20) > .row--column:nth-child(1) {
    width: 30%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(20) > .row--column:nth-child(2) {
    width: 40%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(20) > .row--column:nth-child(3) {
    width: 20%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(21) > .row--column:nth-child(1) {
    width: 22%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(21) > .row--column:nth-child(2) {
    width: 21%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(21) > .row--column:nth-child(3) {
    width: 21%;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(21) > .row--column:nth-child(4) {
    width: 22%;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(23) > .row--column {
    width: 97%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(23) > .row--column > div {
    margin-bottom: 10px;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(23) > .row--column > div > label:nth-child(1),
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(23) > .row--column > div > label:nth-child(1) + span {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(23) > .row--column > div > label:nth-child(1) + span {
    color: #8b8b8b;
    cursor: pointer;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(23) > .row--column > label > a {
    color: #8b8b8b;
    cursor: pointer;
    text-decoration: none;
}

.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(24){
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
}
.container > .container--body > form > .body--tab:nth-child(7) > .tab--row:nth-child(24) > .row--next-page {
    width: auto;
} 
/* TAB CONFIRMACAO */

.message-error-secretarias {
    display: block;
    padding: 18px;
    margin: 10px;
    background-color: #fff3cd;
    border-color: #ffeeba;
    text-align: center;
    border-radius: 6px;
}

.message-error-secretarias > p {
    font-size: 90%;
    font-family: 'Roboto',sans-serif;
    color: #856404;
    font-weight: 700;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > .radiogroup {
    display: flex;
    flex-wrap: wrap;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > .radiogroup > div {
    flex: 2 0 20%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > .radiogroup > div > input {
    display: none;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > .radiogroup > div > label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 3px 1px rgb(127 127 127 / 80%);
    margin: 10px;
    width: 210px;
    height: 210px;
    border-radius: 10px;
    padding: 10px;
    transition: all ease 0.3s;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > .radiogroup > div > label > img {
    width: 50%;
    border-radius: 50px;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > .radiogroup > div > label > span {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    margin-top: 10px;
}

.container > .container--body > form > .body--tab > .tab--row > .row--column > .radiogroup > div > input:checked + label {
    box-shadow: 0px 0px 3px 3px rgb(24 157 12 / 80%);
}

.container > .container--body > form > .body--tab > .tab--row > .row--next-page {
    display: flex;
    justify-content: flex-end;
    width: 95%;
}

.container > .container--body > form > .body--tab > .tab--row > .row--before-page > .btn-before-step,
.container>.container--body>form>.body--tab>.tab--documents>.documents--row>.row--before-page>.btn-before-step {
    padding: 10px 40px;
    border: 2px solid #777;
    border-radius: 3px;
    background: #FFF;
    color: #777;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-right: 5px;
}

.container > .container--body > form > .body--tab > .tab--row > .row--next-page > .btn-next-step,
.container>.container--body>form>.body--tab>.tab--documents>.documents--row>.row--next-page>.btn-next-step {
    padding: 10px 40px;
    border: 2px solid #fdc300;
    border-radius: 3px;
    background: #fdc300;
    color: #FFF;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-left: 5px;
}

.container > .container--body > form > .body--tab > .tab--row > .row--next-page > .btn-next-step > i {
    animation: loadingRotate 1s infinite;
}

.container > .container--body > form > .body--tab > .tab--row > .row--next-page > .btn-next-step:hover,
.container > .container--body > form > .body--tab > .tab--row > .row--next-page > .btn-next-step:focus {
    opacity: 0.9;
}

.container > .container--body > form > .body--tab > .tab--row > .row--before-page > .btn-before-step:hover,
.container > .container--body > form > .body--tab > .tab--row > .row--before-page > .btn-before-step:focus {
    background-color: #777;
    color: #FFF;
}

/* MODAL TERMOS */
.modal-termos-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-termos {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFF;
}

.modal-termos > .modal-termos--header {
    padding: 10px;
    border-bottom: 1px solid #808080;
    border-radius: 3px 3px 0px 0px;
}

.modal-termos > .modal-termos--header > p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.modal-termos > .modal-termos--body {
    margin-top: 1px;
    padding: 20px 20px 10px;
    height: 300px;
    overflow-y: auto;
}

.modal-termos > .modal-termos--body > h1 {
    font-size: 1.25rem;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 15px;
}

.modal-termos > .modal-termos--body > div {
    margin-bottom: 10px;
}

.modal-termos > .modal-termos--body > div > p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.modal-termos > .modal-termos--body > h2 {
    font-size: 1.12rem;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 5px;
}

.modal-termos > .modal-termos--footer {
    padding: 10px;
    text-align: end;
}

.modal-termos > .modal-termos--footer > button {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    border: none;
    background-color: #fdc300;
    padding: 10px 40px;
    color: #FFF;
    border-radius: 2px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.modal-termos > .modal-termos--footer > button:nth-child(2) {
    background-color: #838383;
    margin-left: 10px;
}

.modal-termos > .modal-termos--footer > button:hover,
.modal-termos > .modal-termos--footer > button:focus {
    transform: scale(1.05);
    opacity: 0.9;
}

/* MODAL PROFISSOES */
.modal-profissao-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-profissao {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFF;
    border-radius: 3px;
}

.modal-profissao > .modal-profissao--header {
    padding: 10px;
    border-bottom: 1px solid #808080;
    border-radius: 3px 3px 0px 0px;
}

.modal-profissao > .modal-profissao--header > p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.modal-profissao > .modal-profissao--body {
    padding: 20px 20px 10px;
}

.modal-profissao > .modal-profissao--body > label {
    font-size: 0.85rem;
    font-family: 'Roboto', sans-serif;
}

.modal-profissao > .modal-profissao--body > .message-error-profissao {
    display: none;
    background: #fb7070;
    padding: 10px;
    border-radius: 5px;
    border: 2px dashed #da0d0d;
    text-align: center;
    margin-bottom: 10px;
}

.modal-profissao > .modal-profissao--body > .message-error-profissao > p {
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}

.modal-profissao > .modal-profissao--body > .searchProfissaoDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.modal-profissao > .modal-profissao--body > .searchProfissaoDiv > input[type=text] {
    width: 80%;
    height: 29px;
    padding: 5px;
    margin-right: 5px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.modal-profissao > .modal-profissao--body > .searchProfissaoDiv > input[type=text]:focus {
    border: 1px solid #3165b4;
    box-shadow: 0px 0px 5px 0px #3165b4;
}

.modal-profissao > .modal-profissao--body > .searchProfissaoDiv > button {
    padding: 6px 7px;
    border-radius: 30px;
    border: 1px solid #4771a8;
    cursor: pointer;
    margin-left: 5px;
    background: #3165b4;
    color: #FFF;
    transition: all ease 0.3s;
}

.modal-profissao > .modal-profissao--body > .searchProfissaoDiv > button:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.modal-profissao > .modal-profissao--body > .resultSearchProfissao {
    display: flex;
    justify-content: center;
    display: none;
}

.modal-profissao > .modal-profissao--body > .resultSearchProfissao > select {
    width: 87%;
    height: 30px;
    padding: 5px;
    margin-right: 5px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.modal-profissao > .modal-profissao--body > div > label {
    padding: 5px 0px;
    font-size: 0.85rem;
    font-family: 'Roboto', sans-serif;
}

.modal-profissao > .modal-profissao--footer {
    padding: 10px;
    text-align: end;
}

.modal-profissao > .modal-profissao--footer > button {
    border: none;
    background-color: #31b44b;
    padding: 5px 20px;
    color: #FFF;
    border-radius: 2px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.modal-profissao > .modal-profissao--footer > button:hover,
.modal-profissao > .modal-profissao--footer > button:focus {
    transform: scale(1.05);
    opacity: 0.9;
}

/* MODAL SUCESSO */
.modal-success-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-success {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 360px;
    border-radius: 3px;
    background-color: #FFF;
    transform: translate(-50%,-50%);
}

.modal-success > .modal-success--body {
    padding: 40px 10px 10px;
    text-align: center;
}

.modal-success > .modal-success--body > label > i {
    font-size: 4rem;
    color: green;
}

.modal-success > .modal-success--body > .mensagem > p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
}

.modal-success > .modal-success--body > .btn-ok {
    text-align: end;
    padding-top: 10px;
}

.modal-success > .modal-success--body > .btn-ok > button {
    border: none;
    background-color: #a7a7a7;
    padding: 5px 20px;
    color: #FFF;
    border-radius: 2px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.modal-success > .modal-success--body > .btn-ok > button:hover,
.modal-success > .modal-success--body > .btn-ok > button:focus {
    transform: scale(1.05);
    opacity: 0.9;
}

/* MODAL MESSAGES */
.modal-messages-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-messages {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 360px;
    transform: translate(-50%,-50%);
    background-color: #FFF;
}

.modal-messages > .modal-messages--body {
    padding: 40px 10px 10px;
    text-align: center;
}

.modal-messages > .modal-messages--body > label {
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
}

.modal-messages > .modal-messages--body > label > i {
    color: #ffa500;
}

.modal-messages > .modal-messages--body > .divisor-message {
    width: 30px;
    margin: auto;
    border: none;
    height: 2px;
    background: #ffa500;
    margin-top: 6px;
}

.modal-messages > .modal-messages--body > .mensagem > #msg {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
}

.modal-messages > .modal-messages--body > .btn-ok {
    text-align: end;
    padding-top: 10px;
}

.modal-messages > .modal-messages--body > .btn-ok > button {
    border: none;
    background-color: #a7a7a7;
    padding: 5px 20px;
    color: #FFF;
    border-radius: 2px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.modal-messages > .modal-messages--body > .btn-ok > button:hover,
.modal-messages > .modal-messages--body > .btn-ok > button:focus {
    transform: scale(1.05);
    opacity: 0.9;
}

/* MODAL ATUALIZAR DADOS */
.modal-atualizacao-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-atualizacao {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFF;
    border-radius: 3px;
}

.modal-atualizacao > .modal-atualizacao--header {
    padding: 10px;
    border-bottom: 1px solid #808080;
    border-radius: 3px 3px 0px 0px;
}

.modal-atualizacao > .modal-atualizacao--header > p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.modal-atualizacao > .modal-atualizacao--body {
    padding: 10px 20px;
}

.modal-atualizacao > .modal-atualizacao--body > label {
    font-size: 0.85rem;
    font-family: 'Roboto', sans-serif;
}

.modal-atualizacao > .modal-atualizacao--footer {
    padding: 10px;
    text-align: end;
}

.modal-atualizacao > .modal-atualizacao--footer > button {
    border: none;
    background-color: #31b44b;
    padding: 5px 20px;
    color: #FFF;
    border-radius: 2px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.modal-atualizacao > .modal-atualizacao--footer > button:nth-child(1) {
    background-color: #838383;
    margin-left: 10px;
}

.modal-atualizacao > .modal-atualizacao--footer > button:hover,
.modal-atualizacao > .modal-atualizacao--footer > button:focus {
    transform: scale(1.05);
    opacity: 0.9;
}

/* MODAL NATURALIDADE */
.modal-naturalidade-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-naturalidade {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 310px;
    transform: translate(-50%,-50%);
    background-color: #FFF;
    border-radius: 3px;
}

.modal-naturalidade > .modal-naturalidade--header {
    padding: 10px;
    border-bottom: 1px solid #808080;
    border-radius: 3px 3px 0px 0px;
}

.modal-naturalidade > .modal-naturalidade--header > p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.modal-naturalidade > .modal-naturalidade--body {
    padding: 10px 20px;
}

.modal-naturalidade > .modal-naturalidade--body > label {
    font-size: 0.85rem;
    font-family: 'Roboto', sans-serif;
}

.modal-naturalidade > .modal-naturalidade--body > select {
    width: 100%;
    height: 40px;
    margin: 5px 0 9px;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 10px 15px;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.modal-naturalidade > .modal-naturalidade--body > select:focus {
    border: 1px solid #3165b4;
    box-shadow: 0px 0px 5px 0px #3165b4;
}

.modal-naturalidade > .modal-naturalidade--footer {
    padding: 0px 20px 10px;
    text-align: end;
}

.modal-naturalidade > .modal-naturalidade--footer > button {
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    background: #fdc300;
    color: #FFF;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-left: 5px;
}

.modal-naturalidade > .modal-naturalidade--footer > button:hover,
.modal-naturalidade > .modal-naturalidade--footer > button:focus {
    transform: scale(1.05);
    opacity: 0.9;
}

/* MODAL SELFIE */
.modal-selfie-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-selfie {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 450px;
    min-width: 320px;
    padding: 20px 10px;
    border-radius: 3px;
    background-color: #FFF;
    transform: translate(-50%,-50%);
    flex-direction: column;
    align-items: center;
}

.modal-selfie > .modal-selfie--content {
    width: 100%;
    margin-bottom: 5px;
}

.modal-selfie > .modal-selfie--content > .content--loading {
    text-align: center;
}

.modal-selfie > .modal-selfie--content > .content--error-message {
    display: none;
    text-align: center;
}

.modal-selfie > .modal-selfie--content > .content--error-message > i {
    font-size: 5rem;
    margin-bottom: 16px;
    color: #dd3636;
}

.modal-selfie > .modal-selfie--content > .content--error-message > p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin-bottom: 16px;
}

.modal-selfie > .modal-selfie--content > .content--video {
    display: none;
}

.modal-selfie > .modal-selfie--content > .content--video > #video {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transform: rotateY(180deg);
}

.modal-selfie > .modal-selfie--content > .content--preview {
    display: none;
}

.modal-selfie > .modal-selfie--content > .content--preview > #canvas {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transform: rotateY(180deg); 
}

.modal-selfie #capture {
    display: none;
    padding: 8px 10px;
    font-size: 2rem;
    border-radius: 50%;
    border: 1px solid #fdc300;
    background-color: #fdc300;
    color: #FFF;
    opacity: 1;
    transition: all ease .3s;
    cursor: pointer;
}

.modal-selfie #capture:focus,
.modal-selfie #capture:hover {
    border: 1px solid #e7b91e;
    background-color: #e7b91e;
}

.modal-selfie > .modal-selfie--buttons-option {
    display: flex;
    gap: 10px;
}

.modal-selfie > .modal-selfie--buttons-option > #retry,
.modal-selfie > .modal-selfie--buttons-option > #save,
.modal-selfie > #closeModal {
    display: none;
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    background: #fdc300;
    color: #FFF;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all ease 0.3s;
}

.modal-selfie > .modal-selfie--buttons-option > #retry {
    border: 2px solid #fdc300;
    color: #fdc300;
    background-color: transparent;
}

.modal-selfie > .modal-selfie--buttons-option > #retry:focus,
.modal-selfie > .modal-selfie--buttons-option > #retry:hover {
    background-color: #fdc300;
    color: #FFF;
}

.modal-selfie > .modal-selfie--buttons-option > #save:focus,
.modal-selfie > #closeModal:focus,
.modal-selfie > .modal-selfie--buttons-option > #save:hover,
.modal-selfie > #closeModal:hover {
    background: #e7b91e
}


/* MODAL FRENTE DOCUMENTO */
.modal-frente-documento-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-frente-documento {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 450px;
    min-width: 320px;
    padding: 20px 10px;
    border-radius: 3px;
    background-color: #FFF;
    transform: translate(-50%,-50%);
    flex-direction: column;
    align-items: center;
}

.modal-frente-documento > .modal-frente-documento--content {
    width: 100%;
    margin-bottom: 5px;
}

.modal-frente-documento > .modal-frente-documento--content > .content--loading {
    text-align: center;
}

.modal-frente-documento > .modal-frente-documento--content > .content--error-message {
    display: none;
    text-align: center;
}

.modal-frente-documento > .modal-frente-documento--content > .content--error-message > i {
    font-size: 5rem;
    margin-bottom: 16px;
    color: #dd3636;
}

.modal-frente-documento > .modal-frente-documento--content > .content--error-message > p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin-bottom: 16px;
}

.modal-frente-documento > .modal-frente-documento--content > .content--video {
    display: none;
}

.modal-frente-documento > .modal-frente-documento--content > .content--video > #videoFrenteDocumento {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transform: rotateY(180deg);
}

.modal-frente-documento > .modal-frente-documento--content > .content--preview {
    display: none;
}

.modal-frente-documento > .modal-frente-documento--content > .content--preview > #canvasFrenteDocumento {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transform: rotateY(180deg); 
}

.modal-frente-documento #captureFrenteDocumento {
    display: none;
    padding: 8px 10px;
    font-size: 2rem;
    border-radius: 50%;
    border: 1px solid #fdc300;
    background-color: #fdc300;
    color: #FFF;
    opacity: 1;
    transition: all ease .3s;
    cursor: pointer;
}

.modal-frente-documento #captureFrenteDocumento:focus,
.modal-frente-documento #captureFrenteDocumento:hover {
    border: 1px solid #e7b91e;
    background-color: #e7b91e;
}

.modal-frente-documento > .modal-frente-documento--buttons-option {
    display: flex;
    gap: 10px;
}

.modal-frente-documento > .modal-frente-documento--buttons-option > #retryFrenteDocumento,
.modal-frente-documento > .modal-frente-documento--buttons-option > #saveFrenteDocumento,
.modal-frente-documento > #closeModalFrenteDocumento {
    display: none;
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    background: #fdc300;
    color: #FFF;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all ease 0.3s;
}

.modal-frente-documento > .modal-frente-documento--buttons-option > #retryFrenteDocumento {
    border: 2px solid #fdc300;
    color: #fdc300;
    background-color: transparent;
}

.modal-frente-documento > .modal-frente-documento--buttons-option > #retryFrenteDocumento:focus,
.modal-frente-documento > .modal-frente-documento--buttons-option > #retryFrenteDocumento:hover {
    background-color: #fdc300;
    color: #FFF;
}

.modal-frente-documento > .modal-frente-documento--buttons-option > #saveFrenteDocumento:focus,
.modal-frente-documento > #closeModal:focus,
.modal-frente-documento > .modal-frente-documento--buttons-option > #saveFrenteDocumento:hover,
.modal-frente-documento > #closeModal:hover {
    background: #e7b91e;    
}

/* MODAL VERSO DOCUMENTO */
.modal-verso-documento-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-verso-documento {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 450px;
    min-width: 320px;
    padding: 20px 10px;
    border-radius: 3px;
    background-color: #FFF;
    transform: translate(-50%,-50%);
    flex-direction: column;
    align-items: center;
}

.modal-verso-documento > .modal-verso-documento--content {
    width: 100%;
    margin-bottom: 5px;
}

.modal-verso-documento > .modal-verso-documento--content > .content--loading {
    text-align: center;
}

.modal-verso-documento > .modal-verso-documento--content > .content--error-message {
    display: none;
    text-align: center;
}

.modal-verso-documento > .modal-verso-documento--content > .content--error-message > i {
    font-size: 5rem;
    margin-bottom: 16px;
    color: #dd3636;
}

.modal-verso-documento > .modal-verso-documento--content > .content--error-message > p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    margin-bottom: 16px;
}

.modal-verso-documento > .modal-verso-documento--content > .content--video {
    display: none;
}

.modal-verso-documento > .modal-verso-documento--content > .content--video > #videoVersoDocumento {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transform: rotateY(180deg);
}

.modal-verso-documento > .modal-verso-documento--content > .content--preview {
    display: none;
}

.modal-verso-documento > .modal-verso-documento--content > .content--preview > #canvasVersoDocumento {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transform: rotateY(180deg); 
}

.modal-verso-documento #captureVersoDocumento {
    display: none;
    padding: 8px 10px;
    font-size: 2rem;
    border-radius: 50%;
    border: 1px solid #fdc300;
    background-color: #fdc300;
    color: #FFF;
    opacity: 1;
    transition: all ease .3s;
    cursor: pointer;
}

.modal-verso-documento #captureVersoDocumento:focus,
.modal-verso-documento #captureVersoDocumento:hover {
    border: 1px solid #e7b91e;
    background-color: #e7b91e;
}

.modal-verso-documento > .modal-verso-documento--buttons-option {
    display: flex;
    gap: 10px;
}

.modal-verso-documento > .modal-verso-documento--buttons-option > #retryVersoDocumento,
.modal-verso-documento > .modal-verso-documento--buttons-option > #saveVersoDocumento,
.modal-verso-documento > #closeModalVersoDocumento {
    display: none;
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    background: #fdc300;
    color: #FFF;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all ease 0.3s;
}

.modal-verso-documento > .modal-verso-documento--buttons-option > #retryVersoDocumento {
    border: 2px solid #fdc300;
    color: #fdc300;
    background-color: transparent;
}

.modal-verso-documento > .modal-verso-documento--buttons-option > #retryVersoDocumento:focus,
.modal-verso-documento > .modal-verso-documento--buttons-option > #retryVersoDocumento:hover {
    background-color: #fdc300;
    color: #FFF;
}

.modal-verso-documento > .modal-verso-documento--buttons-option > #saveVersoDocumento:focus,
.modal-verso-documento > #closeModal:focus,
.modal-verso-documento > .modal-verso-documento--buttons-option > #saveVersoDocumento:hover,
.modal-verso-documento > #closeModal:hover {
    background: #e7b91e;    
}

/* MODAL LOADING */
.modal-loading-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.modal-loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 400px;
    min-width: 320px;
    padding: 20px 10px;
    border-radius: 3px;
    background-color: #FFF;
    transform: translate(-50%,-50%);
    flex-direction: column;
    align-items: center;
}

.modal-loading > .modal-loading--content {
    text-align: center;
}

.modal-loading > .modal-loading--content > .content--text {
    margin-top: 10px;
}

.modal-loading > .modal-loading--content > .content--text > h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
}

/* Container Footer */
.container > .container--footer {
    width: 100%;
    background-color: #005DAA;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 50px;
}

.container > .container--footer > .footer--logo > a > .logo {
    width: 150px;
}

.container > .container--footer > .footer--logo > h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #FFF;
}

.container > .container--footer > .footer--redes-sociais {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    gap: 10px;
}

.container > .container--footer > .footer--redes-sociais > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #FDC300;
    border-radius: 50px;
    padding: 7px 8px;
    transition: all ease 0.1s;
}

.container > .container--footer > .footer--redes-sociais > a:hover,
.container > .container--footer > .footer--redes-sociais > a:focus {
    background-color: #ffbd0e;
    transform: scale(1.1);
}

.container > .container--footer > .footer--redes-sociais > a:last-child {
    margin-right: 0;
}

/* Media Query's */
@media (max-width: 1634px) {
    #aviso-endereco,
    #aviso,
    .container--body > form {
        width: 70% !important;
    }
}

@media (max-width: 1450px) {
    #aviso-endereco,
    #aviso,
    .container--body > form {
        width: 80% !important;
    }
}

@media (max-width: 1417px) {
    .body--action-user > .action-user--select-option {
        width: 40%;
    }
}

@media (max-width: 1200px) {
    #aviso-endereco,
    #aviso,
    .container--body > form {
        width: 90% !important;
    }
}

@media (max-width: 1100px) {
    .body--action-user > .action-user--imagem-filie-se > img {
        width: 100%;
    }
    .body--action-user > .action-user--select-option > .select-option--card {
        padding: 40px;
    }

    .body--action-user > .action-user--imagem-filie-se {
        display: none;
    }

    .body--action-user {
        padding: 60px 0px;
    }

    .body--action-user > .action-user--select-option {
        width: 50%;
    }

    .body--tab:nth-child(6) > .tab--documents > .documents--row >.row--column>label>img {
        width: 100%;
    }
}

@media (max-width: 970px) {
    /* TAB DADOS ELEITORAIS */
    .container > .container--body > form > .body--tab:nth-child(1) > .tab--row > .row--column {
        padding: 40px !important;
    }
    /* TAB DADOS ELEITORAIS */

    /* TAB DADOS PESSOAIS */
    .tab--row {
        flex-wrap: wrap;
    }
    .row--column {
        flex: 44%;
        margin: 0px 20px;
    }
    /* TAB DADOS PESSOAIS */

    /* TAB ENDERECOS */
    #divSearchCEP > input {
        width: 80% !important;
    }
    /* TAB ENDERECOS */

    /* TAB CONTATO */
    .container > .container--body > form > .body--tab:nth-child(5) > .tab--row > .row--column {
        padding: 40px !important;
    }
    /* TAB CONTATO */

}

@media (max-width: 850px) {
    .body--action-user > .action-user--select-option {
        width: 80%;
    }
}

@media (max-width: 779px) {
    label[for="precandidatoMobile"],
    #precandidatoMobile {
        display: block;
    }

    label[for="precandidato"],
    #precandidato {
        display: none;
    }
}

@media (max-width: 750px) {
    #aviso-endereco,
    #aviso,
    .container--body > form {
        width: 80% !important;
    }
}

@media (max-width: 700px) {
    .body--tab:nth-child(6) > .tab--documents:nth-child(3) > .documents--row:nth-child(2) {
        flex-direction: column;
    }

    .body--tab:nth-child(6) > .tab--documents:nth-child(3) > .documents--row:nth-child(2) > .row--column {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .container > .container--body > .body--info {
        padding: 25px;
    }
    .container > .container--body > .body--info > h2 {
        font-size: 2.3rem;
    }
    .container > .container--body > .body--info > h1 {
        font-size: 3.2rem;
    }
    .container > .container--body > .body--info > p {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row > .row--column {
        margin: 10px 0 0;
    }
    .body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row > .row--column > label > img {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .container > .container--body > .body--info > h2 {
        font-size: 1.5rem;
    }
    .container > .container--body > .body--info > h1 {
        font-size: 2.2rem;
    }

    /* TELA DE PERGUNTA - CADASTRO OU ATUALIZACAO */
    .body--action-user > .action-user--select-option > .select-option--card {
        padding: 40px 20px;
    }
    
    .body--action-user > .action-user--select-option {
        width: 90%;
    }

    .body--action-user > .action-user--select-option > .select-option--card > h1 {
        font-size: 1.5rem;
    }

    .body--action-user > .action-user--select-option > .select-option--card > button {
        font-size: 0.9rem;
    }
    /* TELA DE PERGUNTA - CADASTRO OU ATUALIZACAO */

    .container > .container--body > .body--navigation-tabs > .navigation-tabs--title-tab {
        padding: 40px 0;
    }
    #aviso-endereco,
    #aviso,
    .container--body > form {
        width: 90% !important;
    }

    .row--before-page {
        width: 100%;
    }
    .row--before-page > .btn-before-step {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    
    .row--next-page {
        width: 100% !important;
    }
    .row--next-page > .btn-next-step {
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 10px;
    }
    /* TAB DADOS ELEITORAIS */
    .container > .container--body > form > .body--tab:nth-child(1) > .tab--row {
        flex-direction: column !important;
    }
    .container > .container--body > form > .body--tab:nth-child(1) > .tab--row > .row--column {
        width: 100% !important;
        margin: 0px;
        background-color: transparent !important;
        box-shadow: none !important;
        padding: 40px 20px !important;
    }

    .container > .container--body > form > .body--tab:nth-child(1) > .tab--row:nth-child(1) > .row--column:nth-child(2) > div > img {
        width: 100% !important;
        margin: 0 !important;
    }
    /* TAB DADOS ELEITORAIS */

    /* TAB CONTATO */
    .container > .container--body > form > .body--tab:nth-child(5) > .tab--row {
        flex-direction: column;
    }
    .container > .container--body > form > .body--tab:nth-child(5) > .tab--row > .row--column {
        width: 100% !important;
        margin: 0px;
        padding: 40px 20px !important;
    }
    /* TAB CONTATO */

    /* TAB DOCUMENTO */
    .body--tab:nth-child(6) > .tab--documents:nth-child(2) > .documents--row:nth-child(3), 
    .body--tab:nth-child(6) > .tab--documents:nth-child(3) > .documents--row:nth-child(3) {
        flex-direction: column;
    }
    /* TAB DOCUMENTO */

    .modal-atualizacao,
    .modal-messages,
    .modal-naturalidade,
    .modal-profissao,
    .modal-termos {
        width: 80%;
    }

}

@media (max-width: 490px) {
    .modal-selfie {
        width: 80%;
    }
}

@media (max-width: 430px) {
    .container > .container--body > form > .body--tab.documento {
        box-shadow: none;
    }
    
    .container > .container--body > form > .body--tab:nth-child(6) > .tab--documents.active {
        padding: 0;
    }

    .container > .container--body > form > .body--tab.documento > .tab--wizard-documents {
        justify-content: center;
        align-items: center;
    }

    .container > .container--body > form > .body--tab.documento > .tab--wizard-documents > span {
        display: none;
    }

}

/* Animations */
@keyframes fadeOutToLeft {
    0% {
        margin-left: 0;
        opacity: 1;
    }
    100% {
        margin-left: -100px;
        opacity: 0;
    }    
}

@keyframes fadeOutToRight {
    0% {
        margin-left: 0;
        opacity: 1;
    }
    100% {
        margin-left: 100px;
        opacity: 0;
    }
}

@keyframes fadeInToLeft {
    0% {
        margin-left: -100;
        opacity: 0;
    }
    100% {
        margin-left: 0px;
        opacity: 1;
    }    
}

@keyframes fadeInToRight {
    0% {
        margin-left: 100;
        opacity: 0;
    }
    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

@keyframes loadingRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}