@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/ufonts.com_gotham-book-webfont.eot');
    src: url('../fonts/ufonts.com_gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ufonts.com_gotham-book-webfont.woff') format('woff'),
    url('../fonts/ufonts.com_gotham-book-webfont.ttf') format('truetype'),
    url('../fonts/ufonts.com_gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #f0f0f0;
    padding-right: 0 !important;
}

a:hover, a:focus {
    text-decoration: none !important;
}

div span p {
    font-family: 'gotham_bookregular',Arial, Helvetica, sans-serif !important;
}

.fontpersona {
    font-family: 'gotham_bookregular',Arial, Helvetica, sans-serif !important;
}

.divisor {
    width: 100%;
    height: 20px;
}

.e_container-box{
    padding: 10px;
}

.e_container_vagas .fa {
   min-width: 20px;
   text-align: center;
}


.e_menu_link, .e_menu_link:link, .e_menu_link:visited, .e_menu_link:active {
    color: white !important;
}

.e_menu_link.menu_ativo{
    color: #2c3e50;
    background-color: rgba(207, 105, 0, 0.30);
}

.e_menu_link:active {
    background-color: rgba(207, 105, 0, 0.30);
}

.e_menu_link:focus {
    background-color: rgba(207, 105, 0, 0.30);
}

.e_menu_link:hover {
    font-weight: bold;
    color: #2786c9 !important;
}

.e_dropdown-toggle, .e_dropdown-toggle:link, .e_dropdown-toggle:visited, .e_dropdown-toggle:active  {
    color: white !important;
}

.e_dropdown-toggle:focus {
    background-color: #e9ad13 !important;
}

.e_dropdown-toggle:hover {
    font-weight: bold;
    color: #2786c9 !important;
}

.e_navbar-brand:hover, .e_navbar-brand:focus, .e_navbar-brand:visited {
    background-color: #2c3e50 !important;
}

.e_dropdown-menu {
    background-color: #586a7b;
}

.e_rodape {
    position: relative;
    background: #2c3e50;
    margin-top: 15px;
}

.e_rodape_container_dados {
    position: relative;
    min-height: 180px;
    padding: 10px 0;
    background: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.e_rodape_container_dados_copyright {
     position: relative;
     height: 50px;
     background: #2c3e50;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 12px;
     color: gray;
 }

.e_rodape_container_dados_sobre_voce {
    font-size:10px;
    line-height: 12px;
    display: block;
    text-align: center;
    color: gray;
    width: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.e_rodape_container_dados_sobre_voce:hover {
    color:black;
    font-size:12px;
    line-height: 12px;
}

.e_rodape_container_dados_copyright img {
    margin: 0 15px;
}


.e_rodape_logo {
    max-height: 150px;
max-width: 150px;
}


.e_container {
 /**/
}


.e_menu_container {
 position: relative;
}

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

    .e_menu {
        background-color: #586a7b;
        border: none;
    }

    .e_navbar-collapse {
        background-color: #586a7b;
        border: none;

    }

    body {
        padding-top: 50px;
    }

    .header_video {
        position: relative; overflow: hidden; height: 100vh; margin-top: -50px;
    }

    .e_navbar-collapse {
        min-height: calc(100vh - 55px) !important;
        max-height: calc(100vh - 55px) !important;
    }



    .e_menu {
        height:     50px;
        max-height: 50px;
    }


    .e_menu_container {
        height:     50px;
        max-height: 50px;
    }

    .e_menu_logo {
        max-height: 40px;
    }

    .e_navbar-brand {
        display: flex;
        align-items: center;
        justify-items: center;
        overflow: hidden;
        height: 55px;
        padding: 5px;
        background: #2c3e50!important;
        border-radius: 0 0 5px 0;
        box-shadow: 1px 1px 3px #dbdbdb;
    }

    .fullscreen-bg {
             display: none;
    }

    .e_navbar-brand_titulo {
        font-size: 14px;
    }

    .e_navbar-brand_titulo {
        display: none;
    }


}

/* DESKTOPS */
@media only screen and (min-width : 992px) {

    .e_menu {
        background-color: rgba(0, 0, 0, 0.35);
        border: none;
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

    .e_navbar-collapse {
        background-color: transparent;
        border: none;
        -webkit-transition: background-color 500ms linear;
        -moz-transition: background-color 500ms linear;
        -o-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;

    }

    body {
        /*padding-top: 100px;*/
    }

    .header_video {
        position: relative;
        overflow: hidden;
        height: 100vh;
        /*margin-top: -100px;*/
    }

    .e_menu {
        height:     100px;
        max-height: 100px;
    }

    .e_navbar-collapse {
        max-height: 100px !important;
    }

    .e_menu_container {
        height:     100px;
        max-height: 100px;
    }

    .e_menu_logo {
        max-height: 90px;
    }

    .e_navbar-brand {
        display: flex;
        align-items: center;
        justify-items: center;
        overflow: hidden;
        height: 110px;
        padding: 10px;
        background: #3a4e61;
        border-radius: 0 0 5px 5px ;
        box-shadow: 2px 2px 3px #173d6f;
    }

    .e_navbar-brand_titulo {
        display: none;
    }

    .e_nav_li:first-child {
        margin-left: 20px;
    }

    .e_nav_li {
        position: relative;
        display: block;
        height: 100px;
        padding: 26px 0;
    }

    .e_dropdown-menu {
        top: 76%;
    }


    .btn_areas {
        margin-bottom: 0 !important;
    }

/*    .informacao_inicial {
        display: none;
    }*/

    .fullscreen-bg_image {
        display: none;
    }


    table.dataTable>tbody>tr.child span.dtr-title {
        min-width: 150px;
    }

}

/* SEPARADOR */

.separador {
    width: 95%;
    position: relative;
    height: 60px;
    margin: 0 2.5%;
}

.separator_left {
    width: 23%;
    height: 48px;
    float: left;
    display: block;
    background: #2c3e50;
}

.separator_right {
    width: 23%;
    height: 48px;
    float: right;
    display: block;
    background: #2c3e50;
}

.separator_center {
    width: 60%;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: 20%;
    margin: 10px 0 0 0;
    display: block;
    background: #4a637b;
    text-align: center;
    color:white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    /*cursor: pointer;*/
}

.separator_center:hover {
    /*background: #2c3e50;*/
    /*box-shadow: 1px 1px 3px black;*/
}


.btn_cor_site_1 {
    background: #0d9a4a;
}

.btn_cor_site_2 {
    background: #2786c9;
}

.btn_cor_site_3 {
    background: #e67e22;
}

.btn_cor_site_4 {
    background: #2c3e50;
}

.btn_areas {
    min-height: 135px;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 15px;
    cursor: pointer;
}

.btn_areas:hover {
    background: #777777;
    box-shadow: 1px 1px 3px gray;
}

.btn_areas p:first-child {
    color: #FFF;
    font-size: 12px;
}

.btn_areas p:last-child {
    color: #FFF;
    font-size: 22px;
}

.informacao_inicial {
    margin: 0 10px;
    padding: 25px;
    color: white;
    background-color: #2c3e50 ;
}

.informacao_inicial_fullscreen {
    margin: 0 10px;
    padding: 15px;
    color: white;
    background-color: #2c3e50 ;
}

.informacao_inicial_fullscreen_image {
    padding: 10px;
    color: white;
    background-color: #2c3e50 ;
    font-size: 11px;
    line-height: 11px;
}

.btn_fale_conosto {
    margin: 0 10px;
    padding: 15px;
    color: white;
    /*border-radius: 5px;*/
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.btn_fale_conosto .fa-envelope-open{
    font-size: 20px;
}

.btn_fale_conosto:hover {
    background-color: #4998eb;
    box-shadow: 1px 1px 3px gray;

}

.texto_copyright {
    font-size: 10px;
    margin: 0 15px;
    text-align: center;
}

@media only screen and (max-width : 772px) {
.texto_copyright {
    display:none;
}
}


.e_container_contato .form-group {
   margin-bottom: 5px;
}


.fullscreen-bg {
    position: relative;
    /*top: -100px;*/
    left: 0;
    overflow: hidden;
    z-index: -100;
    height: 100vh;
}
.fullscreen-bg_image {
    position: relative;
    left: 0;
    overflow: hidden;
    z-index: -100;
    height: calc(100vh - 50px);
}

.fullscreen-bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg_video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg_video {
        width: 300%;
        left: -100%;
    }
}






/* SCROLL BOT*/

.scroll-downs {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px auto;
    width :34px;
    height: 55px;
}
.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}

.nav>li>a {
    padding: 10px 11px;
}

/*mudar o breakpoint do colapse do menu*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .container {
        width: 100%;
    }

}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */

.sessao_one_page {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.sessao_one_page_titulo {
    width: 100%;
    padding: 15px;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sessao_one_page_titulo_depois {
    display: inline-block;
    height: 1px;
    width: 60px;
    margin-left: 5px;
    margin-top: -2px;

    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.sessao_one_page_titulo_antes {
    display: inline-block;
    height: 1px;
    width: 60px;
    margin-right: 5px;
    margin-top: -2px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);

}

.ball_sphere {
    /*height: 64px;*/
    /*width: 64px;*/
    border-radius: 50%;
    position: relative;
    box-shadow: inset -1px -1px 5px #000, 0 0 1px black, inset 0 0 1px black;
    margin: 5%;
}
.ball_sphere::after {
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
    height: 45%;
    width: 12%;
    position: absolute;
    top: 4%;
    left: 15%;
    border-radius: 50%;
    transform: rotate(40deg);
}

/* fazer o panel headinh accordion clicavel*/
.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.e_container_ultimas_vagas .fa-icone-titulo {
    color: #215f3b;
}

.e_container_ultimas_vagas .alert {
    border-radius: 0;
}

.panel-default {
    margin-top: 5px;
}

#faq_empresa .panel-group {
    margin-bottom: 0;
}

#faq_estudante .panel-group {
    margin-bottom: 0;
}

.p_bgios {
    background-attachment: scroll !important;
}

.p_bg1 {
    background: #444 url('../imgs/parallax/bg1.jpg') center top no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.p_bg2 {
    background: #444 url('../imgs/parallax/bg2.jpg') center top no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

.p_overlay {

    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 0; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer; /!* Add a pointer on hover *!/*/

}


.p_bgn1 {
    background: #444 url('../imgs/parallax/bgn1.jpg') center top no-repeat fixed;
    background-size: cover;
}

.p_bgn2 {
    background: #444 url('../imgs/parallax/bgn2.jpg') center top no-repeat fixed;
    background-size: cover;
}

#vagas .alert-success {
    background-color: #dff0d8e3;
    border-color: #d6e9c6;
    color: #3c763d;
}

.input-group-addon {
    min-width: 40px;
}


.modal-header {
    background: #586a7b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modal-header .fa {
    font-size: 21px;
    text-shadow: 1px 1px 2px #535353;
}

.modal-title {
    color: white;
    font-size: 18px !important;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #535353;
}

.modal_close_bt {
    font-size: 40px;
    color: white;
    opacity: 1;
    position: absolute;
    top: 5px;
    right: 5px;
}

.modal_body {
    padding: 15px;
}

.modal_dina_close {
    z-index: 1000;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 20px;
    font-weight: bold;
    color: black;
    opacity: 1;
    cursor: pointer;
    border: 1px solid #ccc;
    line-height: 16px;
    border-radius: 3px;
    background: white;
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 0;
}

.titulo_separador {
    padding-bottom: 2px;
    margin: 0 5px 10px 5px;
    border-bottom: 1px solid #eee;
    color: #25418d;
    font-family: 'gotham_bookregular', Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
}

.titulo_separadorg {
    padding-bottom: 2px;
    margin: 0 5px 10px 5px;
    border-bottom: 1px solid #eee;
    color: #25418d;
    font-family: 'gotham_bookregular', Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .titulo_separador {
        font-size: 13px;
    }
}
.titulo_separador .fa {
    color: #25418d;
    min-width: 20px;
    text-align: center;
}

.titulo_separadorg .fa {
    color: #25418d;
    min-width: 20px;
    text-align: center;
}

.botao_plus {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #ccc;
    padding: 0 3px;
    color: white;
    cursor: pointer;
    font-weight: normal;
    font-size: 11px;
    background: #25418d;
    margin-top: 4px;
}

.botao_plus:hover {
    background: #395ad2;
    font-weight: bold;
}

.botao_plus .fa {
    color: white;
}

.container_inclusao_alteracao {
 padding: 15px;
}

.container_inclusao_alteracao_div {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 3px black;
    padding: 10px;
}

.container_lista {

}

.tabela_lista_inclusao {

}

.tabela_lista_inclusao.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 3px;
}

.tabela_lista_inclusao tr {
    height: 20px;
}

.tabela_lista_inclusao>thead>tr>th, .tabela_lista_inclusao>tbody>tr>td {
    height: 20px ;
    padding: 2px 5px ;
}

.col_acoes {
    width: 45px;
    text-align: center;
    padding: 0 !important;
}

.col_acoes_div {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.col_acoes .glyphicon {
     cursor: pointer;
}
.top5 {
    margin-top: 5px
}

.top10 {
    margin-top: 10px
}

.top15 {
    margin-top: 15px
}

.top20 {
    margin-top: 20px
}

.top25 {
    margin-top: 25px
}

.form_cadastro label {
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'gotham_bookregular', Arial, Helvetica, sans-serif !important;
}


.form_cadastro .form-group {
    margin-bottom: 5px;
}

.form_cadastro .form-group {
    margin-bottom: 3px;
}

.form_cadastro .form-control  {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #ccc;
}

.form_cadastro .input-group-addon:first-child {
    border-top: none;
    border-left: none;
    border-right: none;
}

.form_cadastro .select2-container--bootstrap .select2-selection--single {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #ccc;
}

.form_cadastro .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102,175,233,.6);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102,175,233,.6);
}

.select2-dropdown {
    border: 1px solid #ccc !important;
}

.form_cadastro .form-control:focus {

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, 0.6);
}


.container_wrapcube {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #ededed;
    font-weight: 400;
    cursor: pointer;
}

@media (min-width: 992px) {
    .container_wrapcube {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}


.wrapcube {
    perspective: 2000px;
    perspective-origin: center center;
    width:200px;
}

.wrapcube_1 {
    height:67px;
}

.wrapcube_2 {
    height:134px;
}

.wrapcube_3 {
    height:201px;
}

.wrapcube_4 {
    height:237px;
}

.wrapcube_5 {
    height:298px;
}

.wrapcube_6 {
    height:275px;
}

.wrapcube_cube{
    width:100%;
    height:50px;
    margin:0 0 0 0;
    position:relative;

    transition:.25s all ease-out;
    transform-style: preserve-3d;

    font-family: arial, helvetica, sans-serif;
    text-align: center;
    line-height: 3.5;
}


#wrapcube_cube_a{z-index:1;}
#wrapcube_cube_b{z-index:2;}
#wrapcube_cube_c{z-index:3;}
#wrapcube_cube_d{z-index:4;}
#wrapcube_cube_e{z-index:3;}
#wrapcube_cube_f{z-index:2;}
#wrapcube_cube_g{z-index:1;}

.wrapcube_cube[data-rotate='1']{
    transform: rotateY(3deg) translateZ(-00px)  translateX(0px);
}
.wrapcube_cube[data-rotate='2']{
    transform: rotateY(6deg) translateZ(-00px) translateX(0px);
}
.wrapcube_cube[data-rotate='3']{
    transform: rotateY(9deg) translateZ(-00px) translateX(0px);
}
.wrapcube_cube[data-rotate='4']{
    transform: rotateY(12deg) translateZ(-00px) translateX(0px);
}
.wrapcube_cube[data-rotate='5']{
    transform: rotateY(15deg) translateZ(-00px) translateX(0px);
}
.wrapcube_cube[data-rotate='6']{
    transform: rotateY(18deg) translateZ(-00px) translateX(0px);
}
.wrapcube_side{
    width:100%;
    height:100%;
    position:absolute;
    backface:hidden;
}

.wrapcube_front {
    height:50px;
    transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg) translateZ(100px);
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    font-size: 15px;
}

.wrapcube_front_tl {
    font-size: 14px;
    line-height: 15px;
}


.wrapcube_principal {

}

.wrapcube_left {
    height:50px;
    transform: rotateY(-90deg) rotateX(0deg) rotateZ(0deg) translateZ(100px);
}
.wrapcube_right {
    height:50px;
    transform: rotateY(90deg) rotateX(0deg) rotateZ(0deg) translateZ(100px);
}
.wrapcube_back {
    height:50px;
    transform: rotateY(-180deg) rotateX(0deg) rotateZ(0deg) translateZ(100px);
}
.wrapcube_top {
    height:200px;
    transform: rotateY(0deg) rotateX(90deg) rotateZ(0deg) translateZ(100px);
}
.wrapcube_bottom {
    height:200px;
    transform: rotateY(0deg) rotateX(-90deg) rotateZ(0deg) translateZ(-50px);
}

#wrapcube_cube_a .wrapcube_side{ background:#2980b9; }
#wrapcube_cube_a .wrapcube_front{ background:#3498db; }

#wrapcube_cube_b .wrapcube_side{ background:#16a085; }
#wrapcube_cube_b .wrapcube_front{ background:#1abc9c; }

#wrapcube_cube_c .wrapcube_side{ background:#d35400; }
#wrapcube_cube_c .wrapcube_front{ background:#e67e22; }

#wrapcube_cube_d .wrapcube_side{ background:#f1980f; }
#wrapcube_cube_d .wrapcube_front{ background:#f1c40f; }

#wrapcube_cube_e .wrapcube_side{ background:#7d5e52; }
#wrapcube_cube_e .wrapcube_front{ background:#987466; }

#wrapcube_cube_f .wrapcube_side{ background:#c0392b; }
#wrapcube_cube_f .wrapcube_front{ background:#e74c3c; }

#wrapcube_cube_g .wrapcube_side{ background: #320053; }
#wrapcube_cube_g .wrapcube_front{ background: #51007f; }




/*input[data-obrigatorio="SIM"] {
    border-bottom: 1px solid red !important;
}

input[data-obrigatorio="SIM"][data-obrigatorio-agrupa] {
    border-bottom: 1px solid #e300ff !important;
}

select[data-obrigatorio="SIM"] {
    border-bottom: 1px solid red !important;
}

select[data-obrigatorio="SIM"][data-obrigatorio-agrupa] {
    border-bottom: 1px solid #e300ff !important;
}

select[data-obrigatorio="SIM"] + .select2 > .selection > .select2-selection {
    border-bottom: 1px solid red !important;
}

select[data-obrigatorio="SIM"][data-obrigatorio-agrupa] + .select2 > .selection > .select2-selection {
    border-bottom: 1px solid #e300ff !important;
}*/


.campo_obrigatorio {
    color: red;
    margin-left: 5px;
    font-size: 16px;
    line-height: 11px;
}

.campo_importante {
    color: orange;
    margin-left: 5px;
    font-size: 16px;
    line-height: 11px;
}

.campo_obrigatorio_agrupado {
    color: #e300ff;
    margin-left: 5px;
}

.preenchimento_obrigatorio {
    border-bottom: 1px solid red !important;
}

.preenchimento_obrigatorio + .select2 > .selection > .select2-selection {
    border-bottom: 1px solid red !important;
}


.preenchimento_importante {
    border-bottom: 2px solid orange !important;
}

.preenchimento_importante + .select2 > .selection > .select2-selection {
    border-bottom: 2px solid orange !important;
}



.preenchimento_obrigatorio_agrupado {
    border-bottom: 1px solid #e300ff !important;
}

.conteudo_obrigatorio {
    color: darkblue;
    font-size: 14px
}

.conteudo_invalido {
    color: red;
}

.erro_captcha {
    color: darkviolet;
    font-size: 17px;
    text-shadow: 1px 1px 1px #ccc;
}


.eloader{
    height: 32px;
    position: absolute;
    bottom: 4px;
    left: 6px;
    display: none;
    border-radius: 6px;
    background: #add8e670;
    text-align: center;
    width: calc(100% - 11px);
    padding: 2px 0;
    z-index: 1000;
}

.datepicker-dropdown {z-index:99999999999 !important;}


/* do not group these rules */
*::-webkit-input-placeholder {
    color: #dddddd !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #dddddd  !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #dddddd  !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #dddddd  !important;
}

.multiplos_cadastros {
    max-height: 165px;
    overflow: auto;
    width: 100%;
    margin-bottom: 15px;
}

.item_multiplo_cadastro {
    cursor: pointer;
}

.item_multiplo_cadastro .fa-check {
    display:none;
}

.multiplos_cadastros_selecionado {
     background: #67ddff;
}

.multiplos_cadastros_selecionado .fa-check {
    display: inline-block;
}

.iziToast.iziToast-animateInside .iziToast-buttons-child, .iziToast.iziToast-animateInside .iziToast-icon, .iziToast.iziToast-animateInside .iziToast-message, .iziToast.iziToast-animateInside .iziToast-title {
    width: 100%;
    margin-bottom: 15px;
}

.recuperar_senha_preencher_campo {
    border: 2px solid red;
}

.recuperar_senha_preencher_campo:focus {
    border-color: red;
}

#titulo_modal_recuperar_senha {
    color: black;
}

.botao_trocar_senha {
    border: 1px solid gray;
    padding: 0 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #dedede;
    font-size: 12px;
    color: #717171;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #f5f5f5;
}

.botao_trocar_senha:hover {
    box-shadow: none;
    font-size: 14px;
    padding: 5px;
}

.btn-social>:first-child.fa {
    top: -2px;
}

.alinha_centros{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-1_5x {
    font-size: 1.5em;
}



.logo_rede {
    margin : 0 10px 0 0;
}

@media (max-width: 991px) {
    .logo_rede {
        margin : 0 10px 10px 0;
    }
}

.alert-vagas-sem-login {
    text-align:center;
    margin-bottom: 0;
    border-radius: 0;

}

.menu_wrap_principal {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    zoom:1.5;
}

.wrapcube_cube .fa {
    font-size: 28px;
    min-width: 40px;
    text-align: center;
    text-shadow: 1px 1px 1px gray;
}

.wrapcube_cube .fa-university {
    font-size: 20px;
}

.btn-quero-me-cadastrar {
    text-shadow: 1px 1px 1px grey;
    font-weight: bold;
}

.list-full {
    padding: 0;
}

.link-full {
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
}

.link-full:visited, .link-full:active, .link-full:link {
    color: black;
}

.link-full:hover{
    background-color: #5aa0eb;
    color:white;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

.img_login {
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

#area_logado {
    position: absolute;
    bottom: 0;
    left: 250px;
    color: white;
    width: 72%;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
}

@media only screen and (max-width : 991px) {
    #area_logado {
        bottom: 0;
        left: 75px;
        height: 50px;
        width: calc(100vw - 125px);
        line-height: 50px;
        font-weight: normal;
    }

}


.celula_esquerda {
     text-align: left;
}

.celula_direita {
    text-align: right;
}

.celula_centro {
    text-align: center;
}

.celula_acoes{
    padding: 0 !important;
    min-width: 50px;
    width: 50px;
    vertical-align: middle !important;
}

.list-fa-fixed .fa {
    min-width: 25px;
    text-align: center;
}

.list-fa-fixed .fa-1_5x {
    min-width: 35px;
}

.list-fa-fixed .fa-2x {
    min-width: 40px;

}

.totalizador_menu {
    float: right;
    margin-top: -5px;
    margin-right: -10px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 29%;
    border: 1px solid #ccc;
    padding: 0px 8px;
    background: rgba(212, 212, 212, 0.34);
    line-height: 31px;
    color: #3a3939;
    box-shadow: 1px 1px 1px #e4e4e4;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif !important;
}

.totalizador_menu .fa {
    font-size: 21px;
}

.table_info_lista {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
}

.dataTables_filter > label {
    margin-bottom: 0;

}

.instituicao_hidden.instituicao_cnpj,
.instituicao_hidden.instituicao_cpf,
.instituicao_hidden.instituicao_codigo,
.instituicao_hidden.instituicao_acesso

{
    display: none;
}

.estudante_hidden.estudante_cpf,
.estudante_hidden.estudante_facebook,
.estudante_hidden.estudante_linkedin,
.estudante_hidden.estudante_google,
.estudante_hidden.estudante_codigo,
.estudante_hidden.estudante_acesso
{
    display: none;
}

.empresa_hidden.empresa_cpf,
.empresa_hidden.empresa_cnpj,
.empresa_hidden.empresa_codigo,
.empresa_hidden.empresa_acesso
{
    display: none;
}

.list_group_custom {
    font-family: 'gotham_bookregular',Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: bold;
}

input[data-campo-tipo=moeda] { text-align:right }



.acesso_geral_painel {

    position: fixed;
    width: 300px;
    height: calc(100vh - 125px);
    top:115px;
    left:10px;
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 4px #535353;
    z-index: 1031;
}

.acesso_geral_titulo {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 72px;
    background: black;
    color:white;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 5px;
}

.acesso_geral_rodape {
    position: absolute;
    bottom: 0;
    left:0;
    height: 15px;
    width: 100%;
    background: #f2f2f2;
    padding: 0 10px;
    font-size: 12px;
    color: gray;
}

.acesso_geral_rodape .fa-university {
    font-size: 10px;
}

.acesso_geral_close {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 24px;
    font-weight: bold;
}

.acesso_geral_corpo {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.acesso_geral_item {
    height: 40px;
    color: white;
    cursor: pointer;
    float: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

.acesso_geral_item:last-child {
    border-bottom: none;
}

.acesso_geral_item .fa {
    width: 25px;
    float: left;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.acesso_geral_item .fa-university {
    font-size: 14px;
}

.acesso_geral_texto {
    display: inline-block;
    margin-top: 3px;
    width: calc(100% - 42px);
    height: 35px;
    line-height: 17.5px;
    float: left;

}



.acesso_geral_item .ag_nome {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.acesso_geral_item .ag_doc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}


.acesso_geral_estudante {
    background: rgba(52, 152, 219, 0.9);
}

.acesso_geral_empresa {
    background: rgba(26, 188, 156, 0.9);
}

.acesso_geral_instituicao {
    background: rgba(230, 126, 34, 0.9);
}


@media only screen and (max-width : 991px) {
    .acesso_geral_painel {
        display: none;
    }
}

/* imagem do datepicker*/
img.ui-datepicker-trigger {
    position: absolute;
    bottom: 12px;
    right: 8px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: opacity(0.5);
    -webkit-filter: opacity(0.5);
}

img.ui-datepicker-trigger:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: opacity(1);
    -webkit-filter: opacity(1);

}

.inputerror {
    color: red;
    font-size: 9px;
    margin-left: 5px;
    position: absolute;
    bottom: 2px;
}
.inputerroragr {
    color:#e300ff;
    font-size: 9px;
    margin-left: 5px;
    position: absolute;
    bottom: 2px;
}

.click_desabilitado {
    display:none !important;
}

/*----------------------------------------------------------------------------------- */
/*  GED file upload */
/*----------------------------------------------------------------------------------- */
.FileUploadGED .input_file {
    position: absolute;
    top: 20px;
    margin: 0;
    padding: 0;
    width: calc(100% - 44px);
    height: 30px;
    left: 5px;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    filter: alpha(opacity=0);
}

.FileUploadGED .btn-group {
    width: 100%;
}

.FileUploadGED .btn-ged-ver {
    width: 34px;
    color:gray;
    cursor: default;
    height: 34px;
    font-size: 14px;
}

.FileUploadGED .btn-ged-enviar {
    width: calc(100% - 34px);
    color: #cb7701;
    font-weight: bold;
    z-index: 0;
    cursor: pointer;
    height: 34px;
    font-size: 14px;
}

.FileUploadGED .btn-ged-ver:hover {
    background-color: transparent !important;
    color: red !important;
}

.FileUploadGED .btn-ged-ver-ativo {
     color: blue;
     cursor: pointer;
     padding: 4px;
}

.FileUploadGED .btn-ged-ver-ativo .fa {
         font-size: 18px;
}

.FileUploadGED .btn-ged-ver-ativo:hover {
    background-color: #e6e6e6 !important;
    color: green !important;
}

.FileUploadGED .progress-ged {
    width: calc(100% - 11px);
    height: 7px;
    position: absolute;
    left: 5px;
    bottom: 0;
    margin: 0;
    border-radius: 0 0 3px 3px;
    display: none;
}

@media only screen and (min-width : 992px) {
    #painel_pendentes {
        position: fixed;
        top: 120px;
        right: 20px;
        display: none;
        width: 300px
    }
}

@media only screen and (max-width : 991px) {
    #painel_pendentes {
        position:fixed;
        bottom: 0;
        left: 10px;
        display:none;
        width: calc(100vw - 20px);

    }
}

@media only screen and (min-width : 992px) {
    #painel_editais{
        position: fixed;
        top: 120px;
        right: 20px;
        display: none;
        width: 300px;
    }
}

@media only screen and (max-width : 991px) {
    #painel_editais {
        position:fixed;
        bottom: 0;
        left: 10px;
        display:none;
        width: calc(100vw - 20px);
    }
}

.linha_documentos_pendentes {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;

}

.linha_documentos_pendentes:first-child {
    padding-top: 0;
}

.linha_documentos_pendentes:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


.nav-pills.nav-wizard > li {
  position: relative;
  overflow: visible;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

@media only screen and (max-width : 991px) {
    .nav-pills.nav-wizard > li {
        min-width: 70%;
    }
}

.nav-pills.nav-wizard > li + li {
  margin-left: 0;
}
.nav-pills.nav-wizard > li:first-child {
  border-left: 0;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
  border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #eee;
}
.nav-pills.nav-wizard > li:not(:last-child) a:after {
  position: absolute;
  content: "";
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #eee;
  z-index: 150;
}
.nav-pills.nav-wizard > li:not(:first-child) a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: #eee #eee #eee transparent;
  z-index: 150;
}
.nav-pills.nav-wizard > li:hover:not(:last-child) a:after {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover:not(:first-child) a:before {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
  background-color: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard > li.active:not(:last-child) a:after {
  border-color: transparent transparent transparent #428bca;
}
.nav-pills.nav-wizard > li.active:not(:first-child) a:before {
  border-color: #428bca #428bca #428bca transparent;
}
.nav-pills.nav-wizard > li.active a {
  background-color: #428bca;
}

.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.tab-pane .select2-container {
	width: 100% !important;
}