/**
    NOVA FOLHA DE ESTILO DA INTERNAL/EXTERNAL 4solutiongroup
 */

/*.menu-padding{
    padding: 1em 0;
}*/


body {
    font-family: Roboto;
    font-size: 15px;
}

h1, h2, h3,  h5, h6 {
    font-family: Montserrat, Lato, Roboto, Arial;
}
h4 {
    font-family: Lato, Roboto, Arial;
}

.text-bold{ font-family:Verdana, Helvetica, Arial, sans-serif; font-weight: 700 !important;}

/* estilização menu */

.menu-area {
    position: absolute;
    /*width: calc(100vw - 30px);*/
    width: 100%;
    z-index: 3;
}

.to_menu_space {
    /*margin-top: 190px;*/
    margin-top: calc(8vw + 73px);
}

div.in-view {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    transform: translate(0, 0);
}

/* loader */
.preload {
    width: 100%;
    height: 100%;
    /*background: #EEE;*/
    min-height: 250px;
    /*position: relative;*/
}
.logo-loader {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
    animation-duration: 1.5s;
    animation-name: zoom-pulse;
    animation-iteration-count: infinite;
}
/*div.fixed {

    background-color: #274ba7;
    background-color: rgba(0,40,120,.75);
    background-repeat: repeat;
    background-image: url(../../images/diagonal.png);
    border-bottom: 2px solid #fd0;

    !*background: #fff;*!
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    transform: translate(0, -200px);
}*/

/*div.fixed nav a, div.fixed .logo a {
    color: #fff;
}*/

div.in-view {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    transform: translate(0, 0);
    z-index: 2;
}
@media (max-width: 767px) {
    /* Para aparecer fundo escuro quando o menu está em modo celular no topo "para constrastar com a Banner-area"*/
    div:not(.in-view) > div > nav > .collapse, div:not(.in-view) > div > nav > .collapsing {
        background-color: #183871;
        border-radius: 4px;
        margin-top: 5px;
        padding: 0 20px;
    }
}

div.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    transform: translate(0, -200px);
}

div.fixed nav a, div.fixed .logo a {
    color: #333;
}

div.in-view {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    transform: translate(0, 0);
    z-index: 2;
}
@media (max-width: 767px) {
    /* Para aparecer fundo escuro quando o menu está em modo celular no topo "para constrastar com a Banner-area"*/
    div:not(.in-view) > div > nav > .collapse, div:not(.in-view) > div > nav > .collapsing {
        background-color: #ff7919;
        border-radius: 4px;
        margin-top: 20px;
    }
}


.navbar-toggler {
    color: #0000;
    border-color: #0000;
}

a.nav-link.linkcolor {
    color: #eee;
}

.fixed > .cl > nav > .collapse > ul > li > a.nav-link.linkcolor {
    color: #333;
}

a.nav-link:hover {
    color: #ff7919 !important;
}

a.nav-link {
    transition: all .2s linear;
}

li.nav-item.active>a.nav-link.linkcolor {
    border-bottom: 2px #fff solid;
}

.navbar-dark .navbar-toggler {
    color: #0000;
    border-color: #0000;
}

.logo_main {
    background: url("../../images/logo_main_white.png") no-repeat;
    height: 76.19px;
    width: 164px;
    background-size: 100%;
}

.fixed > .cl > .navbar > .abs > .logo_main {
    background: url("../../images/logo_main.png") no-repeat center;
    height: 76.19px;
    width: 164px;
    background-size: 100%;
}

.container {
    display: inline-block !important;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 34px;
    height: 4px;
    background-color: #eee;
    margin: 8px 0;
    transition: 0.4s;
    border-radius: 5px;
}

.fixed > .cl > nav > .navbar-toggler > .container > .bar1, .fixed > .cl > nav > .navbar-toggler > .container > .bar2, .fixed > .cl > nav > .navbar-toggler > .container > .bar3 {
    background-color: #ff7919;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/**
    Banner area
 */
.banner-area {
    background-image: url("../../images/site_background_img2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*min-height: 40em;*/
    padding-bottom: 55px;
}
.banner-area2{
    padding-bottom: 160px;
}

.text-banner-area {
    font-size: 3.5vw;
    /*line-height: 4.5rem;*/
    margin-bottom: 20px;
    text-shadow: 3px 3px 7px #06050a;
}
.text-desc-banner-area{
    font-size: 1.5rem;
    /* line-height: 3.5rem; */
    margin-top: 22px;
    color: #00294a;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}

.logo-banner {
    max-width: 300px;
    width: 10vw;
    height: auto;
}

/**
    Descrição ipointituto
 */
.desc-ipointituto {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    padding: 45px 55px 45px 55px;
    text-align: justify;
    z-index: 1;
    overflow: visible;
    color: #5b5b5b;
    font-size: 15px;
    font-family: Montserrat;
}

@media only screen and (max-width: 720px) {
    .desc-ipointituto {
        padding: 45px 20px 45px 20px;
    }
}

/*.desc-home{
    !*background-color: rgba(0,40,120,.75);*!
    background-repeat: repeat;
    background-image: url(../../images/diagonal.png);
    border-bottom: 2px solid #fd0;
}*/

/**
    Footer
 */
.all-page {
    min-height: 100vh;
    position: relative;
}

.footer {
    /* Nessas 2 abaixo onde fica a magica, a 'position:absolute'' serve para a div em relação ao posicionamento do seu elemento pai, já o bottom:0' puxa a div para 0px a partir da linha inferior do elemento pai*/
    position: absolute;
    bottom: 0;

    width: 100%; /* tamanho total no eixo x (largura)*/
    /*height: 2.5rem;*/ /* tamanho do seu footer */
}
.color-footer{
    background-color: #003d99;
    color: #eee;
}

.compense-footer-area {
    margin-bottom: 0.0px;
}

/**
    Scroll
 */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #0057d0;
    border: none;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #003d99;
}
::-webkit-scrollbar-thumb:active {
    background: #002e78;
}
::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius:0px;
}
::-webkit-scrollbar-track:hover {
    background: #ffffff30;
}
::-webkit-scrollbar-track:active {
    background: #eee;
}
::-webkit-scrollbar-corner {
    background: transparent;
}



textarea::-webkit-scrollbar {
    width: 22px;
    height: 10px;
}
textarea::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
textarea::-webkit-scrollbar-thumb {
    background: #ff7919;
    border: none;
    border-radius: 0px;
}
textarea::-webkit-scrollbar-thumb:hover {
    background: #ff7919;
}
textarea::-webkit-scrollbar-thumb:active {
    background: #ff7919;
}
textarea::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius:0px;
}
textarea::-webkit-scrollbar-track:hover {
    background: #ffffff30;
}
textarea::-webkit-scrollbar-track:active {
    background: #eee;
}
textarea::-webkit-scrollbar-corner {
    background: transparent;
}

/**
    Botões
 */
.btn-ipointituto {
    color: #fff;
    background-color: #ff7919;
    border-color: #cca09a;
    min-width: 100%;
    padding: 31px;
    border-radius: 45px;
    /*width: 100%;*/
}

.btn-ipointituto:hover, .btn-ipointituto:active {
    /*font-weight: bold;*/
    color: #fff;
    background-color: #ff7919;
    border-color: #7f605f;
}

.btn-destaque {
    padding:60px 34px;
    width: 100%;
    border-width: 2px;
}
.btn-azul {
    background: #2699c6!important;
    border-color:#2699c6;
}

.text-card-home{
    font-weight: bold;
    font-family: lato;
    font-size: 1.2rem;
}
.btn-f{
    font-size: 1rem;
}

a.btn.btn-submit.btn-sm {
    padding: 0.2rem 0.5rem;
}

/*.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}*/
/**
    Home page
 */
.text-info-vagas {
    font-family: lato;
    font-size: 1.04rem;
    color: #2f515e;
}
/**
Pagina de Login
 */
.desc-login {
    z-index: 1;
    bottom: 230px;
}
.desc-login2 {
    z-index: 1;
    bottom: 180px;
}
span.input-group-text{
    text-align: -webkit-center;
    display: grid;
    min-width: 40px;
}
span.input-group-text>i{
    display: table-cell;
}
/**
    Pagina de informações da vaga
 */
.indicar-amigo{
    /*width: 40%;*/
    border: 2px solid #a13122;
    padding: 9.2px 1px;
    font-size: 85%;
    font-weight: bold;
    float: right;
    color: #4b0d05;
}

/**
    Alinhamentos
 */
.min-150px{
    min-width: 150px;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #C8C3C3 !important;
}
.user_card {
    margin: 10px 0;
    background: #f8f8f8;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 20px 0;
    border-radius: 5px;
    border: #ccc 1px solid;
}

.input-group-text {
    background: #a03122 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #4d4d4d !important;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
button, input, optgroup, select, textarea {
    font-size: medium !important;
}

/* Novo estilo de botão "cinza" */
.btn-submit {color: #00294a;background-color: #ffffff;border-color: #00294a;padding: 0.375rem 2.00rem;border: 2px solid;font-weight: 700;}
.btn-submit:hover {color: #ffffff !important;	background-color: #00294a;	border-color: #00294a;}
.btn-submit:focus, .btn-submit.focus {box-shadow: 0 0 0 0.2rem #8b8b8b80;}
.btn-submit.disabled, .btn-submit:disabled {color: #fff;background-color: #a5a5a5;border-color: #8a8a8a;}
.btn-submit:not(:disabled):not(.disabled):active, .btn-submit:not(:disabled):not(.disabled).active,
.show > .btn-submit.dropdown-toggle {color: #fff !important;background-color: #00294a;border-color: #00294a;}
.btn-submit:not(:disabled):not(.disabled):active:focus, .btn-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-submit.dropdown-toggle:focus {	box-shadow: 0 0 0 0.2rem #013c6a;}
label.btn.btn-submit:hover {
    background-color: #fff;
    color: #000 !important;
    border: 2px #000 solid;
}
label.btn.btn-submit.active:hover {
    background-color: #a13132;
    opacity: 0.9;
    color: #fff;
    border: 2px #ff7919 solid;
}


/* cores alternadas em lista "tabela" */
tr.altbg:nth-child(even) {background: #fff}
tr.altbg:nth-child(odd) {background: #eee}

/**
    Tablelas
 */
.table{
    font-size: 0.9rem;
}
.altbg{/*background-color:#f1f7fe; font-size:11px; border-top:1px solid #b8d6f9; vertical-align:top;*/font-size: 17px; line-height: 36px;} /* for grid's alternate raw */
.nrlbg{background-color:#fff; font-size:11px; vertical-align:top; border-top:1px solid #b8d6f9;} /* for grid's normal raw */

/**
    Paginação "antiga"
 */
.manu {
    padding: 30px 0px 10px;
    /* font-weight: bold; */
}
.manu A {
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    MARGIN: 2px;
    COLOR: #5c5c5c;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #d5d5d5 1px solid;
    TEXT-DECORATION: none;
    border: #999 2px solid;
    padding: 6px 20px;
    border-radius: 5px;
}
.manu A:hover {
    border: #999 2px solid;
    background: #999;
    color: #fff;
}
.manu A:active {
    border: #717171 2px solid;
    background: #999;
    color: #fff;
}
.manu .current {
    BORDER-RIGHT: #5c5c5c 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #5c5c5c 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #5c5c5c 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #5c5c5c 1px solid; BACKGROUND-COLOR: #5c5c5c
}
.manu .disabled {
    BORDER-RIGHT: #d5d5d5 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #d5d5d5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #d5d5d5 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #d5d5d5 1px solid
}
.manu input{border:1px solid #D5D5D5;color:#5C5C5C;margin:2px;padding:2px 5px;display: inline;}


.manu u{padding: 0px; margin: 0px; list-style-type: none;background-color:#231f20; }
.manu ul li{margin: 5px;}
.manu td {vertical-align: top;}

.nav2 {
    background: #242424;
    border-top: 0px solid #ccc;
    padding: 10px 8px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 19px;
    text-align: center;
}
.nav2 a{ color:#FFF; text-decoration:none; font-weight:bold;}
@media (max-width: 767px) {
    .nav2 {
        text-align: left !important;
        padding-left: 20px;
    }
    .nav2 a{
        display: grid;
    }
    .nav2 span{
        display: none;
    }
}
.nav2 a:hover{ text-decoration:underline;}
.nav2 span{ padding:0 7px;}


/**
 *   DATATABLE
 */

.table-bordered {
    border:none;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
.table thead th {
    vertical-align: bottom;
}
.table-bordered td, .table-bordered th {
    /* border: 1px solid #dee2e6; */
    border:none;
    border-top: 2px solid #dee2e6;
}

td#td_jobs a {
    color: #00294a;
}
ul.pagination {
    margin: 9px 0 9px !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00294a;
    border-color: #00294a;
}
.page-link:hover {
    z-index: 2;
    color: #00294a;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #00294a;
}
a:hover {
    color: #00294a;
    text-decoration: underline;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00294a;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 76, 161, 0.2);
}

a.btn.btn-submit.pass-recovery {
    margin: 8px 0px 8px 8px;
    padding: 0px 15px;
    font-size: 12px;
    font-weight: 300;
    border: 2px #a03122 solid;
    border-radius: 11px;
}
.spotlight_frist_option {
    font-weight: bold;
    font-size: 110%;
}
.new-lg {
    min-height: calc(100vh - 91px);
}

/**
    Alertas
 */

.alert>b{
    display: table-cell;
    vertical-align:middle;
    height:75px;
}
.alert>span{
    float: left;
    font-size: 3.1rem;
    margin: 0px 10px;
}
.redlabel{
    color: #ff0009;
}

/*
    Alinhamentos
 */
/* alinhar ao centro */
.alinha_vertical{
    display: table;
    height: 100%;
}
.alinha_vertical>div{
    vertical-align: middle!important;
    display: table-cell;
    text-align: center;
}
.alinha_vertical>div>span{
    display: inline-block;
    vertical-align: top;
}

/*
    Drop Zone
 */

.drop_zone {
    position: relative;
    display: contents;
    margin-top: -100px;
    top: 95px;
    width: 100%;
    height: 297px;
    border-radius: 14px;
}
.drop_zone p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 170px;
    color: black;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #5B5B7B;
    white-space: normal;
}
.upload_icon{
    width: 100%;
    height: 10px;
    text-align: center;
    line-height: 120px;
    color: black;
    font-size: 18px;
    color: #5B5B7B;
}
.file{
    position: absolute!important;
    margin: 0!important;
    padding: 0!important;
    width: 100%!important;
    height: 100%!important;
    outline: none!important;
    opacity: 0!important;
}
.borda_drop_zone{
    border: 2px dashed #c2cdda;
    width: 100%;
    height: 84%;
    position: relative;
    border-radius: 14px;
    margin: 0 auto;
    background-color: #f9f9f9;
    display: grid;
}
.borda_drop_zone:hover{
    opacity: 0.9;
}

.btn_upload_dropzone{
    bottom: 0px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}