.elementor-kit-6{--e-global-color-primary:#2D5DD1;--e-global-color-secondary:#041740;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C3FC50;--e-global-typography-primary-font-family:"LT Wave";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"LT Wave";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"LT Wave";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"LT Wave";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.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-accent );font-size:1.1em;color:var( --e-global-color-secondary );padding:20px 40px 20px 40px;}.elementor-kit-6 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 *//* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 10px; /*largura da barra*/
}

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

body::-webkit-scrollbar-thumb {
  background-color: #2d5dd1; /*cor do controle do scroll*/
  border-radius: 10px; /*arredondamento*/
  border: 2px solid #000000; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #2d5dd1 /*cor do controle do scroll*/
                    #000000; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'LT Wave';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://viniciusrechdan.com.br/wp-content/uploads/2025/03/LTWave-Regular.woff') format('woff');
}
@font-face {
	font-family: 'LT Wave';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://viniciusrechdan.com.br/wp-content/uploads/2025/03/LTWave-Bold.woff') format('woff');
}
@font-face {
	font-family: 'LT Wave';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://viniciusrechdan.com.br/wp-content/uploads/2025/03/LTWave-Light.woff') format('woff');
}
/* End Custom Fonts CSS */