.elementor-635 .elementor-element.elementor-element-9486e02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-97f5962 *//* =========================================================
   TTL HEADER — LIMPIO
   - Full width
   - Contenido centrado
   - Top bar azul
   - Header blanco limpio
   - Navegación uniforme
   - Solo CTA final destacado
   - En móvil: solo logo + claim
   ========================================================= */

.ttl-header{
  --ttl-blue:#1C3171;
  --ttl-blue-2:#31478F;
  --ttl-orange:#FF7D4A;
  --ttl-white:#ffffff;
  --ttl-text:#1C3171;
  --ttl-text-soft:rgba(28,49,113,.76);
  --ttl-border:rgba(28,49,113,.10);
  --ttl-hover:rgba(28,49,113,.045);
  --ttl-container:1380px;

  width:100%;
  position:relative;
  z-index:120;
  font-family:"Afacad",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  background:transparent;
}

.ttl-header *,
.ttl-header *::before,
.ttl-header *::after{
  box-sizing:border-box;
}

.ttl-header a,
.ttl-header button{
  -webkit-tap-highlight-color:transparent;
}

/* =========================
   TOP BAR
========================= */
.ttl-topbar{
  width:100%;
  background:linear-gradient(180deg,var(--ttl-blue) 0%,var(--ttl-blue-2) 100%);
  color:var(--ttl-white);
}

.ttl-topbar__inner{
  width:100%;
  max-width:var(--ttl-container);
  margin:0 auto;
  padding:0 24px;
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.ttl-topbar__left,
.ttl-topbar__right{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

.ttl-topbar__left{
  flex-wrap:wrap;
}

.ttl-topbar__right{
  flex-wrap:nowrap;
}

.ttl-topbar__left a,
.ttl-topbar__right a{
  color:rgba(255,255,255,.96);
  text-decoration:none;
  font-size:12.5px;
  line-height:1;
  font-weight:540;
  transition:opacity .18s ease;
}

@media (hover:hover){
  .ttl-topbar__left a:hover,
  .ttl-topbar__right a:hover{
    opacity:.82;
  }
}

.ttl-topbar__left a:focus,
.ttl-topbar__right a:focus{
  outline:none;
}

.ttl-topbar__left a:focus-visible,
.ttl-topbar__right a:focus-visible{
  outline:2px solid rgba(255,255,255,.28);
  outline-offset:2px;
  border-radius:6px;
}

.ttl-topbar__right a svg{
  display:block;
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

/* =========================
   MAIN HEADER
========================= */
.ttl-header-main{
  width:100%;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(28,49,113,.08);
}

.ttl-header-main__inner{
  width:100%;
  max-width:var(--ttl-container);
  margin:0 auto;
  padding:0 24px;
  min-height:92px;
  display:grid;
  grid-template-columns:auto minmax(230px,330px) 1fr auto;
  align-items:center;
  gap:28px;
  overflow:visible;
}

/* =========================
   BRAND
========================= */
.ttl-header__brand{
  display:flex;
  align-items:center;
  min-width:0;
}

.ttl-header__brand a{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.ttl-header__brand img{
  display:block;
  width:auto;
  height:56px;
  max-width:100%;
  object-fit:contain;
}

/* =========================
   CLAIM
========================= */
.ttl-header__claim{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
  min-width:0;
}

.ttl-header__claim span{
  display:block;
  color:var(--ttl-text);
  letter-spacing:-.14px;
}

.ttl-header__claim span:first-child{
  font-size:18px;
  line-height:1.08;
  font-weight:700;
}

.ttl-header__claim span:last-child{
  font-size:17px;
  line-height:1.08;
  font-weight:560;
  color:var(--ttl-text-soft);
}

/* =========================
   NAV
========================= */
.ttl-header__nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:2px;
  min-width:0;
  overflow:visible;
}

.ttl-header__nav > a,
.ttl-header__nav > button,
.ttl-header__dropdown > button{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:transparent;
  margin:0;
  cursor:pointer;
  box-shadow:none;
  text-decoration:none;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:44px;
  padding:0 12px;
  border-radius:10px;

  color:var(--ttl-text) !important;
  font-size:15px;
  line-height:1;
  font-weight:580;
  white-space:nowrap;

  transition:background .18s ease,color .18s ease,opacity .18s ease;
}

.ttl-header__nav > button,
.ttl-header__dropdown > button{
  font-family:inherit;
}

@media (hover:hover){
  .ttl-header__nav > a:hover,
  .ttl-header__nav > button:hover,
  .ttl-header__dropdown > button:hover{
    background:var(--ttl-hover);
    color:var(--ttl-text) !important;
  }
}

.ttl-header__nav > a:focus,
.ttl-header__nav > button:focus,
.ttl-header__dropdown > button:focus{
  outline:none;
}

.ttl-header__nav > a:focus-visible,
.ttl-header__nav > button:focus-visible,
.ttl-header__dropdown > button:focus-visible{
  background:var(--ttl-hover);
  box-shadow:inset 0 0 0 1px rgba(28,49,113,.10);
}

.ttl-header__link--wizard,
.ttl-header__link--dropdown{
  font-size:15px !important;
  font-weight:620 !important;
  color:var(--ttl-text) !important;
}

/* =========================
   DROPDOWN LEGAL
========================= */
.ttl-header__dropdown{
  position:relative;
  display:flex;
  align-items:center;
  overflow:visible;
}

.ttl-header__link--dropdown{
  position:relative;
  padding-right:28px !important;
}

.ttl-header__link--dropdown::after{
  content:"";
  position:absolute;
  right:11px;
  top:50%;
  width:7px;
  height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:translateY(-62%) rotate(45deg);
  opacity:.72;
  transition:transform .18s ease,opacity .18s ease;
}

.ttl-legal-toggle[aria-expanded="true"]::after{
  transform:translateY(-25%) rotate(-135deg);
  opacity:1;
}

.ttl-header__dropdown-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  min-width:245px;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:12px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid rgba(28,49,113,.10);
  box-shadow:0 18px 40px rgba(16,24,40,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
  z-index:300;
}

.ttl-header__dropdown-menu.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

.ttl-header__dropdown-menu a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 14px;
  border-radius:12px;
  text-decoration:none;
  color:var(--ttl-text) !important;
  background:rgba(28,49,113,.03);
  border:1px solid rgba(28,49,113,.08);
  font-size:14px;
  line-height:1.2;
  font-weight:560;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}

@media (hover:hover){
  .ttl-header__dropdown-menu a:hover{
    background:rgba(28,49,113,.06);
    border-color:rgba(28,49,113,.12);
    color:var(--ttl-text) !important;
  }
}

.ttl-header__dropdown-menu a:focus{
  outline:none;
}

.ttl-header__dropdown-menu a:focus-visible{
  box-shadow:inset 0 0 0 1px rgba(28,49,113,.12);
}

/* =========================
   CTA
========================= */
.ttl-header__cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border-radius:8px;
  background:#FF7D4A;
  color:#ffffff !important;
  text-decoration:none;
  font-size:15px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.1px;
  white-space:nowrap;
  transition:background .18s ease,transform .18s ease,filter .18s ease;
}

@media (hover:hover){
  .ttl-header__cta-btn:hover{
    background:#f06f3d;
    filter:none;
    transform:translateY(-1px);
  }
}

.ttl-header__cta-btn:active{
  transform:translateY(0);
}

.ttl-header__cta-btn:focus{
  outline:none;
}

.ttl-header__cta-btn:focus-visible{
  box-shadow:0 0 0 3px rgba(255,125,74,.20);
}

/* =========================
   DESKTOP AJUSTE FLUIDO
========================= */
@media (max-width:1320px){
  .ttl-topbar__inner,
  .ttl-header-main__inner{
    padding-left:18px;
    padding-right:18px;
  }

  .ttl-header-main__inner{
    grid-template-columns:auto minmax(180px,270px) 1fr auto;
    gap:18px;
  }

  .ttl-header__brand img{
    height:48px;
  }

  .ttl-header__claim span:first-child{
    font-size:16px;
  }

  .ttl-header__claim span:last-child{
    font-size:15px;
  }

  .ttl-header__nav > a,
  .ttl-header__nav > button,
  .ttl-header__dropdown > button,
  .ttl-header__link--wizard,
  .ttl-header__link--dropdown{
    font-size:14px !important;
    padding-left:10px;
    padding-right:10px;
  }

  .ttl-header__cta-btn{
    min-height:42px;
    padding:0 18px;
    font-size:14px;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width:1024px){
  .ttl-topbar__inner{
    min-height:36px;
    gap:12px;
  }

  .ttl-topbar__left,
  .ttl-topbar__right{
    gap:10px;
  }

  .ttl-topbar__left a,
  .ttl-topbar__right a{
    font-size:12px;
  }

  .ttl-header-main__inner{
    grid-template-columns:auto minmax(200px,1fr);
    gap:14px;
    min-height:78px;
  }

  .ttl-header__nav,
  .ttl-header__cta{
    display:none;
  }

  .ttl-header__brand img{
    height:46px;
  }

  .ttl-header__claim span:first-child{
    font-size:16px;
  }

  .ttl-header__claim span:last-child{
    font-size:15px;
  }
}

/* =========================
   MÓVIL
========================= */
@media (max-width:767px){
  .ttl-topbar{
    display:none;
  }

  .ttl-header-main{
    border-bottom:1px solid rgba(28,49,113,.08);
  }

  .ttl-header-main__inner{
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:12px;
    min-height:72px;
    padding:10px 14px;
  }

  .ttl-header__nav,
  .ttl-header__cta{
    display:none !important;
  }

  .ttl-header__brand img{
    height:38px;
  }

  .ttl-header__claim{
    gap:1px;
  }

  .ttl-header__claim span:first-child{
    font-size:14px;
    line-height:1.06;
    font-weight:700;
  }

  .ttl-header__claim span:last-child{
    font-size:13px;
    line-height:1.08;
    font-weight:560;
  }
}

/* =========================
   MÓVIL PEQUEÑO
========================= */
@media (max-width:420px){
  .ttl-header-main__inner{
    gap:10px;
    padding:10px 12px;
  }

  .ttl-header__brand img{
    height:34px;
  }

  .ttl-header__claim span:first-child{
    font-size:13px;
  }

  .ttl-header__claim span:last-child{
    font-size:12px;
  }
}

/* =========================
   FIX UNIÓN HEADER / SIGUIENTE SECCIÓN
========================= */
.ttl-header,
.ttl-topbar,
.ttl-header-main{
  margin:0 !important;
  box-shadow:none !important;
}

.ttl-header + *{
  margin-top:0 !important;
}

.ttl-header + section,
.ttl-header + div,
.ttl-header + .elementor-element{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
  box-shadow:none !important;
}

/* =========================
   FIX ELEMENTOR SHAPES
========================= */
.elementor-shape,
.elementor-shape svg{
  pointer-events:none !important;
}/* End custom CSS */