/* ==========================================================================
   Global styles
   ========================================================================== */

   ::-webkit-scrollbar {
    -moz-width: 12px;
    -webkit-width: 12px;
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    -moz-background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(49, 75, 120, 1);
    -moz-background: rgba(49, 75, 120, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(49, 75, 120, 0.7);
    -moz-background: rgba(49, 75, 120, 0.7);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
    font-family: 'Montserrat', sans-serif;
}

p, .lead {
    font-family: 'Montserrat', sans-serif;
}

p.leadnonepad {
    padding: 0 !important;
}

.copyright {
    padding: 0 !important;
    line-height: 75px;
}

h1 {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 700;
}

.h1-dark {
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 400;
    padding: 8px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    etter-spacing: -0.5px;
    color: #ffffff;
    font-weight: 700;
}

h3 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #231f20;
    font-weight: 700;
}

.lead {
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

p {
    font-size: 1rem;
    line-height: 22px;
    color: #929496;
    font-weight: 400;
}

.spaced {
    display: table;
    float: left;
    width: 100%;
    height: 1px;
    padding: 10px;
}

.spacedtop {
    width: 100%;
    display: table;
    position: relative;
    top: 103px;
    padding: 1px 0 1px 0;
    height: auto;
    background: url('../img/header-bg-dark.jpg') no-repeat center bottom fixed;
    background-size: cover;
}

.box-vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spacedtoptwo {
    width: 100%;
    display: table;
    position: relative;
    top: 103px;
    padding: 1px 0 1px 0;
    height: auto;
}

.back-0 {
    background: url('../img/0.jpg') no-repeat center center;
    background-size: cover;
}

.back-1 {
    background: url('../img/1.jpg') no-repeat center center;
    background-size: cover;
}

.back-2 {
    background: url('../img/2.jpg') no-repeat center center;
    background-size: cover;
}

.back-3 {
    background: url('../img/3.jpg') no-repeat center center;
    background-size: cover;
}

.back-4 {
    background: url('../img/4.jpg') no-repeat center center;
    background-size: cover;
}

.back-5 {
    background: url('../img/5.jpg') no-repeat center center;
    background-size: cover;
}

.back-6 {
    background: url('../img/6.jpg') no-repeat center center;
    background-size: cover;
}

.back-7 {
    background: url('../img/7.jpg') no-repeat center center;
    background-size: cover;
}

.back-8 {
    background: url('../img/8.jpg') no-repeat center center;
    background-size: cover;
}

.back-9 {
    background: url('../img/9.jpg') no-repeat center center;
    background-size: cover;
}

.spacedabout {
    width: 100%;
    display: table;
    padding: 1px 0 1px 0;
    height: auto;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

h1.padontb {
    padding: 75px 0 75px 0;
}

h2.padontb {
    padding: 75px 0 75px 0;
}

/*------------------Utilities---------------------*/

a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.dropdown-menu {
    background-color: rgba(49, 75, 120, 0.5)!important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff!important;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: rgba(49, 75, 120, 0.6)!important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0.0);
    !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.0);
    !important;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -10%;
}

button.navbar-toggler {
    background: #142840;
    color: #fff;
    padding: 10px 15px;
    right: 15px;
    position: relative;
}

.fawel {
    font-size: 1.2em;
}

.updown {
    padding: 40px 0 40px 0;
}

::selection {
    background: #231f20;
    /* Safari */
    color: #FFFFFF;
}

::-moz-selection {
    background: #231f20;
    /* Firefox */
    color: #FFFFFF;
}

/*------------------Buttons---------------------*/

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline: none;
}

.btn {
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
}

.btn.mod2 {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    /* border-radius: 3px!important; */
}

.btn-lg {
    font-size: 13px;
    line-height: 1.33;
    padding: 22px 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-sm {
    font-size: 11px;
    line-height: 1.33;
    padding: 10px 18px;
    font-weight: 400;
}

.btn-wide {
    width: 100%;
    font-size: 13px;
    line-height: 1.33;
    padding: 18px 28px;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: #344d9a;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color:  #344d9a;
    color: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn-secondary {
    color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #ededed;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

/*-----------------Margins------------------*/

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

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.margin-90 {
    margin-bottom: 90px !important;
}

.margin-100 {
    margin-bottom: 100px !important;
}

/*-----------------Colors------------------*/

.bfcolor {
    color: #142840!important;
}

.bfcolor strong {
    color: #142840!important;
}

.black {
    color: #231f20;
}

.black-09 {
    color: #142840;
    font-size: .9rem;
    margin-bottom: 5px;
}

.blue {
    color: #344d9a;
}

.white {
    color: #ffffff;
}

.black-bg {
    background: #231f20;
}

.blue-bg {
    background: #344d9a;
}

.white-bg {
    background: #ffffff;
}

.purple-bg {
    background: #6d3f96;
}

/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: rgba(52, 77, 154, 0.9);
    margin: auto;
    min-height: 60px;
    padding: 8px 0 8px 0;
    position: fixed;
    top: 0;
    transition: top 0.4s ease 0s;
    scroll: none;
}

.floatr {
    float: right;
    min-width: 320px;
    text-align: center;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav>li>a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #ffffff;
    opacity: 0.6;
    cursor: pointer;
}

.nav {
    position: relative;
    top: 24px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: none;
    border-top: none !important;
    scroll: none;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-right {
    float: right !important;
    right: -15px;
    position: relative;
    top: 20px;
}

.logo img {
    padding: 6px 6px 6px 6px;
}

.top {
    position: relative;
    top: 60px;
}

.logohome {
    display: inline-block;
    background: url('../img/logo.png') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 200px;
    position: relative;
    top: 60px;
}

.middle {
    margin: 0 auto;
}

ul.categorystyle {
    display: table;
    width: 100%;
    text-decoration: none !important;
    list-style: none !important;
    padding: 0 !important;
}

.table {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.backh3 {
    display: table;
    width: 100%;
    background: #142840;
    border-radius: 5px;
    padding: 10px 0 10px 5px;
    margin-top: 0;
    color: #fff !important;
    list-style: none !important;
}

.backa {
    display: table;
    width: 100%;
    background: #fff;
    padding: 5px 0 5px 0;
    margin: 0 0 4px 0;
    list-style: none !important;
    color: #142840 !important;
}

#myTabs>li>a {
    padding: 10px 30px;
    transition: ease-in-out 0.3s;
}

#myTabs>li:hover {
    border-left: 2px solid black;
    transition: ease-in-out 0.1s;
}

.backa:hover {
    background: #f6f6f6;
}

.zeropad {
    padding: 0 !important;
}

.backlist {
    display: table;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 5px 0 5px 0;
    margin: 0 0 4px 0;
    list-style: none !important;
    color: #142840 !important;
    border-bottom: 1px dashed #b7b6b6;
    transition: background 1s, color 1s;
}

/* ==========================================================================
   Contact-us Form styles
   ========================================================================== */

.color-red {
    color: #ccc !important;
}

label {
    margin-bottom: 0;
    color: #142840;
}

input, select, textarea {
    border: 1px solid #99a7b6!important;
    transition: all 0.3s!important;
    background: #fff!important;
}

input, select {
    height: 50px!important;
}

input[type="file"] {
    padding-top: 13px;
}

input:hover, select:hover, textarea:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 58, 103, 0.5)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(7, 58, 103, 0.5)!important;
    box-shadow: 0px 0px 5px 0px rgba(7, 58, 103, 0.5)!important;
}

input:focus, select:focus, textarea:focus {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(7, 58, 103, 0.5)!important;
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(7, 58, 103, 0.5)!important;
    box-shadow: inset 0px 0px 5px 0px rgba(7, 58, 103, 0.5)!important;
}

.defaultbfc {
    display: table;
    float: right;
    width: 100px;
    background: #142840 !important;
    margin: 5px 5px 0 0;
    border-radius: 5px;
    transition: background 1s;
}

.defaultbfc:hover {
    background: #344d9a !important;
}

/* ==========================================================================
   Main styles
   ========================================================================== */

header {
    background: url(../img/header-bg-dark.jpg) no-repeat center center fixed;
    width: 100%;
    padding: 20px 10px 60px 10px;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.header-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0px;
    margin-bottom: 12%;
}

.signin {
    padding-top: 9px;
}

.txtshadow {
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}

.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}

.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}

@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}

.pad-xl {
    /* display: table; */
    /* width: 100%; */
    padding: 110px 0px;
    background: url(../img/be-the-first-bg2.jpg) #231f20 no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

.pad-lg {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 160px 0px;
    background: url(../img/be-the-first-bg2.jpg) #231f20 no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

.pad-sm {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 80px 0px;
    background: url(../img/be-the-first-bg2.jpg) #231f20 no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

.pad-xs {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 30px 0px;
    background: url(../img/be-the-first-bg2.jpg) #231f20 no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

#be-the-first {
    background: url('../img/be-the-first-bg2.jpg') no-repeat center center fixed #0159a3!important;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#be-the-first-white {
    background: #fff;
    min-height: 300px;
}

#be-the-first-grey {
    background: rgb(250, 250, 250);
    min-height: 300px;
}

hr.line {
    width: 100%;
    border: 2px solid;
}

.purple {
    border-color: #6d3f96;
    color: #6d3f96;
}

.blue {
    border-color: #344d9a;
    color: #344d9a
}

.yellow {
    border-color: #fdc05d;
    color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}

#invite {
    background: url('../img/be-the-first-bg3.jpg')no-repeat center center fixed;
    background-size: cover;
}

.fa-envelope-o {
    color: #344d9a;
    font-size: 22px;
    display: block;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #344d9a;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
}

.news-container {
    padding: 10px 0px 20px;
    border-bottom: 1px dotted #d9d9d9;
}

.news-img {
    padding-right: 20px;
}

footer {
    background: #142840;
    padding: 20px 0px;
}

.social {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
}

.linkedin {
    width: 100%;
    height: 100px;
    background: url('../img/in.png') no-repeat center center;
    background-size: contain;
    display: table;
    margin-top: 50px;
    margin-bottom: 50px;
}

.colorfoot {
    color: #fff !important;
}

.defaultsn {
    float: right;
    display: table;
    background: url('../img/mini_logo_sn_white.png')no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.social li a:hover {
    opacity: 0.5;
}

/*---------------Pricing Tables-------------------*/

#pricing {
    background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
    background-size: cover;
}

.nomoviment {
    display: table !important;
    min-height: 400px !important;
    height: 440px !important;
    max-height: 440px !important;
}

.pricing-container {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
}

.pricing-table {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    margin: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pricing-table.active {
    width: 100%;
    box-shadow: 0px 0px 12px rgba(41, 46, 50, 0.6);
    position: absolute;
    margin: auto;
    z-index: 200;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pricing-table:hover {
    
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pricing-table li {
    padding-left: 20px;
    padding-right: 20px;
}

.headline {
    background: #142840;
    color: #FFFFFF;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 40px;
}

.address {
    background: none repeat scroll 0 0 #344d9a;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 12px;
}

.price {
    background: none repeat scroll 0 0 #142840;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.margtop {
    margin-top: .5rem !important;
}

.pricing-table:hover li.price {
    background: #0465a1;
    -webkit-transition: all 0.85s ease-in-out;
    -moz-transition: all 0.85s ease-in-out;
    -o-transition: all 0.85s ease-in-out;
    transition: all 0.85s ease-in-out;
}

.price small {
    font-weight: 300;
    color: #929496;
}

div.pricing-container>ul>li>h5 {
    font-size: 100% !important;
    font-weight: 400 !important;
}

.info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    color: #142840;
    background: #ffffff;
    min-height: 235px !important;
}

.badge {
    font-size: 100% !important;
}

.features {
    color: #231f20;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #E8EAEA;
}

.features.first {
    border-top: 1px dotted #E8EAEA;
}

.features.last {
    padding-top: 17px;
    padding-bottom: 20px;
    display: table;
    position: relative;
    z-index: 999;
}

.features.last a {
    color: #142840;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn-secondary {
    color: #fff;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #eee !important;
    border-color: #eee !important;
}

span.label {
    font-size: 15px;
}

span.label.label-info {
    font-size: 15px;
    background: #344d9a;
}

span.label.label-default {
    color: #142840;
    background: #dadada;
}

span.label.label-info.md2 {
    font-size: 25px;
}

/* ==========================================================================
   Perfil Form styles
   ========================================================================== */

#row-titulos-vaga {
    background-color: #142840!important;
    color: white;
}

#row-titulos-vaga>div.col-12 {
    font-size: 1.1rem!important;
    font-weight: lighter;
}

@media (min-width: 800px) {
    #side-menu {
        border-radius: 6px;
    }
    #tab-content {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
    }
    #table-vaga-item-row {
        position: relative;
        padding: 1rem;
        display: flex;
        border-top: 1px solid #d2d2d2!important;
        align-items: center;
    }
    .section-responsividade {
        margin-top: 30px;
        margin-bottom: -60px
    }
    .perfil-form-responsividade {
        padding-inline: 2rem;
        padding-top: 1.5rem!important;
        margin-bottom: -20px!important;
    }
    .salvar-dados-responsividade {
        padding-bottom: 20px;
        margin-top: -20px!important;
        margin-bottom: 20px;
    }
    .info-resposta-responsividade {
        padding-bottom: 0px;
        margin-top: -20px!important;
        margin-bottom: 20px;
    }
    .iframe {
        width: 100%!important;
        height: 50rem!important;
        border: 1px solid #142840!important;
    }
    #anexo-info-responsividade {
        font-size: 2.5rem;
        padding: 1.25rem;
        font-weight: bold;
    }
}

@media (max-width: 800px) {
    /* Estilização do cartão de vagas */
    #vacancy-card {
        padding-inline: 1.25rem;
    }
    #side-menu {
        border-right: 1px solid #d2d2d2!important;
        border-radius: 6px!important;
    }
    #tab-content {
        border-radius: 6px;
    }
    #confirma-senha {
        visibility: collapse;
    }
    .section-responsividade {
        margin-top: 0px;
        margin-bottom: -100px!important;
    }
    .perfil-form-responsividade {
        margin-bottom: 0!important;
        padding: 2rem;
        padding-top: 3rem;
        margin-top: -30px;
    }
    .salvar-dados-responsividade {
        padding: 1rem;
    }
    .info-resposta-responsividade {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .iframe {
        width: 100%!important;
        height: 10rem!important;
        border: 1px solid #142840!important;
    }
    #anexo-info-responsividade {
        font-size: 1.5rem;
        padding: 1rem;
        font-weight: bold;
    }
    #table-vaga-item-row {
        font-size: .95rem;
        position: relative;
        padding: 1rem;
        display: block;
        border-top: 1px solid #d2d2d2!important;
        text-align: right;
    }
    #table-vaga-item-align {
        display: flex;
        line-height: normal;
        align-items: center!important;
        justify-content: right!important;
    }
    table, thead, tbody, th, td, tr {
        display: block;
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    td:nth-of-type(1):before {
        content: "Vaga: ";
        text-align: left;
        color: #727171;
    }
    td:nth-of-type(2):before {
        content: "Valor: ";
        text-align: left;
        color: #727171;
    }
    td:nth-of-type(3):before {
        content: "Local: ";
        text-align: left;
        color: #727171;
    }
    td:nth-of-type(4):before {
        content: "Nível: ";
        text-align: left;
        color: #727171;
    }
    td:nth-of-type(5):before {
        content: "Status: ";
        text-align: left;
        color: #727171;
    }
}

.form-group {
    width: 100%!important;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    color: #000 !important;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border: 1px solid #142840!important;
    width: 100%!important;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */

/* Landscape phones and down */

@media (max-width: 480px) {
    .btn-lg {
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0px;
    }
    .btn-wide {
        width: 100%;
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0px;
    }
    #be-the-first {
        background-attachment: scroll;
    }
}

.bts_comp {
    margin: 10px 5px;
    display: table;
    float: left;
}

/* Landscape phone to portrait tablet */

@media (min-width: 481px) and (max-width: 767px) {
    #be-the-first {
        background-attachment: scroll;
    }
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 991px) {
    #be-the-first {
        background-attachment: scroll;
    }
}

/* Desktops and laptops ----------- */

@media (min-width: 992px) and (max-width: 1199px) {}

/* Large screens ----------- */

@media (min-width: 1200px) and (max-width: 3000px) {}

.panel-trasparencia {
    background: rgba(255, 255, 255, 0.5)!important;
    padding: 20px!important;
    border-radius: 5px!important;
}

.linkBt:hover {
    cursor: pointer;
    color: #000!important;
}

.text-n {
    text-transform: none;
}

.btn-voltar {
    cursor: pointer;
    text-transform: none;
    color: rgba(6, 78, 155, 0.6)!important;
}

.btn-bemfacil {
    cursor: pointer;
    padding: 12px!important;
    background: rgba(20, 40, 64, 0.9) !important;
    color: #fff;
    transition: all .5s ease-in-out;
}

.btn-bemfacil:hover {
    color: #fff;
    background: rgba(20, 40, 64, 1) !important;
}

.btn-crivo{
    cursor: pointer;
    padding: 12px!important;
    background: rgba(6, 78, 155, 0.9) !important;
    color: #fff;
    transition: all .5s ease-in-out;
}

.btn-crivo:hover{
    color: #fff !important;
    background: rgba(6, 78, 155, 1) !important;
}

.btn-voltar:hover {
    color: rgba(6, 78, 155, 1.0)!important;
}

.btn-google {
    background: #5c96f5;
    color: #fff;
}

#box-preenche-dados, #boxCadastro {
    display: none;
}

#box_confirma {
    display: none;
}

.olho {
    z-index: 5;
    position: absolute;
    top: 7px;
    right: 20px;
    background: #fff;
}

.topLoguin {
    width: 100%;
    top: 0;
    background: rgba(49, 75, 120, 0.9);
    padding: 5px;
    width: 100%;
    position: fixed;
    z-index: 1040;
    font-size: 14px;
    text-align: right;
    color: #fff;
}

.abcRioButton {
    width: 100%!important;
}

.btn-sair {
    color: #fff;
    padding: 0;
    background: none;
    border: 0;
    margin: 0;
    cursor: pointer;
}

.btn-sair:hover {
    color: #dc3545;
}

.borderGreen {
    border: 1px solid #28a745!important;
}

.borderRed {
    border: 1px solid #dc3545!important;
}

.bloco-anexo {
    border-radius: 4px!important;
    position: relative!important;
    padding: 6px!important;
    margin-bottom: 3rem;
    border: 1px solid #142840!important;
}

.bloco-anexo .deleteAnexo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.bloco-anexo .deleteAnexo.excluido {
    background: rgb(255, 255, 255, 0.9)!important;
    color: #142840!important;
}

.float-right {
    float: right!important;
}

/* File */

#multiple_upload {
    position: relative;
}

#multiple_upload #file-anexo {
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0.01;
    border: none;
    width: 100%;
    padding: 10px;
    z-index: 1;
    cursor: pointer
}

#multiple_upload #message {
    border: 1px solid #142840;
    background: #fff;
    padding: 12px;
    width: 100%;
    border-radius: 4px 5px 5px 4px;
    margin: 0px;
    position: relative;
    /* overflow: hidden; */
    color: #333;
}

#multiple_upload #botao {
    border: 1px solid #142840;
    background: #142840;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    border-radius: 0px 4px 4px 0;
    height: 100%;
    top: 0px;
    padding: 10px 28px;
}

#multiple_upload #multiple_upload:hover>#botao {
    background: #662f00;
    border-color: #662f00;
}

#multiple_upload .box-images {
    height: 30px;
    width: auto;
    align-items: center;
    float: left;
}

.listAnexo {
    width: 100%;
    color: #000;
}

.messageSpan {
    color: #828a91;
}

.messageSpan.activeColor {
    color: #000!important;
}

.table.vaga {
    color: #142840!important;
}

.dropdown-toggle::after {
    display: none!important;
}

.dropdown-menu.vaga {
    padding: 0;
    background-color: #fff!important;
}

.dropdown-toggle.vaga {
    padding-left: 0;
    padding-top: 0;
}

.box-delete-vaga-off {
    display: none;
}

.box-delete-vaga-on {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
}