.elementor-kit-7{--e-global-color-primary:#3C0E67;--e-global-color-secondary:#E8B600;--e-global-color-text:#ECE7F0;--e-global-color-accent:#61CE70;--e-global-color-a3cdb58:#FFFFFF;--e-global-color-fcef712:#000000;--e-global-color-1c1f3e8:#2B0A49;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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 *//* Balanceamento de títulos */
h1,
h2,
h3 {
    text-wrap: balance;
}

/* Remove espaço final do último texto */
h1:last-child,
h2:last-child,
h3:last-child,
p:last-child {
    margin-bottom: 0;
}

/* Largura útil automática */
@media (min-width: 1367px) {
    .e-con {
        --content-width: 1280px;
    }
}

@media (min-width: 1201px) and (max-width: 1366px) {
    .e-con {
        --content-width: 1100px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .e-con {
        --content-width: 924px;
    }
}

@media (min-width: 881px) and (max-width: 1024px) {
    .e-con {
        --content-width: 780px;
    }
}

@media (min-width: 768px) and (max-width: 880px) {
    .e-con {
        --content-width: 728px;
    }
}

@media (max-width: 767px) {
    .e-con {
        --content-width: min(360px, 100%);
    }
}

/* Evita scroll lateral */
html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Mídias responsivas */
img,
video,
iframe,
canvas,
svg {
    max-width: 100%;
    height: auto;
}

/* Containers Elementor */
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget,
.elementor-widget-container,
.e-con,
.e-child {
    max-width: 100%;
    min-width: 0;
}


/* Scrollbar personalizada */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: linear-gradient(180deg, #4388EF, #9C3CF8);
    border: 1px solid #000000;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 6px;
    background: linear-gradient(0deg, #4388EF, #9C3CF8);
    border: 1px solid #000000;
}

/* Seleção de texto */
*::selection {
    color: #ffffff;
    background: #A6A1D5;
}






/* ================================
   CORREÇÃO DE TRAVAMENTO DE ROLAGEM
   Elementor + Swiper + iPhone
================================ */

/* 1) Garante rolagem normal da página */
html,
body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: static !important;
    height: auto !important;
    min-height: 100% !important;
    touch-action: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

/* 2) Remove bloqueios de overflow dos wrappers principais */
[data-elementor-type="wp-page"],
[data-elementor-type="wp-post"],
.elementor,
.elementor-section,
.elementor-container,
.e-con,
.e-parent,
.e-child {
    overflow: visible !important;
}

/* 3) Corrige containers do swiper/carrossel */
.elementor-main-swiper,
.swiper,
.swiper-container,
.swiper-wrapper {
    touch-action: auto !important;
}

/* 4) Mantém o corte lateral sem matar a rolagem vertical */
.elementor-main-swiper,
.swiper,
.swiper-container {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

/* 5) Evita travamento por elementos fixos/sticky problemáticos */
.elementor-sticky,
.elementor-sticky--active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* 6) Segurança extra para overlays/popup wrappers do Elementor */
.dialog-widget,
.dialog-lightbox-widget,
.elementor-lightbox,
.elementor-popup-modal {
    -webkit-overflow-scrolling: touch !important;
}

/* 7) Garante que a página possa crescer normalmente */
body.elementor-default,
body.elementor-page {
    height: auto !important;
    min-height: 100% !important;
}







/* Impede o carrossel de bloquear o scroll */
.elementor-carousel-image,
.elementor-main-swiper,
.swiper,
.swiper-container,
.swiper-wrapper {
    touch-action: pan-y !important;
}

/* Permite que o scroll passe */
.elementor-carousel-image {
    pointer-events: auto;
}/* End custom CSS */