body {
    font-family: 'Rajdhani', sans-serif !important;
    overflow-x: hidden;
    font-size: 12px;
}

.img-responsive {
    display: inline-block !important;
}

.wrapper {
    max-width: 1220px;
}

::selection {
    background-color: #f15a2a;
    color: #fff;
}

::-moz-selection {
    background-color: #f15a2a;
    color: #fff;
}

.relative {
    position: relative;
}

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

.no-padding {
    padding: 0 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .clearfix-md {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .clearfix-lg {
        clear: both;
    }
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

/*TEXT FORMAT*/
.text-format {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0;
}

/*UTIL CLASSES*/
.transition,
.transition-children * {
    -webkit-transition: ease all 0.2s;
    -khtml-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -ms-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}

#header {
    background-color: #f15a2a;
    padding: 14px 0;
}

/*NAVBAR*/
.header-nav {
    background: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.header-nav .navbar-toggle {
    background-color: transparent !important;
}

.header-nav .navbar-toggle:hover {
    background-color: #e93816 !important;
    border-color: #e93816;
}

.header-nav .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.header-logo {
    margin-right: 45px;
}

.header-logo img + img {
    display: none !important;
}

.header-menu {
    margin-top: 14px;
    text-align: center;
}

.header-menu li {
    margin: 0 2px;
}

.header-menu li a {
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: normal !important;
    padding: 9px 12px 5px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.header-menu .header-menu-margintop {
    margin-top: 10px;
}

.header-menu .dropdown.open a.dropdown-toggle,
.header-menu li a.active,
.header-menu li a:hover,
.header-menu li a:active {
    background-color: #e93816 !important;
}

.header-menu .dropdown-menu {
    background-color: #585858;
    border-radius: 0;
    padding: 12px 10px;
}

.header-menu .dropdown-menu:after {
    position: absolute;
    bottom: 100%;
    right: 0;

    border-left: 20px solid transparent;
    border-bottom: 10px solid #585858;
    border-right: 20px solid transparent;

    content: '';
    margin-right: 5px;
}

.header-menu .dropdown-menu a {
    padding: 8px;
}

.header-menu .dropdown-menu a i {
    margin-right: 8px;
    vertical-align: -2px;
}

.login-modal {
    padding: 0;
}

@media (max-width: 400px) {
    .header-logo {
        margin: 0 0 0 0;
        width: 70%;
        width: calc(100% - 65px);
    }
}

/*MENU LOGGED*/
.profile-menu-mail {
    position: relative;
    padding: 20px 20px 16px !important;
}

.profile-menu-mail .label {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #f00;
}

.profile-menu-img {
    border-radius: 50%;
    height: 45px;
    overflow: hidden;
    padding-bottom: 0 !important;
    width: 45px;
}

.profile-menu-link {
    cursor: pointer;
}

.profile-menu-col {
    display: inline-block;
    vertical-align: middle;
}

/*BANNER*/
#banner {
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

#banner .carousel-indicators {
    text-align: right;
}

#banner .carousel-indicators li {
    -webkit-box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
}

#banner .carousel-caption {
    left: 0;
    text-align: left;
    width: 100%;
}

#banner .carousel-caption-body {
    position: relative;
    left: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    color: #fefefe;
    display: inline-block;
    font-size: 18px;
    max-width: 100%;
    padding: 2px 15px;

    transition: ease opacity .6s, ease left .6s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

#banner .item.active .carousel-caption-body {
    left: 0;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

/*FIX BANNER HEIGHT*/
.banner-body {
    position: relative;
}

.banner-body .carousel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.banner-body .carousel-inner {
    height: 100%;
    width: 100%;
}

.banner-body .carousel-inner .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.banner-body .carousel-inner img {
    max-width: 9999px;
    min-height: 100%;
    min-width: 100%;
    /* NO CROSSBROWSER OPACITY 'CAUSE NEED BE VISIBLE IN IE8- */
    opacity: 0;
}

.banner-size {
    padding-bottom: 60%;
}

@media (min-width: 992px) {
    .banner-size {
        padding-bottom: 38%;
    }
}

.home-search {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
}

.home-search form {
    margin: 30px 0;
}

@media (min-width: 992px) {
    .home-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
}

.home-vaga-counter {
    padding: 20px;
    background: #585858;
    font-size: 3em;
    color: #fff;
    text-align: center;
}

.home-vaga-counter b {
    color: #f15a2a;
}

/*FORMS*/
.form-style label {
    display: block;
}

.form-style .radio-inline,
.form-style .checkbox-inline {
    display: inline-block;
}

.form-style .form-control,
.form-style .bootstrap-select .dropdown-toggle {
    border-color: #ffffff;
    border-radius: 0 !important;
    box-shadow: 0 !important;
    color: #4c4c4c;
    font-family: "Roboto", sans-serif;
    /*font-size: 17px;*/
    font-weight: 500;
    /*height: 42px;*/
    /*padding: 12px 16px 8px;*/
}

.bootstrap-select.input-group-btn {
    padding: 0 !important;
}

.form-style ::-webkit-input-placeholder {
    color: #8c8c8c;
}

.form-style :-moz-placeholder {
    color: #8c8c8c;
}

.form-style ::-moz-placeholder {
    color: #8c8c8c;
}

.form-style :-ms-input-placeholder {
    color: #8c8c8c;
}

.form-style select.form-control,
.form-style .bootstrap-select .dropdown-toggle {
    background: #fff url(../img/select_arrow.png) right center no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-style select.form-control {
    line-height: normal;
}

.form-style .bootstrap-select .caret {
    display: none !important;
}

.form-style .btn,
.btn.btn-custom,
.btn.btn-custom-basic {
    background-color: #f15a2a;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.btn-custom:hover {
    opacity: 0.9;
}

.btn.btn-custom-basic {
    background-color: #fff;
    border-color: #f15a2a;
    color: #f15a2a !important;
}

.form-style .btn:hover,
.form-style .btn.btn-custom:hover {
    background-color: #e93816;
}

.form-style .btn-addon .glyphicon {
    float: right;
    font-size: 24px;
    margin: -3px 10px 0 5px;
}

.form-style hr.invisible {
    margin: 7px;
}

.form-style a {
    color: inherit;
}

.form-style a:hover {
    color: #f15a2a;
}

.form-checklist {
    font-size: 80%;
    overflow: auto;
    max-height: 180px;
}

/*FORM BASIC*/
.form-basic label {
    font-weight: 600;
}

.form-basic .form-control,
.form-basic .bootstrap-select .dropdown-toggle {
    background-color: #fff;
    border-color: #000;
    border-radius: 0 !important;
}

.form-basic .input-group-btn .btn,
.form-basic .input-group-addon {
    border-color: #000;
    border-radius: 0 !important;
}

/*FORM DARK*/
.form-dark {
    color: #fff;
}

.form-dark .form-control,
.form-dark .bootstrap-select .dropdown-toggle {
    background-color: #686869 !important;
    border-color: #686869 !important;
    color: #fff;
    font-weight: 400;
    /*height: 38px;*/
    /*padding: 10px 16px 6px;*/
}

.form-dark select.form-control,
.form-dark .bootstrap-select .dropdown-toggle {
    background: #686869 url(../img/select_arrow_dark.png) right center no-repeat;
}

.form-dark select.form-control[multiple] {
    background-image: none !important;
}

.form-dark .bootstrap-select .dropdown-menu {
    /*background-color: #686869;*/
    border-radius: 0;
    /*color: #fff;*/
    /*margin: 0;*/
}

.form-dark .btn {
    background-color: #7c7c7d !important;
    border-color: #7c7c7d;
    /*height: 38px;*/
    /*padding: 8px 14px 8px;*/
}

.form-dark .btn:hover {
    background-color: #7a7a7a !important;
}

.form-dark .select2-container--default .select2-selection--multiple {
    background-color: #686869;
    border: #686869;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.form-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(241, 90, 42);
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #fff;
    border-radius: 0px;
    border: none;
}

.form-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

/*.form-dark input[type="range"]{*/
/*background-color: #f15a2a;*/
/*}*/

input[type=range].rangeslider {
    background-color: transparent;
    border-radius: 0;
    height: 4px;
    margin: 10px 0;
    outline: none;
    /*-webkit-appearance: none	;*/
    /*width: 100%;*/
}

input[type=range].rangeslider::-webkit-slider-runnable-track {
    height: 4px;
    background-color: #f15a2a;
}

input[type=range].rangeslider::-moz-range-track {
    height: 4px;
    background-color: #f15a2a;
}

input[type=range].rangeslider::-webkit-slider-thumb {
    /* CHROME */
    position: relative;
    -webkit-appearance: none;
    background: #d8d8d8;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 12px;
    width: 12px;

    margin-top: -4px;
}

input[type=range].rangeslider::-moz-range-thumb {
    /* FIREFOX */
    position: relative;
    -webkit-appearance: none;
    background: #d8d8d8;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 12px;
    width: 12px;
}

.rangeslider-preview {
    position: absolute;
    bottom: 100%;
    color: inherit;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.rangeslider-preview + .rangeslider {
    margin-top: 20px !important;
}

/*.form-dark */
.form-label {
    background-color: #686869;
    font-size: 14px;
    padding: 8px 16px;
}

.form-dark ::-webkit-input-placeholder {
    color: #fff !important;
}

.form-dark :-moz-placeholder {
    color: #fff !important;
}

.form-dark ::-moz-placeholder {
    color: #fff !important;
}

.form-dark :-ms-input-placeholder {
    color: #fff !important;
}

/*WALLS*/
.wall {
    background-size: cover !important;
    overflow: hidden;
    padding: 40px 0;
}

.wall h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px;
}

.wall h1 span {
    font-weight: 500;
}

.wall-empresas {
    background-color: #000;
    color: #fff;
    margin-top: 30px;
}

.wall-empresas ul {
    margin: 0 35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.wall-empresas ul li {
    display: inline-block;
    max-width: 100%;
    padding: 0 17px;
    vertical-align: middle;
    float: none !important;
}

.empresas-list {
    position: relative;
}

.empresas-list .arrow {
    position: absolute;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    width: 28px;
    z-index: 2;
}

.empresas-list .arrow.prev {
    background-image: url(../img/empresas_prev.png);
    left: 0;
}

.empresas-list .arrow.next {
    background-image: url(../img/empresas_next.png);
    right: 0;
}

.wall-diferenciais {
    background: #f15a2a url(../img/bgs/wall_diferenciais.png) no-repeat;
}

.wall-diferenciais h1 {
    color: #fff;
    text-align: center;
}

.diferenciais-list {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.diferenciais-item {
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 17px;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: top;
}

.diferenciais-item h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0 5px;
    text-transform: uppercase;
}

.diferenciais-img {
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
    max-width: 100%;
}

@media (min-width: 1100px) {
    .diferenciais-item {
        width: 20% !important;
    }
}

/*BLOG HOME*/
.wall-blog h1 {
    font-weight: 600;
}

.blog-item {
    display: block;
    margin: 10px 0;
    text-align: center;
    text-decoration: none !important;
}

.blog-item h2 {
    background-color: #e2e2e2;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 15px;
}

.blog-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-item:hover h2 {
    background-color: #f15a2a;
    color: #fff;
}

.blog-img img {
    max-width: 100%;

    -webkit-transition-duration: 0.5s;
    -khtml-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.blog-cover {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 50%;
}

.blog-cover img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0 !important;
    min-height: 100%;
    min-width: 100%;
    max-width: 9999px;
}

.blog-more {
    background-color: #e2e2e2;
    color: #000 !important;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 6px 0 4px;
    text-align: center;
    text-decoration: none !important;
}

.blog-more:hover {
    background-color: #f15a2a;
    color: #fff !important;
}

@media (min-width: 992px) {
    .blog-item h2 {
        text-align: left;
    }

    .blog-img {
        position: relative;
        padding-bottom: 55%;
        overflow: hidden;
    }

    .blog-img img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 9999px;
        min-height: 100%;
        min-width: 100%;
    }
}

/*FOOTER*/
#footer {
    background-color: #b3b3b3;
    border-top: 2px solid #e5592d;
}

.footer-infos {
    padding: 10px 0;
}

.footer-col {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-col a {
    color: #000;
    font-size: 15px;
}

.footer-col h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}

.footer-social a {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.footer-email {
    font-size: 17px;
    margin-top: 20px;
}

.footer-bottom {
    background: #000;
    font-size: 12px;
    padding: 8px 0 6px;
}

.footer-link {
    color: #ffffff !important;
    display: block;
    text-align: center;
}

.footer-link a {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    .footer-link {
        display: inline-block;
        text-align: left;
    }

    .footer-link + .footer-link {
        margin-left: 30px;
    }

    .footer-by {
        float: right;
        /*margin-top: 0;*/
    }
}

.wall-cadastro h1,
.home-candidatos h1 {
    font-weight: 700;
    color: #f15a2a !important;
}

.wall-cadastro {
    background-color: #585858;
    color: #fff;
    font-size: 19px;
    margin: 0;
    padding: 25px 30px;
}

.wall-cadastro .checkbox label {
    font-weight: 500;
}

.wall-cadastro .divisor {
    position: relative;
    border-top: 1px solid #fff;
    margin: 19px 0 20px;
}

.wall-cadastro .divisor span {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #585858;
    margin: -10px 0 0 -20px;
    padding: 0 10px;
}

.wall-cadastro input[type="text"],
.wall-cadastro input[type="tel"],
.wall-cadastro input[type="email"],
.wall-cadastro input[type="password"],
.wall-cadastro select,
.wall-cadastro .btn {
    height: 50px;
    padding: 14px 16px 10px;
}

.wall-cadastro .form-group {
    margin-bottom: 10px;
}

.btn.btn-social {
    position: relative;
    background-color: #aaa;
    background-position: 20px center;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    padding-left: 64px !important;
    text-align: left;
    text-transform: none;
}

.btn.btn-social:after {
    position: absolute;
    top: 4%;
    left: 50px;
    border-left: 1px solid #aaa;
    border-color: inherit;
    content: '';
    height: 92%;
}

.btn.btn-social:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
}

.btn.btn-facebook {
    background-color: #3c599b !important;
    background-image: url(../img/icons/social/btn_facebook.png) !important;
    border-color: #112363 !important;
}

.btn.btn-google {
    border-color: #e51a11 !important;
    background-image: url(../img/icons/social/btn_google.png) !important;
    background-color: #f8513e !important;
}

.btn.btn-linkedin {
    border-color: rgb(50, 173, 232) !important;
    background-image: url(../img/icons/social/btn_linkedin.png) !important;
    background-color: rgb(0, 123, 182) !important;
}

/*VAGAS*/
.wall-vagas {
    padding: 25px 0;
}

.home-candidatos .layout-custom-bg {
    background-image: url(../img/bgs/wall_vagas.png);
}

.home-candidatos h1 a {
    color: #000 !important;
    font-size: 90%;
    font-weight: 500;
    float: right;
}

.vagas-item {
    background-color: #7e7e7e;
    background-color: rgba(126, 126, 126, .2);
    color: #464646 !important;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 0;
    padding: 10px 15px;
    text-decoration: none !important;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vagas-item:hover {
    background-color: #9f9f9f;
    background-color: rgba(126, 126, 126, .4);
}

.vagas-item hr {
    border: 1px solid #ee5f31;
    margin: 2px 0;
}

.vagas-occupation,
.vagas-local {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.vagas-price {
    background-color: #ee5f31;
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: 500;
    margin-top: -2px;
    padding: 2px 8px 0;
}

.vagas-price small {
    font-size: 14px;
}

@media (min-width: 768px) {
    .vagas-left .vagas-occupation {
        margin-right: 135px;
    }

    .vagas-left .vagas-price {
        font-size: 25px;
        margin-top: -22px;
    }
}

/*HOME EMPRESAS*/
.home-empresas {
    display: none;
}

.home-empresas h1 {
    color: #fff;
}

.home-empresas .layout-custom-bg {
    background-image: url(../img/bgs/wall_servicos.png);
}

.wall-servicos {
    padding: 20px 0 15px;
}

.servicos-list {
    color: #000;
    font-size: 18px;
    margin-top: 35px;
}

.servicos-list li a {
    background-color: #1e1e1e !important;
    border-radius: 0;
    color: #fff !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.servicos-list li + li a {
    background-color: #343334 !important;
}

.servicos-list li + li + li a {
    background-color: #524f50 !important;
}

.servicos-list li + li + li + li a {
    background-color: #7a7979 !important;
}

.servicos-list ul li.active a,
.servicos-list ul li a:hover {
    background-color: #f15a2a !important;
}

.servicos-list h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 35px 0 10px;
}

.servicos-img {
    float: left;
    margin-right: 25px;
}

.servicos-text {
    background-color: #c1bfc1;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-right: 25px;
}

.servicos-text p {
    margin: 15px 10px;
}

@media (max-width: 460px) {
    .servicos-img {
        float: none;
        text-align: center;
    }
}

.home-empresas .wall-cadastro {
    color: #000;
    background-color: #d7d7d7;
}

/*PAGINA SOBRE*/
.wall-sobre {
    background: url(../img/bgs/wall_sobre.png) center center no-repeat;
}

.sobre-texts {
    position: relative;
    margin: 0;
}

.sobre-texts:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #534e4d;
    content: '';
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .sobre-texts:before {
        width: 50%;
    }

    .sobre-texts .text-change .wall {
        color: #000;
    }
}

/*WALL CONTATO*/
.wall-contato {
    background: url(../img/bgs/wall_contato.png) center center no-repeat;
}

.form-contato .btn {
    border-color: #fff;
}

/*LAYOUT CUSTOM CANDIDATOS / EMPRESAS*/
.layout-custom {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.layout-custom-bg {
    position: absolute;
    top: 0;
    right: 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 9999px;
    width: 100vw;
    z-index: -1;
}

.layout-custom-divisor {
    position: absolute;
    right: 0;
    background-color: #a7a7a7;
    height: 6px;
    width: 9999px;
    width: 100vw;
}

/*LAYOUT EMPRESAS*/
.layout-empresa #header {
    background-color: #000;
}

.layout-empresa .home-candidatos {
    display: none;
}

.layout-empresa .home-empresas {
    display: block;
}

.layout-empresa .header-logo img {
    display: none !important;
}

.layout-empresa .header-logo img + img {
    display: block !important;
}

.layout-empresa .form-style hr.invisible {
    margin: 21px;
}

/*PESQUISA RESULTS*/
/*FILTER TYPES*/
.filter-type {
    color: #676767;
    cursor: pointer;
    display: inline-block;
}

.filter-type:hover {
    color: #000;
}

.filter-type + .filter-type {
    margin-left: 15px;
}

.filter-type div {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    vertical-align: -8px;
}

.filter-type span {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
}

.type-list [data-value="type-list"] {
    color: #f15a2a;
}

.type-card [data-value="type-card"] {
    color: #f15a2a;
}

/*RESULTS ITEM*/
.results-list.clearfix {
    clear: both;
}

.results-item {
    background-color: #dcdcdc;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
    overflow: hidden;
    padding: 15px;
}

.results-item h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}

.results-icons {
    display: table;
    margin: 5px -5px;
    padding: 0;
    width: 100%;
    width: calc(100% + 10px);
}

.results-icons li {
    position: relative;
    display: table-cell;
    list-style: none;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 33.333333%;
}

.results-icons li:before {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #cbcbcb;
    content: '';
    z-index: 1;
}

.results-label {
    position: relative;
    z-index: 2;
}

.results-label i {
    display: block;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 10px;
}

.results-actions .btn {
    position: relative;
    padding: 20px 5px !important;
    font-size: 16px;
    height: auto !important;
}

.results-actions .btn span {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    margin-top: -10px;
    width: 100%;
}

.results-deficient .hidden {
    background-color: #cbcbcb;
    display: block !important;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .type-card .results-info {
        height: 110px;
        overflow: hidden;
    }

    .type-card .results-info h1 {
        line-height: 20px;
    }

    .type-card .results-icons {
        height: 120px;
        overflow: hidden;
    }

    .type-list .results-list {
        float: none !important;
        width: 100% !important;
    }

    .type-list .results-info {
        float: left;
        width: 30%;
    }

    .type-list .results-desc {
        position: relative;
        float: right;
        width: 68%;
    }

    .type-list .results-icons {
        width: 70%;
    }

    .type-list .results-actions {
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        width: 30%;
    }

    .type-list .results-actions .btn {
        height: 100% !important;
    }

    .type-list .results-deficient .btn {
        height: 50% !important;
        height: calc(100% - 37px) !important;
    }
}

/*PAGINA VISUALIZACAO VAGA*/
.vaga-item {
    font-weight: 600;
}

.vaga-item hr {
    border-color: #b3b3b3;
}

.vaga-info,
.vaga-diferencial {
    font-size: 15px;
    font-weight: 500;
    margin: 15px 0;
    text-transform: uppercase;
}

.vaga-info b,
.vaga-req b,
.vaga-diferencial b {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.vaga-diferencial > * {
    display: inline-block;
    vertical-align: top;
}

.vaga-diferencial .glyphicon {
    font-size: 30px;
    margin-right: 10px;
}

.vaga-btn {
    font-size: 25px;
    font-weight: 500 !important;
}

.vaga-link {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 5px 20px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.vaga-link i {
    margin-right: 10px;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    width: 26px;
}

/*BOX*/
.box {
    background-color: #efefef;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.box-head {
    border-bottom: 1px solid #aaa;
    font-size: 100%;
    font-weight: 600;
    /*margin: 0 -20px 18px;*/
    padding: 15px;
}

.box-body {
    padding: 15px;
}

/*Personalizações*/

.marginBotton5px {
    margin-bottom: 5px;
}

.marginBotton10px {
    margin-bottom: 10px;
}

.marginBotton15px {
    margin-bottom: 15px;
}

.paddinTop10px {
    padding-top: 10px;
}

.paddinTop15px {
    padding-top: 15px;
}

.paddinTop20px {
    padding-top: 20px;
}

.paddinBottom5px {
    padding-bottom: 5px;
}

.textColorWhite {
    color: white;
}

.textAlignCenter {
    text-align: center;
}

/* Pesquisa smiles */

.smiles i {
    padding: 1px 3px;
    border-radius: 15px;
    cursor: pointer;
}

.smiles input {
    margin-left: 7px;
}

.smile0 {
    background-color: #D02724;
}

.smile1 {
    background-color: #F15A2A;
}

.smile2 {
    background-color: #FF9027;
}

.smile3 {
    background-color: #FFE851;
}

.smile4 {
    background-color: #87C846;
}

.smile5 {
    background-color: #38c841;
}