.elementor-kit-210{--e-global-color-primary:#F2A922;--e-global-color-secondary:#00F7DA;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00F7DA;--e-global-color-ffa2541:#FFFFFF;--e-global-color-200e43d:#00D9FF;--e-global-color-9896f0f:#008C7E;--e-global-color-bb982a5:#00F7DA;--e-global-color-baf516d:#7A7A7A;--e-global-color-a2e77f8:#F2A922;--e-global-color-b5333eb:#E4E6ED;--e-global-color-bd4ea7c:#181F35;--e-global-color-b1c5120:#3F4756;--e-global-color-366683c:#0094FA;--e-global-color-222b9a2:#E85300;--e-global-color-e50697a:#FFFFFF;--e-global-color-2583d83:#4840C4;--e-global-color-aef1128:#FFFFFF00;--e-global-color-a70899b:#E9E8FF;--e-global-typography-primary-font-family:"Amaranth";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Amaranth";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Niramit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Niramit";--e-global-typography-accent-font-weight:800;--e-global-typography-c2df802-font-family:"Amaranth";--e-global-typography-c2df802-font-weight:600;--e-global-typography-c2df802-text-transform:uppercase;--e-global-typography-870ae07-font-family:"Exo";--e-global-typography-870ae07-font-weight:700;--e-global-typography-0778fff-font-family:"Niramit";--e-global-typography-0778fff-font-weight:400;--e-global-typography-caeca03-font-family:"Exo";--e-global-typography-caeca03-font-weight:400;--e-global-typography-3431586-font-family:"Inter";--e-global-typography-3431586-font-weight:700;--e-global-typography-d219a3d-font-family:"Inter";--e-global-typography-d219a3d-font-weight:400;--e-global-typography-344e173-font-family:"Inter";--e-global-typography-344e173-font-size:1em;--e-global-typography-344e173-font-weight:400;}.elementor-kit-210 h1{font-family:var( --e-global-typography-3431586-font-family ), Sans-serif;font-size:var( --e-global-typography-3431586-font-size );font-weight:var( --e-global-typography-3431586-font-weight );line-height:var( --e-global-typography-3431586-line-height );letter-spacing:var( --e-global-typography-3431586-letter-spacing );word-spacing:var( --e-global-typography-3431586-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-210 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-210 h1{font-size:var( --e-global-typography-3431586-font-size );line-height:var( --e-global-typography-3431586-line-height );letter-spacing:var( --e-global-typography-3431586-letter-spacing );word-spacing:var( --e-global-typography-3431586-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-210 h1{font-size:var( --e-global-typography-3431586-font-size );line-height:var( --e-global-typography-3431586-line-height );letter-spacing:var( --e-global-typography-3431586-letter-spacing );word-spacing:var( --e-global-typography-3431586-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before {
    content: "▼"!important;
}
.pulse-button {
    -webkit-animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

.gradiente {
	background: linear-gradient(-45deg, #ee7752, #F6CD00, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}/* End custom CSS */