.elementor-kit-583{--e-global-color-primary:#143429;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#F2F2F2;--e-global-color-accent:#102C22;--e-global-typography-primary-font-family:"EB Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Mulish";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Mulish";--e-global-typography-accent-font-weight:800;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1600ms;--e-preloader-animation:flash;--e-preloader-animation-duration:3000ms;--e-preloader-delay:5000ms;}.elementor-kit-583 button,.elementor-kit-583 input[type="button"],.elementor-kit-583 input[type="submit"],.elementor-kit-583 .elementor-button{background-color:#14342900;color:var( --e-global-color-text );box-shadow:2px -1px 10px -100px rgba(0,0,0,0.5);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:60px 60px 60px 60px;}.elementor-kit-583 e-page-transition{background-color:#143429;}.elementor-kit-583 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}

.pulse {
	animation: pulse 0.1s infinite;
	margin: 0 auto;
	display: table;
	margin-top: 0px;
	animation-direction: alternate;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
	0% {
	-webkit-transform: scale(1);
}
100% {
	-webkit-transform: scale(1.1);
}
} @keyframes pulse {
	0% {
	transform: scale(1);
}
100% {
	transform: scale(1.1);
}/* End custom CSS */