.elementor-kit-9{--e-global-color-primary:#29333D;--e-global-color-secondary:#FAF9F5;--e-global-color-text:#29333D;--e-global-color-accent:#29333D;--e-global-color-f1b1f11:#45FC96;--e-global-color-e29f21a:#20EF7B;--e-global-color-c9b67de:#77FDB2;--e-global-color-c6537e3:#E0E6EB;--e-global-typography-primary-font-family:"Novatica";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Novatica";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Novatica";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Novatica";--e-global-typography-accent-font-size:1.125rem;--e-global-typography-accent-font-weight:700;--e-global-typography-b3a251a-font-family:"Novatica";--e-global-typography-b3a251a-font-size:1.5rem;--e-global-typography-b3a251a-font-weight:700;--e-global-typography-b3a251a-line-height:1.2em;--e-global-typography-b11330a-font-family:"Novatica";--e-global-typography-b11330a-font-size:1.25em;--e-global-typography-b11330a-line-height:1.4em;--e-global-typography-b11330a-letter-spacing:0.4px;background-color:var( --e-global-color-secondary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 */html,body{
    width: 100%;
    overflow-x: hidden;
}

/* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 10px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: #29333D; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background: #20EF7B; /*cor do controle do scroll*/
  border-radius: 10px; /*arredondamento*/
  border: 2px solid #29333D; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #C8F0A5 /*cor do controle do scroll*/
                    #000000; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}

.destaque{
    font-weight: 700;
}

.destaque-verde{
    color: #45FC96;
    font-weight: 700;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Novatica';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://ilosoftware.com.br/wp-content/uploads/2024/07/Novatica-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Novatica';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://ilosoftware.com.br/wp-content/uploads/2024/07/Novatica.woff2') format('woff2');
}
/* End Custom Fonts CSS */