﻿.logo {
    width: 250px;
}

.btn-salvar {
    pointer-events: none;
    opacity: 0.7;
}

#confirmeSenhaErro {
    position: absolute;
}

.footer-one {
    border-top: 1px solid #f7f7f7 !important;
}

    .footer-one img {
        width: 250px;
    }

/* STEP BY STEP */
#checkout-progress {
    width: 90%;
    margin: 0px auto;
    font-size: 2.5em;
    font-weight: 900;
    position: relative;
}

@media (max-width: 767px) {
    #checkout-progress {
        font-size: 1.5em;
    }
}

#checkout-progress:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 100%;
    background-color: #ccc;
    -webkit-transform: translateY(-50%) perspective(1000px);
    transform: translateY(-50%) perspective(1000px);
}

#checkout-progress:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 100%;
    background-color: rgb(25 164 99);
    -webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
    transform: scaleX(0) translateY(-50%) perspective(1000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#checkout-progress.step-2:after {
    -webkit-transform: scaleX(0.255) translateY(-50%) perspective(1000px);
    transform: scaleX(0.255) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-3:after {
    -webkit-transform: scaleX(0.500) translateY(-50%) perspective(1000px);
    transform: scaleX(0.500) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-4:after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(0.740) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-5:after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-6:after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px);
}

#checkout-progress .progress-bar-step {
    width: 100%;
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

    #checkout-progress .progress-bar-step .step {
        z-index: 2;
        position: relative;
    }

        #checkout-progress .progress-bar-step .step .step-label {
            position: absolute;
            top: calc(100% + 25px);
            left: 50%;
            -webkit-transform: translateX(-50%) perspective(1000px);
            transform: translateX(-50%) perspective(1000px);
            white-space: nowrap;
            font-size: 0.4em;
            font-weight: 600;
            color: #ccc;
            transition: 0.3s ease;
        }

@media (max-width: 767px) {
    #checkout-progress .progress-bar-step .step .step-label {
        top: calc(100% + 15px);
    }
}

#checkout-progress .progress-bar-step .step span {
    color: #ccc;
    transition: 0.3s ease;
    display: block;
    -webkit-transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
    transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
}

#checkout-progress .progress-bar-step .step .fa-check {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
    transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
}

#checkout-progress .progress-bar-step .step.active span, #checkout-progress .progress-bar-step .step.active .step-label {
    color: rgb(25 164 99);
}

#checkout-progress .progress-bar-step .step.valid .fa-check {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
    transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
}

#checkout-progress .progress-bar-step .step.valid span {
    color: rgb(25 164 99);
    -webkit-transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
    transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
}

#checkout-progress .progress-bar-step .step.valid .step-label {
    color: rgb(25 164 99) !important;
}

#checkout-progress .progress-bar-step .step:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) perspective(1000px);
    transform: translate(-50%, -50%) perspective(1000px);
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #ccc;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    #checkout-progress .progress-bar-step .step:after {
        width: 40px;
        height: 40px;
    }
}

#checkout-progress .progress-bar-step .step.active:after {
    border: 5px solid rgb(25 164 99);
}

#checkout-progress .progress-bar-step .step.valid:after {
    background-color: rgb(25 164 99);
    border: 5px solid rgb(25 164 99);
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 100px auto 0px;
}

    .button-container .btn {
        display: inline-block;
        background-color: rgb(25 164 99);
        color: #fff;
        padding: 10px 15px;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight: bold;
        border: 3px solid rgb(25 164 99);
        transition: 0.3s ease;
        cursor: pointer;
        text-align: center;
    }

.btn-submit button {
    font-weight: bold !important;
    color: #fff !important;
    text-transform: uppercase;
    display: block;
}

.btn-submit .btn:hover {
    color: rgb(25 164 99) !important;
}

.btn-submit:hover {
    color: #fff !important;
    background-color: rgb(25 164 99) !important;
}

@media (max-width: 767px) {
    .button-container .btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

.button-container .btn:hover {
    background-color: transparent;
    color: rgb(25 164 99);
    -webkit-transform: scale(1.02) perspective(1000px);
    transform: scale(1.02) perspective(1000px);
}

/*.valor-input{
    display:none;
}*/

.checkbox-group {
    padding: 10px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    /*.checkbox-group .checkbox-item {
        display: none;
    }

    .checkbox-group label {
        position: relative;
        cursor: pointer;
    }

        .checkbox-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid rgb(25 164 99);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .checkbox-group .checkbox-item:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid rgb(25 164 99);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }*/

    .checkbox-group .valor-input {
        margin-left: 10px;
        padding: 5px;
        width: 150px;
        float: right;
    }


.border-right {
    border-right: 1px solid #f7f7f7;
}

.login .custom-btn {
    width: 100%;
}

.login .botao-recuperar {
    background: rgba(28 116 75 / 100%) !important;
}

    .login .botao-recuperar:hover {
        background: #19A463 !important;
    }


.perfil img {
    width: 100px;
}

.perfil #gifModalImage {
    width: 100%;
}

.perfil p{
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.banner-one .hero-heading {
    font-size: 50px !important;
    line-height: 67px !important;
}

.slick-list .item {
    padding-right: 1rem !important;
}

.job-category-one .image {
    width: 50px;
}

.right_banner .banner-img0 {
    position: relative;
    bottom: 0;
    z-index: 1;
}

.login-home {
    border-top: 1px solid #f7f7f7 !important;
    border-bottom: 1px solid #f7f7f7 !important
}

.contact-form select {
    border: 1px solid #ced4da;
    margin-left: 0 !important;
    height: 50px;
    padding-left: 11px;
}

.contact-form .forms {
    display: none;
}

.section1 .juridico {
    display: none;
}

.section1 select {
    height: 65px;
}

.autocomplete-suggestions {
    border: 1px solid #ccc;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: calc(100% - 2px);
}

.autocomplete-suggestion {
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.3s;
}

    .autocomplete-suggestion:hover {
        background: #f5f5f5;
    }

    .autocomplete-suggestion.selected {
        background: #e0e0e0;
        font-weight: bold;
    }

    .autocomplete-suggestion::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 100%;
        background: #007bff;
        border-radius: 5px 0 0 5px;
        margin-right: 10px;
    }


/*.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion-collapse.open .accordion-body {
    max-height: 500px;
    transition: max-height 0.4s ease-in;
}

#filos .accordion-item .accordion-body .form-control {
    margin-bottom: 2rem;
}*/

/*.accordion-collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

    .accordion-collapse.show {
        height: auto;
    }
*/

.accordion-header {
    margin-top: 1rem;
    border-top: 1px solid #c7c7c7;
}

.adicionarItem, .adicionarItem2 .removerItem {
    height: 100%;
    width: 100%;
}

.salveitem .form-control {
    height: 100%;
}

#filoSelect, .tipo-estudo {
    appearance: auto !important;
}

#filoSelect {
    height: auto !important;
}

.menu-sidebar {
    list-style: none !important;
    padding-left: 0;
}

    .menu-sidebar ul {
        list-style-type: none;
    }

    .menu-sidebar li {
        background-color: #28a745;
        transition: background-color 0.3s ease;
        list-style: none;
    }

        .menu-sidebar li a {
            display: block;
            padding: 10px 15px;
            color: white;
            text-decoration: none;
        }

        .menu-sidebar li:hover {
            background-color: #218838;
        }

        .menu-sidebar li a.active,
        .menu-sidebar li:active {
            background-color: #1e7e34;
        }

        .menu-sidebar li:last-child {
            padding-top: 20px;
            padding-bottom: 20px;
        }


.section-content select {
    height: 60px !important;
}

.align-right {
    float: right;
}

#atualizar-perfil-beneficios label {
    font-size: .95rem;
    width: 50%;
    vertical-align: text-bottom;
}

/* STEP BY STEP */
.cadastro-empresa #checkout-progress {
    width: 90%;
    margin: 0px auto;
    font-size: 2.5em;
    font-weight: 900;
    position: relative;
}

@media (max-width: 767px) {
    .cadastro-empresa #checkout-progress {
        font-size: 1.5em;
    }
}

.cadastro-empresa #checkout-progress:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 100%;
    background-color: #ccc;
    -webkit-transform: translateY(-50%) perspective(1000px);
    transform: translateY(-50%) perspective(1000px);
}

.cadastro-empresa #checkout-progress:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 100%;
    background-color: rgb(25 164 99);
    -webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
    transform: scaleX(0) translateY(-50%) perspective(1000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cadastro-empresa #checkout-progress.step-2:after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px);
}

.cadastro-empresa #checkout-progress .progress-bar-step {
    width: 100%;
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
}

    .cadastro-empresa #checkout-progress .progress-bar-step .step {
        z-index: 2;
        position: relative;
    }

        .cadastro-empresa #checkout-progress .progress-bar-step .step .step-label {
            position: absolute;
            top: calc(100% + 25px);
            left: 50%;
            -webkit-transform: translateX(-50%) perspective(1000px);
            transform: translateX(-50%) perspective(1000px);
            white-space: nowrap;
            font-size: 0.4em;
            font-weight: 600;
            color: #ccc;
            transition: 0.3s ease;
        }

@media (max-width: 767px) {
    .cadastro-empresa #checkout-progress .progress-bar-step .step .step-label {
        top: calc(100% + 15px);
    }
}

.cadastro-empresa #checkout-progress .progress-bar-step .step span {
    color: #ccc;
    transition: 0.3s ease;
    display: block;
    -webkit-transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
    transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
}

.cadastro-empresa #checkout-progress .progress-bar-step .step .fa-check {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
    transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
}

.cadastro-empresa #checkout-progress .progress-bar-step .step.active span, .cadastro-empresa #checkout-progress .progress-bar-step .step.active .step-label {
    color: rgb(25 164 99);
}

.cadastro-empresa #checkout-progress .progress-bar-step .step.valid .fa-check {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
    transform: translate3d(-50%, -50%, 0) scale(1) perspective(1000px);
}

.cadastro-empresa #checkout-progress .progress-bar-step .step.valid span {
    color: rgb(25 164 99);
    -webkit-transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
    transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
}

.cadastro-empresa #checkout-progress .progress-bar-step .step.valid .step-label {
    color: rgb(25 164 99) !important;
}

.cadastro-empresa #checkout-progress .progress-bar-step .step:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) perspective(1000px);
    transform: translate(-50%, -50%) perspective(1000px);
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #ccc;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .cadastro-empresa #checkout-progress .progress-bar-step .step:after {
        width: 40px;
        height: 40px;
    }
}

.cadastro-empresa #checkout-progress .progress-bar-step .step.active:after {
    border: 5px solid rgb(25 164 99);
}

.cadastro-empresa #checkout-progress .progress-bar-step .step.valid:after {
    background-color: rgb(25 164 99);
    border: 5px solid rgb(25 164 99);
}

#atualizar-perfil-competencias li {
    padding-bottom: 1rem;
}

.text-justify {
    text-align: justify !important;
}

#beneficiosContainer {
    display: flex;
    justify-content: space-between;
}

.column {
    width: 48%;
}

.u-text p span a{
    padding-left: 1rem;
    font-size: .764rem;
}

.mapa-form select {
    border: 1px solid #ced4da;
    margin-left: 0 !important;
    height: 50px;
    padding-left: 11px;
}

.mapa-form h2{
    margin-bottom: 2rem;
}

.encontre-form select {
    border: 1px solid #ced4da;
    margin-left: 0 !important;
    height: 50px;
    padding-left: 11px;
}

.encontre-form h2 {
    margin-bottom: 2rem;
}

.encontre-form .row{
    margin-top: 1rem;
}

.divIdioma{
    margin-top: 1rem;
}

.btn .button{
    display: flex;
    margin-top: 1.5rem;
}

.qualidade-item {
    margin-bottom: 10px;
}

    .qualidade-item label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

.radio-group {
    display: flex;
    gap: 10px;
}

    .radio-group label {
        font-weight: normal;
    }

#listaQualidades {
    margin-top: 20px;
}

.nice-select#filoSelect{
    height: 50px !important;
}

.job-category-one.active a{
    margin-left: 0;
    color: #fff;
}

.painel-consulta{
    pointer-events: none;
}

.local{
    display: none;
}

.job-category-one{
    cursor: pointer;
}

.conhecimento{
    display: none;
}

.voltar{
    float: right;
}

.idiomasDiv {
    margin-top: 1rem;
}

.login-home .text-justify {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 2rem;
}