.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#262626;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E40A18;--e-global-color-3dea0a1:#BB1819;--e-global-color-6c0556f:#D9D9D9;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:3.5em;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:3rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:1.2em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:700;--e-global-typography-711fcd9-font-family:"Sora";--e-global-typography-711fcd9-font-size:1.5rem;--e-global-typography-711fcd9-font-weight:400;--e-global-typography-7a61e55-font-family:"Sora";--e-global-typography-7a61e55-font-size:1.6rem;--e-global-typography-7a61e55-font-weight:700;background-color:var( --e-global-color-primary );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-10{--e-global-typography-primary-font-size:2.5em;--e-global-typography-secondary-font-size:2em;--e-global-typography-text-font-size:1em;--e-global-typography-accent-font-size:1.2em;--e-global-typography-711fcd9-font-size:1.75em;--e-global-typography-7a61e55-font-size:2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:2rem;--e-global-typography-secondary-font-size:1.6em;--e-global-typography-text-font-size:0.8rem;--e-global-typography-accent-font-size:1em;--e-global-typography-711fcd9-font-size:1em;--e-global-typography-7a61e55-font-size:0.9em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:75%;}.e-con{--container-max-width:75%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */html::before{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.04;
    mix-blend-mode: plus-lighter;
}

.text-balance {
  text-wrap: balance; 
}

/* trava o scroll lateral */
html, body {
  overflow-x: hidden;
}

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

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

.scroll-bottom{
    opacity: 0;
    transition: 0.5s all;
    transform: translate(0, 80px);
}

.scroll-top{
    opacity: 0;
    transition: 0.5s all;
    transform: translate(0, -80px);
}

.ativo{
    opacity: 1;
    transition: 0.5s all;
    transform: translate(0, 0);
}/* End custom CSS */