.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#CECECE;--e-global-color-accent:#535AE9;--e-global-color-c693185:#00021B;--e-global-color-b81b225:#FFA723;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:38px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-c693185 );}.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:80px;--container-default-padding-right:0px;--container-default-padding-bottom:80px;--container-default-padding-left:0px;}.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-7{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:360px;}.e-con{--container-max-width:360px;}}/* Start custom CSS */::selection {
    background: #ffffff20;
}

.elementor-kit-7 {
    text-wrap: balance;
}

html {
    overflow-x: hidden !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    /* REMOVIDO overflow-y: hidden - quebrava o popup */
}

/* REMOVIDO overflow: hidden do wp-page e wp-post - bloqueava o clique no X */

p:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #000000;
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(0deg, white, white);
    border-radius: 20px;
    border: 3px solid #000000;
}

@media (max-width: 767px) {
    .e-con .elementor-widget:not(.fixo):not(.no100) {
        width: 100% !important;
    }
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
}

/* Botão X pequeno */
.elementor-popup-modal .dialog-close-button {
    width: 40px !important;
    height: 40px !important;
    top: 15px !important;
    right: 15px !important;
}

.elementor-popup-modal .dialog-close-button svg {
    width: 24px !important;
    height: 24px !important;
}

@media (max-width: 767px) {
    .elementor-popup-modal .dialog-close-button {
        width: 16px !important;
        height: 16px !important;
        top: 10px !important;
        right: 10px !important;
    }

    .elementor-popup-modal .dialog-close-button svg {
        width: 12px !important;
        height: 12px !important;
    }
}/* End custom CSS */