.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FF7A04;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF0024;--e-global-color-947b34e:#D7B049;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:32px;--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:300;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}

/* Remove espaços em branco laterais no mobile */
html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}


.scroll-bottom{

    opacity: 0;

    transition: 0.8s;

    transform: translate(0px, 30px);

}


.scroll-top{

    opacity: 0;

    transition: 0.8s;

    transform: translate(0px, -30px);

}


.scroll-left{

    opacity: 0;

    transition: 0.8s;

    transform: translate(-30px, 0px);

}


.scroll-right{

    opacity: 0;

    transition: 0.8s;

    transform: translate(30px, 0px);

}


.elementor-editor-active .scroll-bottom,

.elementor-editor-active .scroll-top,

.elementor-editor-active .scroll-left,

.elementor-editor-active .scroll-right,

.ativo{

    opacity: 1;

    transition: 0.8s;

    transform: translatey(0px);

}/* End custom CSS */