* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section h3 {
    letter-spacing: 0.8px;
    text-align: center;
}

#trabalhe-conosco-header {
    height: 80px;
    width: 100%;
    position: fixed;
    top: -1px;
    z-index: 999;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.background-image-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    height: 100%;
    width: 100%;
}

#header-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.links {
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 40px;
}

.links:hover {
    text-decoration: none;
    color: black;
    opacity: 0.5;
}

.login-candidato {
    border: none;
    color: white;
    font-size: 14px;
}

.pc-version-login-candidato {
    border-radius: 4px;
    padding: 8px 16px;
    margin-right: 20px;
}

.pc-version-login-candidato span {
    margin-left: 6px;
}

.hello-button {
    border: none;
    color: white;
    font-size: 14px;
    border-radius: 99px;
    padding: 10px 14px;
    margin-right: 4%;
    visibility: hidden;
    position: fixed;
    top: 20px;
    right: 0px;
}

.mobile-version-login-candidato{
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.hamburguer-menu {
    display: none;
    position: fixed;
    top: 33px;
    right: 15px;
    z-index: 9999;
}

.hamburguer-menu .lines {
    width: 22px;
    height: 2px;
    margin-bottom: 4px;
    background-color: black;
    border-radius: 8px;
    transition: all 300ms ease;
}

#sobreBody {
    padding-left: 0px;
    padding-right: 0px;
}

.control-text-size {
    color: blue;
    text-decoration: none;
}

#imagemSobre {
    display: block;
    margin-left: 4%;
    margin-right: 4%;
    width: 92%;
}

#tituloPainelSobre {
    text-align: center;
    margin: 30px 4% 0px 4% !important;
    padding: 10px 0px 10px 20px;
    font-weight: bold;
    font-size: 25px !important;
    background:rgba(211,211,211, .4);
}

#descricaoPainelSobre {
    margin: 0px 4% 0px 4% !important;
    padding: 0px 20px 20px 20px;
    text-align: justify;
    background: rgba(211,211,211, .2);
    white-space: pre-wrap;
}

#dvagas {
    padding: 15px 0px;
}

.table-bordered {
    border: 0px;
}

.VisualizarVaga {
    height: 40px;
    border: none;
    font-size: 14px;
}

.table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #edebec;
}

.dataTables_length {
    white-space: nowrap;
    margin-bottom: 8px;
}

.dataTables_filter {
    margin-bottom: 8px;
}

.dataTables_filter input {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
}

#dextvagas tr :nth-child(2), #dextvagas tr :nth-child(3){
    width: 68px;
}

@media only screen and (max-width: 768px)  {

    .pc-version-login-candidato {
        display: none;
    }

    .mobile-version-login-candidato {
        display: flex;
    }

    button.hello-button {
        display: none;
    }

    div.hamburguer-menu {
        display: block;
    }

    img.background-image-header {
        width: fit-content;
    }

    div#header-container {
        height: 50px;
        width: 85%;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        position: fixed;
        top: 85px;
        left: 50%;
        visibility: hidden;
        transform: translateX(-50%) translateY(-115%);
    }

    div#header-container .links-container {
        margin-inline: auto;
        overflow: auto;
        white-space: nowrap;
        padding: 10px;
    }

    div.links-container .links {
        margin-inline: 10px;
        text-align: center;
    }

}

@media only screen and (max-width : 800px) {

    div.dataTables_length {
        float: left !important;
        margin-top: 9px;
    }

    div.dataTables_filter {
        float: right !important;
    }

    div.dataTables_length label {
        font-size: 16px;
        font-weight: bold;
    }

    div#dvagas {
        padding: 15px;
    }

    .dataTables_filter input {
        border-radius: 15px;
        font-size: 15px !important;
        width: 118px !important;
    }

    .spanNomeVaga {
        font-size: 12px !important;
    }

    #dextvagas tr :nth-child(2) {
        width: 0px;
        padding: 0px;
    }

    .quantidadeVagas {
        display: none;
    }

    .VisualizarVaga {
        background-color: #00294f;
        color: white;
        border-radius: 10px;
        width: 100%;
        height: 33px;
        font-family: Helvetica;
        font-size: 10px !important;
    }

    td {
        font-size: 10px !important;
    }

    div.dataTables_paginate {
        font-size: 10px !important;
    }

    #companyFooter {
        margin-top: 10%;
    }

    th {
        font-size: 16px !important;
    }
}

@media only screen and (min-width : 800px)
{
    .quantidadeVagas {
        cursor: default !important;
        background-color: white;
        color: #00294f;
        border-radius: 15px !important;
        border-color: #00294f !important;
        border-width: 2px !important;
        width: 140px;
        font-family: Helvetica !important;
        font-weight: bold;
    }

    .VerVaga {
        background-color: #00294f;
        color: white;
        border-radius: 15px;
        border-color: #00294f;
        width: 140px;
        font-family: Helvetica;
    }

    label {
        margin-right: 6.7%;
    }

    .col-sm-12 {
        padding: 0px;
    }

    #dextvagas {
        margin-left: 4%;
        margin-right: 4%;
        width: 92%;
    }

    div.dataTables_filter, div.dataTables_length {
        margin-inline: 4%;
    }

    .dataTables_filter input {
        border-radius: 15px;
        font-size: 15px !important;
        width: 150px !important;
    }

    div.dataTables_length label {
        font-size: 20px;
        font-weight: bold;
    }

    div.dataTables_info {
    padding-left: 8.5%;
    padding-top: 0px;
    }

    div.dataTables_paginate {
        margin-right: 5.8% !important;
    }

    .nomeVaga {
        text-align: justify;
    }

    .quantVagas {
        text-align: center;
    }

    .verVaga {
        text-align: center;
    }

    .table-bordered {
        border: 0px;
    }

    .dataTables_filter input {
        border-radius: 15px;
        font-size: 15px !important;
        width: 150px !important;
    }

    .spanNomeVaga {
    	font-size: 12px !important;
    }

    .quantidadeVagas {
        cursor: default !important;
        background-color: white;
        color: #00294f;
        border-radius: 15px !important;
        border-color: #00294f !important;
        border-width: 2px !important;
        width: 100px;
        font-family: Helvetica !important;
        font-weight: bold;
    }

    .VisualizarVaga {
        background-color: #00294f;
        color: white;
        border-radius: 15px !important; 
        width: 100px;
        font-family: Helvetica;
    }

    td {
        font-size: 10px !important;
    }

    .table-striped>tbody>tr:nth-child(odd)>td {
        background-color: #edebec;
    }
    #dextminhasvagas {
        margin-right: 4%;
        margin-left: 4%;
        width: 92%;
    }
}

#dextvagas td {
    height: 40px;
}


#dextminhasvagas td {
    text-align: center;
    vertical-align: middle;
    height: 40px;
    font-size: 12px !important;
}

#dminhasvagas {
    padding: 15px;
}
#dextminhasvagas th {
    background-color: white;
    color: black;
    text-align: center;
    vertical-align: middle;
}

#buttonVagas {
    text-align: center;
    margin-top: 2%;
}

.hide {
    display: none;
}

#btn-minhas-vagas {
    margin-right: 11%;
}

#div-mostra-vagas {
    margin-left: 4%;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}