.elementor-kit-23{--e-global-color-primary:#2A36C0;--e-global-color-secondary:#3CCB5A;--e-global-color-text:#111111;--e-global-color-accent:#06B6D4;--e-global-color-57e9488:#FFFFFF;--e-global-color-66d2838:#0F3BFE;--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:"Inter";font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.elementor-kit-23 a{font-family:"Manrope", Sans-serif;font-weight:700;}.elementor-kit-23 h1{font-family:"Manrope", Sans-serif;font-weight:800;}.elementor-kit-23 h2{font-family:"Manrope", Sans-serif;font-weight:700;}.elementor-kit-23 h3{font-family:"Manrope", Sans-serif;font-weight:700;}.elementor-kit-23 h4{font-family:"Manrope", Sans-serif;font-weight:600;}.elementor-kit-23 button,.elementor-kit-23 input[type="button"],.elementor-kit-23 input[type="submit"],.elementor-kit-23 .elementor-button{font-family:"Manrope", Sans-serif;font-weight:700;}.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);}.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 */:root{
  /* Familias */
  --font-display: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-text: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  /* Colores base (placeholders) */
  --tc-primary: #0B1F35;
  --tc-secondary: #3CCB5A;
  --tc-accent: #06B6D4;
  --tc-neutral-900: #111111;
  --tc-neutral-700: #3A3A3A;
  --tc-neutral-500: #6B7280;
  --tc-neutral-200: #E5E7EB;
  --tc-white: #FFFFFF;

  /* Tamaños fluidos */
  --h1: clamp(32px, 4vw, 56px);
  --h2: clamp(28px, 3vw, 40px);
  --h3: clamp(22px, 2.2vw, 32px);
  --h4: clamp(18px, 1.6vw, 24px);
  --body-l: clamp(18px, 1.6vw, 20px);
  --body-m: 16px;
  --small: 14px;
}

/* Base */
html { font-variant-numeric: tabular-nums; }
body { font-family: var(--font-text); font-size: var(--body-m); line-height: 1.65; color: var(--tc-neutral-900); }

/* Headings */
.h1, h1 { font-family: var(--font-display); font-weight: 800; font-size: var(--h1); letter-spacing: -0.01em; line-height: 1.15; }
.h2, h2 { font-family: var(--font-display); font-weight: 700; font-size: var(--h2); letter-spacing: -0.005em; line-height: 1.2; }
.h3, h3 { font-family: var(--font-display); font-weight: 700; font-size: var(--h3); line-height: 1.25; }
.h4, h4 { font-family: var(--font-display); font-weight: 600; font-size: var(--h4); line-height: 1.3; }

/* Texto */
p, li { font-size: var(--body-m); }
.lead { font-size: var(--body-l); line-height: 1.6; color: var(--tc-neutral-700); }
.small, small { font-size: var(--small); line-height: 1.5; color: var(--tc-neutral-500); }

/* Enlaces */
a { color: var(--tc-primary); text-underline-offset: 2px; }
a:hover { color: var(--tc-secondary); }

/* Botones Elementor */
.elementor-button {
  font-family: var(--font-display);
  font-weight: 700; font-size: 16px; letter-spacing: 0.02em;
  border-radius: 12px; padding: 12px 20px;
}
.elementor-button--primary, .elementor-button.elementor-size-md {
  background: var(--tc-primary); color: var(--tc-white); border: none;
  box-shadow: 0 8px 20px rgba(11,31,53,0.12);
}
.elementor-button--primary:hover { background: var(--tc-secondary); color: var(--tc-white); }
.elementor-button--outline { background: transparent; color: var(--tc-primary); border: 1.5px solid var(--tc-primary); }

/* Formularios Elementor (o Fluent/Gravity con clases) */
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  font-family: var(--font-text); font-size: 16px; border-radius: 12px; border: 1px solid var(--tc-neutral-200);
  padding: 12px 14px; outline: none; transition: border-color .2s, box-shadow .2s;
}
input:focus, select:focus, textarea:focus { border-color: var(--tc-primary); box-shadow: 0 0 0 4px rgba(11,31,53,.08); }
label { font-family: var(--font-text); font-weight: 600; font-size: 14px; color: var(--tc-neutral-700); }

/* Cards / Contenedores */
.tc-card { border: 1px solid var(--tc-neutral-200); border-radius: 16px; padding: 20px; background: #fff; box-shadow: 0 6px 18px rgba(17,17,17,.05); }

/* Utilidades */
.tc-eyebrow { font-family: var(--font-text); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--tc-secondary); }
.tc-kpi { font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 2.8vw, 40px); }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-display: auto;
	src: url('http://www.topandclean.com.mialias.net/wp-content/uploads/2025/10/Inter-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-display: auto;
	src: url('http://www.topandclean.com.mialias.net/wp-content/uploads/2025/10/Manrope-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */