/**
 * REDE DE TALENTOS
 * » Folha de estilos.
 * 
 */


/* Variáveis
-------------------------------------------------- */

:root {
    --amarelo-ouro: #F1CD00;
    --cinza-claro: #f8f8f8;
    --cinza: #8e8d8d;
    --preto: #000;
    --cor-borda: #8e8d8d;
    --cor-fundo-rodape: var(--preto);
    --cor-texto-rodape: white;

}

/* Padronização */

a {

    color: #333;
}

a:focus,
a:hover {
    color: black;
}

/* Tipografia
-------------------------------------------------- */

html {
    font-size: 16px;
}

body {
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;

}

h1 {
    border-left: 4px solid var(--amarelo-ouro);
    padding-left: 1rem;
}


/* Tela de acesso
-------------------------------------------------- */
#divLogin.panel {
    border: 0;
    box-shadow: none;
}

#divLogin .page-header {
    border: 0;
    margin-top: 20px;
    text-align: center;
}

.login-img img {
    height: 200px;
    width: auto;
}

.page-header-title {
    font-size: 1.5rem;
    margin: 1em auto 1rem;
}

.page-header-info {
    font-size: 0.8rem;
    margin: 1em auto 0.5rem;
    width: 80%;
}

.nova-senha-texto {
    font-size: 0.8rem;
    margin-top: 1em;
    text-align: center;
}

/* Barra de navegação
-------------------------------------------------- */

.navbar-default {
    background-color: black;
    color: white;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #e6e6e6;
}

.navbar-default .navbar-text {
    color: white;
}

.navbar-nav li {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-text {
    font-size: 0.9rem;
    float: right;
}

.quit-btn {
    float: right;
    margin-left: 24px;
}

.navbar-brand img {
    max-height: 20px;
}

/* Painel
-------------------------------------------------- */

.painel-controle {
    display: flex;
    justify-content: space-between;
}



/* Rodapé fixo
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--cor-fundo-rodape);
    color: var(--cor-texto-rodape);

    /* Set the fixed height of the footer here */
    height: 60px;

}

.footer .container {

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 0.7rem;

    height: 100%;
    width: 100%;

}

/* Container
-------------------------------------------------- */

.container .text-muted {
    margin: 20px 0;
}


/* Erros
-------------------------------------------------- */

.erro {
    z-index: 999;
    border: solid 1px #f0f0f0;
    background: whitesmoke;
}

#msgErro {
    display: none;
}

.msgErro {
    border-left: 1em solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: white;
    padding: 10px;
    width: 75%;
    margin: 4px 0;
    background-color: #dd4132;
}

.msgAlerta {
    border-left: 1em solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: white;
    padding: 10px;
    width: 75%;
    margin: 4px 0;
    background-color: #e4bf45;
}

/* USUÁRIOS
-------------------------------------------------- */

#admin-usuarios {
    padding-bottom: 5rem;
}

/* EMPRESAS
-------------------------------------------------- */

.action-bar {
    margin: 2rem auto;
}

.btn-bar {
    margin: 3rem auto;
}

#buscaCNPJ {
    margin-bottom: 1rem;
}

#grupoCNPJ {
    margin: 2rem auto 0;
}

#grupoCNPJ>div.form-group.mt-0>label {
    margin-top: 1rem;
}

#CNPJClienteAlertas {
    font-size: 12px;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
}

.logo-cliente {
    max-height: 120px;
    width: auto;
}

/* TALENTOS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Admin */

.talentos-info-bar {
    display: flex;
    justify-content: space-between;
}

.talentos-lista-talentos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto 5rem;
    max-width: var(--largura-coluna);
    width: 100%;
}

.talentos-lista-talentos a {
    text-decoration: none;
}

.talentos-talento-item {
    background-image: url('../img/geopattern.png');
    background-position: top left;
    border: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
    margin: 1rem;
    padding: 2rem 1rem;
    text-align: center;
    width: 250px;
}

.talento-avatar {
    background-color: #f7f7f7;
    border-radius: 50%;
    height: auto;
    width: 100px;
}

.talento-perfil-avatar {
    border-radius: 50%;
    height: auto;
    width: 128px;
}

a .talento-nome {
    color: #1f1f1f;
    font-weight: bold;
    margin: 0.5rem auto;
}

a .talento-areas {
    color: #1f1f1f;
    font-size: 0.8rem;
}

.talento-action-bar {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto;
    max-width: 720px;
    width: 100%;
}

.talento-perfil {
    border: 1px solid #e7e7e7;
    margin: 1rem auto 5rem;
    max-width: 720px;
    width: 100%;
}

.talento-perfil a {
    color: black;
    text-decoration: underline;
}

.talento-cabec {
    background-image: url('../img/testeira-perfil-3.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 2rem;
}

.talento-cabec a {
    color: white;
}

.talento-apelido {
    font-weight: bold;
}

.talento-social ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.talento-social ul li {
    font-size: 1.25rem;
    margin: 0.25rem 1rem 0.25rem 0;
}

.talento-info th {
    text-align: right;
}

@media (min-width: 640px) {
    .talento-info th {
        width: 300px;
    }
}

.avatar-talento {
    max-width: 150px;
    width: 100%;
}

/* REGULAMENTO
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.regulamento-janela {
    border: 1px solid var(--cor-borda);
    border-radius: 16px;
    height: 50vh;
    overflow: auto;
    margin: 3em auto;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.regulamento-miolo {
    overflow: auto;
    max-height: 100%;
}

.form-aceite .caixa-aceite {
    margin: 1em;
}

.form-aceite .botao {
    font-weight: bold;
    padding: 8px 16px 4px;
}

.regulamento-estilo-titulo {
    font-size: 1.2rem;
    font-weight: bold;
}

.regulamento-estilo-subtitulo {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 24px;
}

.regulamento-estilo-normal code {
    color: var(--azul-claro);
}


/* ASSOCIADOS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Listagem de associados */

#lista-associados {
    padding-bottom: 4rem;
}

.table-associados-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    width: 100%;
}

#cadastro-associados {
    padding-bottom: 4rem;
}

/* VAGAS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Vaga cartão */

.vaga-cartao {
    border: 1px solid #e7e7e7;
    margin: 1rem auto;
    max-width: 720px;
    padding: 2rem;
    width: 100%;
}

.vaga-empresa {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
}

.vaga-titulo {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 1rem;
}

.vaga-area {
    font-size: 0.9rem;
}

.vaga-final-selecao {
    font-size: 0.9rem;
}

.vaga-candidatura {
    font-weight: 500;
    margin: 0 0 1rem;
    text-align: right;
}

.vaga-final-descritivo {
    margin: 1rem 0 0;
}

.vaga-action-bar {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto;
    max-width: 720px;
    width: 100%;
}

.vaga-action-footer {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto 4rem;
    max-width: 720px;
    width: 100%;
}