.elementor-kit-7{--e-global-color-primary:#114F25;--e-global-color-secondary:#F3A441;--e-global-color-text:#222223;--e-global-color-accent:#F3D8B8;--e-global-color-0055143:#000000;--e-global-color-13c94cf:#FFFFFF;--e-global-color-310ffe3:#1E8A37;--e-global-color-b32c68f:#555555;--e-global-color-4a2b1da:#FDF7F1;--e-global-color-f12af00:#F3D8B8;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-d677cf2-font-family:"Poppins";--e-global-typography-d677cf2-font-size:16px;--e-global-typography-d677cf2-font-weight:400;--e-global-typography-d677cf2-line-height:20px;--e-global-typography-f870f20-font-family:"Roboto";--e-global-typography-f870f20-font-size:16px;--e-global-typography-f870f20-font-weight:400;--e-global-typography-f870f20-line-height:25.6px;font-family:"Poppins", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-310ffe3 );}.elementor-kit-7 a:hover{color:var( --e-global-color-b32c68f );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Oculta o elemento no site ao vivo */
.hidden {
    display: none !important;
}

/* MANTÉM visível apenas para você no Editor do Elementor */
/* (Para que você consiga editar o container depois) */
.elementor-editor-active .hidden {
    display: flex !important;
    opacity: 0.4; /* Deixa meio transparente para você saber que está oculto */
    border: 1px dashed red; /* Uma borda para facilitar a identificação */
}

/* ===== Ajuste dos links no editor de texto ===== */
.elementor-widget-text-editor a {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
    display: inline-block;
}

/* ===== Tabela responsiva dentro do editor ===== */
.elementor-widget-text-editor table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
}

/* ===== Células da tabela ===== */
.elementor-widget-text-editor table td,
.elementor-widget-text-editor table th {
    word-break: break-word;
    padding: 8px;
    border: 1px solid #ddd;
}/* End custom CSS */