    .faq-container-chavo {
        font-family: 'Open Sans', sans-serif;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

    .faq-container-chavo1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .chavo-title {
        font-weight: 700;
        font-size: 49px;
        line-height: 100%;
        color: #2B2B2C;
        margin-bottom: 50px;
    }

    .faq-question-chavo {
        padding: 15px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: 1px solid #AAADB066;
        border-radius: 10px;
        background-color: white;
        width: 1502px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .faq-question-text-chavo {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #555658;
    }

    .faq-arrow-chavo {
        width: 20px;
        height: 13px;
        transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    .faq-answer-content-chavo {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #555658;
    }

    .faq-answer-chavo {
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: max-height 0.7s ease-in-out,
        padding 0.7s ease-in-out,
        opacity 0.5s ease-in-out 0.1s,
        transform 0.5s ease-in-out;
        margin-top: 30px;
        border: 1px solid #AAADB066;
        border-radius: 10px;
        background-color: white;
        width: 1502px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .faq-item-chavo.active .faq-answer-chavo {
        padding: 15px 15px;
        max-height: 500px;
        opacity: 1;
        transform: translateY(0);
        margin-bottom: 30px;
    }

    .faq-item-chavo.active .faq-arrow-chavo {
        transform: rotate(180deg);
    }

    @media (max-width: 1700px) {
        .faq-container-chavo1 {
            margin-left: 175px;
        }

        .faq-question-chavo {
            width: 1090px;
        }

        .faq-answer-chavo {
            width: 1090px;
        }
    }

    @media (max-width: 1370px) {
        .faq-container-chavo1 {
            margin-left: 115px;
        }
    }

    @media (max-width: 1250px) {
        .faq-question-chavo {
            width: 950px;
        }

        .faq-answer-chavo {
            width: 950px;
        }
    }

    @media (max-width: 1100px) {
        .faq-question-chavo {
            width: 590px;
        }

        .faq-answer-chavo {
            width: 590px;
        }

        .chavo-title {
            font-size: 33px;
        }

        .faq-answer-content-chavo {
            font-size: 16px;
        }
    }

    @media (max-width: 730px) {
        .faq-question-chavo {
            width: 500px;
        }

        .faq-answer-chavo {
            width: 500px;
        }
    }

    @media (max-width: 640px) {
        .faq-container-chavo1 {
            margin-left: 75px;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .chavo-title {
            font-size: 29px;
        }

        .faq-question-chavo {
            width: 440px;
        }

        .faq-answer-chavo {
            width: 440px;
        }

        .faq-question-text-chavo {
            font-size: 17px;
        }
    }

    @media (max-width: 535px) {
        .faq-question-chavo {
            width: 370px;
        }

        .faq-answer-chavo {
            width: 370px;
        }

        .chavo-title {
            font-size: 24px;
        }
    }

    @media (max-width: 470px) {
        .faq-container-chavo1 {
            margin-left: 55px;
        }

        .faq-question-chavo {
            width: 327px;
        }

        .faq-answer-chavo {
            width: 327px;
        }

        .chavo-title {
            font-weight: 600;
            font-size: 27px;
            line-height: 140%;
            margin-bottom: 30px;
        }

        .chavo-title span {
            display: block;
            white-space: normal;
        }

        .faq-answer-chavo {
            margin-top: 15px;
        }

        .faq-item-chavo.active .faq-answer-chavo {
            margin-bottom: 15px;
        }

        .faq-arrow-chavo {
            width: 13.5px;
            height: 9px;
        }

        .faq-question-text-chavo {
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            color: #555658;
        }

        .faq-answer-content-chavo {
            font-size: 12px;
        }

        .faq-question-chavo-height {
            height: 106px;
        }
    }

    @media (max-width: 420px) {
        .faq-container-chavo1 {
            margin-left: 18px;
        }
    }

    @media (max-width: 355px) {
        .faq-question-chavo {
            width: 290px;
        }

        .faq-answer-chavo {
            width: 290px;
        }
    }
