.elementor-kit-7{--e-global-color-primary:#2A5495;--e-global-color-secondary:#4D4D4F;--e-global-color-text:#6D6E71;--e-global-color-accent:#333333;--e-global-color-92c90ca:#F8F9FA;--e-global-color-d75a36d:#0F141E;--e-global-color-9ed234e:#0F172A;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-accent );font-family:"Open Sans", Sans-serif;font-size:16px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:44px;font-weight:700;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:34px;font-weight:600;}.elementor-kit-7 h3{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:26px;font-weight:500;}.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 *//* ============================================
   FCADVISORY - ESTILOS CORPORATIVOS GLOBALES
   Ultra Corporativo & Profesional
   ============================================ */

/* --- VARIABLES Y TIPOGRAFIA GLOBAL --- */
body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #1a1a2e;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* --- HERO SECTION --- */
.elementor-section.elementor-top-section:first-of-type {
  background: linear-gradient(135deg, #0a0f2e 0%, #0d1b4b 50%, #0f2460 100%) !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Badge INSTITUCION DE EXCELENCIA */
.elementor-widget-text-editor p,
.elementor-widget-heading .elementor-heading-title {
  letter-spacing: 0.02em;
}

/* --- SECCION ESTADISTICAS (STATS) --- */
.elementor-counter .elementor-counter-number-wrapper {
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* --- SEPARADORES Y ESPACIADO GLOBAL --- */
.elementor-section {
  overflow: hidden;
}

/* --- BOTONES GLOBALES --- */
.elementor-button {
  border-radius: 3px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  transition: all 0.3s ease !important;
}

.elementor-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(26, 75, 200, 0.35) !important;
}

/* Boton primario azul */
.elementor-button.elementor-button-link {
  border-radius: 3px !important;
}

/* --- TARJETAS DE SERVICIOS --- */
.elementor-icon-box-wrapper {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  padding: 32px 28px !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(10, 15, 46, 0.06);
}

.elementor-icon-box-wrapper:hover {
  border-color: #1a4bc8;
  box-shadow: 0 8px 32px rgba(26, 75, 200, 0.12);
  transform: translateY(-4px);
}

.elementor-icon-box-icon {
  margin-bottom: 20px !important;
}

/* --- HEADINGS SECCIONES --- */
.elementor-widget-heading h2.elementor-heading-title {
  position: relative;
}

/* Linea decorativa bajo titulos de seccion */
.elementor-heading-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #1a4bc8;
  margin-top: 16px;
}

/* Override para headings que no deben tener linea */
.elementor-widget-heading h1.elementor-heading-title::after,
.elementor-widget-heading h3.elementor-heading-title::after,
.elementor-widget-heading h4.elementor-heading-title::after {
  display: none;
}

/* --- SECCION DIRECTORIO --- */
.elementor-image-box-wrapper {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  padding: 28px !important;
  box-shadow: 0 2px 12px rgba(10, 15, 46, 0.06);
  transition: all 0.3s ease;
}

.elementor-image-box-wrapper:hover {
  border-color: #1a4bc8;
  box-shadow: 0 8px 32px rgba(26, 75, 200, 0.12);
}

.elementor-image-box-img img {
  border-radius: 6px;
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
}

.elementor-image-box-title {
  color: #0a0f2e !important;
  font-weight: 700 !important;
}

/* --- FORMULARIO DE CONTACTO --- */
.elementor-form .elementor-field-group label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  color: #0a0f2e !important;
  text-transform: uppercase !important;
}

.elementor-form input,
.elementor-form select,
.elementor-form textarea {
  border: none !important;
  border-bottom: 1px solid #c8d4e8 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0a0f2e !important;
  font-size: 14px !important;
  padding: 8px 0 !important;
  transition: border-color 0.2s ease !important;
}

.elementor-form input:focus,
.elementor-form select:focus,
.elementor-form textarea:focus {
  border-bottom-color: #1a4bc8 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Boton submit del formulario */
.elementor-form .elementor-button[type="submit"] {
  background: #1a4bc8 !important;
  border-color: #1a4bc8 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  border-radius: 3px !important;
  padding: 14px 40px !important;
}

.elementor-form .elementor-button[type="submit"]:hover {
  background: #0f2f99 !important;
  border-color: #0f2f99 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(26, 75, 200, 0.35) !important;
}

/* --- STATS COUNTER --- */
.elementor-counter .elementor-counter-number-wrapper {
  line-height: 1 !important;
}

.elementor-counter .elementor-counter-title {
  opacity: 0.85;
  font-size: 14px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

/* --- NAVEGACION --- */
.site-header {
  box-shadow: 0 1px 0 rgba(0,0,0,0.08) !important;
  backdrop-filter: blur(10px);
}

/* --- FOOTER --- */
.elementor-location-footer .elementor-section {
  border-top: none;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 767px) {
  .elementor-icon-box-wrapper {
    padding: 24px 20px !important;
    margin-bottom: 16px;
  }
  
  .elementor-image-box-wrapper {
    padding: 20px 16px !important;
    margin-bottom: 16px;
  }
  
  .elementor-column {
    padding: 0 12px !important;
  }
  
  .elementor-form input,
  .elementor-form select,
  .elementor-form textarea {
    font-size: 16px !important;
  }
  
  .elementor-button {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 12px;
  }
  
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 48px !important;
  }
}

@media (max-width: 1024px) {
  .elementor-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* --- DIVIDERS ELEGANTES --- */
.elementor-divider-separator {
  border-top-color: #e8edf5 !important;
}

/* --- SMOOTH SCROLL --- */
html {
  scroll-behavior: smooth;
}

/* --- SELECCION DE TEXTO --- */
::selection {
  background: #1a4bc8;
  color: #ffffff;
}

/* --- MEJORAS VISUALES ADICIONALES --- */
.elementor-widget-image img {
  border-radius: 6px;
}

/* Efecto hover en links de navegacion footer */
.elementor-location-footer a {
  transition: color 0.2s ease !important;
}

.elementor-location-footer a:hover {
  color: #4d87f5 !important;
  text-decoration: none !important;
}

/* ============================================
   HERO SECTION - TEXTOS BLANCOS Y ESTILOS
   ============================================ */

#hero-section,
#hero-section * {
  color: #ffffff !important;
}

#hero-section .elementor-heading-title {
  color: #ffffff !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

#hero-section .elementor-widget-text-editor {
  color: rgba(255,255,255,0.85) !important;
}

#hero-section .elementor-widget-text-editor p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

/* Badge INSTITUCION */
#hero-section .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  font-weight: 600 !important;
  color: #4d8cf0 !important;
  border-bottom: none !important;
}

#hero-section .elementor-heading-title::after {
  display: none !important;
}

/* Botones en el hero */
#hero-section .elementor-button {
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
}

/* Stats en hero */
#hero-section .elementor-counter-number-wrapper,
#hero-section .elementor-counter-number,
#hero-section .elementor-counter-number-prefix,
#hero-section .elementor-counter-number-suffix {
  color: #ffffff !important;
}

#hero-section .elementor-counter-title {
  color: rgba(255,255,255,0.75) !important;
}

/* Divisor horizontal blanco */
#hero-section .elementor-divider-separator {
  border-top-color: rgba(255,255,255,0.2) !important;
}

/* Iconos en hero */
#hero-section .elementor-icon i,
#hero-section .elementor-icon svg {
  color: #4d8cf0 !important;
  fill: #4d8cf0 !important;
}

/* ============================================
   HEADING LINES - QUITAR EN HERO, APLICAR EN SECCIONES
   ============================================ */

/* En secciones blancas, los h2 tienen linea azul centrada */
.elementor-widget-heading h2.elementor-heading-title {
  line-height: 1.2 !important;
}

/* ============================================
   TIPOGRAFIA MEJORADA - TITULOS SECCIONES
   ============================================ */

.elementor-widget-heading h2.elementor-heading-title::after {
  margin: 16px auto 0;
}

/* Para titulos alineados al centro */
.elementor-widget-heading[class*="elementor-align-center"] .elementor-heading-title::after,
.e-con-inner .elementor-heading-title::after {
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   RESPONSIVE TABLET
   ============================================ */

@media (min-width: 768px) and (max-width: 1024px) {
  #hero-section .elementor-widget-heading .elementor-heading-title {
    font-size: 42px !important;
  }
  
  #hero-section .elementor-widget-text-editor p {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  #hero-section .elementor-widget-heading .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }
  
  #hero-section .elementor-widget-text-editor p {
    font-size: 15px !important;
  }
}

/* ============================================
   SECCION SERVICIOS - CARDS MEJORADAS
   ============================================ */

/* Asegurar que el fondo de cards sea blanco con sombra */
.elementor-icon-box-wrapper {
  position: relative;
  overflow: hidden;
}

.elementor-icon-box-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #1a4bc8;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.elementor-icon-box-wrapper:hover::before {
  opacity: 1;
}

.elementor-icon-box-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.elementor-icon-box-description {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #4a5568 !important;
}

/* ============================================
   FUENTE INTER (GOOGLE FONTS)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');/* End custom CSS */