/* Skin Carreiras */

.skin-carreiras .elementor-post__card {
    border-radius: 10px;
    background: linear-gradient(180deg, #E0DFE7 0%, #FBFBFB 100%);
}

.skin-carreiras .question-box {
    margin: 30px;
}

.skin-carreiras .answer-box {
    padding: 0px 30px;
    display: flex;
    gap: 60px;
}

.skin-carreiras .arrow-icon img {
    margin-bottom: 0px !important;
}

.zp-info-title{
    color: #1B1464;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.zp-info-desc{
    color: #1B1464;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.zp-infos {
    width: 225px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.zp-localizacao,
.zp-tipo_trabalho{
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid red;
    padding-bottom: 10px;
}

.zp-departamento{
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.skin-carreiras h3.elementor-post__title {
    margin-bottom: 0px !important;
}

.faq-term-section:first-child h2 {
    margin: 0 auto;
    width: 900px;
}

.accordion-post:last-child {
    margin-bottom: 0;
}

.question-box {
    margin: 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


.arrow-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Accordion FAQ */
.answer-box {
    max-height: 0; /* fechado */
    overflow: hidden;
}

.arrow-icon img {
    transition: transform 0.3s ease;
}

.accordion-post{
    cursor:pointer;
}





/*.answer-box {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    padding:0px 15px;
    color: #fff;
    
}*/
.faq-term-section .term-title{
    color: #FFF;
    text-align: center;
    font-family: Figtree;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 96px */
    text-transform: uppercase;
    padding:70px 0px;
}

@media (max-width:767px){
    .question-box {
        margin: 15px 15px;
    }
    .accordion-post .post-title {
        font-size:14px;
    }
    .faq-term-section .term-title {
        font-size:33px;  
        padding: 40px 0px;
    }
    .answer-box{
        font-size: 14px;
    }
    
    .skin-carreiras .answer-box {
        padding: 0px 30px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    
    .zp-infos {
        width: 100%;
    }
}