.elementor-kit-530{--e-global-color-primary:#0F3D2E;--e-global-color-secondary:#D4AF37;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 5%, var( --e-global-color-secondary ) 80%);}.elementor-kit-530 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:var( --e-global-color-primary );padding-inline-end:0px;padding-inline-start:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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;gap:0px;}.site-header .header-inner{width:1334px;max-width:100%;}.site-header .site-branding .site-logo img{width:202px;max-width:202px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-secondary );}.site-header .site-navigation .menu li{font-family:"Federo", Sans-serif;font-size:20px;font-weight:bold;}.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 */.elementor-kit-530 {
  background: linear-gradient(180deg, #0f3d2e 0%, #d4af37 100%);
  position: relative;
  z-index: 1;
}

.elementor-kit-530::before {
  content: "";
  position: fixed; /* cobre toda a tela mesmo ao rolar */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.freeiconspng.com/thumbs/snowflakes-falling-png/snowflakes-falling-png-16.png") repeat;
  animation: snow 20s linear infinite;
  opacity: 0.4; /* intensidade dos flocos */
  pointer-events: none; /* não atrapalha cliques */
  z-index: 0;
}

@keyframes snow {
  0% { background-position: 0 0; }
  100% { background-position: 0 1000px; }
}/* End custom CSS */