.elementor-kit-5{--e-global-color-primary:#00194A;--e-global-color-secondary:#C10247;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F3F3F3;--e-global-typography-primary-font-family:"Bricolage Grotesque";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:44px;--e-global-typography-primary-letter-spacing:-0.6px;--e-global-typography-secondary-font-family:"Bricolage Grotesque";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:28px;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-text-font-family:"Bricolage Grotesque";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:22px;--e-global-typography-text-letter-spacing:-0.3px;--e-global-typography-accent-font-family:"Bricolage Grotesque";--e-global-typography-accent-font-weight:300;--e-global-typography-accent-letter-spacing:1.8px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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;}.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::before{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 2;
    opacity: 0.04;
    mix-blend-mode: plus-lighter;
}



::selection {
  background: #ffffff20; /* Cor de fundo ao selecionar texto */
}

html, body {
  overflow-x: hidden !important; /* Impede rolagem horizontal */
}

*:last-child {
  margin-bottom: 0px; /* Remove margem inferior do último filho */
}

/* Estilo da scrollbar (barra de rolagem) para navegadores WebKit (Chrome, Edge, Safari) */
body::-webkit-scrollbar {
  width: 12px; /* Largura da barra de rolagem */
}

body::-webkit-scrollbar-track {
  background: #000000; /* Cor do fundo da trilha */
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(0deg, white, white); /* Cor do "polegar" da rolagem */
  border-radius: 20px; /* Arredondamento */
  border: 3px solid #000000; /* Borda entre o polegar e a trilha */
}/* End custom CSS */