/* Replica del kit de Creative Elements para preservar tipografia/botones
   al desactivar CE (BebasNeue self-hosted). body.ce-kit-1 -> body[class]
   = misma especificidad, sin depender de la clase que anadia CE.
   Cargar ANTES de redesign-split para que la cascada sea identica. */
body[class]{color:#000000;font-family:"Arial", sans-serif;font-weight:400;background-color:#FFFFFF;}a, .elementor a{color:#000000;font-family:"Arial", sans-serif;}a:hover, .elementor a:hover{color:#000000;}body[class] h1{color:#222222;font-family:"BebasNeue", sans-serif;font-size:3.75rem;}body[class] h2{color:#222222;font-family:"BebasNeue", sans-serif;font-size:3.75rem;}body[class] h3{color:#FFFFFF;font-family:"BebasNeue", sans-serif;font-size:1.5rem;}body[class] h4{color:#222222;font-family:"BebasNeue", sans-serif;font-size:0.875rem;}body[class] .ce-display-small{color:#000000;}.elementor-button{font-family:"Arial", sans-serif;font-weight:400;--ce-btn-bg-color:#222222;background-color:var(--ce-btn-bg-color);border-style:none;}.elementor-button, a.elementor-button:not(#e){color:#FFFFFF;}.elementor-button-primary .elementor-button, .elementor-button-primary a.elementor-button:not(#e){color:#FFFFFF;}.elementor-button-primary .elementor-button{--ce-btn-bg-color:#000000;background-color:var(--ce-btn-bg-color);border-style:none;}.elementor-button-secondary .elementor-button, .elementor-button-secondary a.elementor-button:not(#e){color:#FFFFFF;}.elementor-button-secondary .elementor-button{--ce-btn-bg-color:#000000;background-color:var(--ce-btn-bg-color);border-style:none;}.btn:not(.btn-primary, .btn-secondary), a.btn:not(.btn-primary, .btn-secondary){color:#FFFFFF;}.btn:not(.btn-primary, .btn-secondary){background-color:#000000;border-style:none;}.btn-primary, a.btn-primary{color:#FFFFFF;}.btn-primary{background-color:#000000;border-style:none;}.btn-secondary, a.btn-secondary{color:#FFFFFF;}.btn-secondary{background-color:#000000;border-style:none;}.elementor-view-stacked .elementor-icon{background-color:#000000;color:#000000;}.elementor-view-framed .elementor-icon, .elementor-view-default .elementor-icon{color:#000000;}.elementor-view-framed .elementor-icon{background-color:#000000;}body[class] .breadcrumb li:not(#e), body[class] .ce-breadcrumb__item{color:#000000;}body[class] .breadcrumb li a:not(#e), body[class] .ce-breadcrumb__item a:not(#e){color:#000000;}body[class] .breadcrumb li a:not(#e):hover, body[class] .ce-breadcrumb__item a:not(#e):hover{color:#000000;}body[class] .page-header, body[class] .page-header *, body[class] .ce-page-title *{color:#000000;}/* Start Custom Fonts CSS */ @font-face {
	font-family: 'BebasNeue';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
}
 /* End Custom Fonts CSS */

/* Space Grotesk self-hosted (variable 500-700) — replaces the Google Fonts
   @import in redesign.css so no visitor IP leaks to Google (GDPR) and the
   render no longer blocks on an external CDN. Same family name/weights the
   redesign already uses. */
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url('fonts/SpaceGrotesk-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url('fonts/SpaceGrotesk-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}