:root {
    font-size: 16px;
}

* {
    outline: none !important;
}

@font-face {
    font-family: icon_prple;
    src: url(../../build/fontes/icon_prple-gtznjs.ttf);
    font-weight: 400;
    font-style: normal;
}

html {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    min-height: 100%;
    width: 100%;

    padding: 0;
    margin: 0;

    font-family: 'GothamPro';

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*Corpo*/

.espacador_menu {
    order: 1;
    z-index: 2;
    flex: 1 1 auto;

    width: calc(100% - 1140px)/2;
    height: auto;

    background-color: #FFFFFF;
}

/*Menu*/
.menu {
    order: 2;
    z-index: 1;
    flex: 0 0 auto;

    padding: 0 20px;
    height: auto;
    width: 230px;

    background-color: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.menu_container {
    margin: 20px 0;
    padding: 0;

    top: 80px;

    position: sticky;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.container_texto {
    margin: 0;
    padding: 0;

    height: auto;
    width: auto;
}

.perfil_usuario {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 10px 0;
}

.foto_usuario {
    width: 100px;
    height: 100px;
    border-radius: 100%;

    margin: 0 auto;

    border: 1px solid #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    object-fit: cover;
}

.usuario {
    padding: 5px 0px 4px 0px;
    margin: 0;

    font-weight: 600;
    font-size: 1.1rem;

    color: #333;
}

.botoes_menu {
    order: 2;

    flex-grow: 1;
    height: auto;

    padding: 9px 0;
}

.lista_botoes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista_botoes li {
    height: auto;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.lista_botoes li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.lista_botoes li:first-child {
    border-top: 1px solid #eee;
}

.lista_botoes .menu_ativo {
    box-shadow: 8px 0px 0px rgb(242, 136, 182) inset;
}

.lista_botoes li a {
    text-decoration: none;
    padding: 11px 0px 11px 20px;

    font-size: 1.1rem;

    display: flex;
    align-items: center;
}

.lista_botoes li a span {
    flex: 1 0 auto;

    color: #828282;
    font-weight: 300;

    margin: auto 0;
}

.lista_botoes li.menu_ativo a span {
    font-weight: 600;
    color: #333;
}

.log_out {
    border-top: none !important;
}

/* Corpo */
.corpo {
    order: 3;
    flex: 0 1 auto;

    width: calc(1140px - 230px);
    height: auto;
    background-color: #F3F5F7;

    position: relative;

    box-sizing: border-box;
    padding: 18px 15px 20px 15px;

    display: flex;
    flex-direction: column;
}

.espacador_corpo {
    order: 4;
    flex: 1 1 auto;

    height: auto;
    background-color: #F3F5F7;
}

.conteudo_corpo {
    flex: 0 1 auto;

    height: auto;
    width: 100%;

    display: flex;
    flex-direction: row;
}

/* Título da sessão */
.tit_sessao {
    margin: 0 0 0 10px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tit_principal {
    margin: 0;
    padding: 0;

    font-family: GothamPro;
    font-weight: 900;
    color: #333;
    font-size: 1.1rem;
}

.tit_det {
    padding: 0;

    height: 8px;
    width: 40px;

    margin: 15px 0 10px 0;

    border-radius: 10px;
    background-color: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
}

.tit_sessao.secundario .tit_principal {
    color: #828282;
}

.tit_sessao.secundario .tit_det {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

/* Botões */
.btn_generico {
    height: auto;

    margin: 0;
    padding: 10px 25px;

    color: #FFFFFF;
    display: inline-block;

    text-decoration: none;
    border: none;

    -webkit-transform: translateY(-2px);

    transform: translateY(-2px);

    cursor: pointer;
    position: relative;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    border-radius: 200px;

    font-family: GothamPRo;
    font-weight: 500;
    font-size: 1rem;

    text-align: center;

    -webkit-transition: all .08s ease-in-out;

    transition: all .08s ease-in-out;

    background: #FFF;

    border: 2px solid #828282;
    color: #333;
}

.btn_generico:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}

.btn_generico:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.footer {
    z-index: 3;
}

@media only screen and (max-width: 1000px) {
    :root {
        font-size: 14px;
    }

    * {
        cursor: default !important;
    }
    
    .espacador_menu,.menu {
        display: none;
    }
    
    .conteudo_corpo {
        flex-direction: column;
    }
    
    .divisor {
        margin: 0;
    }

    .inp.margem {
        margin: 30px 0 20px 0;
    }
}

.invisivel {
    display: none !important;
}

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

.divisor {
    flex: 1 1 50%;
    margin: 0 20px 0 0;
    padding: 0;
}

.divisor.meio {
    margin: 30px 0 0 0;
    padding: 30px 20px 0 0;
    border-top: solid 1px #ccc;
}

.divisor.duas {
    margin: 0;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.divisor.duas.meio {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: solid 1px #ccc;
}

/* Dados do Usuário */
.cadastral {
    margin: 0;
    padding: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form_cadastral {
    margin: 0;
    padding: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.acao {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

/* Inputs */
.campo {
    margin: 0;
    padding: 0;

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
}

.espacador_campo {
    margin: 0;
    padding: 0;
    
    height: 88px;

    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
}

.inp {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    position: relative;

    width: 100%;
    margin: 30px 0 10px 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inp.margem {
    margin: 30px 20px 20px 0;
}

.inp .label {
    position: absolute;

    top: 50%;
    left: 10px;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    margin: auto 0;

    font-size: 1rem;
    color: #828282;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.inp .border {
    position: absolute;

    bottom: 0;
    left: 0;

    height: 2px;
    width: 100%;

    background: rgb(242, 136, 182);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.inp > input {
    width: 100%;
    border: 0;
    padding: 10px;
    height: 48px;

    font-size: 1rem;

    border-bottom: 2px solid #ccc;
    color: #828282;
    font-size: 1.1rem;
    font-family: Roboto;
    font-weight: 400;

    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;

    box-sizing: border-box;
}

#upload_foto .inp {
    margin: 10px 0;
}

.inp > input[type="file"] {
    font-size: 1rem;
    margin: auto;
}

.inp > input:disabled {
    color: #999;
    background: rgba(0, 0, 0, 0.03);
}

.inp:hover > input:disabled {
    color: #999;
    background: rgba(0, 0, 0, 0.03);
}

.inp > input:read-only {
    color: #999;
    background: rgba(0, 0, 0, 0.03);
}

.inp:hover > input:read-only {
    color: #999;
    background: rgba(0, 0, 0, 0.03);
}

.inp > input::-webkit-input-placeholder {
    color: transparent;
}

.inp > input:-ms-input-placeholder {
    color: transparent;
}

.inp > input::placeholder {
    color: transparent;
}

.inp:hover > input {
    background: rgb(255, 250, 252);
}

.inp > input:not(:placeholder-shown) {
    border-bottom: 2px solid #ccc;
}

.inp.erro .label {
    color: #FF4848;
}

.inp.erro > input {
    color: #FF4848;
    border-bottom: 2px solid #FF4848;
}

.inp.erro > input:not(:placeholder-shown) {
    border-bottom: 2px solid #FF4848;
}

.inp > input:not(:placeholder-shown) + span {
    color: #828282;
    top: 0;
    -webkit-transform: translateY(calc(-100% - 5px)) scale(0.9);
    transform: translateY(calc(-100% - 5px)) scale(0.9);
}

.inp > input:focus {
    background: white;
    outline: none;
}

.inp > input:focus::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 400;
}

.inp > input:focus:-ms-input-placeholder {
    color: #ccc;
    font-weight: 400;
}

.inp > input:focus::placeholder {
    color: #ccc;
    font-weight: 400;
}

.inp > input:focus + span {
    color: rgba(242, 136, 182, 1);
    top: 0;
    -webkit-transform: translateY(calc(-100% - 5px)) scale(0.9);
    transform: translateY(calc(-100% - 5px)) scale(0.9);
}

.inp > input:focus + span + .border {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Checkbox */
.label_checkbox {
    flex: 1 0 auto;
    width: 100px;
    
    position: relative;

    margin: 30px 0 10px 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    margin: auto 0;

    height: 20px;
    width: 20px;

    border-radius: 5px;

    background-color: #fff;
    border: 2px solid #828282;

    -webkit-transition: all .05s ease-in-out;
    transition: all .05s ease-in-out;
}

.label_checkbox:hover input[type="checkbox"] ~ .checkbox {
    border: 2px solid #333;

    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.label_checkbox input[type="checkbox"]:checked ~ .checkbox {
    background-color: #333;
    border: 2px solid #333;

    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.label_checkbox input[type="checkbox"]:checked ~ .checkbox:after {
    display: block;
}

.checkbox:after {
    left: 6px;
    top: 2px;

    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);
}

.txt_checkbox {
    flex: 1 1 auto;
    padding: 0 0 0 30px;
}

/* radio */
.inp_radio {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    position: relative;

    width: 100%;
    margin: 31px 0 10px 0;
    padding: 0 0 0 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inp_radio.margem {
    margin: 30px 20px 20px 0;
}

.inp_radio > div {
    display: flex;
}

.inp_radio .label {
    position: absolute;

    left: 10px;

    color: #828282;
    top: 0;
    -webkit-transform: translateY(calc(-100% - 5px)) scale(0.9);
    transform: translateY(calc(-100% - 5px)) scale(0.9);

    margin: auto 0;

    font-size: 1rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.inp_radio label {
    display: block;
    position: relative;

    padding-left: 28px;
    margin: 10px 20px 14px 0;
    height: 23px;

    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    display: flex;
    justify-content: center;
    align-items: center;
}

.label_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio {
    position: absolute;

    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #FFF;
    border: 2px solid #828282;

    border-radius: 50%;
}

.label_radio:hover .radio {
    border: 2px solid #333;

    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.label_radio input:checked ~ .radio {
    border: 2px solid #333;
    background-color: #333;

    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.label_radio input:checked ~ .radio:after {
    display: flex;
}

.label_radio input:disabled ~ .radio {
    border: 2px solid #ddd;
    background-color: #ddd;
    box-shadow: none;
}

.label_radio input:disabled + .radio + span {
    color: #ddd;
}

.label_radio input:disabled:hover ~ .radio {
    box-shadow: none;
}

.label_radio .radio:after {
    content: "";
    position: absolute;
    display: none;

    top: 4px;
    left: 4px;

    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.label_radio input:disabled + .radio:after {
    background: #828282;
}

/* Select */
.inp_select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    position: relative;

    width: 100%;
    margin: 30px 0 10px 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inp_select.margem {
    margin: 30px 20px 20px 0;
}

.inp_select .label {
    position: absolute;

    left: 10px;

    color: #828282;
    top: 0;
    -webkit-transform: translateY(calc(-100% - 5px)) scale(0.9);
    transform: translateY(calc(-100% - 5px)) scale(0.9);

    margin: auto 0;

    font-size: 1rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.inp_select.erro .label {
    color: #FF4848;
}

.com_aviso {
    width: 100%;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aviso {
    position: absolute;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 300px;

    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);

    margin: 0;
    padding: 10px 10px 20px 20px;

    border-radius: 5px;
    border: 2px solid rgba(242, 136, 182, 1);
    background: #FFF;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.aviso:after,
.aviso:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.aviso:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 14px;
    margin-top: -14px;
}

.aviso:before {
    border-color: rgba(242, 136, 182, 0);
    border-right-color: rgba(242, 136, 182, 1);
    border-width: 16px;
    margin-top: -16px;
}

.aviso > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aviso i {
    color: #888;
    cursor: pointer;
}

.aviso i:hover {
    color: #333;
}

.aviso p {
    margin: 0;
    padding: 0;

    font-weight: 400;
    color: #888;
}

.com_erro {
    width: 100%;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.erro_txt {

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;
    width: 100%;

    margin: 0 0 10px 0;
    padding: 10px;

    border-radius: 5px;
    background: #FF4848;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.erro_txt p {
    margin: 0;
    padding: 0;

    font-weight: 400;
    color: #FFF;
}

.mensagem {
    margin: 0 0 20px 0;
    padding: 20px;
    
    background: rgba(242, 136, 182, 1);
    color: #FFF;
    border-radius: 10px;
}

.mensagem span {
    font-size: 1.1rem;
    margin: 0 0 10px 0;
    
    font-weight: 600;
    display: block;
}

.mensagem p {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1000px) {
    .divisor {
        margin: 0;
    }
    
    .divisor.meio {
        margin: 30px 0 0 0;
        padding: 30px 0 0 0;
    }
    
    .divisor.duas.meio {
        margin: 0;
        border-top: none;
    }

    .inp.margem {
        margin: 30px 0 20px 0;
    }
    
    .espacador_campo {
        display: none;
    }
}

.modal_img {
    position: fixed;
    z-index: 10;
    margin-top: 53px;

    left: 0;
    top: 0;

    width: 100%;
    height: calc(100% - 54px);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    background-color: rgba(0, 0, 0, 0.7);
}

.conteudo_modal_img {
    padding: 20px 0 30px 0;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 100%;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgs_modal {
    width: 100%;
    height: calc(100% - 60px);

    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.imgs_modal div {
    width: 100%;
    height: 100%;

    position: relative;
}

.imgs_modal div img {
    width: 100%;
    height: 100%;

    -o-object-fit: contain;

    object-fit: contain;
}

.conteudo_modal_img > i {
    color: #aaaaaa;

    padding: 5px;

    margin: 0 0 10px 0;

    font-size: 40px;
}

.fecha_modal_img:hover,
.fecha_modal_img:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal_termo {
    position: fixed;
    z-index: 10;
    margin-top: 60px;

    left: 0;
    top: 0;

    width: 100%;
    height: calc(100% - 54px);

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    background-color: rgba(0, 0, 0, 0.7);
}

.conteudo_modal_termo {
    padding: 20px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 70%;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
	margin-left: 15%;
}

.modal_termo .termo {
    flex: 1 1 auto;

    padding: 20px;

    border-radius: 5px;
    background: rgba(248, 250, 252, 1);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    flex-direction: column;
}

.termo .cabeca_modal {
    flex: 1 0 auto;

    margin: 0 0 20px 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.cabeca_modal .tit_modal {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;

    font-weight: 900;
    color: #333;
    font-size: 1.2rem;
}

.cabeca_modal i {
    margin: 0 5px 0 0;
    padding: 0;

    color: #333;
    font-size: 2rem;
}

.cabeca_modal i:hover {
    margin: 0 5px 0 0;
    padding: 0;

    color: #000;
}

.termo .conteudo_modal {
    flex: 1 1 auto;
    max-height: 500px;

    padding: 10px;

    background-color: #FFF;
    border-radius: 5px;

    overflow-y: scroll;
}

@media screen and (max-width: 1000px) {
    .termo .conteudo_modal {
        max-height: 200px;
    }
}

.conteudo_modal .tit {
    margin: 0 0 10px 0;
    padding: 0;

    font-weight: 600;
}

.conteudo_modal .txt {
    margin: 0 0 10px 0;
    padding: 0;

    font-weight: 300;
}

.conteudo_modal .txt span {
    font-weight: 600;
}

.termo .rodape_modal {
    flex: 1 0 auto;

    margin: 20px 0 0 0;

    display: flex;

    align-items: center;
}

.rodape_modal .label_checkbox {
    display: flex;
    width: 100%;
}

.rodape_modal .txt_checkbox {
    cursor: pointer;
    width: 100%;
}

.termo .btn_termo {
    margin: 10px 0 0 0;
    
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.btn_generico.btn_prosseguir {
    background-color: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    box-shadow: 0 3px 15px rgba(242, 136, 182, 0.5);
    border: 2px solid rgba(242, 136, 182, 1);

    color: #FFF;
}

.btn_generico.btn_prosseguir:hover {
    background: #333;
    border: 2px solid #333;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

    color: #FFF;
}

.btn_generico.btn_prosseguir.inativo {
    background-color: #666;
    box-shadow: none;
    border: #666;
    cursor: default;

    color: #FFF;
}

.btn_generico.btn_prosseguir.inativo:hover {
    background-color: #666;
    box-shadow: none;
    border: #666;
    cursor: default;

    color: #FFF;
}

.progresso {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    height: 100px;
    width: 200px;
}