body {
    padding-top: 75px;
}

.head-image {
    background-color: var(--green);
}

.head-image .limiter {
    max-width: 1390px;
    padding-left: 20px;
}

.head-image .template-img {
    overflow: hidden;
}

.head-image .template-img img {
    width: 100%;
}

.cards {
    background-color: #F1F1F1;
    padding: 40px;
}

.cards .limiter {
    max-width: 1390px;
    padding: 0 20px;
}

.cards .limiter .card {
    width: 242px;
    height: 200px;
    padding: 0 15px;
    margin: 0 20px;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cards .limiter .card img {
    margin-bottom: 10px;
}

.cards .limiter .card:nth-of-type(2) {
    width: 367px;
    height: 200px;
}

.body-image .limiter {
    max-width: 1370px;
    padding-right: 20px;
}

.text-section .limiter {
    max-width: 1390px;
    padding: 30px 60px;
}

.slider-section .limiter {
    max-width: 1390px;
    padding: 30px 60px;
}

.slider-section .slider-funcionarios {
    max-width: 1390px;
    padding: 0 20px;
}

.slider-section .slider-funcionarios .funcionario {
    border: 2px solid #E5E5E5;
    width: 350px !important;
    height: 430px;
    text-align: center;
    padding: 20px;
    margin: 0 10px;
}

.slider-section .slider-funcionarios .funcionario .ratio-image {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.slider-section .slider-funcionarios .funcionario .ratio-image:nth-child(1) {
    overflow: hidden;
    height: 117px;
}

.slider-section .slider-funcionarios .funcionario .ratio-image-1 img {
    position: absolute;
    width: 124px;
    border-radius: 70%;
    border: 1px solid #b1b1b1;
    padding: 5px;
}


.slick-dots {
    bottom: -58px !important;
}

.slick-prev {
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 51%;
    z-index: 1;
}

.slick-next {
    display: inline-block;
    position: absolute;
    right: 7px;
    bottom: 59%;
    z-index: 1;
}

.slick-prev:after,
.slick-next:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid black;
    cursor: pointer;
}

.slick-prev:after {
    right: 40px;
    top: -30px;
    border-width: 4px 0px 0px 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
}

.slick-next:after {
    right: -20px;
    top: -3px;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
}

.slick-next:before,
.slick-prev:before {
    content: unset;
}

.page-trabalhe-conosco {}

.section-vagas {
    max-width: 1390px;
    margin: 0 auto;
    min-height: 350px;
    padding: 40px 20px;
}

.section-vagas .limiter {
    max-width: 700px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-vagas h2 {
    margin-bottom: 20px;
}

.section-vagas .form-filter {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.section-vagas .form-filter .form-item {
    width: 100%;
}

.section-vagas .form-filter label {
    color: #111;
    display: inline-block;
    margin-bottom: 8px;
}

.section-vagas .template-input {
    position: relative;
}

.section-vagas .template-input img {
    position: absolute;
    left: 6px;
    top: 10px;
}

.section-vagas .form-filter :is(input, select) {
    height: 40px;
    width: 700px;

    border: 1px solid #707070;
    border-radius: 5px;

    padding: 0 30px;
}

/* .section-vagas .vaga {
    width: 750px;
} */

.section-vagas .vaga .head-vaga {
    padding: 16px 0;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}

.section-vagas .vaga .head-vaga:hover {
    background-color: #dbdbdb;
}

.section-vagas .vaga .vaga-info {
    color: #223332;
    padding-left: 10px;
}

.section-vagas .vaga a {
    border: none;
    border-radius: 50px;

    background-color: #2563eb;
    color: white;

    padding: 8px 22px;

    letter-spacing: .25px;
    cursor: pointer;
    transition: all .3s;
    font-size: 16px;

    box-shadow: 0px 0px 0px #2563eb00;
}

.section-vagas .vaga a:hover {
    background-color: #3b82f6;
    box-shadow: 0px 0px 5px #3b82f699;
}

.section-vagas .vaga .template-icon img {
    transform: rotate(270deg);
}

.loader-session {
    position: absolute;
    right: 5%;
}

.loader-session img {
    width: 25px;
}

.page-detalhes-vaga {
    padding: 40px;
    padding-top: 100px;

    max-width: 1100px;
    margin: 0 auto;
}

.descricao {
    display: none;
    padding: 0 10px;
}

.descricao h1,
.descricao h2,
.descricao p {
    color: #223332;
}

.descricao h2 {
    margin-bottom: 7.5px;
    font-size: 16px;
}

.descricao .info-card {
    margin-bottom: 20px;
}

.vaga .descricao .apply-btn {
    background-color: var(--orange);
    color: white;

    padding: 8px 22px;

    letter-spacing: .25px;
    cursor: pointer;
    transition: all .3s;
    font-size: 16px;

    box-shadow: 0px 0px 0px #2563eb00;

    width: unset !important;
    height: unset !important;
    display: inline-block !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-weight: 500;
}

.vaga .descricao .apply-btn:hover {
    background-color: #bd6130;

    box-shadow: 0px 0px 5px var(--orange);
}

.template-icon {
    padding-right: 10px;
}

.template-icon img {
    transition: ease-in-out 0.3s;
}

.enviar-curriculo {
    display: unset;
}

@media only screen and (max-width: 1100px) {
    .head-image .limiter {
        flex-direction: column-reverse;
        padding-left: 0px;
    }

    .head-image .limiter img {
        width: 560px;
    }

    .head-image .template-img {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .text-block {
        margin: 0 !important;
        padding: 0 20px;
        margin-bottom: 40px !important;
    }

    .body-image .limiter {
        flex-direction: column;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .cards .limiter {
        flex-direction: column;
    }

    .cards .limiter .card {
        width: 367px;
        height: 170px;
        margin-bottom: 20px;
    }

    .cards .limiter .card:last-of-type {
        margin-bottom: 0px;
    }

    .body-image .limiter .template-img {
        width: 100%;
    }

    .body-image .limiter .template-img img {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-vagas .form-filter :is(input, select) {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .section-vagas h2 {
        width: 100% !important;
    }

    .slider-section .limiter {
        padding: 30px 10px;
        position: relative;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .slick-dots {
        bottom: -50px !important;
        top: unset;
        display: block !important;
        height: 20px;
    }

    .slider-section .slider-funcionarios {
        padding: unset; 
    }

    .text-section {
        display: none !important;
    }
}