.elementor-kit-9{--e-global-color-audas-primary:#1A3C6E;--e-global-color-audas-primary-dark:#0F2242;--e-global-color-audas-secondary:#2E7D52;--e-global-color-audas-accent:#F5A623;--e-global-color-audas-whatsapp:#25D366;--e-global-color-audas-text:#1A1A2A;--e-global-color-audas-text-muted:#5C6070;--e-global-color-audas-bg-light:#F4F7FC;--e-global-color-audas-bg-dark:#0F2242;--e-global-color-audas-border:#DDE3EE;--e-global-color-audas-white:#FFFFFF;--e-global-typography-audas-headings-font-family:"Montserrat";--e-global-typography-audas-headings-font-size:36px;--e-global-typography-audas-headings-font-weight:700;--e-global-typography-audas-headings-line-height:1.2em;--e-global-typography-audas-headings-letter-spacing:-0.5px;--e-global-typography-audas-subheadings-font-family:"Montserrat";--e-global-typography-audas-subheadings-font-size:22px;--e-global-typography-audas-subheadings-font-weight:600;--e-global-typography-audas-subheadings-line-height:1.35em;--e-global-typography-audas-body-font-family:"Open Sans";--e-global-typography-audas-body-font-size:16px;--e-global-typography-audas-body-font-weight:400;--e-global-typography-audas-body-line-height:1.65em;--e-global-typography-audas-body-large-font-family:"Open Sans";--e-global-typography-audas-body-large-font-size:18px;--e-global-typography-audas-body-large-font-weight:400;--e-global-typography-audas-body-large-line-height:1.7em;--e-global-typography-audas-button-font-family:"Montserrat";--e-global-typography-audas-button-font-size:15px;--e-global-typography-audas-button-font-weight:600;--e-global-typography-audas-button-letter-spacing:0.3px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* ═══════════════════════════════════════════════════════
   AUDAS — Global Style
   ═══════════════════════════════════════════════════════ */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Open+Sans:wght@400;500;600&display=swap');

/* CSS Custom Properties */
:root {
  --color-primary:        #1A3C6E;
  --color-primary-dark:   #122B52;
  --color-primary-light:  #2E5490;
  --color-secondary:      #2E7D52;
  --color-accent:         #F5A623;
  --color-text:           #1A1A2A;
  --color-text-secondary: #5C6070;
  --color-bg-light:       #F4F7FC;
  --color-bg-dark:        #0F2242;
  --color-border:         #DDE3EE;
  --color-whatsapp:       #25D366;
  --font-headings:        'Montserrat', Arial, sans-serif;
  --font-body:            'Open Sans', Arial, sans-serif;
  --radius-base:          8px;
  --radius-card:          12px;
  --shadow-card:          0 2px 12px rgba(26,60,110,0.08);
  --shadow-card-hover:    0 8px 32px rgba(26,60,110,0.14);
  --transition-base:      all 0.25s ease;
}

/* ─── Base Typography ──────────────────────────── */
body {
  font-family: var(--font-body);
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.65;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-headings);
  color: var(--color-primary);
  line-height: 1.2;
}
h1 { font-size: clamp(28px, 5vw, 42px); letter-spacing: -0.5px; }
h2 { font-size: clamp(24px, 4vw, 36px); }
h3 { font-size: clamp(20px, 3vw, 28px); }
h4 { font-size: 22px; }
p  { margin-bottom: 1rem; }
a  { color: var(--color-primary); transition: var(--transition-base); }
a:hover { color: var(--color-accent); }

/* ─── Elementor Container Max Width ──────────────── */
.elementor-section .elementor-container,
.e-con-inner {
  max-width: 1200px;
}

/* ─── Elementor Buttons ─────────────────────────── */
.elementor-button {
  border-radius: var(--radius-base) !important;
  font-family: var(--font-headings) !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
  transition: var(--transition-base) !important;
}
.elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(26,60,110,0.25) !important;
}
.elementor-button.elementor-button-success,
.elementor-button[style*="25D366"] {
  box-shadow: 0 4px 16px rgba(37,211,102,0.30) !important;
}
.elementor-button.elementor-button-success:hover {
  box-shadow: 0 6px 24px rgba(37,211,102,0.45) !important;
}

/* ─── Elementor Sections ─────────────────────────── */
.elementor-section {
  transition: var(--transition-base);
}

/* ─── Cards / Boxes ──────────────────────────────── */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  padding: 24px;
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: var(--transition-base);
  height: 100%;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

/* ─── Accordion (FAQ) ────────────────────────────── */
.elementor-accordion .elementor-tab-title {
  padding: 16px 20px !important;
  font-size: 15px !important;
}
.elementor-accordion .elementor-tab-content {
  padding: 16px 20px 20px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* ─── WhatsApp Float Button ──────────────────────── */
.audas-whatsapp-float {
  position: fixed !important;
  bottom: 28px !important;
  right: 28px !important;
  width: 60px !important;
  height: 60px !important;
  background: var(--color-whatsapp) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 9999 !important;
  box-shadow: 0 4px 20px rgba(37,211,102,0.40) !important;
  transition: var(--transition-base) !important;
  text-decoration: none !important;
}
.audas-whatsapp-float:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 6px 28px rgba(37,211,102,0.55) !important;
}
.audas-whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

/* ─── Divider Gradiente ──────────────────────────── */
.audas-divider {
  height: 4px;
  background: linear-gradient(90deg, #1A3C6E, #2E7D52, #F5A623);
  border: none;
  margin: 0;
}

/* ─── Navigation / Header ────────────────────────── */
.elementor-nav-menu--main .elementor-item {
  font-family: var(--font-headings) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
  transition: var(--transition-base) !important;
}
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--color-accent) !important;
}

/* ─── Mobile Menu ────────────────────────────────── */
@media (max-width: 768px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  .elementor-widget-icon-box .elementor-icon-box-wrapper {
    margin-bottom: 16px;
  }
  .audas-whatsapp-float {
    bottom: 20px !important;
    right: 20px !important;
    width: 52px !important;
    height: 52px !important;
  }
}

/* ─── Breadcrumb ─────────────────────────────────── */
.audas-breadcrumb {
  font-size: 13px;
  color: #94A3B8;
  margin-bottom: 16px;
}
.audas-breadcrumb a { color: #94A3B8; text-decoration: none; }
.audas-breadcrumb a:hover { color: #fff; }
.audas-breadcrumb .current { color: var(--color-accent); }

/* ─── Sidebar CTA Card ───────────────────────────── */
.audas-sidebar-cta {
  background: #F8FAFC;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 28px;
  position: sticky;
  top: 100px;
}

/* ─── Page transitions ───────────────────────────── */
.elementor-section[data-settings] {
  animation: fadeInUp 0.4s ease both;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}/* End custom CSS */