.elementor-kit-15{--e-global-color-primary:#000000;--e-global-color-secondary:#FDFFFC;--e-global-color-text:#000000;--e-global-color-accent:#7A2E8E;--e-global-color-7e80f69:#F5C518;--e-global-color-b25e360:#F5F5F7;--e-global-color-8b0013e:#D1D1D6;--e-global-color-8ea73fd:#3E0D54;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;--e-global-typography-7e03fd6-font-family:"Inter Tight";--e-global-typography-7e03fd6-font-size:18px;--e-global-typography-7e03fd6-font-weight:normal;--e-global-typography-7e03fd6-line-height:22px;background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );font-family:"Inter Tight", Sans-serif;font-size:18px;font-weight:normal;line-height:22px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:var( --e-global-color-accent );font-size:17px;font-weight:400;color:var( --e-global-color-secondary );border-style:none;border-radius:21px 21px 21px 21px;padding:11px 21px 11px 21px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{background-color:var( --e-global-color-8ea73fd );color:var( --e-global-color-secondary );}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:var( --e-global-color-text );font-family:"Inter Tight", Sans-serif;font-weight:700;}.elementor-kit-15 a:hover{color:var( --e-global-color-text );}.elementor-kit-15 h1{font-family:"Inter Tight", Sans-serif;font-size:50px;font-weight:600;line-height:1em;}.elementor-kit-15 h2{font-family:"Inter Tight", Sans-serif;font-size:40px;font-weight:600;letter-spacing:-0.5px;}.elementor-kit-15 h3{font-family:"Inter Tight", Sans-serif;font-size:30px;font-weight:600;line-height:1.1em;letter-spacing:-0.01em;}.elementor-kit-15 h4{font-family:"Inter Tight", Sans-serif;font-weight:600;}.elementor-kit-15 h5{font-family:"Inter Tight", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:680px;}.e-con{--container-max-width:680px;--container-default-padding-top:80px;--container-default-padding-right:60px;--container-default-padding-bottom:80px;--container-default-padding-left:60px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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-kit-15 h1{font-size:1.8em;letter-spacing:-0.5px;}.elementor-kit-15 h2{font-size:1.7em;letter-spacing:-0.5px;}.elementor-kit-15 h3{font-size:1.3em;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:60px;--container-default-padding-right:24px;--container-default-padding-bottom:60px;--container-default-padding-left:24px;}}:root { --Principal:#7a2e8e; --Principal-oscuro:#3e0d54; --Blanco:#FDFFFC; }
/* Start custom CSS *//* General */

.smb * {margin-bottom: 0px;}


/* Gradient */

.gradient {
  background: linear-gradient(94deg,
    #881667 0%,
    #C02B89 35%,
    #FFCC00 70%,
    #FFA800 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Para soporte futuro */
  color: transparent;
  animation: gradientMove 6s ease infinite;

}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}/* End custom CSS */