.elementor-kit-6{--e-global-color-primary:#D6FF41;--e-global-color-secondary:#131128;--e-global-color-text:#131128;--e-global-color-accent:#D6FF41;--e-global-color-9c0fec6:#FFFFFF;--e-global-color-12c8736:#D6FF41;--e-global-color-943ca43:#131128;--e-global-color-66ece3e:#D81A80;--e-global-color-e3a32c2:#0C0B1CCC;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Urbanist";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#131128;background-image:url("https://sistema.digitalz.com.br/wp-content/uploads/2025/02/bg-topo-proposta.webp");color:var( --e-global-color-943ca43 );background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-12c8736 );font-family:"Urbanist", Sans-serif;font-size:22px;font-weight:600;color:var( --e-global-color-9c0fec6 );border-radius:50px 50px 50px 50px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:#3A3197;}.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(min-width:1025px){.elementor-kit-6{background-attachment:fixed;}}@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 *//* Corrigir gap padrão do paragrafo do elementor*/
p {
    margin-bottom: 0;
}
/* Barra scroll horizontal*/
html, body {
    width: 100%;
    overflow-x: hidden;
}
/* Personalizar scrollbar*/
body::-webkit-scrollbar{
    width: 8px;
}
body::-webkit-scrollbar-track{
    background: #131128;
}
body::-webkit-scrollbar-thumb{
    background: #D6FF41;
    border-radius: 20px;
}
/* Palavra em destaque no titulo cor diferente */
.tc {
    color: #D6FF41 !important;
}
/* Personalizar cor seleção */
*::selection{
    color: #131128;
    background: #D6FF41;
}/* End custom CSS */