.elementor-kit-26{--e-global-color-primary:#E53E3E;--e-global-color-secondary:#38B2AC;--e-global-color-text:#2D3748;--e-global-color-accent:#63B3ED;--e-global-color-6e4bb74:#E53E3E;--e-global-color-03f5e4e:#2D3748;--e-global-color-34185ab:#38B2AC;--e-global-color-68eb2eb:#63B3ED;--e-global-color-308fd0d:#4A5568;--e-global-color-b9be7fc:#F7FAFC;--e-global-color-8fb3680:#38A169;--e-global-color-a582352:#DD6B20;--e-global-color-385a322:#FFFFFF;--e-global-color-89d1f42:#F8F9FA;--e-global-color-12155d4:#2D3748;--e-global-color-02b3533:#718096;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;font-family:"Inter";font-size:16px;font-weight:400;}.elementor-kit-26 h1{font-family:"Inter";font-size:48px;font-weight:700;}.elementor-kit-26 h2{font-family:"Inter";font-size:36px;font-weight:600;}.elementor-kit-26 h3{font-family:"Inter";font-size:28px;font-weight:500;}.elementor-kit-26 h5{font-family:"Inter";}.elementor-kit-26 h6{font-family:"Inter";}.elementor-kit-26 button,.elementor-kit-26 input[type="button"],.elementor-kit-26 input[type="submit"],.elementor-kit-26 .elementor-button{font-family:"Inter";font-weight:500;border-radius:6px 6px 6px 6px;padding:12px 24px 12px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-26{font-size:18px;}.elementor-kit-26 h1{font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-26{font-size:14px;}.elementor-kit-26 h1{font-size:32px;}.elementor-kit-26 h2{font-size:28px;}.elementor-kit-26 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CSS Personalizado para Hello Theme */
:root {
  --sv-primary-red: #E53E3E;
  --sv-primary-navy: #2D3748;
  --sv-secondary-teal: #38B2AC;
  --sv-secondary-blue: #63B3ED;
  --sv-neutral-dark: #4A5568;
  --sv-background-main: #FFFFFF;
  --sv-text-primary: #2D3748;
  --sv-border-radius: 6px;
  --sv-shadow-soft: 0 2px 4px rgba(0,0,0,0.1);
  --sv-transition: all 0.3s ease;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--sv-text-primary);
  background-color: var(--sv-background-main);
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}/* End custom CSS */