nner-eventos
*{
    font-family: 'Heebo';
}
#formEad input {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
}
textarea#txtMensagemEad {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
}
.contatoEadBtn {
    float: right;
    margin-top: 10px;
}
.imgEadFooter {
    width: 162px;
    margin-top: 25px;
}
.contatoEad { padding-right: 50px !important; }
.footerEadFag { padding-left: 50px !important; }

/* ceefag */
.card-img-overlay {
    position: absolute;
    bottom: 0 !important;
    padding: 1.25rem;
    top: unset !important;
    right: unset !important;
    left: unset !important;
}
@media (max-width: 1366px) { .card-img { width: 85% !important; } }
@media (max-width: 991px) {
    .card-img {
        height: 440px !important;
        width: 100% !important;
    }
}
@media (max-width: 767px) { .card-img { margin-bottom: 20px; } }
.h5, h5 { font-size: 2.5rem !important; }
.acolor,
.acolor:hover { color: #fff; }
.bgAcademico {
    background-color: #f4951e;
    color: #fff;
}
.bgEmpresa {
    background-color: #6b247f;
    color: #fff;
}
.bgAdmin {
    background-color: #646269;
    color: #fff;
}
.label {
    display: block !important;
    text-align: center;
}
input { text-align: center !important; }
::placeholder { text-align: center; }
.btn {
    display: block !important;
    margin: auto;
    color: #fff !important;
}
.btnAcademico {
    background-color: #c97015;
    color: #fff;
    padding: 15px 30px 15px 30px !important;
}
.btnEmpresa {
    background-color: #50236c;
    color: #fff;
    padding: 15px 30px 15px 30px !important;
}
.btnEmpresaCadastrarVagas {
    background-color: #50236c;
    color: #fff;
    padding: 15px 30px 15px 30px !important;
    opacity: 1 !important;
}
.btnAdmin {
    background-color: #3c3c3f;
    color: #fff;
    padding: 15px 30px 15px 30px !important;
}
.greycolor,
.greycolor:hover { color: #67686b !important; }

a.greycolor { color: #67686b !important; }

.dropdown-toggle,
a.menu-mobile-interno-drop-down-logado,
a.border-menu-mobile-interno-drop-down-logado {
    color: #58595b !important;
}

.fundo_cinza_ceefag {
    background-color: #67686b;
    width: 100%;
    color: #FFFFFF;
    height: 200px;
    margin-top: -4rem;
}
.img-itens {
    height: 100% !important;
    max-height: 80px;
}
.title-itens {
    font-size: 0.7rem !important;
    margin-bottom: 0 !important;
    margin-top: 15px;
}
@media (max-width: 575px) {
    .fundo_cinza_ceefag {
        height: 100% !important;
        min-height: 200px;
    }
    .responsiveItens {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.ceefagTextColor {
    color: #67686b;
    font-size: 14px;
}
.titleTextColor { color: #ef7d05; }
/*
    * tela que fica os menus de acesso
    * apenas quando o usuário está logado
*/
.fundoPainel {
    font-family: 'Heebo';
    background-color: #f4951e;
    color: #fff;
    border-bottom: 30px solid #c97015;
}
.fundoPainelAdmin {
    font-family: 'Heebo';
    background-color: #646269;
    color: #fff;
    border-bottom: 30px solid #3c3c3f;
}
.fundoPainelEmpresa {
    font-family: 'Heebo';
    background-color: #6b247f;
    color: #fff;
    border-bottom: 30px solid #50236c;
}
.card-painel-lg .borderCardEmpresa {
    width: 100px;
    background-color: #50236c;
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: -1px;
    visibility: hidden;
}
.card-painel-lg:hover .borderCardEmpresa {
    width: 100px;
    background-color: #50236c;
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: -1px;
    visibility: visible !important;
}
.titlePainelCeefag { padding-top: 20px; }
.card-painel-lg {
    background-color: transparent !important;
    text-align: center;
    border: none !important;
    color: #fff;
}
.imgCardItens {
    width: 80px !important;
    display: block;
    margin: auto;
}

.card a {
    text-decoration: none;
}

.card-title-painel {
    color: #fff !important;
    font-size: 20px !important;
}
.card-painel-lg .borderCard {
    width: 100px;
    background-color: #c97015;
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: -1px;
    visibility: hidden;
}
.card-painel-lg:hover .borderCard {
    width: 100px;
    background-color: #c97015;
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: -1px;
    visibility: visible !important;
}
.card-painel-lg .borderCardAdmin {
    width: 100px;
    background-color: #3c3c3f;
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: -1px;
    visibility: hidden;
}
.card-painel-lg:hover .borderCardAdmin {
    width: 100px;
    background-color: #3c3c3f;
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: -1px;
    visibility: visible !important;
}
.textPainelCeefag {
    font-family: 'Heebo';
    color: #67686b;
    text-align: justify;
}
/*
    * Formulário de cadastro
    * Preenchimento de dados obrigatorio
    * formulário com passo a passo
*/
.fundoFormCadastro {
    background-color: #f4951e;
    width: 100%;
    font-family: 'Heebo' !important;
    color: #fff;
}
.fundoFormCadastroAdmin {
    background-color: #646269;
    width: 100%;
    font-family: 'Heebo' !important;
    color: #fff;
}
.fundoFormCadastroEmpresa {
    background-color: #6b247f;
    width: 100%;
    font-family: 'Heebo' !important;
    color: #fff;
}
.bordaTopFundoFormCadastro {
    background-color: #c97015;
    width: 100%;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
}
.bordaTopFundoFormCadastroAdmin {
    background-color: #3c3c3f;
    width: 100%;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
}
.bordaTopFundoFormCadastroEmpresa {
    background-color: #50236c;
    width: 100%;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.width-col-sm-empresa {
    width: 100%;
    max-width: 50px !important;
    background-color: #481269;
    height: 40px;
    margin-left: 15px;
}
.width-col-sm-admin {
    width: 100%;
    max-width: 50px !important;
    background-color: #2c2c2d;
    height: 40px;
    margin-left: 15px;
    padding-top: 10px;
}
.width-col-sm {
    width: 100%;
    max-width: 50px !important;
    background-color: #904c16;
    height: 40px;
    margin-left: 15px;
}
.width-col-sm-empresa img,
.width-col-sm-admin img,
.width-col-sm img {
    width: 25px;
    margin-left: -3px;
}
.width-col-sm-admin img {  margin-top: -20px; }
li.nav-item {
    padding: 0 !important;
    margin: 0 !important;
}
.sw-theme-circles>ul.step-anchor {
    background-color: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
}
.sw-theme-circles>ul.step-anchor>li>a {
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    color: #fff !important;
    line-height: 35px !important;
}
.sw-theme-circles>ul.step-anchor>li>a {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    line-height: 18px !important;
    margin-top: 6px;
}
.sw-theme-circles > ul.step-anchor > li.active > a {
    border: 0 !important;
    background: #f4951e !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    margin-top: 0;
}
.sw-theme-circles > ul.step-anchor > li.active > a.show_curriculo {
    border: 0 !important;
    background: #50236c !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    margin-top: 0;
}
.sw-theme-circles .sw-toolbar { background: #f4951e !important; }
.sw-theme-circles .step-content { background: #f4951e !important; }
.carregueSuaFoto { padding: 10px; }
.fotoCarregada {
    padding: 5px;
    height: 100%;
    width: 100%;
    max-width: 208px;
    max-height: 250px;
    min-width: 208px;
    min-height: 250px;
}

#foto_user:hover,
.btnCarregueSuaFoto:hover,
.fotoCarregada:hover { cursor: pointer; }

.btnCarregueSuaFoto {
    line-height: 18px;
    padding-bottom: 20px;
    background-color: #fff;
    border: 0;
}
#formCadastro input {
    text-align: left !important;
    color: rgba(0, 0, 0, 1);
}
#formCadastro input::placeholder,
#formCadastro textarea::placeholder {
    text-align: left !important;
    color: rgba(0, 0, 0, 0.3);
}

/*
#formCadastro label {
    margin-bottom: .8rem;
}
*/

.custom-control-label {
    line-height: 2rem;
}

.custom-control-label::before {
    border-color: transparent !important;
    outline: 0 !important;
}

#formCadastro .custom-control-label::before,
#formCadastro .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    top: .3rem;
}
#formCadastro .custom-select option {
    color: rgba(0, 0, 0, 0.5);
    background-size: 10px 10px;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -1 4 7'%3E%3Cpath fill='#c97015' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important;
}
#formCadastro .custom-select:selected {
    color: rgba(0, 0, 0, 1);
    background-size: 10px 10px;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -1 4 7'%3E%3Cpath fill='#c97015' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important;
}
.bgCNH {
    background-color: #904c16;
    padding-right: 15px;
    border-radius:.25rem;
}
.bgCNH.active { background-color: #eb5e22 !important; }
.btnAdminCad {
    background-color: #3c3c3f;
    color: #fff;
    opacity: 1 !important;
}
/* Inicio do checkbox CNH */
input[type=checkbox] {
    /*-webkit-appearance: none;*/
    padding: 1px;
    border-radius:.25rem;
    position: absolute;
    margin-top: -20px;
    opacity: 0;
}
/* fim do checkbox CNH*/
label.btn.bgCNH {
    margin-right: 15px;
    border-radius:.25rem;
}
label.btn.bgCNH.active {
    border-radius:.25rem
    background-color: #eb5e22 !important;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius:.25rem;
}
.custom-control.custom-radio.custom-control-inline label {
    padding-top: 0px;
    padding-left: 10px;
}
.btn-group .btn+.btn {
    margin-left: 0 !important;
    border-radius:.25rem
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #eb5e22 !important;
    border: 1px solid #eb5e22;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#ffffff'/%3E%3C/svg%3E") !important;
}
.lineFormCadastro {
    height: 2px;
    border-top: 2px solid #c97015;
    width: 100%;
}
.lineFormCadastro_show_curriculo {
    height: 2px;
    border-top: 2px solid #50236c;
    width: 100%;
}
.btn-save {
    border: none;
    color: #fff !important;
    background-color: #c97015;
    padding: 8px;
    border-radius: 0.25rem;
}
.btn-secondary.disabled, .btn-secondary.disabled:disabled { visibility: hidden; display: none !important; }
.list-unstyled { color: #64257c !important; }
.btnCep {
    background-color: #c97015;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 7px;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 12px;
}
.btn-secondary,
.btn-secondary:hover {
    margin-left: 20px;
    background-color: #c97015;
    border-color: #c97015;
}
.sw-theme-circles .sw-toolbar { padding-right: 0 !important; }
#nextsave { margin-left: 10px !important; }
textarea {
    padding-left: 10px;
    height: 140px;
}
.input-group-text {
    background-color: #dee2e6;
    border: none;
}
.input-group-text input[type=checkbox]:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.input-group-text input[type=checkbox]:checked:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.color-white { color: #fff !important; }
.color-gray { color: #67686b !important; }
.croppie-container {
    padding: 0 !important;
    margin: 0 !important;
}
.cr-boundary,
.cr-slider-wrap {
    padding: 0 !important;
    margin: 0 !important;
}
/*
    * Início do rodapé padrão que tem em todas as páginas
    * Formulário de contato e informação da página em si
*/
.degceefag {
    color: #fff;
    padding: 0 !important;
    background: linear-gradient(90deg, #65247c 50%, #5f6065 50%);
    font-family: 'Oxygen' !important;
}
.contatoCeefag { padding-right: 50px !important; }
#formCeefag input {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
}
.contatoCeefagBtn {
    color: #5f6065 !important;
    float: right;
    margin-top: 10px;
}
.footerCeefag { padding-left: 50px !important; }
.width-mobile-title {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
}
@media (max-width: 991px) {
    .width-mobile-title {
        max-width: 100% !important;
        flex: unset;
    }
}
.custom-control-label-vagas { padding: 0 !important; }
.table thead th, .table td, .table th, 
.table tbody+tbody {
    border-color: transparent !important;
}
.btn-toolbar { margin-top: -50px; }
a { color: #fff !important; }
.btn-show-curriculo { background-color: #481269; }
.clickable-tr:hover { cursor: pointer; }
.btnVoltarMenusAcademico {
    background-color: #c97015;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.btnVoltarMenusAcademico img {
    width: 40px;
    line-height: 40px;
    padding-left: 15px;
}
.btnVoltarMenusEmpresa {
    background-color: #50236c;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.btnVoltarMenusEmpresa img {
    width: 40px;
    line-height: 40px;
    padding-left: 15px;
}
.btnVoltarMenusAdmin {
    background-color: #3c3c3f;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.btnVoltarMenusAdmin a {
    text-decoration: none;
}

.btnVoltarMenusAdmin img {
    width: 40px;
    line-height: 40px;
    padding-left: 15px;
}
label.cabinet{
    display: block;
    cursor: pointer;
}
label.cabinet input.file{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    margin-top:-30px;
}
#upload-demo {
    width: 283px;
    height: 250px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}
.croppie-container .cr-slider-wrap { width: 100%; }
.cr-slider {
    -webkit-appearance: none;
    padding-top: 20px;
    padding-bottom: 8px;
    background-color: transparent;
    width: 208px;
}
.croppie-container .cr-viewport, .croppie-container .cr-resizer { top: 3px; }
.modal { text-align: center; }
.modal:before {
    content: '';
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}
.modal .modal-dialog {
    text-align: left;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle;
}

/* somente o formulario de cadastro de vagas */
#descricao::placeholder,
#remuneracao::placeholder,
#beneficios::placeholder,
#vaga::placeholder { text-align: left; }

input[name="inicio1"], input[name="fim1"], input[name="inicio2"], input[name="fim2"], input[name="inicio3"], input[name="fim3"], input[name="inicio4"], input[name="fim4"], input[name="inicio5"], input[name="fim5"], input[name="inicio1"]::placeholder, input[name="fim1"]::placeholder, input[name="inicio2"]::placeholder, input[name="fim2"]::placeholder, input[name="inicio3"]::placeholder, input[name="fim3"]::placeholder, input[name="inicio4"]::placeholder, input[name="fim4"]::placeholder, input[name="inicio5"]::placeholder, input[name="fim5"]::placeholder { text-align: left !important; }

.btn-outline-primary {
    color: #fff !important;
}

.activeBtnViewIframe {
    background-color: #007bff !important;
    color: #fff !important;
    opacity: 1 !important;
}

.table td, .table th {
    color: #fff !important;
}

.btn-informacoes-vaga { background-color: #904c16 !important; }