.cartoes-disney-faq-component-section {
    display: flex;
    margin: 50px 0 0 0;
}

.cartoes-disney-faq-component-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.faq-tittle {
    color: #CC092F;
    font-size: 28px;
    line-height: 24px;
    font-weight: 500;
    margin: 15px 0 65px 0;
}

.cartoes-disney-faq-component-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    border-radius: 18px;
    min-height: 40px;
    background-color: #F1F1F1;
}

.faq-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-item span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.faq-item:hover {
    cursor: pointer;
}

.faq-acordeon-arrow {
    display: flex;
    background-color: #D9D9D9;
    border-radius: 25px;
    padding: 12px;
}

.faq-acordeon-arrow picture {
    transition: transform 0.3s ease;
}

.faq-acordeon-arrow.activated picture {
    transform: rotate(180deg);
}


.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.faq-answer.activated {
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated span {
    font-size: 18px;
    line-height: 24px;
}

.faq-answer.activated.question-two {
    max-width: 1040px;
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-two span {
    font-size: 17px;
    line-height: 24px;
}

.faq-answer.activated.question-four {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-four span {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.faq-answer.activated.question-five {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-five span ul{
    list-style: disc !important;
    padding-left: 18px; 
}

.faq-answer.activated.question-seven {
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-seven span {
    font-size: 18px;
    line-height: 24px;
}

.faq-answer.activated.question-eight {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-eight span {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.faq-answer.activated.question-nine {
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-nine span a {
    margin: 0 0 0 5px;
    line-height: 24px;
    text-decoration: underline !important;
    text-decoration-color: #000000;
    color: #000000;
}

.faq-answer.activated.question-eleven {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-eleven span {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.faq-answer.activated.question-twelve {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-twelve span {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.faq-answer.activated.question-twelve span ul{
    list-style: disc !important;
    padding-left: 18px; 
}

.faq-answer.activated.question-thirteen {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    max-height: 800px;
    margin: 0 0 15px 0;
    opacity: 1;
}

.faq-answer.activated.question-thirteen span {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

@media (max-width: 1135px){
    .cartoes-disney-faq-component-container{
        margin: 0 15px;
    }

    .faq-tittle{
        margin: 15px 0 45px 0;
    }

    .cartoes-disney-faq-component-content{
        min-height: 90px;
    }

    .faq-acordeon-arrow{
        min-height: 70px;
        align-items: center;
    }

}

@media (max-width: 480px){
    .faq-item span{
        font-size: 16px;
        font-weight: 500;
        margin: 0 5px 0 0;
    }
    .faq-answer.activated{
        max-width: 380px;
    }
    .faq-answer.activated span{
        font-size: 16px;
    }
    .faq-answer.activated.question-two{
        max-width: 265px;
    }
    .faq-answer.activated.question-two span{
        font-size: 16px;
    }
    .faq-answer.activated.question-four{
        max-width: 265px;
    }
    .faq-answer.activated.question-four span{
        font-size: 16px;
    }
    .faq-answer.activated.question-five{
        max-width: 268px;
    }
    .faq-answer.activated.question-five span{
        font-size: 15px;
    }
    .faq-answer.activated.question-seven{
        max-width: 250px;
    }
    .faq-answer.activated.question-seven span{
        font-size: 16px;
    }
    .faq-answer.activated.question-eight{
        max-width: 300px;
    }
    .faq-answer.activated.question-eight span{
        font-size: 16px;
    }
    .faq-answer.activated.question-nine{
        max-width: 290px;
    }
    .faq-answer.activated.question-nine span{
        font-size: 16px;
    }
    .faq-answer.activated.question-eleven{
        max-width: 280px;
    }
    .faq-answer.activated.question-eleven span{
        font-size: 16px;
    }
    .faq-answer.activated.question-twelve{
        max-width: 275px;
    }
    .faq-answer.activated.question-twelve span{
        font-size: 16px;
    }
    .faq-answer.activated.question-thirteen{
        max-width: 275px;
    }
    .faq-answer.activated.question-thirteen span{
        font-size: 16px;
    }
}
