﻿:root {
    --kt-primary: #f5a133;
    --kt-primary-active: #db8c24;
    --kt-input-solid-bg: #fff;
    --kt-pagination-active-bg: #f5a133;
}

body {
    display: flex;
    flex-direction: column;
}

.nav-line-tabs .nav-item .nav-link.active {
    color: var(--kt-text-dark);
}

/* RECRUTAMENTO */
.all-nav .logo {
    height: 55px;
}

.header-img {
    display: block;
    overflow: hidden;
}

    .header-img img {
        max-height: 300px;
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: 50% 40%;
    }

    .header-img .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #000 30%, transparent);
    }

.bg-breadcrumb {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 2;
}

.breadcrumb li.active span {
    font-size: 44px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}
/* FOOTER */
.app-footer .menu img {
    width: 130px
}

.search-and-button-row {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .search-and-button-row {
        display: block;
    }

        .search-and-button-row .btn-primary.btn-red-cb {
            margin-top: 10px;
        }
}

@media (max-width: 765px) {
    /*.all-nav {
        flex-direction: column;
    }

    .search-and-button-row {
        margin-top: 30px;
        margin-right: auto;
    }*/

    .header-img .bg-overlay {
        background: linear-gradient(90deg, #000 35%, transparent);
    }

    .breadcrumb li.active span {
        font-size: 38px;
        line-height: 1.3;
    }

    .form-control.search-recruitment {
        width: fit-content !important;
    }

    .search-and-button-row .login-btn-block {
        text-align: left !important;
    }
}

@media (min-width: 576px) {
    .all-nav .login-btn-block .svg-icon {
        display: none;
    }
}

@media (max-width: 576px) {
    .all-nav .logo {
        height: 46px;
        margin-right: 15px;
    }

    .all-nav .login-btn-block .text {
        display: none;
    }

    .form-control.search-recruitment {
        width: 100% !important;
    }

    .breadcrumb li.active span {
        font-size: 30px;
    }

    .header-img img {
        max-height: 200px;
    }
}
/* RECRUTAMENTO */
