﻿/* *ATENÇÃO * Em caso de Atualização/Modificação Utilizar: * http: //www.cssdrive.com/index.php/main/csscompressoradvanced/
 * http: //teenage.cz/acidofil/tools/cssformat.php
 * http: //www.cleancss.com/
 * para comprimir e atualizar o arquivo geral.min.css */

body {
    overflow-x: hidden;
    max-width: 100vw;
}
body {
    /*font-family: Arial;*/
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 64px 0 0 0 !important;
}

/*Cadastro de cv 2021 by ROjao*/
/*Empresa logada por webforms*/
.header {
    display: flex;
    height: 64px;
    background-color: #01579B;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 64px;
    z-index:99;
}

    .header .logo {
        width: 150px;
        overflow: hidden;
    }

        .header .logo img {
            width: 150px;
        }

.header__spacer {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
}

.header__spacer.is-right {
    justify-content: flex-end;
}

a,
a:hover {
    text-decoration: none;
}

.master {
    height: 100vh;
}

.titulo_rodape {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 25px;
}
.bg_fundo_empresa .header {
    background-color: #00796B !important;

}
.bg_fundo_empresa .header nav a{
    color:#fff;
}
/*
Estilo para modal de chat do ChatComercial
*/
    #_wtk_table_invitation {
        position: fixed !important;
    }

    #_wtk_table_invitation td,
    #_wtk_table_invitation tr,
    #_wtk_table_invitation table {
        background-color: transparent !important;
        background-image: none !important;
    }

    #_wtk_table_invitation span:first-child {
        background-color: white !important;
    }

        #_wtk_table_invitation span:first-child table:first-child {
            width: 420px !important;
        }

    #_wtk_table_invitation table:first-child tr td:first-child {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 19px !important;
        padding-top: 10px;
        font-weight: normal !important;
    }

    #_wtk_table_invitation table:first-child tr td[valign="top"] {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        padding-top: 10px;
        text-align: center;
    }

    #_wtk_table_invitation span:first-child {
        background-image: url("/img/bg_topo_modal_empresa.png") !important;
        background-repeat: repeat-x !important;
    }

    #_wtk_table_invitation img[src="https://www.chatcomercial.com.br/livehelp/lib/template/invitation/windows//green/hrborder.gif"] {
        visibility: hidden;
    }

    #_wtk_table_invitation input[type="button"] {
        background-image: url('/img/botao_padrao.png');
        background-repeat: repeat-x;
        border: 1px solid #c3c3c3;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px;
        overflow: visible;
        padding: 0 11px !important;
        height: 26px;
        width: auto !important;
        margin: 0 20px;
        top: -15px;
        position: relative;
        font-weight: bold;
    }
/*
FIM Estilo para modal de chat do ChatComercial
*/

@media screen {
    .conteudo_impressao {
        display: none;
    }
}

body {
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #f1f1f1;
}

.bg_fundo_empresa {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fff;
}

h1 {
    color: Gray;
    font-size: 20px;
    /*height: 20px; clear: both;*/
}

h2 {
    color: #0A3079;
    font-size: 16px;
}

a {
    color: #1E3260;
}

.cor_fonte {
    color: #1E3260;
}

li a:hover {
    text-decoration: none;
    color: #c0c0c0;
}

.titulo_painel_padrao {
    color: #0A3079;
    font-size: 16px;
    height: 7px;
    margin-top: 25px;
    margin-left: 0;
    clear: both;
}

.modal_fundo {
    background-color: rgba(0, 0, 0, 0.87);
    filter: alpha(opacity=87);
    -moz-opacity: 0.8;
    z-index: 2 !important;
}

.logo_topo {
    border: 0;
}

.modal_conteudo {
    background: #fff;
    z-index: 10001;
    border-radius: 4px;
    background-color: #fff;
    width: 880px;
    margin: 0 auto;
    z-index: 3 !important;
}

    .modal_conteudo .titulo_modal {
        background-color: #114D85;
        border-radius: 4px 4px 0 0;
        color: #FFFFFF;
        font-size: 19px;
        font-weight: normal;
        height: 44px;
        margin: 0;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .modal_conteudo .titulo_modal h2 {
            margin: 0;
            padding: 0;
            margin-left: 8px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }

        .modal_conteudo .titulo_modal .fechar,
        .modal_conteudo .titulo_modal .botao_fechar_modal {
            color: #fff;
            padding-right: 15px;
        }

    .modal_conteudo .conteudo-modal {
        padding: 15px;
    }

    .modal_conteudo .painel_botoes {
        text-align: center;
        margin: 0;
        padding: 10px;
    }

        .modal_conteudo .painel_botoes .botao_padrao {
            height: 40px;
            margin-left: 0;
        }

    .modal_conteudo.vagas {
        background-image: url('/img/bg_topo_modal_vagas.png');
        background-repeat: repeat-x;
        background-color: #fff;
        width: 880px;
        height: 500px;
        border-left: 2px solid #b0702c;
        border-bottom: 2px solid #b0702c;
        border-right: 2px solid #b0702c;
        border-top: 2px solid #b0702c;
        margin: 0 auto;
    }

    .modal_conteudo.empresa {
        background-color: #FFFFFF;
        border: none;
        margin: 0 auto;
        width: 535px;
    }

        .modal_conteudo.empresa.trocar-empresa {
            width: 675px;
        }

            .modal_conteudo.empresa.trocar-empresa .selecionar_empresa {
                width: 10%;
                text-align: center;
            }

            .modal_conteudo.empresa.trocar-empresa .logo_empresa_trocar {
                height: 31px;
            }

            .modal_conteudo.empresa.trocar-empresa .gridview_padrao.trocar_empresa .rgHeader {
                font-weight: bold;
                text-align: center;
                color: #000;
            }

            .modal_conteudo.empresa.trocar-empresa .logo_empresa_conteudo {
                width: 20%;
                text-align: center;
            }

                .modal_conteudo.empresa.trocar-empresa .logo_empresa_conteudo img {
                    padding: 5px;
                    background: #fff;
                }

            .modal_conteudo.empresa.trocar-empresa .nome_empresa_conteudo {
                width: 70%;
                text-align: center;
            }

            .modal_conteudo.empresa.trocar-empresa .textbox_padrao {
                border: 1px solid #B5CAEA !important;
                margin-left: 4px;
                margin-right: 4px;
                vertical-align: middle;
                width: 200px !important;
                float: left;
            }

            .modal_conteudo.empresa.trocar-empresa .filtrar {
                font-size: 11px;
                height: 22px;
                margin-left: 5px;
                width: auto !important;
                margin-bottom: 0;
            }

        .modal_conteudo.empresa .titulo_modal {
            background-color: #689F38;
        }

    .modal_conteudo.indique.reduzida {
        background-color: #FFFFFF;
        background-image: url("/img/bg_topo_modal_candidato.png");
        background-repeat: repeat-x;
        border: none;
        margin: 0 auto;
        width: 580px;
        height: auto;
    }

    .modal_conteudo.indique .painel_botoes {
        margin-bottom: 20px;
    }

        .modal_conteudo.indique .painel_botoes .botao_padrao {
            margin: 0;
        }

    .modal_conteudo.candidato {
        background-color: #FFFFFF;
        background-image: url("/img/bg_topo_modal_candidato.png");
        background-repeat: repeat-x;
        border: none;
        margin: 0 auto;
        width: 535px;
    }

    .modal_conteudo.financeiro {
        background-color: #FFFFFF;
        background-image: url("/img/bg_topo_modal_candidato.png");
        background-repeat: repeat-x;
        border: none;
        margin: 0 auto;
        width: 580px;
    }

    .modal_conteudo.configuracao {
        background-color: #FFFFFF;
        background-image: url("/img/bg_topo_modal_candidato.png");
        background-repeat: repeat-x;
        border: none;
        margin: 0 auto;
        width: 580px;
    }

    .modal_conteudo.obrigado,
    .modal_conteudo.login,
    .modal_conteudo.vagas {
        width: 500px;
        height: 300px;
        margin: 0 auto;
    }

    .modal_conteudo.foto {
        width: 50vw;
        margin: 0 auto;
        max-width: 480px;
    }

    .modal_conteudo.login {
        font-size: 12px;
    }

    .modal_conteudo.reduzida {
        width: 580px;
        height: 300px;
        margin: 0 auto;
    }

    .modal_conteudo.normal {
        width: 880px;
    }
/* MODAL CONTEUDO NOVA */

.modal_nova {
    background-image: url('/img/modal_nova/img_background_modal_nova.png');
    background-repeat: no-repeat;
    height: 250px;
    margin: 0 auto;
    width: 600px;
    position: relative;
}

.modal_nova_amarela {
    background-image: url('/img/modal_nova/img_background_amareka_modal_nova.png');
    background-repeat: no-repeat;
    height: 250px;
    margin: 0 auto;
    width: 600px;
    position: relative;
}

.modal_nova_conteudo {
    color: #3F2007;
    display: block;
    float: left;
    font-size: 19px;
    height: 239px;
    margin-top: 7px;
    margin-left: 10px;
    width: 400px;
}

.modal_nova_imagem {
    display: block;
    float: left;
    margin-left: 23px;
    margin-top: 65px;
}
/* FIM:MODAL CONTEUDO NOVA */

.painel_botoes {
    text-align: center;
    /*	margin: 20px 0px; */
    margin-top: 15px;
    clear: both;
}

.faixa_informacao_destaque {
    background-color: #f5f9aa;
    color: #ff2100;
    padding: 2px 5px;
    margin-left: 5px;
}

.modal_redirect_plano {
    text-align:center;
    padding:24px;
}
.modal_redirect_to_plan_content{

    background-color: #FFFFFF;
    min-height: 620px;
    margin: 0 auto;
    width: 600px !important;
    border-radius:8px;
    
}
.modal_redirect_to_plan_content .modal_fechar_404 {
    float: right;
}

.modal_redirect_plano div > img {
    padding: 24px 0;
}
    .modal_redirect_plano h2{
        color: rgba(0, 0, 0, 0.80);
        font-weight:700;
        font-size:18px;
    }
    .modal_redirect_plano p{
        color: rgba(0, 0, 0, 0.60);        
        font-size:16px;
    }
    .modal_redirect_plano .btn_acessar_planos_accent {
        margin:24px 0;
    }
    .modal_redirect_plano .btn_acessar_planos_accent a{
        background-color: #FFCA28;
        color:rgba(0,0,0,0.60);
        border-radius:25px;
        padding:8px 16px;
        font-weight:600;
        text-decoration:none;
    }



    .ruBrowse {
        background-image: url('/img/botao_padrao.png') !important;
        background-repeat: repeat-x !important;
        border: 1px solid #c3c3c3 !important;
        cursor: pointer !important;
        /*font-family: Verdana;*/
        font-size: 12px !important;
        overflow: visible !important;
        /*padding: 8px 10px;*/
        padding: 0 11px !important;
        height: 26px !important;
        margin-bottom: 25px !important;
        margin-left: 10px !important;
    }
/* BOTOES */

.botao_padrao,
.RadUpload span.ruFileWrap input.ruButton,
.RadUpload span.ruFileWrap input.ruButtonHover {
    background-image: url('/img/botao_padrao.png');
    background-repeat: repeat-x;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    /*font-family: Verdana;*/
    font-size: 12px;
    overflow: visible;
    /*padding: 8px 10px;*/
    padding: 0 11px !important;
    height: 26px;
    width: auto !important;
    margin-bottom: 25px;
    margin-left: 10px;
}

    .botao_padrao.salvar {
        background-image: url('/img/salvar.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .botao_padrao.limpar {
        background-image: url('/img/limpa.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .botao_padrao.avancar {
        background-image: url('/img/avancar.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .botao_padrao.pesquisa {
        background-image: url('/img/pesquisa.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .botao_padrao.voltar {
        background-image: url('/img/voltar.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .botao_padrao.verde {
        background: #38a317;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4YTMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjkwMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #38a317 0%, #2f9014 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #38a317), color-stop(100%, #2f9014));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #38a317 0%, #2f9014 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #38a317 0%, #2f9014 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #38a317 0%, #2f9014 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #38a317 0%, #2f9014 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#38a317', endColorstr='#2f9014', GradientType=0);
        /* IE6-8 */
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
        /* font-family: Verdana; */
        color: #fff;
        font-size: 17px;
        overflow: visible;
        font-weight: bold;
        /* padding: 8px 10px; */
        padding: 0 11px !important;
        height: 36px;
        margin-bottom: 25px;
        margin-left: 10px;
    }
/* FIM: BOTOES */
/* BOTOES DESTAQUE */

.botao_padrao_destaque {
    background-image: url('/img/botao_padrao_destaque.png');
    background-repeat: repeat-x;
    border: 1px solid #dcdfe4;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    overflow: visible;
    padding: 8px 10px;
    margin-bottom: 25px;
    margin-left: 10px;
}

    .botao_padrao_destaque.salvar {
        background-image: url('/img/salvar.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .botao_padrao_destaque.limpar {
        background-image: url('/img/limpa.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .botao_padrao_destaque.pesquisa {
        background-image: url('/img/pesquisa.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .botao_padrao_destaque.voltar {
        background-image: url('/img/voltar.png');
        background-repeat: no-repeat;
        padding-left: 40px;
    }
/* FIM: BOTOES DESTAQUE */
/* BOTOES EXPERIÊNCIA PROFISSIONAL*/

.painel_botoes.experiencia_profissional {
    position: absolute;
    right: 30px;
    margin: 0;
}
/* FIM: BOTOES EXPERIÊNCIA PROFISSIONAL*/

.modal_padrao_novo .modal_interno {
    width: 880px;
    background: #fff;
    border: 2px solid #666;
    font-size: 12px;
    height: 500px;
    /* Border Radius */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.modal_padrao_novo .modal_interno_rolagem {
    height: 470px;
    margin: 15px 0;
    overflow-y: scroll;
    position: fixed;
    width: 880px;
}
/* Painel de Avisos */

.painel_avisos {
    display: none;
    position: fixed;
    cursor: pointer;
    opacity: 0.9 !important;
    width: 100%;
    bottom: 0;
    background-color: #fffeb7;
    font-size: 15px;
    font-weight: bold;
    z-index: 10001;
}

    .painel_avisos .imagem_painel_aviso {
        vertical-align: middle;
        margin-right: 25px;
        margin-top: -5px;
    }

    .painel_avisos .texto_avisos_padrao {
        color: #e7100b;
        position: relative;
        bottom: 10px;
        margin-left: 20px;
    }

    .painel_avisos .texto_avisos_erro {
        color: #ed0000;
    }

    .painel_avisos .botao_fechar_aviso {
        cursor: pointer;
        right: 0;
        background-color: #e3df77;
        color: #d00;
        border: none;
        display: flex;
        align-items: center;
        padding: 16px;
        justify-content: center;
    }

.icoavisos_img_container {
    color: #d00;
}
/* FIM: Painel de Avisos */

.esquerda {
    text-align: left;
}

.direita {
    text-align: right;
}

.centro {
    text-align: center;
}

.gridview_padrao {
    /*width: 840px;*/
    margin: 0 auto;
    border: 1px solid #688CAF;
}

    .gridview_padrao .rgHeader {
        background-image: url('/img/bg_padrao_gridview.png');
        background-repeat: repeat-x;
        background-position: top;
        border-color: #5D8CC9;
        background-color: #C3D8F1;
        border: 1px solid #688CAF;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .gridview_padrao th.rgHeader {
        color: #00156E;
        font-weight: normal;
    }

    .gridview_padrao tr {
        padding-top: 3px;
        padding-bottom: 3px;
        color: #333333;
    }

        .gridview_padrao tr td {
            border: 1px solid #688CAF;
        }

.RadGrid .rgHeader.esquerda {
    text-align: left;
}

.RadGrid .rgHeader.direita {
    text-align: right;
}

.RadGrid .rgHeader.centro {
    text-align: center;
}

.RadGrid .rgClipCells .rgHeader,
.RadGrid .rgClipCells .rgFilterRow td {
    border-right: 1px solid #828383;
}

.RadGrid .rgClipCells .rgRow td,
.RadGrid .rgClipCells .rgAltRow td,
.RadGrid .rgClipCells .rgFooter td {
    border-right: 1px solid #828383;
}

div.RadGrid .rgPager .rgAdvPart {
    display: none;
}

.coluna_icones {
    width: 90px;
}

.espaco_icones input {
    margin-left: 10px;
}

.texto_cadastro_sucesso {
    color: #007700;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

    .texto_cadastro_sucesso.margin-top_menor {
        margin-top: 1px;
    }

.imagem_cadastro_sucesso {
    background-image: url('/img/icone_cadastro_sucesso.png');
    background-repeat: no-repeat;
    height: 128px;
    width: 128px;
    margin: 0 auto;
}

.painel_destaque_padrao {
    background-color: #f0ef9c;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

    .painel_destaque_padrao.venda_vip {
        margin-top: 0px;
    }

.btn_sala_vip_normal {
    background-image: url('/img/btn_sala_vip_normal.png') !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    padding: 5px !important;
    height: 27px;
    width: 150px;
    color: #2f60a1 !important;
    font-weight: bold !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

.btn_sala_vip_selecionado {
    background-image: url('/img/btn_sala_vip_selecionado.png') !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    padding: 5px !important;
    color: #fff !important;
    font-weight: bold !important;
}

    .btn_sala_vip_selecionado.hover {
        background-image: url('/img/btn_sala_vip_hover.png') !important;
        color: #2f60a1 !important;
    }

.RadTabStripLeft_Default .rtsLast .rtsLink,
.RadTabStripRight_Default .rtsLast .rtsLink {
    border: 0 !important;
}

.RadTabStrip .rtsUL,
.RadTabStripVertical .rtsUL {
    margin-top: 10px !important;
}

.painel_botoes.plano_venda {
    margin-top: 0;
    margin-bottom: -15px;
}

.centro_modal_sala_selecionadora_plano_venda {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.titulo_modal_plano_venda {
    margin-top: 2px;
}

.radio_alinhar label {
    float: none;
}

.painel_modal_plano_venda {
    border: 1px solid #d3ecf9;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 860px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.curriculo_visualizado_empresa {
    font-weight: bold;
}

.painel_carregando_informacoes {
    background-color: #FFFEB7;
    border-top: 1px solid #E4E270;
    bottom: 0;
    color: #006600;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.progress_background {
    -moz-opacity: 0.7;
    background-color: #cde1e8;
    filter: alpha(opacity=70);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.progress_img_container {
    left: 0;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

.img_container {
    height: 57px;
    width: 195px;
    background-image: url('/img/bg_carregando.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 20%;
}

.progress_img_container img {
    padding-left: 0;
    padding-top: 5px;
    vertical-align: middle;
}

.progress_img_container .carregando {
    color: #0054ac;
    font-weight: bold;
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
}

.titulo_painel_padrao_modal.empresa {
    color: #184b04;
}
/* rodape  */
/* COLOQUEI DISPLAY NONE - PARA CONSEGUIR TRABALHAR NO IE  */

.painel_rodape_padrao {
    width: 880px;
    margin: 0 auto;
    /* font-size: 11px; */
    font-size: 12px;
    margin-top: 20px;
}

.painel_rodape {
    background-image: url('/img/painel_rodape.png');
    background-position: center bottom;
    padding-bottom: 1px;
    background-repeat: no-repeat;
}

.painel_rodape_topo {
    background-image: url('/img/painel_rodape_topo.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0 0 4px;
    height: 2px;
    width: 880px;
}

.painel_rodape_padrao .ul_padrao {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    background-color: #d5dcec;
    text-align: center;
}

    .painel_rodape_padrao .ul_padrao li {
        display: inline;
        margin-right: 5px;
        margin-left: 5px;
    }

        .painel_rodape_padrao .ul_padrao li div {
            display: inline !important;
        }
/* Fim: rodape  */

.textbox_padrao.nome_empresa {
    width: 390px;
}
/*Rodape Novo -------------------------------------------------------------------------------------------*/

#pnlLinkBNE {
    /*overflow: hidden;*/
    display: flex;
    background-color: #114D85;
    width: 100%;
}

    #pnlLinkBNE .col-md-4 {
        padding-top: 16px;
    }

    #pnlLinkBNE.col-md-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #pnlLinkBNE .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    #pnlLinkBNE > div {
        width: 100%;
        padding: 0;
    }

    #pnlLinkBNE ul {
        margin-top: 16px;
        list-style-type: none;
        padding: 0;
        margin-left: 0px;
    }

    #pnlLinkBNE li {
        margin-bottom: 8px;
    }

        #pnlLinkBNE li a {
            color: #ffffff;
        }

        #pnlLinkBNE li:last-of-type {
            margin-bottom: 0px;
        }

.telefone_destaque {
    font-size: 18px !important;
    font-weight: bolder !important;
    margin-top: 16px !important;
    font-family: 'Roboto', sans-serif;
}

#bneIdentCNPJ ul {
    color: #ffffff;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

    #bneIdentCNPJ ul a {
        color: #ffffff;
    }

.titulo_rodape {
    cursor: pointer;
}

.barra_rodape {
    background: linear-gradient(to right, #123B72 0%, #123B72 50%, #114D85 50%, #114D85 100%);
    margin-top: 32px !important;
}

    .barra_rodape .barra_rodape-logo {
        background-color: #123B72;
        height: 100%;
        padding: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .barra_rodape .barra_rodape-logo h6 {
            color: rgba(255, 255, 255, 1) !important;
            margin-top: 8px;
            font-size: 11px;
            text-align: center;
            line-height: 130%;
        }

        .barra_rodape .barra_rodape-logo h3 {
            margin-top: 16px;
            margin-bottom: 0px;
        }

        .barra_rodape .barra_rodape-logo ul * {
            color: rgba(255, 255, 255, .87) !important;
        }

        .barra_rodape .barra_rodape-logo img {
            width: 100%;
            max-width: 200px;
            height: inherit;
        }

    .barra_rodape > .conteudo-wrapper-responsivo > .row {
        margin-right: 0px;
        margin-left: 0px;
    }
/* Fim Rodape Novo ------------------------------------------------------------------------------------------*/

.alt_row {
    background-color: #e9f1fc;
}

.descricao_bold {
    font-weight: bold;
}

.label_palavra_chave_saiba_mais {
    cursor: help;
    display: block;
    left: 644px;
    overflow: hidden;
    position: absolute;
    top: 46px;
    white-space: nowrap;
    width: 96px;
    /* Transparencia */
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.campanha_carnaval_salaVipAdquirirPlano {
    background-image: url('/img/campanha/meu_plano/img_backPlanos.png');
    background-repeat: no-repeat;
    height: 125px;
    margin-left: 400px;
    width: 250px;
    color: #000;
}

.alinha_btn_continuar {
    margin-left: 250px;
    margin-top: 50px;
}

.preco_sem_desconto_mensal {
    font-size: 16px;
    margin-left: 80px;
    margin-top: 50px;
    position: absolute;
    text-decoration: line-through;
}

.preco_com_desconto_mensal {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-left: 80px;
    margin-top: 68px;
    position: absolute;
}

.alinhaLabelMensal {
    color: #FF4C27;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 170px;
    margin-top: 95px;
    position: absolute;
}

.pnlModalArquivo {
    width: 395px;
    height: 150px;
    background-color: #FFF;
    position: absolute;
}

.pnlModalArquivo_fechar {
    background-color: #FFF;
    margin-left: 325px;
    margin-top: 9px;
}

.pnlModalArquivo_topo {
    background-color: #FFF;
    margin-top: -14px;
}

.pnlModalArquivo_conteudo {
    background-color: #FFF;
    margin-left: 12px;
    margin-top: 12px;
}

.pnlModalArquivo_botoes {
    background-color: #FFF;
    margin-left: 130px;
    margin-top: 27px;
}

.pnlModalMaisInformacoes {
    width: 660px;
    height: 320px;
    background-color: #FFF;
    position: absolute;
}

.pnlModalMaisInformacoes_fechar {
    background-color: #FFF;
    margin-left: 587px;
    margin-top: 9px;
}

.pnlModalMaisInformacoes_topo {
    background-color: #FFF;
    margin-top: -14px;
}

.pnlModalMaisInformacoes_conteudo {
    background-color: #FFF;
    margin-left: 12px;
    margin-top: 12px;
}

.pnlModalMaisInformacoes_botoes {
    background-color: #FFF;
    margin-left: 300px;
    margin-top: 200px;
}

.pnlModalMaisInformacoes_Info_Coluna_Um {
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

.pnlModalMaisInformacoes_Info_Coluna_Dois {
    margin-left: 10px;
    margin-top: 5px;
    float: right;
}

.pnlModalMaisInformacoes_eventos {
    background-color: #FFF;
    margin-left: 21px;
    margin-top: 95px;
    width: 631px;
}

.pnlTexto {
    color: #1d325d;
    margin-left: 50px;
}

.fa-smile-o {
    color: green;
}

.fa-frown-o {
    color: red;
}

.fa-meh-o {
    color: #feca2c;
}

#envio-email-sms {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.4);
    padding: 10px;
    font-family: Arial, sans-serif;
}

    #envio-email-sms .box-content-modal {
        background: #fff;
    }

        #envio-email-sms .box-content-modal .modal-head {
            background: #486f09;
            color: #fff;
            padding: 10px;
        }

            #envio-email-sms .box-content-modal .modal-head h3 {
                display: inline-block;
            }

    #envio-email-sms .pull-right {
        float: right;
    }

        #envio-email-sms .pull-right .fa-times {
            font-size: 25px;
            margin-top: 5px;
        }

    #envio-email-sms .modal-contant {
        padding: 15px;
        color: #666;
    }

        #envio-email-sms .modal-contant textarea {
            width: 500px;
            resize: vertical;
            margin: 10px 0;
            padding: 5px 10px;
        }

    #envio-email-sms label {
        font-size: 12px;
        margin-right: 10px;
    }

    #envio-email-sms .count {
        font-size: 11px;
        color: #880f0f;
        z-index: -1;
        text-align: right;
        margin-bottom: 8px;
    }

    #envio-email-sms .confirm {
        background: #486f09;
        color: #fff;
        font-weight: bolder;
        padding: 5px 15px;
        border: none;
        font-size: 18px;
        float: right;
    }

    #envio-email-sms .checkbox {
        display: inline-block;
        margin-bottom: -5px;
        line-height: 14px;
    }

        #envio-email-sms .checkbox input {
            float: none;
            margin-right: 5px;
            margin-top: 0px;
        }

    #envio-email-sms .modal-footer {
        background: #eee;
        border-top: 1px solid #ccc;
        margin: 0 -15px -15px;
        padding: 20px 20px 10px;
    }

        #envio-email-sms .modal-footer label {
            padding-top: 0;
            float: none;
        }

    #envio-email-sms hr {
        border: #fff;
        margin: 15px 0;
    }

    #envio-email-sms .announced {
        line-height: 60px;
        font-size: 14px;
    }

        #envio-email-sms .announced i {
            width: 80px;
            font-size: 70px;
            height: 80px;
            display: inline-block;
            float: left;
            margin-right: 20px;
        }

    #envio-email-sms .clearfix {
        clear: both;
    }

    #envio-email-sms .checkbox label {
        padding-top: 0;
    }

    #envio-email-sms .suggest {
        display: block;
        margin-top: 2px !important;
        border: 1px solid #ccc;
        z-index: 999;
        width: 500px;
    }

        #envio-email-sms .suggest ul {
            list-style: none;
            padding: 3px 2px;
            background: #eee;
            border: 1px solid #ccc;
        }

            #envio-email-sms .suggest ul li {
                margin: 0;
                padding: 3px 10px;
            }

                #envio-email-sms .suggest ul li a {
                    color: #999;
                    display: block;
                    border-bottom: 1px solid #ccc;
                }

                    #envio-email-sms .suggest ul li a:hover {
                        color: #333;
                        font-style: italic;
                    }

                #envio-email-sms .suggest ul li:last-child a {
                    border: none;
                }

#upPesquisaCurriculo {
    /*margin-top: -10px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    padding: 0;
    overflow-y: auto;
    height: auto;
    max-height: 250px;
    z-index: 9999;
}

    .ui-autocomplete .ui-menu-item {
        cursor: hand;
        cursor: pointer;
        margin: 0;
        left: 0;
        padding: 6px 4px;
        width: auto;
        border: 1px solid #f0ef9c;
        border-top: none;
        background-color: #fffeb7;
    }

        .ui-autocomplete .ui-menu-item .ui-corner-all.ui-state-focus {
            background: #fc3;
            border: none;
        }

        .ui-autocomplete .ui-menu-item.ui-state-focus {
            background: #fc3;
        }

        .ui-autocomplete .ui-menu-item.ui-state-hover {
            background: none;
            cursor: hand;
            cursor: pointer;
            margin: 0;
            left: 0;
            padding: 6px 4px;
            border: 1px solid #f0ef9c;
            border-top: none;
            background-color: #fc3;
        }

#SecondRowHomeHolder {
    display: flex;
}
/*VIDEOS*/
/* ----------------------------------------------------------- CSS Input */

.openVideoTutorialMaster {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
    position: fixed;
    bottom: 35px;
    left: 24px;
}

#openVideoTutorialMaster-tooltip {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    position: fixed;
    bottom: 36px;
    left: 60px;
    padding: 8px 16px;
    border-radius: 4px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .54);
    font-size: 12px;
    display: none;
}

#mainvideoPlayerMaster {
    padding: 8px;
}
/* ----------------------------------------------------------- Preview video */

#preview-video {
    position: fixed;
    bottom: 35px;
    left: 24px;
    max-width: 230px;
    max-height: 130px;
    border-radius: 4px;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
}

    #preview-video:hover {
        cursor: pointer;
    }

    #preview-video img {
        width: 100%;
        height: inherit;
        border-radius: 4px;
    }

#preview-video-cover {
    background-color: #000000;
    opacity: .87;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
}

#preview-video-name {
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    width: 192px;
    text-overflow: ellipsis;
}

#preview-video-play {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    width: 0px;
    height: 0px;
    border-left: solid 32px #ffffff;
    border-bottom: solid 20px rgba(0, 0, 0, 0);
    border-top: solid 20px rgba(0, 0, 0, 0);
}

#preview-video-close {
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    top: 8px;
    right: 8px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: lighter;
    opacity: .54;
}
/* ----------------------------------------------------------- CSS Modal Custom */

#closePlayer {
    position: absolute;
    top: -32px;
    right: -32px;
    cursor: pointer;
}

    #closePlayer i {
        color: #ffffff;
        font-size: 24px;
    }
/* ----------------------------------------------------------- CSS Modal Default */

#frame-modal-video {
    width: 125%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    position: fixed;
    top: 0;
    z-index: 999;
    font-size: 12px;
    left: 0;
}

    #frame-modal-video a {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.54);
    }

#modal-container {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    width: 610px;
    border-radius: 0px;
    margin: 120px auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s
}

.modal-content {
    background-color: #ffffff;
    border-radius: 4px;
    /*color: #fff;*/
    padding: 0;
    position: relative;
}

.modal-close {
    padding: 24px;
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;
}

    .modal-close a {
        color: rgba(0, 0, 0, 0.54);
        transition: all 0.5s;
        outline: none;
    }

        .modal-close a:hover {
            color: rgba(0, 0, 0, 0.87);
            transition: all 0.5s;
        }
/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -500px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -500px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}
/*FIM VIDEOS*/
/*INICIO - BANNER POSSO AJUDAR*/

.banner-posso-ajudar {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 200px;
    position: absolute;
    top: calc(50% - 110px);
    right: 5px;
    background-color: #2196f3;
    padding: 16px 16px 0;
    text-transform: uppercase;
    border-radius: 6px;
    color: #ffffff;
    height: 230px;
    transition: all ease-in-out .45s;
    z-index: 1000;
}

    .banner-posso-ajudar:hover {
        cursor: pointer;
    }

.view-offline {
    display: none;
}

.conteudo__title {
    font-size: 1.8em;
    font-weight: 300;
    color:rgba(0,0,0,.63);
}
.conteudo__title.subtitle{
    text-align: center;
    margin: 40px 0 20px;
}

    .conteudo__title strong {
        color: rgba(0, 0, 0, .87);
        font-weight: 500;
    }

#possoajudar-bemvindo {
    font-size: 16px;
}

#possoajudar-txt {
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 16px;
}

#possoajudar-atendimento {
    font-size: 13px;
}

#possoajudar-status {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

#possoajudar-ico {
    display: none;
}

.linha.politica-privacidade {
    padding: 10px 0;
    margin-left: 40px;
}

    .linha.politica-privacidade a {
        cursor: pointer;
        margin-left: 5px;
    }

    .linha.politica-privacidade input[type=checkbox],
    input[type=radio] {
        margin: 0;
    }

.politica-privacidade img {
    position: absolute;
    justify-content: center;
    margin-top: 20px;
    margin-left: 10px;
}

.politica-privacidade .conteudo {
    font-size: 13px;
    margin: 88px 0 20px 20px;
    color: black;
    text-align: justify;
    overflow-y: scroll;
    height: 421px;
    padding-right: 20px;
}

    .politica-privacidade .conteudo .titulo {
        text-align: center;
        padding: 10px;
    }

    .politica-privacidade .conteudo .paragrafo {
        text-indent: 20px;
    }

    .politica-privacidade .conteudo b {
        margin-top: 10px;
        display: block;
    }

.politica-privacidade button.close {
    margin-right: 20px;
    margin-top: 15px;
}

@media screen and (max-width: 1200px) {
    .textTermosdeUso {
        font-size: 13px !important;
        margin: 88px 0 20px 20px !important;
        color: black !important;
        text-align: justify !important;
        overflow-y: scroll !important;
        height: 421px !important;
        padding-right: 20px !important;
    }

    .tituloTemosDeUso {
        font-size: 18px !important;
        text-align: center !important;
        color: black !important;
        margin-top: 74px !important;
        position: absolute !important;
        left: 34% !important;
    }

    .imgTermosDeUso {
        position: absolute !important;
        left: 44% !important;
        justify-content: center !important;
        margin-top: 20px !important;
    }

    .closeTermosDeUso {
        margin-top: 15px !important;
        margin-right: 19px !important;
    }

    .paragrafoTermoDeUso {
        text-indent: 20px !important;
        color: black;
    }
}

@media screen and (max-width: 1599px) {
    .banner-posso-ajudar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        transition: all ease-in-out .45s;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    #possoajudar-ico {
        display: block;
    }

    #possoajudar-bemvindo,
    #possoajudar-txt,
    #possoajudar-atendimento,
    #possoajudar-status,
    #possoajudar-img {
        display: none;
    }
}
/*FIM    - BANNER POSSO AJUDAR*/

.conteudo-wrapper-responsivo {
    display: flex;
    max-width: 1199px;
    margin: 0 auto;
}

.wrapper-novo {
    max-width: 1664px;
    margin: 0 auto;
}

.wrapper-center {
    max-width: 1199px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#h1TituloTela {
    max-width: 1199px;
    margin: 0 auto;
    padding: 16px;
}

.titulo_rodape {
    margin-left: 0px;
}

#conteudo_interna {
    padding: 0 16px;
}

.center {
    text-align: center !important;
}

.centerflex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_secao {
    margin: 0 16px;
}

.pnAvisoAction {
    text-align: center !important;
}

.pnAtualizarCelular #cphConteudo_ucDados_upTxtTelefoneCelular {
    width: 178px;
    margin: 0 auto;
}

.btn.btn-grey {
    background-color: rgba(0, 0, 0, .12) !important;
    color: rgba(0, 0, 0, .54) !important;
    background-image: none !important;
    text-shadow: none !important;
    border: 0px solid rgba(0, 0, 0, 0) !important;
    padding: 8px 16px;
}

.btn.btn-blue {
    background-color: #3AA3DD !important;
    color: #ffffff !important;
    background-image: none !important;
    text-shadow: none !important;
    border: 0px solid rgba(0, 0, 0, 0) !important;
    padding: 8px 16px;
}

#barra_rodape.footer {
    background: linear-gradient(to right, #123B72 0%, #123B72 50%, #114D85 50%, #114D85 100%);
    margin-top: 32px !important;
}

#rodapeVagas {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 16px;
}

.titulo_rodape {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 16px;
}

#rodapeVagas ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin-left: 0px;
    margin-top: 16px;
}

    #rodapeVagas ul:not(.in) {
        /*overflow: hidden;*/
        margin-top: 0px;
    }

    #rodapeVagas ul li {
        margin-bottom: 8px;
    }

        #rodapeVagas ul li a {
            color: #ffffff;
            text-decoration: none;
            font-size: 12px;
        }

#rodapeVagas_logo {
    width: 34%;
    background-color: #123B72;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    order: 0;
}

#rodapeVagas_candidato,
#rodapeVagas_institucional,
#rodapeVagas_empresa {
    width: 22%;
    background-color: #114D85;
    padding: 16px 32px;
    color: #fff;
    margin-bottom: 70px;
}

#rodapeVagas_logo h6 {
    color: rgba(255, 255, 255, 1) !important;
    margin-top: 8px;
    font-size: 11px;
    text-align: center;
    line-height: 130%;
}

#rodapeVagas_logo h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: bolder;
}

#rodapeVagas_logo ul * {
    color: rgba(255, 255, 255, .87) !important;
}

#rodapeVagas_logo img {
    width: 200px;
    max-width: 200px;
    height: inherit;
}

#updAviso {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    #updAviso > .cv__messages {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        #updAviso > .cv__messages > .cv__messages__message {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
/* #updAviso  > div > span {
    flex: 1;
} */
/* #updAviso  > div > span:first-child {
    text-align: end;
    width: 30%;
} */

.updAviso_msg {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
}

    .updAviso_msg span {
        margin-left: 16px;
    }

@media screen and (max-width:959px) {
    #rodapeVagas {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0;
    }

        #rodapeVagas ul {
            width: 100%;
        }

    #rodapeVagas_logo {
        width: 100%;
        order: 4;
    }

    #rodapeVagas_candidato {
        width: 100%;
        text-align: center;
        padding: 32px 32px 16px;
    }

    #rodapeVagas_empresa {
        width: 100%;
        text-align: center;
        padding: 0 32px 16px;
    }

    #rodapeVagas_institucional {
        width: 100%;
        text-align: center;
        padding: 0 32px 16px;
    }

    .titulo_rodape {
        margin-top: 0px;
    }

    #rodapeVagas_logo h3 {
        text-align: center;
    }
}

#atendimentoOnlineMenu,
#upBotoesSistemaLogin {
    padding: 2px 20px;
    color: #262626;
}

    #atendimentoOnlineMenu a,
    #upBotoesSistemaLogin a,
    #atendimentoOnlineMenu a:hover,
    #upBotoesSistemaLogin a:hover {
        color: #262626;
    }

    #atendimentoOnlineMenu:hover,
    #upBotoesSistemaLogin:hover {
        color: #262626;
        background-color: rgba(0, 0, 0, .06);
    }

.btn.full {
    width: 100%;
}

.container_small {
    max-width: 480px;
    margin: 0 auto;
}

@media screen and (max-width:599px) {
    #rodapeVagas_logo {
        padding-bottom: 0px !important;
        padding-bottom: 150px !important;
    }

    .barra_rodape .barra_rodape-logo {
        height: 160px !important;
    }

    #pnlLinkBNE {
        text-align: center;
    }
}

@media screen and (min-width:600px) and (max-width:991px) {
    .barra_rodape .barra_rodape-logo {
        height: 160px;
    }

    #pnlLinkBNE {
        text-align: center;
    }

    .titulo_rodape {
        margin-left: 0px;
    }
    /*.collapse {
        display: block;
    }*/
}

@media screen and (min-width:960px) and (max-width:1149px) {
}

@media screen and (min-width:1150px) {
}
/*---------------------------------------            Veio do custom.css            ---------------------------------------*/

.fa {
    font-family: FontAwesome !important;
}

.btnPadding {
    padding: 10px !important;
}

.btn,
#btiSair {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: rgba(0, 0, 0, .36) !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #427f9e !important;
}

    .btn button {
        font-weight: bolder;
        padding: 10px;
    }

    .btn i {
        margin-right: 2px;
        margin-left: 3px;
    }

    .btn small {
        font-size: 12px;
    }

    .btn:hover {
        text-decoration: none !important;
    }

.btn-default {
    color: rgba(0, 0, 0, .87) !important;
    /*padding: 8px 16px !important; border: none !important;*/
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    /*background-color: rgba(255,255,255, 0) !important; background: rgba(255,255,255, 0) !important;*/
}

.btn-primary {
    color: #fff !important;
    padding: 8px 16px !important;
    border: none !important;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #114D85 !important;
    background: #114D85 !important;
}

.btn-accent {
    color: #ffffff !important;
    padding: 8px 16px !important;
    border: none !important;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #689F38;
}

.btn-full {
    width: 100%;
}

#aBuscarVagas {
    background-color: #114d85;
    margin-right: 4px;
    text-decoration: none !important;
}

    #aBuscarVagas:hover,
    #aBuscarVagas:active,
    #aBuscarCurriculos:hover,
    #aBuscarCurriculos:active {
        text-decoration: none !important;
    }

#aBuscarCurriculos {
    background-color: #00796B;
    text-decoration: none !important;
}

#aBuscarVagas,
#aBuscarCurriculos {
    float: none;
    border-right: solid 0px !important;
    border-left: solid 0px !important;
    padding: 8px 0px 8px 0px !important;
    line-height: initial !important;
    color: #fff !important;
    display: flex !important;
    border-bottom: 0px solid !important;
    border-right: 0px solid !important;
    height: auto !important;
    justify-content: center;
}

/*.textbox_funcao {
    left: 13px;
    top: 16px;
    padding-left: 3px !important;
}

.textbox_cidade {
    left: 263px;
    top: 16px;
    padding-left: 3px !important;
}
*/
#txtPalavraChaveMaster {
    top: 15px;
    left: 480px;
}

.col_action a {
    font-size: 14px;
    margin: 0 5px;
}

.modal_nova_amarela {
    background: #f3e3c4;
    border: 5px solid #fff;
    border-radius: 10px;
}

.modal_nova_imagem {
    font-size: 120px;
    margin-top: 40px;
}
#procurandoVagas {
    line-height:130%;
}
/*.textbox_cidade,
.textbox_cidade,
#txtPalavraChaveMaster {
    width: 188px !important;
}*/
.btn_buscar a {
    color: #fff;
    padding: 4px;
}

    .btn_buscar a.search {
        padding: 7px 32px !important;
        text-align: center;
        font-weight: bolder;
        border-radius: 32px;
        color: rgba(0, 0, 0, 0.87) !important;
        text-transform: uppercase;
        width: 264px !important;
    }

        .btn_buscar a.search:hover {
            text-decoration: none !important;
        }

    .btn_buscar a#buscaavancada,
    .btn_buscar a#buscaavancadacv {
        font-size: 10px;
        font-weight: bold;
        margin-top: 4px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .54) !important;
        position: absolute;
        bottom: -24px;
    }

    .btn_buscar a#btiPesquisarVaga {
        background-color: #FFCA28;
    }

    .btn_buscar a#btiPesquisarCurriculo {
        background-color: #FFCA28;
    }

.btn_buscar buttom {
    background-image: -moz-linear-gradient( 90deg, rgb(195, 175, 33) 0%, rgb(250, 232, 82) 16%, rgb(250, 232, 82) 78%, rgb(254, 252, 230) 86%, rgb(246, 227, 78) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(195, 175, 33) 0%, rgb(250, 232, 82) 16%, rgb(250, 232, 82) 78%, rgb(254, 252, 230) 86%, rgb(246, 227, 78) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(195, 175, 33) 0%, rgb(250, 232, 82) 16%, rgb(250, 232, 82) 78%, rgb(254, 252, 230) 86%, rgb(246, 227, 78) 100%);
    padding: 6px 10px;
    margin-top: 4px;
    font-weight: bolder;
    border: 1px solid #eedb47;
}

#divInformacoes,
.painel_informacoes {
    background: #ddd;
    background-image: none !important;
    border-radius: 0 0 4px 4px;
}

    #divInformacoes i,
    #divInformacoes p,
    .painel_informacoes i,
    .painel_informacoes p {
        margin-top: 7px;
    }

.diver {
    border-right: 1px dotted #666;
    margin-right: 10px;
    padding-right: 10px;
}

.flex-control-nav li a {
    background: #999 !important;
    border-radius: 50%;
}

    .flex-control-nav li a.active {
        background: #eee !important;
    }

.icones_pesquisa_curriculo i {
    font-size: 14px;
}

.painel_ultimas_vagas {
    margin-top: 10px !important;
}

.space-left {
    margin-left: 15px;
}

.menu_mensagens {
    color: #4e7413;
}

.quero_emprego {
    margin: 8px 8px 8px 0;
    width: calc(50% - 16px);
    position: relative;
    background: #114D85;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quero_contratar {
    margin: 8px 0 8px 8px;
    width: 50%;
    position: relative;
    background: #689F38;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .quero_emprego a,
    .quero_contratar a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
.quero_emprego a {
    margin: 0 0 52px;
}

.btn__h2{
    margin:0;
}
    .quero_emprego .btn.btn-default,
    .quero_contratar .btn.btn-default {
        background-color: rgba(255, 255, 255, 0);
        border: solid 2px #ffffff;
        border-radius: 4px;
        padding: 12px 32px;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        min-width: 220px;
    }

    .quero_emprego .btn.btn-default2,
    .quero_contratar .btn.btn-default2 {
        background-color: rgba(255, 255, 255, 0);
        border: solid 2px rgba(255, 255, 255, 0);
        border-radius: 4px;
        padding: 12px 32px;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        min-width: 220px;
        margin-top: 8px;
    }

    .quero_emprego .btn:hover,
    .quero_contratar .btn:hover {
        background-color: rgba(255, 255, 255, .12);
    }

    .quero_emprego h2,
    .quero_contratar h2 {
        text-align: center;
        color: #ffffff;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 16px;
        font-family: 'Roboto', sans-serif !important;
    }

    .quero_emprego h6,
    .quero_contratar h6 {
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: lighter;
        margin-bottom: 24px;
        font-family: 'Roboto', sans-serif !important;
    }

    .quero_emprego a,
    .quero_contratar a {
        text-decoration: none !important;
    }

        .quero_emprego a:hover,
        .quero_contratar a:hover {
            text-decoration: none !important;
        }

    .quero_emprego h3 small,
    .quero_contratar h3 small {
        display: block;
        font-size: 16px;
    }

    .quero_emprego h3,
    .quero_contratar h3 {
        margin-top: 110px;
        font-size: 26px;
        font-weight: bolder;
        color: #2b9cc3;
    }

.modal-a {
    height: 61px;
    padding-left: 15px;
}

    .modal-a h2 {
        margin-top: 0 !important;
        padding-top: 15px;
        color: #fff;
        padding-top: 20px;
    }

.ul_icones a {
    color: #000;
}

    .ul_icones a i,
    .btn_int i {
        color: #427f9e;
    }

.btn_int a:hover {
    color: #c0c0c0 !important
}

.pager {
    border: 1px solid #5d8cc9;
    background-image: -moz-linear-gradient( 90deg, rgb(206, 225, 244) 0%, rgb(192, 218, 244) 42%, rgb(178, 211, 244) 48%, rgb(197, 221, 247) 48%, rgb(215, 231, 249) 48%, rgb(215, 231, 249) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(206, 225, 244) 0%, rgb(192, 218, 244) 42%, rgb(178, 211, 244) 48%, rgb(197, 221, 247) 48%, rgb(215, 231, 249) 48%, rgb(215, 231, 249) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(206, 225, 244) 0%, rgb(192, 218, 244) 42%, rgb(178, 211, 244) 48%, rgb(197, 221, 247) 48%, rgb(215, 231, 249) 48%, rgb(215, 231, 249) 100%);
}

    .pager .current {
        border: 1px solid #5d8cc9;
        display: inline-block;
        height: 14px;
        width: 15px;
        text-align: center;
        font-size: 10px;
        color: #394158;
        border-radius: 3px;
        margin-bottom: -3px;
        font-weight: bolder;
        line-height: 15px;
        background-image: -moz-linear-gradient( 90deg, rgb(232, 241, 252) 0%, rgb(224, 236, 251) 7%, rgb(215, 231, 249) 50%, rgb(224, 236, 251) 50%, rgb(233, 241, 252) 50%, rgb(233, 241, 252) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(232, 241, 252) 0%, rgb(224, 236, 251) 7%, rgb(215, 231, 249) 50%, rgb(224, 236, 251) 50%, rgb(233, 241, 252) 50%, rgb(233, 241, 252) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(232, 241, 252) 0%, rgb(224, 236, 251) 7%, rgb(215, 231, 249) 50%, rgb(224, 236, 251) 50%, rgb(233, 241, 252) 50%, rgb(233, 241, 252) 100%);
    }

    .pager span span {
        border: 1px solid #5d8cc9;
        display: inline-block;
        height: 20px;
        width: 20px;
        text-align: center;
        font-size: 10px;
        color: #394158;
        line-height: 20px;
        border-radius: 3px;
        background-image: -moz-linear-gradient( 90deg, rgb(232, 241, 252) 0%, rgb(224, 236, 251) 7%, rgb(215, 231, 249) 50%, rgb(224, 236, 251) 50%, rgb(233, 241, 252) 50%, rgb(233, 241, 252) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(232, 241, 252) 0%, rgb(224, 236, 251) 7%, rgb(215, 231, 249) 50%, rgb(224, 236, 251) 50%, rgb(233, 241, 252) 50%, rgb(233, 241, 252) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(232, 241, 252) 0%, rgb(224, 236, 251) 7%, rgb(215, 231, 249) 50%, rgb(224, 236, 251) 50%, rgb(233, 241, 252) 50%, rgb(233, 241, 252) 100%);
    }

.footer .footer-bar {
    border-right: 1px solid #ccc;
    margin-right: 5px;
}

.footer .geral.footer-bar {
    border-left: 1px solid #ccc;
    border-right: none;
    margin-left: 5px;
    padding-left: 5px;
}

.footer .barra_rodape_geral h4 {
    margin-left: 12px;
}

.vaga .qualificacaoVaga.parceiro .img {
    border-top: 20px solid #666;
    background: none;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
}

    .vaga .qualificacaoVaga.parceiro .img span {
        margin-top: -20px;
        display: block;
    }

.quero_me_candidatar {
    padding: 0;
    margin: 0 !important;
}

.painel_login a {
    margin-top: 5px;
    font-size: 14px;
    color: #427f9e;
    width: 70px;
    display: inline-block;
}

.compartilhamento p {
    float: right;
    padding: 0px 4px;
    font-size: 16px;
    cursor: pointer;
}

.linha_abas .aba,
.aba_esquerda_selecionada {
    background: #eee;
    border-radius: 4px;
    background-image: none;
    margin-right: 10px;
    padding: 4px 16px;
    display: flex;
    align-items: center;
}

.fundo_btn_ss {
    border: solid 0px !important;
    background-image: none;
    border-radius: 4px;
    background-color: #f5f5f5 !important;
}

    .fundo_btn_ss:hover {
        border: 1px solid #ccc;
        box-shadow: 1px 1px 10px #aaa;
    }

.sombra_btn_ss {
    background-image: none;
}

    .sombra_btn_ss:hover {
        background: none;
    }

    .sombra_btn_ss img {
        margin-top: 25px !important;
    }

.fundo_btn_ss i {
    margin: 10px 0 0 10px;
}

.titulo_texto_btn {
    width: 160px;
}

.overflow {
    position: absolute;
    height: 55px;
    width: 65px;
    overflow: hidden;
}

.fundo_btn_ss {
    position: relative;
}

    .fundo_btn_ss .novo {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 100;
        height: 60px;
    }

        .fundo_btn_ss .novo .img_faixaNovidade {
            position: absolute;
            -webkit-transform: rotate(44deg);
            -moz-transform: rotate(44deg);
            -o-transform: rotate(44deg);
            transform: rotate(44deg);
            writing-mode: lr-tb;
            text-align: center;
            margin: 6px 0 0 -8px;
        }

    .fundo_btn_ss .r1-overflow .img_faixaNovidade {
        position: absolute;
        -webkit-transform: rotate(321deg);
        -moz-transform: rotate(321deg);
        -o-transform: rotate(321deg);
        transform: rotate(321deg);
        writing-mode: lr-tb;
        text-align: center;
        margin: 2px 0 0 -30px;
    }

.adjust_fundo_btn_ss {
    border: 2px solid #009bdb;
}

.modal_nova_amarela {
    z-index: 999 !important;
}

    .modal_nova_amarela .botao_quero_comprar,
    .modalConfirmacaoAlerta .label_alerta_btnOk {
        background: #f7b53c;
        border-radius: 5px;
        -moz-box-shadow: inset 0 0 10px #c38f2f;
        -webkit-box-shadow: inset 0 0 10px #c38f2f;
        box-shadow: inset 0 0 10px #c38f2f;
    }

.modalConfirmacaoAlerta .label_alerta_btnOk {
    height: 25px !important;
}

.modalConfirmacaoAlerta .botao_fechar_m {
    font-size: 30px;
    top: -15px;
    right: -15px;
}

.modal_nova_amarela .botao_agora_nao {
    background: #eeeeee;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 10px #bcbcbc;
    -webkit-box-shadow: inset 0 0 10px #bcbcbc;
    box-shadow: inset 0 0 10px #bcbcbc;
    height: 31px;
}

.modal_nova_amarela .botao_fechar_modal {
    color: #000;
    font-size: 30px;
    margin-top: -5px;
}

.img_container {
    background: #EEE;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.block-ico {
    float: left;
    padding: 0 15px 0 0;
    width: 70px;
}

.modalConfirmacaoAlerta {
    background-image: none !important;
    border: 5px solid #fff;
    border-radius: 10px;
}

.btn_azul {
    border: 1px solid #1a4786;
    background: #2b64b2;
    border-radius: 5px;
    background-image: none !important;
}

.menu_secao .btn_int {
    margin-top: 5px;
}

#imgProgressTemplateAlternativo {
    margin: 10px 0 0 20px;
    float: left;
}

.progress_img_container .carregando {
    line-height: 55px;
    float: left;
}

.imagem_servico_destaque i {
    color: #1E3260;
}

.icone_enviar_amigo i {
    font-size: 120px;
    color: #1E3260;
}

.img_faixaNovidade {
    position: initial;
    border: 1px solid red;
    background-image: -moz-linear-gradient( 90deg, rgb(247, 146, 30) 0%, rgb(241, 90, 46) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(247, 146, 30) 0%, rgb(241, 90, 46) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(247, 146, 30) 0%, rgb(241, 90, 46) 100%);
    height: 27px;
    width: 100px;
    font-size: 10px;
    color: #fff;
    text-shadow: 2px 2px 5px #666;
    text-align: center;
    font-weight: bolder;
    padding-right: 2px;
    line-height: 33px;
    -webkit-transform: rotate(321deg);
    -moz-transform: rotate(321deg);
    -o-transform: rotate(321deg);
    transform: rotate(321deg) writing-mode lr-tb;
}

.ico-gg {
    font-size: 150px !important;
    padding-top: 30px;
}

.fa-stack.ico-gg {
    font-size: 80px !important;
}

.imagem_servico_destaque {
    text-align: center;
}

    .icone_servico .fa-stack,
    .imagem_servico_destaque .fa-stack.ico-gg {
        margin: 0;
    }

.icone_servico .fa {
    font-size: 50px;
}

    .icone_servico .fa.fa-stack-1x {
        font-size: 30px;
        margin-top: 5px;
    }

.painel_icones {
    display: flex;
    align-items: center;
}

    .painel_icones ul {
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }

        .painel_icones ul li {
            display: inline-block;
            padding: 4px 8px;
            border-radius: 4px;
        }

            .painel_icones ul li a .fa {
                color: #114D85;
                margin-right: 3px;
            }

            .painel_icones ul li:hover {
                background-color: rgba(0, 0, 0, .08);
            }

                .painel_icones ul li:hover a {
                    color: rgba(0, 0, 0, .87);
                }

                    .painel_icones ul li:hover a .fa {
                        color: rgba(0, 0, 0, .87);
                    }

.painel_filtro {
    display: none;
}

.coluna_meio_compartilhar {
    right: 40px;
    bottom: 5px;
}

.icone_sucesso {
    font-size: 150px !important;
    color: rgb(114, 153, 47);
}

.btn-defaut {
    border: 1px solid #c3c3c3;
    cursor: pointer;
    font-size: 12px;
    padding: 0 11px !important;
    width: auto !important;
    margin-left: 10px;
    padding: 3px 10px !important;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(238, 238, 238)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.is-btn-defaut {
    margin: 0px !important;
    padding: 11px !important;
    background: #114d85 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 4px;
    border: none !important;
}

.btn-primary {
    color: #000;
    padding: 5px 10px !important;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    font-size: 12px;
    width: 55px;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(238, 238, 238)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.descricaoTopo {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 53px;
}

.DtFuncao {
    left: 180px;
}

.DtCidade {
    left: 399px;
}

.DtPalavraChave {
    left: 573px;
}

#ucAtendimentoOnline_aSOS img {
    width: 95%;
}

#rodapeVagas_text {
    display: none;
    color: #fff;
    text-align: center;
    padding: 16px;
    width: 100%;
}

/*CNPJ*/

.div__cnpj{
    color:white;
    padding-top:24px;
}

.master.flat .topo .interna.wrapper-novo,
.master.flat .barra_rodape,
.master.flat .nomeusuariologado,
.master.flat #pnlMenu,
.master.flat .container_chat {
    display: none !important;
}

.master.flat div.cert_seg {
    margin: -32px 0 32px !important;
}

.master.nowayout .interna,
.master.nowayout #rodapeVagas_candidato,
.master.nowayout #rodapeVagas_empresa,
.master.nowayout #rodapeVagas_institucional,
.master.nowayout #rodapeVagas_logo,
.master.nowayout #pnlLinkTopoBNE {
    display: none;
}

.master.nowayout .conteudo {
    min-height: calc(100vh - 145px);
}

.master.nowayout #rodapeVagas_text {
    display: block;
}

.master.nowayout .barra_rodape {
    background-color: #123B72;
    background: #123B72;
}
/*Login*/

#IDS-login .modal-body {
    padding: 0px !important;
}
/*#IDS-login .modal__content {
    align-items: stretch;
    display: flex;
}*/

#IDS-login .pf {
    background-color: #134C84;
    padding: 32px;
}

#IDS-login .pj {
    background-color: #689F38;
    padding: 32px;
}

#IDS-login .panel-default {
    border: none;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

#IDS-login .target-button {
    padding: 15px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

    #IDS-login .target-button a {
        text-decoration: none;
        color: #fff;
        font-size: 17px !important;
    }

#IDS-login .icon-block {
    display: flex;
    justify-content: center;
    padding: 32px;
}

#IDS-login .target-button:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: .3s ease-in-out;
}

#IDS-login .signin-text {
    color: #fff;
    text-align: center;
    font-weight: 300;
}

#IDS-login .btn-stroke {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff !important;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: transparent !important;
}

    #IDS-login .btn-stroke:hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
        transition: .2s ease-in-out !important;
    }

@media screen and (max-width: 767px) {
    #IDS-login .pf,
    #IDS-login .pj {
        padding: 16px !important;
    }
}
/* TOASTS */

.toast {
    width: 100%;
    max-width: 400px;
    padding: 12px 24px;
    border-radius: 4px;
    color: white;
    position: fixed;
    right: 1%;
    top: 4%;
    align-items: center;
    z-index: 10;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .14);
    display: none;
    justify-content: space-between;
    /* visibility: hidden; */
}

@keyframes easeintoasts {
    0% {
        opacity: 0;
        top: 0px;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: 4%;
    }
}

@keyframes easeouttoasts {
    0% {
        opacity: 1;
        top: 4%;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        top: 0px;
    }
}

.toast__title h5 {
    font-size: 1.2rem;
    font-weight: 500;
}

.toast__description {
    font-size: 12px;
    font-weight: 400;
}

.toast__icon i {
    font-size: 60px;
}

.toast__success {
    background-color: #00c853;
    color: white;
    z-index: 10;
    display: none;
}

.toast__warning {
    background-color: #fdd835;
    color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: none;
}

.toast__error {
    background-color: #f44336;
    color: white;
    z-index: 10;
    display: none;
}

.toast__info {
    background-color: #03A9F4;
    color: white;
    z-index: 10;
    display: none;
}
/*FIM  TOASTS */

@media only screen and (max-width: 599px) {
    .cv__list__responsive table colgroup {
        display: none;
    }

    .cv__list__responsive table thead {
        display: block;
    }

        .cv__list__responsive table thead tr:nth-child(2) {
            display: none;
        }

    .cv__list__responsive .RadGrid_Office2007 {
        width: 100% !important;
    }

    .cv__list__responsive tr {
        display: flex;
        flex-direction: column;
    }

        .cv__list__responsive tr:first-child {
            display: block;
        }

    .cv__list__responsive th:nth-child(2) {
        background-color: orange;
    }

    .cv__list__responsive tr td:nth-child(n+5)::before {
        color: #00156e;
        font-weight: bolder;
        margin-right: 2px;
    }

    .cv__list__responsive tr td:nth-child(5) {
        display: flex;
    }

        .cv__list__responsive tr td:nth-child(5)::before {
            content: "Avaliação:";
            margin-right: 4px;
        }

    .cv__list__responsive tr td:nth-child(6)::before {
        content: "Nome:";
    }

    .cv__list__responsive tr td:nth-child(7)::before {
        content: "Sexo:";
    }

    .cv__list__responsive tr td:nth-child(8)::before {
        content: "Estado Civil:";
    }

    .cv__list__responsive tr td:nth-child(9)::before {
        content: "Idade:";
    }

    .cv__list__responsive tr td:nth-child(10)::before {
        content: "Escolaridade:";
    }

    .cv__list__responsive tr td:nth-child(11)::before {
        content: "R$:";
    }

    .cv__list__responsive tr td:nth-child(12)::before {
        content: "Bairro:";
    }

    .cv__list__responsive tr td:nth-child(13)::before {
        content: "Cidade:";
    }

    .cv__list__responsive tr td:nth-child(14)::before {
        content: "Função Pretendida:";
    }

    .cv__list__responsive tr td:nth-child(15)::before {
        content: "Ações:";
    }

    .cv__list__responsive tr td:nth-child(15) div a {
        margin-left: 12px;
        font-size: 14px;
    }

    .cv__list__responsive tr td:nth-child(15) {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 1259px) {
    .remote__forms {
        flex-direction: column !important;
    }

        .remote__forms .home__office,
        .remote__forms .deliver__job {
            width: 100% !important;
            height: min-content;
            display: flex;
            justify-content: space-between;
            max-width: calc(100% - 16px);
        }

    .remote__forms--content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex: 1;
    }

    .card--title,
    .card--subtitle {
        text-align: center;
    }
}

@media only screen and (max-width: 1042px) {

}

@media only screen and (max-width: 980px) {
   

    .form__search {
        flex-direction: column;
    }
    /*.painel_filtro-linha_01 {
        margin-top: unset !important;
    }*/

    .paineis_home {
        margin-top: unset !important;
    }

    .form__search--field {
        margin: 4px !important;
    }

    .form__search--button {
        margin: 8px !important;
    }


}

@media only screen and (max-width: 758px) {
    .job__tag--container .tag {
        margin: 6px !important;
    }

    .home__office,
    .deliver__job {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-height: unset !important;
    }

    .remote__forms--content {
        padding-right: 32px !important;
    }

    .remote__forms--content {
        max-width: unset !important;
    }

    .card__image--container {
        background-image: unset !important;
        width: 100% !important;
        max-width: unset !important;
    }
    .btn_buscar a.search {
        padding: 8px !important;
        width: 100% !important;
    }
    .btn_buscar {
        width:100%;
    }
}

@media only screen and (max-width: 566px) {
    .form__search--button,
    .topo.homebanner .btn_buscar a.search {
        width: 100% !important;
    }
}
@media screen and (max-width: 360px) {


    .searchbox {
        padding: 8px !important;
    }
}



.ads__painel {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.12);
    min-height: 120px;
    margin: 16px 0 0 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

    .ads__painel .ads__title {
        font-size: 14px;
        color: #676767 !important;
    }

.ads__mid {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.12);
    min-height: 120px;
    margin: 16px 0 0 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

    .ads__mid .ads__title {
        font-size: 14px;
        color: #676767 !important;
    }

.ads__bottom {
    z-index: 10000;
    width: 728px;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: calc(50% - 364px);
    background: none;
}
.ads__mobile{
    display:none;
}
.cookies-container {
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: fixed;
    width: 100%;
    bottom: 2rem;
    z-index: 999999;
    padding: 0 16px;
}

.cookies-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background: white;
    max-width: 100%;
    border-radius: 5px;
    padding: 1rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "cookies-title cookies-save" "cookies-description cookies-save";
    opacity: 0;
    animation: slideUp 0.5s forwards;
}

@media only screen and (max-width: 714px) {
    .cookies-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.cookies-save {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-area: cookies-save;
}
.cookies-save__btn {
    /* grid-column: 2;
   grid-row: 2/2; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #FFCA28;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    border-radius: 24px;
    padding: 4px;
    font-size: 16px !important;
    width: 150px;
    max-width: 150px;
    text-transform: uppercase;
}

.cookies-title {
    grid-area: cookies-title;
    font-size: medium;
    margin-top: 0;
    margin-bottom: 8px;
}


.cookies-description {
    grid-area: cookies-description;
    padding-right: 8px;
    font-size: 14px;
}

.lgpd-link {
    color: #0069de;
    cursor: pointer;
    text-decoration: underline;
}


@keyframes slideUp {
    to {
        transform: initial;
        opacity: initial;
    }
}


@media screen and (max-width:959px) {
    #headerMainNav{
        display:none;
    }

    #headerKitten{
        display:none;
    }
}
@media screen and (max-width:460px) {
    .ads__bottom {
        left: 0;
    }

    .adMiddle, .adMiddle_1, .adBottom {
        display: block;
        width: 300px;
        height: 50px;
    }
}
