.elementor-kit-11{--e-global-color-primary:#262626;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#319FFF;--e-global-color-accent:#00253E;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:-1.5px;--e-global-typography-secondary-font-family:"Noto Sans";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-size:1.4rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:-0.5px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;--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-11{--e-global-typography-primary-font-size:2.4rem;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-text-font-size:0.8rem;--e-global-typography-accent-font-size:1.2rem;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-primary-font-size:2rem;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}
/* Start custom CSS */.text-balance {
    text-wrap: balance;
}

.glass-effect {
    backdrop-filter: blur(5px);         /* O segredo do efeito fosco */
    -webkit-backdrop-filter: blur(5px); /* Suporte para Safari */
}

.links {
    color: var(--e-global-color-text)!important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.links:hover {
    text-decoration: underline;
}/* End custom CSS */