.elementor-2057 .elementor-element.elementor-element-8700868{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2057 .elementor-element.elementor-element-8700868:not(.elementor-motion-effects-element-type-background), .elementor-2057 .elementor-element.elementor-element-8700868 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f56a797 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2057 .elementor-element.elementor-element-3f119cb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 28px) 0px;text-align:center;}.elementor-2057 .elementor-element.elementor-element-3f119cb .elementor-heading-title{font-family:var( --e-global-typography-a0d0c04-font-family ), Sans-serif;font-size:var( --e-global-typography-a0d0c04-font-size );line-height:var( --e-global-typography-a0d0c04-line-height );color:#5D2B9A;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2057 .elementor-element.elementor-element-1f5a9e2{--grid-columns:1;--grid-row-gap:16px;}@media(max-width:1366px){.elementor-2057 .elementor-element.elementor-element-3f119cb .elementor-heading-title{font-size:var( --e-global-typography-a0d0c04-font-size );line-height:var( --e-global-typography-a0d0c04-line-height );}}@media(max-width:1024px){.elementor-2057 .elementor-element.elementor-element-3f119cb .elementor-heading-title{font-size:var( --e-global-typography-a0d0c04-font-size );line-height:var( --e-global-typography-a0d0c04-line-height );}.elementor-2057 .elementor-element.elementor-element-1f5a9e2{--grid-columns:1;}}@media(max-width:767px){.elementor-2057 .elementor-element.elementor-element-3f119cb .elementor-heading-title{font-size:var( --e-global-typography-a0d0c04-font-size );line-height:var( --e-global-typography-a0d0c04-line-height );}.elementor-2057 .elementor-element.elementor-element-1f5a9e2{--grid-columns:1;}}@media(min-width:2400px){.elementor-2057 .elementor-element.elementor-element-3f119cb .elementor-heading-title{font-size:var( --e-global-typography-a0d0c04-font-size );line-height:var( --e-global-typography-a0d0c04-line-height );}}/* Start custom CSS for html, class: .elementor-element-ffa14e5 *//* Estilo para o container da pergunta */
        .container-pergunta {
            cursor: pointer;
            position: relative;
            padding-right: 40px !important;
        }

        /* Estilo para o container da resposta */
        .container-resposta {
            display: none;
            transition: opacity 0.6s ease-in-out !important;
        }

        /* Estilo para o ícone */
        .accordion-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
            background-image: url('https://logiconn.com.br/wp-content/uploads/2025/04/ic_seta_baixo.svg');
            background-size: contain;
            background-repeat: no-repeat;
            transition: opacity 0.6s ease-in-out !important;
        }

        /* Estilo para o ícone quando o acordeon está aberto */
        .container-pergunta.active .accordion-icon {
            background-image: url('https://logiconn.com.br/wp-content/uploads/2025/04/ic_seta_cima.svg');
        }

        /* Estilo para a resposta quando está visível */
        .container-resposta.active {
            display: block;
        }/* End custom CSS */