.elementor-kit-583{--e-global-color-primary:#1A281D;--e-global-color-secondary:#3A4A3D;--e-global-color-text:#E8DCC4;--e-global-color-accent:#8B4A2F;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cinzel Decorative";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Josefin Sans";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Josefin Slab";--e-global-typography-accent-font-weight:800;}.elementor-kit-583 a{color:var( --e-global-color-primary );}.elementor-kit-583 button,.elementor-kit-583 input[type="button"],.elementor-kit-583 input[type="submit"],.elementor-kit-583 .elementor-button{color:var( --e-global-color-text );background-color:#14342900;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-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);}.elementor-kit-583 e-page-transition{background-color:#143429;}.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 */