.elementor-7312 .elementor-element.elementor-element-a192057{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7312 .elementor-element.elementor-element-13407be{--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;--padding-top:110px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-7312 .elementor-element.elementor-element-147c1ee{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-7312 .elementor-element.elementor-element-f8ab9ed{text-align:center;}.elementor-7312 .elementor-element.elementor-element-f8ab9ed .elementor-heading-title{color:#0E1612;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7312 .elementor-element.elementor-element-5d053ae > .elementor-widget-container{margin:15px 0px 50px 0px;padding:0px 0px 0px 0px;}.elementor-7312 .elementor-element.elementor-element-5d053ae{text-align:center;color:#646464;}.elementor-7312 .elementor-element.elementor-element-cdca421{font-family:"DM Sans", Sans-serif;font-size:22px;font-weight:400;}.elementor-7312 .elementor-element.elementor-element-b722c11{font-family:"DM Sans", Sans-serif;font-size:22px;font-weight:400;}.elementor-7312 .elementor-element.elementor-element-2c2ce81{font-family:"DM Sans", Sans-serif;font-size:22px;font-weight:400;}.elementor-7312 .elementor-element.elementor-element-85d336e{font-family:"DM Sans", Sans-serif;font-size:22px;font-weight:400;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-7312 .elementor-element.elementor-element-cdca421{font-size:18px;}.elementor-7312 .elementor-element.elementor-element-b722c11{font-size:18px;}.elementor-7312 .elementor-element.elementor-element-2c2ce81{font-size:18px;}.elementor-7312 .elementor-element.elementor-element-85d336e{font-size:18px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-7312 .elementor-element.elementor-element-cdca421{text-align:center;font-size:16px;}.elementor-7312 .elementor-element.elementor-element-b722c11{text-align:center;font-size:16px;}.elementor-7312 .elementor-element.elementor-element-2c2ce81{text-align:center;font-size:16px;}.elementor-7312 .elementor-element.elementor-element-85d336e{text-align:center;font-size:16px;}}@media(min-width:1720px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-cdca421 *//* ======================================= */
/* CSS para centralizar títulos em mobile */
/* ======================================= */

/* Media query para dispositivos móveis */
@media (max-width: 768px) {
    
    /* Títulos H1 - Centralizados em mobile */
    h1.md-heading,
    .md-heading h1,
    h1 {
        text-align: center !important;
        margin-bottom: 20px;
    }
    
    /* Títulos H2 - Centralizados em mobile */
    h2.md-heading,
    .md-heading h2,
    h2 {
        text-align: center !important;
        margin-bottom: 18px;
    }
    
    /* Títulos H3 - Centralizados em mobile */
    h3.md-heading,
    .md-heading h3,
    h3 {
        text-align: center !important;
        margin-bottom: 16px;
    }
    
    /* Seletor mais específico para elementos com classe md-heading */
    .md-end-block.md-heading {
        text-align: center !important;
    }
    
    /* Para spans dentro dos títulos (caso específico do seu HTML) */
    h1.md-heading span.md-plain,
    h2.md-heading span.md-plain,
    h3.md-heading span.md-plain {
        display: block;
        text-align: center;
    }
}

/* Media query para tablets (opcional - se quiser diferentes comportamentos) */
@media (min-width: 769px) and (max-width: 1024px) {
    
    /* Mantém alinhamento justify em tablets */
    h1.md-heading,
    h2.md-heading,
    h3.md-heading {
        text-align: justify;
    }
}

/* ======================================= */
/* CSS adicional para melhorar legibilidade em mobile */
/* ======================================= */

@media (max-width: 768px) {
    
    /* Ajustes de fonte para mobile */
    h1.md-heading {
        line-height: 1.3;
        padding: 0 15px;
    }
    
    h2.md-heading {
        line-height: 1.4;
        padding: 0 15px;
    }
    
    h3.md-heading {
        line-height: 1.4;
        padding: 0 15px;
    }
    
    /* Espaçamento melhorado entre elementos */
    .md-end-block.md-heading + .md-end-block.md-p {
        margin-top: 15px;
    }
}

/* ======================================= */
/* CSS específico para Elementor (caso necessário) */
/* ======================================= */

/* Se estiver dentro de um widget do Elementor */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
    @media (max-width: 768px) {
        text-align: center !important;
    }
}

/* Para widgets específicos do Elementor com markdown */
.elementor-text-editor h1.md-heading,
.elementor-text-editor h2.md-heading,
.elementor-text-editor h3.md-heading {
    @media (max-width: 768px) {
        text-align: center !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b722c11 *//* ======================================= */
/* CSS para centralizar títulos em mobile */
/* ======================================= */

/* Media query para dispositivos móveis */
@media (max-width: 768px) {
    
    /* Títulos H1 - Centralizados em mobile */
    h1.md-heading,
    .md-heading h1,
    h1 {
        text-align: center !important;
        margin-bottom: 20px;
    }
    
    /* Títulos H2 - Centralizados em mobile */
    h2.md-heading,
    .md-heading h2,
    h2 {
        text-align: center !important;
        margin-bottom: 18px;
    }
    
    /* Títulos H3 - Centralizados em mobile */
    h3.md-heading,
    .md-heading h3,
    h3 {
        text-align: center !important;
        margin-bottom: 16px;
    }
    
    /* Seletor mais específico para elementos com classe md-heading */
    .md-end-block.md-heading {
        text-align: center !important;
    }
    
    /* Para spans dentro dos títulos (caso específico do seu HTML) */
    h1.md-heading span.md-plain,
    h2.md-heading span.md-plain,
    h3.md-heading span.md-plain {
        display: block;
        text-align: center;
    }
}

/* Media query para tablets (opcional - se quiser diferentes comportamentos) */
@media (min-width: 769px) and (max-width: 1024px) {
    
    /* Mantém alinhamento justify em tablets */
    h1.md-heading,
    h2.md-heading,
    h3.md-heading {
        text-align: justify;
    }
}

/* ======================================= */
/* CSS adicional para melhorar legibilidade em mobile */
/* ======================================= */

@media (max-width: 768px) {
    
    /* Ajustes de fonte para mobile */
    h1.md-heading {
        line-height: 1.3;
        padding: 0 15px;
    }
    
    h2.md-heading {
        line-height: 1.4;
        padding: 0 15px;
    }
    
    h3.md-heading {
        line-height: 1.4;
        padding: 0 15px;
    }
    
    /* Espaçamento melhorado entre elementos */
    .md-end-block.md-heading + .md-end-block.md-p {
        margin-top: 15px;
    }
}

/* ======================================= */
/* CSS específico para Elementor (caso necessário) */
/* ======================================= */

/* Se estiver dentro de um widget do Elementor */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
    @media (max-width: 768px) {
        text-align: center !important;
    }
}

/* Para widgets específicos do Elementor com markdown */
.elementor-text-editor h1.md-heading,
.elementor-text-editor h2.md-heading,
.elementor-text-editor h3.md-heading {
    @media (max-width: 768px) {
        text-align: center !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2c2ce81 *//* ======================================= */
/* CSS para centralizar títulos em mobile */
/* ======================================= */

/* Media query para dispositivos móveis */
@media (max-width: 768px) {
    
    /* Títulos H1 - Centralizados em mobile */
    h1.md-heading,
    .md-heading h1,
    h1 {
        text-align: center !important;
        margin-bottom: 20px;
    }
    
    /* Títulos H2 - Centralizados em mobile */
    h2.md-heading,
    .md-heading h2,
    h2 {
        text-align: center !important;
        margin-bottom: 18px;
    }
    
    /* Títulos H3 - Centralizados em mobile */
    h3.md-heading,
    .md-heading h3,
    h3 {
        text-align: center !important;
        margin-bottom: 16px;
    }
    
    /* Seletor mais específico para elementos com classe md-heading */
    .md-end-block.md-heading {
        text-align: center !important;
    }
    
    /* Para spans dentro dos títulos (caso específico do seu HTML) */
    h1.md-heading span.md-plain,
    h2.md-heading span.md-plain,
    h3.md-heading span.md-plain {
        display: block;
        text-align: center;
    }
}

/* Media query para tablets (opcional - se quiser diferentes comportamentos) */
@media (min-width: 769px) and (max-width: 1024px) {
    
    /* Mantém alinhamento justify em tablets */
    h1.md-heading,
    h2.md-heading,
    h3.md-heading {
        text-align: justify;
    }
}

/* ======================================= */
/* CSS adicional para melhorar legibilidade em mobile */
/* ======================================= */

@media (max-width: 768px) {
    
    /* Ajustes de fonte para mobile */
    h1.md-heading {
        line-height: 1.3;
        padding: 0 15px;
    }
    
    h2.md-heading {
        line-height: 1.4;
        padding: 0 15px;
    }
    
    h3.md-heading {
        line-height: 1.4;
        padding: 0 15px;
    }
    
    /* Espaçamento melhorado entre elementos */
    .md-end-block.md-heading + .md-end-block.md-p {
        margin-top: 15px;
    }
}

/* ======================================= */
/* CSS específico para Elementor (caso necessário) */
/* ======================================= */

/* Se estiver dentro de um widget do Elementor */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
    @media (max-width: 768px) {
        text-align: center !important;
    }
}

/* Para widgets específicos do Elementor com markdown */
.elementor-text-editor h1.md-heading,
.elementor-text-editor h2.md-heading,
.elementor-text-editor h3.md-heading {
    @media (max-width: 768px) {
        text-align: center !important;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-85d336e *//* ======================================= */
/* CSS para centralizar títulos em mobile */
/* ======================================= */

/* Media query para dispositivos móveis */
@media (max-width: 768px) {
    
    /* Títulos H1 - Centralizados em mobile */
    h1.md-heading,
    .md-heading h1,
    h1 {
        text-align: center !important;
        margin-bottom: 20px;
    }
    
    /* Títulos H2 - Centralizados em mobile */
    h2.md-heading,
    .md-heading h2,
    h2 {
        text-align: center !important;
        margin-bottom: 18px;
    }
    
    /* Títulos H3 - Centralizados em mobile */
    h3.md-heading,
    .md-heading h3,
    h3 {
        text-align: center !important;
        margin-bottom: 16px;
    }
    
    /* Seletor mais específico para elementos com classe md-heading */
    .md-end-block.md-heading {
        text-align: center !important;
    }
    
    /* Para spans dentro dos títulos (caso específico do seu HTML) */
    h1.md-heading span.md-plain,
    h2.md-heading span.md-plain,
    h3.md-heading span.md-plain {
        display: block;
        text-align: center;
    }
}

/* Media query para tablets (opcional - se quiser diferentes comportamentos) */
@media (min-width: 769px) and (max-width: 1024px) {
    
    /* Mantém alinhamento justify em tablets */
    h1.md-heading,
    h2.md-heading,
    h3.md-heading {
        text-align: justify;
    }
}

/* ======================================= */
/* CSS adicional para melhorar legibilidade em mobile */
/* ======================================= */

@media (max-width: 768px) {
    
    /* Ajustes de fonte para mobile */
    h1.md-heading {
        line-height: 1.3;
        padding: 0 15px;
    }
    
    h2.md-heading {
        line-height: 1.4;
        padding: 0 15px;
    }
    
    h3.md-heading {
        line-height: 1.4;
        padding: 0 15px;
    }
    
    /* Espaçamento melhorado entre elementos */
    .md-end-block.md-heading + .md-end-block.md-p {
        margin-top: 15px;
    }
}

/* ======================================= */
/* CSS específico para Elementor (caso necessário) */
/* ======================================= */

/* Se estiver dentro de um widget do Elementor */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3 {
    @media (max-width: 768px) {
        text-align: center !important;
    }
}

/* Para widgets específicos do Elementor com markdown */
.elementor-text-editor h1.md-heading,
.elementor-text-editor h2.md-heading,
.elementor-text-editor h3.md-heading {
    @media (max-width: 768px) {
        text-align: center !important;
    }
}/* End custom CSS */