.elementor-kit-6{--e-global-color-primary:#D5FF40;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#D5FF40;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 *//* =========================
   BOTÃO ESTILO APPLE
========================= */

.btn-apple .elementor-button{
    background: rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 40px;

    color: #ffffff !important;

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.6),
        inset 0 -2px 6px rgba(0,0,0,0.4),
        0 4px 12px rgba(0,0,0,0.25);

    transition: all .25s ease;
}

/* Hover botão */

.btn-apple .elementor-button:hover{
    background: rgba(255,255,255,0.15) !important;

    transform: translateY(-2px);

    box-shadow:
        inset 0 2px 2px rgba(255,255,255,0.7),
        inset 0 -3px 8px rgba(0,0,0,0.5),
        0 8px 18px rgba(0,0,0,0.35);
}

/* BLOQUEIA qualquer vazamento lateral */
html, body {
    overflow-x: hidden !important;
}

/* Corrige problema clássico do 100vw */
.elementor-section,
.elementor-container,
.elementor-column {
    max-width: 100% !important;
    width: 100% !important;
}

/* Remove estouro causado por elementos internos */
.elementor-widget-wrap,
.elementor-widget {
    max-width: 100% !important;
}

/* Garante que nada passe da tela */
body > * {
    max-width: 100vw;
    overflow-x: hidden;
}

/* BLOQUEIA qualquer vazamento lateral */
html, body {
overflow-x: hidden !important;
}

/* Corrige problema clássico do 100vw */
.elementor-section,
.elementor-container,
.elementor-column {
max-width: 100% !important;
width: 100% !important;
}

/* Remove estouro causado por elementos internos */
.elementor-widget-wrap,
.elementor-widget {
max-width: 100% !important;
}

/* Garante que nada passe da tela */
body > * {
max-width: 100vw;
overflow-x: hidden;
}/* End custom CSS */