.elementor-kit-6{--e-global-color-primary:#010203;--e-global-color-secondary:#555555;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FE0807;--e-global-color-17bba64:#FFFFFF;--e-global-typography-primary-font-family:"IMPACT";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 {
    /* COLORS */
    --clr-primary: #156E3A;
    --clr-primary-dark: #0F512B;
    --clr-primary-light: #F1F8F3;
    --clr-secondary: #9199A3;
    --clr-accent: #C9FF1F;
    --clr-text: #1A1A1A;
    --clr-text-light: #616161;
    --clr-bg: #FFFFFF;
    --clr-bg-alt: #F9F9F9;
    --clr-border: #E0E0E0;
    --clr-success: #28A745;
    --clr-error: #D32F2F;
    --clr-white: #FFFFFF;

    /* TYPOGRAPHY - Base 16px */
    /* Headings: Montserrat | Body: Inter */
    --ff-heading: 'Montserrat', sans-serif;
    --ff-body: 'Inter', sans-serif;
    --ff-heading: 'Montserrat', sans-serif;
    --fw-black: 900; /* Forzamos el peso máximo */

    /* Fluid Typography (Min: 320px -> Max: 1440px) */
    --fs-h1: clamp(2.5rem, 5vw + 1rem, 4rem);
    --fs-h2: clamp(2rem, 4vw + 1rem, 3rem);
    --fs-h3: clamp(1.5rem, 3vw + 1rem, 2.25rem);
    --fs-h4: clamp(1.25rem, 2vw + 1rem, 1.75rem);
    --fs-body: clamp(1rem, 0.5vw + 0.9rem, 1.125rem);
    --fs-small: 0.875rem;
    --h2-transform: uppercase;
    --h2-letter-spacing: -1px;

    h2 {
    font-family: var(--ff-heading);
    font-weight: var(--fw-black);
    font-size: var(--fs-h2);
    text-transform: var(--h2-transform);
    letter-spacing: var(--h2-letter-spacing);
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-bottom: var(--space-md);
    
    left: 50%;
    transform: translateX(-50%);


    --fw-normal: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --fw-black: 900;

    --lh-heading: 1.1;
    --lh-body: 1.6;

    /* SPACING - Fluid */
    --space-xs: clamp(0.75rem, 0.5vw + 0.5rem, 1rem);
    --space-sm: clamp(1rem, 1vw + 0.75rem, 1.5rem);
    --space-md: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    --space-lg: clamp(2rem, 4vw + 1.5rem, 4rem);
    --space-xl: clamp(3rem, 6vw + 2rem, 7rem);
    --space-2xl: clamp(5rem, 10vw + 3rem, 10rem);

    /* LAYOUT */
    --container-width: 1280px;
    --container-gutter: clamp(1rem, 3vw, 2rem);
    --grid-gap: clamp(1rem, 2vw, 2rem);
    --br-sm: 4px;
    --br-md: 8px;
    --transition: all 0.3s ease-in-out;
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --z-index-header: 1000;
    --z-index-modal: 2000;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IMPACT';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carpentermendezllc.com/wp-content/uploads/2026/04/impact.ttf') format('truetype');
}
/* End Custom Fonts CSS */