.elementor-kit-1461{--e-global-color-primary:#E29514;--e-global-color-secondary:#4BA829;--e-global-color-text:#898989;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-1461 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */#magic_btn {
	cursor: pointer;
	border: none;
	color: #fff;
	font-weight: bold;
	position: relative;
}

#magic_btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #FF8100, #ffffff, #0E520F, #FF8100, #ffffff, #0E520F, #FF8100, #ffffff, #0E520F);
	background-size: 800%;
	border-radius: 10px;
	filter: blur(18px);
	animation: glowing 20s linear infinite;
}


@keyframes glowing {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.laser-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.laser {
  position: absolute;
  width: 2px;
  height: 100%;
  opacity: 0.8;
  animation: shoot 2s linear infinite;
}

.laser.red { background: red; left: 10%; animation-delay: 0s; }
.laser.green { background: lime; left: 30%; animation-delay: 1s; }
.laser.blue { background: cyan; left: 50%; animation-delay: 0.5s; }
.laser.pink { background: magenta; left: 70%; animation-delay: 1.5s; }

@keyframes shoot {
  0% {
    transform: translateY(100%) scaleY(0.1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100%) scaleY(1.5);
    opacity: 0;
  }
}

.gtranslate img[src*="es.svg"] {
  width: 24px;
  height: 16px;
  display: inline-block;
}/* End custom CSS */