.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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:"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;}.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 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=DM+Sans:wght@300;400;500&display=swap');

/* ═══════════════════════════════════════
   1. VARIABLES GLOBALES Y BASE
   ═══════════════════════════════════════ */
:root {
  --crm-navy:#1a2e3b; --crm-teal:#2a7c6f; --crm-teal-light:#3a9e8f; --crm-gold:#c8a96a;
  --crm-cream:#f7f4ef; --crm-white:#ffffff; --crm-gray:#6b7280; --crm-light:#eef2f5;
  --font-display:'Cormorant Garamond',Georgia,serif; --font-body:'DM Sans',system-ui,sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
.crm-site *, .crm-site *::before, .crm-site *::after { box-sizing: border-box; }

.crm-site {
  font-family: var(--font-body); color: var(--crm-navy); background: var(--crm-white);
  font-size: 15px; line-height: 1.6; width: 100%; overflow-x: hidden;
}
.crm-site img, .crm-site svg { max-width: 100%; height: auto; }

/* ═══════════════════════════════════════
   2. ESCRITORIO (COMPONENTES GLOBALES)
   ═══════════════════════════════════════ */
.crm-section { padding: 5rem 2rem; max-width: 1100px; margin: 0 auto; }
.crm-section-full { width: 100%; padding: 5rem 0; }
.crm-section-label { font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--crm-teal); margin-bottom: 0.75rem; display: block; }
.crm-section-title { font-family: var(--font-display); font-size: 36px; font-weight: 400; line-height: 1.2; color: var(--crm-navy); margin-bottom: 1rem; }
.crm-section-title em { color: var(--crm-teal); font-style: normal; }
.crm-section-desc { color: var(--crm-gray); font-size: 15px; line-height: 1.8; max-width: 600px; margin-bottom: 3rem; }
.crm-divider { width: 48px; height: 2px; background: var(--crm-gold); margin: 1rem 0 1.5rem; }
.crm-title-center { text-align: center; }
.crm-title-center .crm-divider { margin: 1rem auto 1.5rem; }
.crm-title-center .crm-section-desc { margin: 0 auto 3rem; }

/* Botones */
.btn-primary { background: var(--crm-teal); color: var(--crm-white); padding: 12px 28px; border-radius: 4px; font-size: 14px; font-weight: 500; text-decoration: none; border: none; cursor: pointer; display: inline-block; }
.btn-outline { background: transparent; color: rgba(255,255,255,0.8); padding: 12px 28px; border-radius: 4px; font-size: 14px; font-weight: 400; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); cursor: pointer; display: inline-block; }

/* ═══════════════════════════════════════
   3. ESCRITORIO (SECCIONES Y CUADRÍCULAS)
   ═══════════════════════════════════════ */

/* --- Urgency Bar & Header --- */
.crm-urgency-bar { background: var(--crm-teal); padding: 11px 2rem; text-align: center; color: var(--crm-white); font-size: 16px; }
.crm-urgency-bar strong { font-weight: 600; }
.crm-urgency-bar a { color: var(--crm-gold); font-weight: 600; text-decoration: none; }

.crm-header { background: var(--crm-navy); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 72px; position: sticky; top: 0; z-index: 100; }
.crm-menu-toggle, .crm-menu-icon { display: none; } /* Ocultar controles de móvil */

.crm-logo { display: flex; align-items: center; gap: 12px; }
.crm-logo-mark { width: 38px; height: 38px; border: 2px solid var(--crm-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 2px; }
.crm-logo-text { display: flex; flex-direction: column; }
.crm-logo-name { font-family: var(--font-display); color: var(--crm-white); font-size: 17px; font-weight: 600; letter-spacing: 0.5px; line-height: 1.2; }
.crm-logo-sub { color: var(--crm-gold); font-size: 10px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; }

.crm-nav { display: flex; align-items: center; gap: 1.75rem; }
.crm-nav a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 13px; font-weight: 400; letter-spacing: 0.5px; transition: color 0.2s; }
.crm-nav a:hover { color: var(--crm-gold); }
.crm-nav-cta { background: var(--crm-teal)!important; color: var(--crm-white)!important; padding: 8px 20px; border-radius: 4px; font-weight: 500!important; }

/* --- Hero --- */
.crm-hero { background: linear-gradient(135deg,#1a2e3b 0%,#243c4e 50%,#1f3d35 100%); padding: 6rem 2rem 5rem; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 4rem; align-items: center; min-height: 520px; position: relative; overflow: hidden; }
.crm-hero::before { content:''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border: 1px solid rgba(200,169,106,0.15); border-radius: 50%; }
.crm-hero::after { content:''; position: absolute; bottom: -100px; left: -50px; width: 300px; height: 300px; border: 1px solid rgba(42,124,111,0.2); border-radius: 50%; }
.crm-hero-tag { display: inline-block; background: rgba(200,169,106,0.2); color: var(--crm-gold); font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 3px; margin-bottom: 1.5rem; border-left: 3px solid var(--crm-gold); position: relative; z-index: 2; }
.crm-hero h1 { font-family: var(--font-display); color: var(--crm-white); font-size: 46px; font-weight: 300; line-height: 1.15; margin-bottom: 1.25rem; letter-spacing: -0.5px; position: relative; z-index: 2; }
.crm-hero h1 em { color: var(--crm-gold); font-style: normal; font-weight: 600; }
.crm-hero-desc { color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.75; margin-bottom: 2rem; max-width: 440px; position: relative; z-index: 2; }
.crm-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; position: relative; z-index: 2; }
.crm-hero-stats { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1px; background: rgba(255,255,255,0.1); border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); position: relative; z-index: 2; }
.crm-stat { background: rgba(26,46,59,0.8); padding: 1.75rem 1.5rem; text-align: center; }
.crm-stat-num { font-family: var(--font-display); font-size: 38px; font-weight: 300; color: var(--crm-gold); line-height: 1; display: block; }
.crm-stat-label { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px; margin-top: 6px; display: block; }

/* --- Nosotros --- */
.crm-about-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 4rem; align-items: center; }
.crm-about-image-area { background: var(--crm-light); border-radius: 8px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,0.06); }
.crm-about-image-area::before { content:''; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--crm-teal); z-index: 1; }
.crm-image-placeholder { text-align: center; color: var(--crm-gray); }
.crm-image-placeholder p { font-size: 12px; opacity: 0.6; margin-top: 8px; }
.crm-pillars { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1rem; margin-top: 2rem; }
.crm-pillar { background: var(--crm-cream); padding: 1.25rem; border-radius: 6px; border-left: 3px solid var(--crm-teal); }
.crm-pillar-title { font-weight: 500; font-size: 13px; color: var(--crm-navy); margin-bottom: 4px; }
.crm-pillar-desc { font-size: 12px; color: var(--crm-gray); line-height: 1.6; }

/* --- Servicios --- */
.crm-services-bg { background: var(--crm-cream); }
.crm-services-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 1.5rem; max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.crm-service-card { background: var(--crm-white); border-radius: 8px; padding: 2rem 1.5rem; border: 1px solid rgba(0,0,0,0.06); transition: transform 0.2s; }
.crm-service-card:hover { transform: translateY(-3px); }
.crm-service-icon { width: 48px; height: 48px; background: rgba(42,124,111,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.crm-service-title { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--crm-navy); margin-bottom: 0.5rem; }
.crm-service-desc { font-size: 13px; color: var(--crm-gray); line-height: 1.75; }

/* --- Proceso --- */
.crm-process-steps { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 2rem; position: relative; }
.crm-process-steps::before { content:''; position: absolute; top: 28px; left: 8%; width: 84%; height: 1px; background: linear-gradient(90deg,var(--crm-teal),transparent); z-index: 0; }
.crm-step { text-align: center; position: relative; z-index: 1; }
.crm-step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--crm-navy); color: var(--crm-white); font-family: var(--font-display); font-size: 22px; font-weight: 300; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; border: 3px solid var(--crm-teal); }
.crm-step-title { font-weight: 500; font-size: 14px; color: var(--crm-navy); margin-bottom: 6px; }
.crm-step-desc { font-size: 12px; color: var(--crm-gray); line-height: 1.65; }

/* --- Equipo --- */
.crm-team-grid { display: grid !important; grid-template-columns: repeat(4,1fr) !important; gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.crm-team-card { text-align: center; }
.crm-team-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--crm-light); margin: 0 auto 1rem; border: 3px solid var(--crm-cream); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; color: var(--crm-teal); font-weight: 600; }
.crm-team-name { font-weight: 500; font-size: 14px; color: var(--crm-navy); margin-bottom: 2px; }
.crm-team-role { font-size: 12px; color: var(--crm-teal); margin-bottom: 4px; }
.crm-team-spec { font-size: 11px; color: var(--crm-gray); }

/* --- Testimonios --- */
.crm-testimonials-bg { background: var(--crm-cream); }
.crm-testimonials-grid { display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 1.5rem; max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.crm-testimonial { background: var(--crm-white); border-radius: 8px; padding: 1.75rem; border: 1px solid rgba(0,0,0,0.05); border-top: 3px solid var(--crm-teal); }
.crm-testimonial-text { font-size: 14px; color: var(--crm-gray); line-height: 1.8; margin-bottom: 1.25rem; font-style: italic; }
.crm-testimonial-author { font-weight: 500; font-size: 13px; color: var(--crm-navy); }
.crm-testimonial-rel { font-size: 12px; color: var(--crm-teal); }

/* --- Contacto --- */
.crm-contact-bg { background: var(--crm-navy); }
.crm-contact-grid { display: grid !important; grid-template-columns: 1fr 1.4fr !important; gap: 4rem; align-items: start; max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.crm-contact-info h2 { font-family: var(--font-display); color: var(--crm-white); font-size: 36px; font-weight: 300; line-height: 1.2; margin-bottom: 1rem; }
.crm-contact-info h2 em { color: var(--crm-gold); font-style: normal; }
.crm-contact-info p { color: rgba(255,255,255,0.55); font-size: 14px; line-height: 1.8; margin-bottom: 2rem; }
.crm-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 1.25rem; }
.crm-contact-icon { width: 36px; height: 36px; background: rgba(42,124,111,0.25); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.crm-contact-detail-label { font-size: 11px; color: var(--crm-gold); letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }
.crm-contact-detail-val { color: rgba(255,255,255,0.8); font-size: 14px; margin-top: 2px; }
.crm-form-wrap { background: var(--crm-white); border-radius: 10px; padding: 2.5rem; }
.crm-form-title { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--crm-navy); margin-bottom: 0.25rem; }
.crm-form-sub { font-size: 13px; color: var(--crm-gray); margin-bottom: 1.75rem; }
.crm-field { margin-bottom: 1rem; }
.crm-field label { display: block; font-size: 12px; font-weight: 500; color: var(--crm-navy); margin-bottom: 5px; letter-spacing: 0.3px; }
.crm-field input, .crm-field select, .crm-field textarea { width: 100%; padding: 10px 14px; border: 1px solid #d1d5db; border-radius: 5px; font-family: var(--font-body); font-size: 14px; color: var(--crm-navy); background: #fafafa; outline: none; transition: border-color 0.15s; }
.crm-field input:focus, .crm-field select:focus, .crm-field textarea:focus { border-color: var(--crm-teal); background: var(--crm-white); }
.crm-field textarea { height: 100px; resize: vertical; }
.crm-field-row { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 1rem; }
.crm-form-submit { width: 100%; background: var(--crm-teal); color: var(--crm-white); border: none; padding: 13px; border-radius: 5px; font-family: var(--font-body); font-size: 14px; font-weight: 500; cursor: pointer; margin-top: 0.5rem; }
.crm-privacy-note { font-size: 11px; color: #9ca3af; text-align: center; margin-top: 0.75rem; line-height: 1.6; }

/* --- Footer --- */
.crm-footer { background: #0f1e27; padding: 3rem 2rem 1.5rem; }
.crm-footer-grid { display: grid !important; grid-template-columns: 1.5fr 1fr 1fr 1fr !important; gap: 3rem; max-width: 1100px; margin: 0 auto 2rem; text-align: left !important; }
.crm-footer-brand .crm-logo { justify-content: flex-start; }
.crm-footer-social { justify-content: flex-start; }
.crm-footer-brand p { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.8; margin-top: 1rem; }
.crm-footer-col h4 { color: var(--crm-gold); font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1rem; }
.crm-footer-col a { display: block; color: rgba(255,255,255,0.45); text-decoration: none; font-size: 13px; margin-bottom: 8px; transition: color 0.2s; }
.crm-footer-col a:hover { color: rgba(255,255,255,0.75); }
.crm-footer-social { display: flex; align-items: center; gap: 8px; margin-top: 1.25rem; }
.crm-footer-social a { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,0.5)!important; font-size: 12px!important; margin-bottom: 0!important; background: rgba(255,255,255,0.07); padding: 7px 14px; border-radius: 4px; }
.crm-footer-social a:hover { background: rgba(255,255,255,0.12); color: var(--crm-white)!important; }
.crm-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.25rem; max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.crm-footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.25); }


/* ═══════════════════════════════════════
   4. MÓVIL (PANTALLAS MENORES A 768PX)
   ═══════════════════════════════════════ */
@media (max-width: 768px) {

  /* Ajustes Generales */
  .crm-section, .crm-section-full { padding: 3rem 1.5rem !important; }
  .crm-section-title { font-size: 28px !important; }

  /* Barra de Urgencia */
  .crm-urgency-bar { font-size: 14px !important; padding: 10px 1rem !important; line-height: 1.4; }

  /* Header y Menú Hamburguesa */
  .crm-header { padding: 0 1rem !important; position: relative !important; }
  .crm-menu-icon { display: flex !important; align-items: center; justify-content: center; cursor: pointer; z-index: 1001; width: 42px; height: 42px; flex-shrink: 0; }
  .crm-menu-toggle { display: none !important; }
  
  .crm-nav { display: none !important; flex-direction: column; align-items: stretch; position: absolute; top: 72px; left: 0; width: 100%; background: var(--crm-navy); padding: 1rem 0 2rem 0; gap: 1.25rem; border-top: 1px solid rgba(255,255,255,0.05); box-shadow: 0 4px 6px rgba(0,0,0,0.1); z-index: 1000; }
  .crm-menu-toggle:checked ~ .crm-nav { display: flex !important; }
  .crm-nav a { display: block; padding: 0.5rem 2rem; font-size: 15px; text-align: left; }
  .crm-nav-cta { margin: 0.5rem 2rem; text-align: center !important; }

  /* Hero */
  .crm-hero { grid-template-columns: 1fr !important; padding: 3rem 1.5rem !important; min-height: auto !important; text-align: center; }
  .crm-hero h1 { font-size: 32px !important; }
  .crm-hero-tag { font-size: 10px !important; letter-spacing: 1.5px; margin: 0 auto 1.5rem auto; }
  .crm-hero-desc { margin: 0 auto 2rem auto; }
  .crm-hero-actions { justify-content: center; }
  .crm-hero-stats { grid-template-columns: 1fr 1fr !important; width: 100%; }

  /* Nosotros */
  .crm-about-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .crm-pillars { grid-template-columns: 1fr !important; }

  /* Servicios */
  .crm-services-grid { grid-template-columns: 1fr !important; padding: 0 !important; }

  /* Proceso */
  .crm-process-steps { grid-template-columns: 1fr !important; gap: 3rem !important; }
  .crm-process-steps::before { display: none !important; }

  /* Equipo */
  .crm-team-grid { grid-template-columns: 1fr !important; gap: 2.5rem !important; }

  /* Testimonios */
  .crm-testimonials-grid { grid-template-columns: 1fr !important; gap: 1rem !important; }

  /* Contacto */
  .crm-contact-grid { grid-template-columns: 1fr !important; gap: 3rem !important; padding: 0 !important; }
  .crm-field-row { grid-template-columns: 1fr !important; gap: 1rem !important; }

  /* Footer */
  .crm-footer-grid { grid-template-columns: 1fr !important; gap: 2.5rem !important; text-align: center !important; padding: 0 1rem !important; }
  .crm-footer-brand .crm-logo, .crm-footer-social { justify-content: center !important; }
  .crm-footer-bottom { flex-direction: column !important; gap: 10px !important; text-align: center !important; padding: 0 1rem !important; }
}/* End custom CSS */