.elementor-kit-11{--e-global-color-primary:#FF1800;--e-global-color-secondary:#000000;--e-global-color-text:#303033;--e-global-color-accent:#FF5200;--e-global-color-8c7e00b:#FFFFFF;--e-global-color-52e7344:#F9F9F9;--e-global-color-18b00cf:#F5F5F5;--e-global-color-23bd6fb:#FFFFFF20;--e-global-color-c2420b8:#D5D5D5;--e-global-color-a85a3aa:#21724C;--e-global-color-0782b94:#202020;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-11 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-11 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-11 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-11 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-11 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );border-radius:0px 0px 0px 0px;}.elementor-kit-11 input:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea,.elementor-kit-11 .elementor-field-textual{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */@media(min-width: 1025px) {

    .scroll-bottom {
        opacity: 0;
        transition: 1s;
        transform: translate(0, 30px);
    }

    .scroll-left {
        opacity: 0;
        transition: 1s;
        transform: translate(-30px, 0);
    }

    .scroll-right {
        opacity: 0;
        transition: 1s;
        transform: translate(30px, 0);
    }

    .ativo {
        opacity: 1;
        transition: 1s;
        transform: translateY(0); /* Correção no translateY */
    }

.scroll-bottom,
.scroll-left,
.scroll-right {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease; /* Aumenta a duração da transição */
    transform: translate(0, 0px);
}

.ativo {
    opacity: 1;
    transform: translateY(1);
}

.ativo-off {
    opacity: 0;
    transform: translateY(100px); /* Animação de saída mais perceptível */
}}/* End custom CSS */