.elementor-kit-8{--e-global-color-primary:#4FABF6;--e-global-color-secondary:#C5E5EE;--e-global-color-text:#222222;--e-global-color-accent:#FFFFFF;--e-global-color-618987c:#A3A5AC;--e-global-typography-primary-font-family:"Titillium Web";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-0.3px;--e-global-typography-secondary-font-family:"Titillium Web";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.3px;--e-global-typography-text-font-family:"Titillium Web";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:-0.3px;--e-global-typography-accent-font-family:"Titillium Web";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:-0.3px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{text-transform:none;text-decoration:none;}.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-kit-8{--e-global-typography-primary-font-size:26px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-0.3px;--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.3px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Remove sublinhado de todos os links */
a {
    text-decoration: none !important;
}

/* Remove sublinhado de links em botões do Elementor */
.elementor-button-link,
.elementor-button,
.elementor-widget-button a {
    text-decoration: none !important;
}

/* Remove sublinhado de links no menu de navegação */
.elementor-nav-menu--main a,
.elementor-menu-toggle {
    text-decoration: none !important;
}

/* Remove sublinhado de links em widgets do Elementor */
.elementor-widget a:not(.elementor-button):not(.elementor-post__read-more) {
    text-decoration: none !important;
}

/* Remove sublinhado dos links de posts do Elementor */
.elementor-post__title a,
.elementor-post__read-more {
    text-decoration: none !important;
}

/* Remove sublinhado de links em ícones do Elementor */
.elementor-icon-box-title a {
    text-decoration: none !important;
}

/* Forçar tablets para versão mobile */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        width: 100% !important;
        min-width: 320px !important;
    }
    
    /* Forçar layout responsivo do Elementor */
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px !important;
    }
    
    /* Ajustar elementos para mobile */
    .elementor-column {
        width: 100% !important;
    }
    
    .elementor-hidden-tablet {
        display: none !important;
    }
    
    .elementor-hidden-desktop {
        display: block !important;
    }
    
    /* Garantir que elementos ocultos em mobile funcionem */
    [data-elementor-type] {
        min-width: 320px !important;
    }
}

/* SEGURO - Apenas containers externos */
@media (max-width: 767px) {
    /* Reset apenas no nível mais alto */
    html {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    
    body {
        overflow-x: hidden !important;
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Apenas o container principal do Elementor */
    .elementor > .elementor-section > .elementor-container {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    /* Seções stretched (esticadas) */
    .elementor-section-stretched {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
}/* End custom CSS */