.elementor-kit-8{--e-global-color-primary:#00003F;--e-global-color-secondary:#F7DA62;--e-global-color-text:#2C2C2C;--e-global-color-accent:#996C13;--e-global-color-0c641f3:#66668C;--e-global-color-3e45e90:#CCCCD9;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-decoration:underline;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h2{font-family:"Playfair Display", Sans-serif;}.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{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 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap' );

:root {
  --color-bg-primary: #FFFFFF;
  --color-bg-secondary: #F8F9FB;
  --color-primary-blue: #0052CC;
  --color-primary-orange: #FF6B35;
  --color-accent-gold: #FFD700;
  --color-text-main: #1A1A1A;
  --color-text-secondary: #4A4A4A;
  --color-text-muted: #7A7A7A;
  --color-border: #E5E5E5;
}

body {
  background-color: var(--color-bg-primary);
  color: var(--color-text-secondary);
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--color-primary-blue);
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Botones Primarios */
.elementor-button.elementor-button-primary,
.elementor-button.elementor-size-md {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%) !important;
  color: white !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3) !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.elementor-button.elementor-button-primary:hover,
.elementor-button.elementor-size-md:hover {
  background: linear-gradient(135deg, #FF5520 0%, #FF7A2D 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
}

/* Botones Outline */
.elementor-button.elementor-button-outline {
  border: 2px solid #0052CC !important;
  color: #0052CC !important;
  background-color: transparent !important;
}

.elementor-button.elementor-button-outline:hover {
  background-color: #0052CC !important;
  color: white !important;
}

/* Enlaces */
a {
  color: var(--color-primary-orange);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--color-primary-blue);
}

/* Tarjetas */
.elementor-widget-container .elementor-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.elementor-widget-container .elementor-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

/* Badges */
.elementor-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
  border: 1px solid #FF6B35;
  color: #FF6B35;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Secciones */
.elementor-section {
  padding: 80px 24px !important;
}

.elementor-section.hero-section {
  background-color: #FFFFFF;
  padding: 96px 24px !important;
  text-align: center;
}

.elementor-section.solutions-section {
  background-color: #F8F9FB;
}

.elementor-section.footer-section {
  background-color: #F8F9FB;
  border-top: 1px solid #E5E5E5;
}

/* Responsive */
@media (max-width: 768px) {
  .elementor-section {
    padding: 40px 16px !important;
  }
  
  h1 {
    font-size: 32px !important;
  }
  
  h2 {
    font-size: 24px !important;
  }
}/* End custom CSS */