.elementor-kit-5{--e-global-color-primary:#E8D091;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#E9C79E;--e-global-color-ea19cf4:#F0F0F0;--e-global-typography-primary-font-family:"TT-Lakes-Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:var( --e-global-color-secondary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );border-radius:8px 8px 8px 8px;}.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{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 *//* Fondo animado global */
body,
#page,
.site {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(
    135deg,
    #000000,
    #1a0024,
    #4a0080,
    #800080,
    #ff1493,
    #800080,
    #4a0080,
    #1a0024,
    #000000
  ) !important;
  background-size: 300% 300% !important;
  animation: gradientBG 10s ease-in-out infinite !important;
  position: relative;
  overflow-x: hidden;
}

/* Efecto de brillo dorado */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 215, 0, 0.2) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

/* Efecto de destellos */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(2px 2px at 20px 30px, #FFD700 50%, transparent),
    radial-gradient(2px 2px at 40px 70px, #FF69B4 50%, transparent),
    radial-gradient(2px 2px at 50px 160px, #FFD700 50%, transparent),
    radial-gradient(2px 2px at 90px 40px, #FF69B4 50%, transparent),
    radial-gradient(2px 2px at 130px 80px, #FFD700 50%, transparent),
    radial-gradient(2px 2px at 160px 120px, #FF69B4 50%, transparent);
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 0.4;
  animation: sparkle 4s linear infinite;
  pointer-events: none;
  z-index: 0;
}

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

@keyframes sparkle {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200px);
  }
}

/* Asegurar compatibilidad móvil */
@media (max-width: 767px) {
  body,
  #page,
  .site {
    background-attachment: fixed !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'TT-Lakes-Neue';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mediumblue-mandrill-278960.hostingersite.com/wp-content/uploads/2024/10/TT-Lakes-Neue-Trial-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */