.elementor-kit-28771{--e-global-color-primary:#091010;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#8426EC;--e-global-color-1320adc:#FFFFFF;--e-global-color-7e8e80f:#EAE7E4;--e-global-typography-primary-font-family:"Century Gothic";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Century Gothic";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Century Gothic";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Century Gothic";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:700;--e-global-typography-a1f7a32-font-family:"Century Gothic";--e-global-typography-a1f7a32-font-size:17px;--e-global-typography-a1f7a32-font-weight:400;font-family:"Century Gothic", Sans-serif;}.elementor-kit-28771 e-page-transition{background-color:#FFBC7D;}.elementor-kit-28771 button,.elementor-kit-28771 input[type="button"],.elementor-kit-28771 input[type="submit"],.elementor-kit-28771 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );border-radius:8px 8px 8px 8px;padding:10px 16px 10px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1344px;}.e-con{--container-max-width:1344px;}.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;}@media(max-width:1024px){.elementor-kit-28771 button,.elementor-kit-28771 input[type="button"],.elementor-kit-28771 input[type="submit"],.elementor-kit-28771 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-28771{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:18px;}.elementor-kit-28771 button,.elementor-kit-28771 input[type="button"],.elementor-kit-28771 input[type="submit"],.elementor-kit-28771 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- Pega este código en un lugar global --- */
.contenedor-morado{
    background: linear-gradient(rgb(131, 37, 235) 0%, rgb(226, 196, 255) 100%);
}


.boton-gradiente-animado .elementor-button {
  position: relative;
  isolation: isolate;
  background: linear-gradient(rgb(131, 37, 235) 0%, rgb(226, 196, 255) 100%);
  transition: none !important;
}

.boton-gradiente-animado .elementor-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(131, 37, 235) 70%, rgb(226, 196, 255) 100%);
  opacity: 0;
  z-index: -1;
  border-radius: inherit; 
  transition: opacity 0.4s ease-in-out !important;
}

.boton-gradiente-animado .elementor-button:hover::before {
  opacity: 1;
}

.lava-morada {
        background: linear-gradient(135deg, #3c1361, #6a3093, #a044ff, #e1caff);
        background-size: 400% 400%;
        animation: lavaFlow 20s ease infinite;
    }

    @keyframes lavaFlow {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://wearetrampoline.fr/wp-content/uploads/2025/06/centurygothic_bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */