.elementor-kit-8{--e-global-color-primary:#050405;--e-global-color-secondary:#242426;--e-global-color-text:#E6E3E2;--e-global-color-accent:#21C606;--e-global-color-41a94f5:#A3FF94;--e-global-color-afad959:#21C606;--e-global-color-399c3c1:#FF003B;--e-global-color-b0245f5:#FF4A4E;--e-global-color-d44ae71:#EBD9C0;--e-global-color-447b65a:#DDAF37;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:700;background-color:#050405;}.elementor-kit-8 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){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-kit-8{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:60px;--container-default-padding-right:40px;--container-default-padding-bottom:60px;--container-default-padding-left:40px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:60px;--container-default-padding-right:20px;--container-default-padding-bottom:60px;--container-default-padding-left:20px;}}/* Start custom CSS */body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}

p:last-of-type{
    margin-bottom: 0px !important;
    height: unset;
}

.text {
    background: linear-gradient(90deg, #FF003B, #FF4A4E); /* Gradiente linear horizontal */
    -webkit-background-clip: text; /* Aplica o gradiente apenas ao texto */
    -webkit-text-fill-color: transparent; /* Torna o preenchimento do texto transparente */
    font-weight: bold; /* Opcional: destaca o texto */
}/* End custom CSS */