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

:root {
  --blue:   #1A3A8F;
  --blue2:  #0D5FAD;
  --cyan:   #00AADD;
  --orange: #E8500A;
  --dark:   #060B12;
  --mid:    #0B1420;
  --steel:  #111E30;
  --text:   #EEF2F8;
  --muted:  #7A90B0;
  --border: #1A2A40;
}

html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--dark); color: var(--text); overflow-x: hidden; }

#bar {
  position: fixed; top: 0; left: 0;
  width: 0%; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  z-index: 9999;
  transition: width .1s linear, opacity .5s;
}

nav {
  position: sticky; top: 0; z-index: 100;
  height: 100px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.1);
  backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px 0 40px;
  transition: box-shadow .3s;
}
nav.sc { box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.nlogo { display: flex; align-items: center; }
.nlogo img { height: 120px; width: auto; display: block; transition: transform .3s ease, filter .3s ease; }
.nlogo img:hover { transform: scale(1.04); filter: brightness(1.08); }
.nlinks { display: flex; gap: 22px; list-style: none; }
.nlinks a {
  color: #1A2A40; text-decoration: none;
  font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  transition: color .2s; position: relative; padding-bottom: 2px;
}
.nlinks a::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 1px;
  background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .2s;
}
.nlinks a:hover { color: var(--cyan); }
.nlinks a:hover::after { transform: scaleX(1); }
.ncta {
  background: var(--blue2); color: white; border: 1px solid var(--blue2);
  padding: 9px 20px;
  font-family: 'Barlow', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; transition: all .2s; position: relative; overflow: hidden;
}
.ncta::before {
  content: ''; position: absolute; inset: 0; background: var(--cyan);
  transform: translateX(-100%); transition: transform .2s; z-index: -1;
}
.ncta:hover { background: var(--blue2); border-color: var(--blue2); color: white; }

.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.ham span { display: block; width: 22px; height: 2px; background: #1A2A40; transition: all .3s; }
.ham.o span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ham.o span:nth-child(2) { opacity: 0; }
.ham.o span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mnav {
  display: none;
  position: fixed; top: 90px; left: 0; right: 0;
  background: rgba(255,255,255,.99);
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 20px 24px;
  z-index: 99;
  flex-direction: column;
  opacity: 0; transform: translateY(-6px);
  transition: all .25s; pointer-events: none;
}
.mnav.o { opacity: 1; transform: none; pointer-events: all; }
.mnav a {
  display: block; padding: 12px 0;
  font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase;
  color: #1A2A40; text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.08);
  transition: color .2s;
}
.mnav a:hover { color: var(--cyan); }
.mnav button {
  margin-top: 14px; background: var(--blue2); color: white;
  border: none; padding: 13px; width: 100%;
  font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 600;
  text-transform: uppercase; cursor: pointer;
}

#hero {
  position: relative; height: 100vh; min-height: 600px;
  overflow: hidden; display: flex; align-items: flex-end;
}
#hero img.hbg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 20%;
  display: block;
}
#hero .hov {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,11,18,1) 0%, rgba(6,11,18,.55) 50%, rgba(6,11,18,.1) 100%);
}
#hero .hov2 {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,11,18,.4) 0%, transparent 60%);
}
#hero .htop {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), transparent);
}
#hero .hc { position: relative; z-index: 2; padding: 0 52px 64px; max-width: 860px; }

.hbadge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(0,170,221,.3);
  padding: 5px 14px; margin-bottom: 18px;
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--cyan);
}
.hbadge::before {
  content: ''; width: 6px; height: 6px;
  background: var(--cyan); border-radius: 50%;
  animation: blink 2s infinite;
}
@keyframes blink { 0%,100% { opacity:1; } 50% { opacity:.2; } }

.hvals { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; }
.chip {
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.4); padding: 4px 10px;
  border: 1px solid rgba(255,255,255,.1);
}

h1.hh {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 9vw, 116px);
  line-height: .87; letter-spacing: 2px; color: white; margin-bottom: 18px;
}
h1.hh em { color: var(--cyan); font-style: normal; }

.hsub {
  font-size: 16px; font-weight: 300; color: rgba(255,255,255,.65);
  max-width: 500px; line-height: 1.7; margin-bottom: 32px;
}

.hbtns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }

.btn {
  border: none; padding: 13px 28px;
  font-family: 'Barlow', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; transition: all .2s;
}
.btn-p { background: var(--blue2); color: white; }
.btn-p:hover { background: var(--cyan); }
.btn-g { background: rgba(255,255,255,.08); color: white; border: 1px solid rgba(255,255,255,.2); }
.btn-g:hover { background: rgba(255,255,255,.14); }
.btn-o { background: var(--orange); color: white; }
.btn-o:hover { opacity: .88; }

.hstats { display: flex; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; }
.hst { padding: 0 28px 0 0; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.1); }
.hst:last-child { border-right: none; }
.hsn { font-family: 'Bebas Neue', sans-serif; font-size: 38px; color: var(--cyan); line-height: 1; }
.hsl { font-size: 10px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 3px; }

.ticker { background: var(--blue2); padding: 11px 0; overflow: hidden; white-space: nowrap; }
.ti { display: inline-block; animation: tk 35s linear infinite; }
.ti span {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: white; padding: 0 32px;
}
.ti span::after { content: '·'; margin-left: 32px; opacity: .35; }
@keyframes tk { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.s { padding: 72px 52px; }
.dk { background: var(--dark); }
.md { background: var(--mid); }
.st { background: var(--steel); }

.slbl {
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--cyan);
  margin-bottom: 10px;
}
.slbl::after { content: ''; flex: 0 0 28px; height: 1px; background: var(--cyan); }

.sttl {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 4vw, 54px); letter-spacing: 2px; line-height: .93;
  margin-bottom: 40px;
}

.bnr {
  position: relative; height: 400px;
  overflow: hidden; display: flex; align-items: center;
}
.bnr img.bbg {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.bnr .bov { position: absolute; inset: 0; background: rgba(6,11,18,.62); }
.bnr .bov2 {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,11,18,.75) 0%, transparent 70%);
}
.bnr .btxt { position: relative; z-index: 2; padding: 0 52px; max-width: 560px; }
.bnr .btxt .slbl { margin-bottom: 8px; }
.bnr .btxt h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(24px, 3vw, 42px); letter-spacing: 2px; line-height: .95;
  margin-bottom: 12px;
}
.bnr .btxt p { font-size: 13px; color: rgba(255,255,255,.62); line-height: 1.65; margin-bottom: 14px; max-width: 400px; }
.bnr .btxt ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
.bnr .btxt ul li { font-size: 11px; color: rgba(255,255,255,.5); padding-left: 12px; position: relative; line-height: 1.5; }
.bnr .btxt ul li::before { content: ''; position: absolute; left: 0; top: 6px; width: 6px; height: 1px; background: var(--cyan); }

.srvg { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); }
.srv { background: var(--mid); padding: 32px 26px; position: relative; overflow: hidden; transition: background .2s; }
.srv::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.srv:hover { background: var(--steel); }
.srv:hover::before { transform: scaleX(1); }
.sn { font-family: 'Bebas Neue', sans-serif; font-size: 60px; color: rgba(255,255,255,.03); position: absolute; right: 8px; top: 0; line-height: 1; }
.sico { width: 40px; height: 40px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; background: rgba(0,170,221,.06); }
.sico svg { width: 20px; height: 20px; stroke: var(--cyan); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.srv h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 17px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; }
.srv ul { list-style: none; }
.srv ul li { font-size: 11px; color: var(--muted); padding: 3px 0 3px 12px; position: relative; line-height: 1.5; }
.srv ul li::before { content: '—'; position: absolute; left: 0; color: var(--cyan); font-size: 9px; top: 5px; }

.gal { display: grid; grid-template-columns: repeat(2,1fr); gap: 4px; }
.gi { position: relative; height: 280px; overflow: hidden; }
.gi img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.gi:hover img { transform: scale(1.04); }
.gi::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,11,18,.88) 0%, transparent 55%); }
.gilbl { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 16px 18px; }
.gicat { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--cyan); margin-bottom: 4px; font-weight: 600; }
.gilbl h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.gilbl p { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 2px; }
.gitag { display: inline-block; margin-top: 5px; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: var(--cyan); border: 1px solid rgba(0,170,221,.3); padding: 2px 7px; }

.dash { display: grid; grid-template-columns: 1fr 1fr; background: var(--border); gap: 1px; }
.dl { background: var(--mid); padding: 52px; display: flex; flex-direction: column; justify-content: center; max-height: 460px; overflow: hidden; }
.dl h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(24px,3vw,42px); letter-spacing: 2px; line-height: .93; margin-bottom: 14px; }
.dl p { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 22px; max-width: 380px; }
.dmet { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); margin-bottom: 22px; }
.dm { background: var(--steel); padding: 14px 18px; }
.dmv { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--cyan); line-height: 1; }
.dml { font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.dmd { font-size: 10px; color: #4ADE80; margin-top: 2px; }
.dtags { display: flex; gap: 6px; flex-wrap: wrap; }
.dtag { background: rgba(0,170,221,.07); border: 1px solid rgba(0,170,221,.18); padding: 4px 10px; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--cyan); }
.dr { overflow: hidden; }
.dr { max-height: 460px; }
.dr img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; min-height: 0; max-height: 460px; }

.sold { display: grid; grid-template-columns: 1fr 1fr; background: var(--border); gap: 1px; }
.sl { background: #0A0A0A; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 52px 40px; position: relative; overflow: hidden; }
.sl::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--orange), #ff8c42, transparent); }
.sglow { position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(232,80,10,.15) 0%, transparent 65%); pointer-events: none; }
.sprd { position: relative; z-index: 2; text-align: center; width: 100%; }
.sprd img { max-width: 85%; max-height: 300px; object-fit: contain; display: block; margin: 0 auto; filter: drop-shadow(0 16px 40px rgba(232,80,10,.28)); transition: transform .4s; }
.sprd img:hover { transform: scale(1.04) translateY(-5px); }
.sprd-name { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 2px; color: white; margin-top: 18px; }
.sprd-sub { font-size: 10px; color: #555; letter-spacing: 2px; text-transform: uppercase; margin-top: 3px; margin-bottom: 14px; }
.stags { display: flex; gap: 5px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.stags span { background: #111; border: 1px solid #1e1e1e; padding: 3px 9px; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: #777; }
.slogos { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; }
.slogo { background: #111; border: 1px solid #1e1e1e; padding: 8px 14px; display: flex; align-items: center; justify-content: center; height: 44px; transition: border-color .2s; }
.slogo:hover { border-color: var(--orange); }
.slogo img { max-height: 22px; max-width: 70px; object-fit: contain; filter: brightness(1.5); }
.sr { background: var(--mid); padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.sr .slbl { color: var(--orange); }
.sr .slbl::after { background: var(--orange); }
.sr h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(24px,3vw,42px); letter-spacing: 2px; line-height: .93; margin-bottom: 6px; }
.sr h2 em { color: var(--orange); font-style: normal; }
.sr > p { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; max-width: 380px; }
.sgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); margin-bottom: 20px; }
.sg { background: var(--steel); padding: 12px 16px; }
.sgl { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 4px; font-weight: 600; }
.sgv { font-size: 12px; color: var(--text); line-height: 1.4; }
.slist { list-style: none; margin-bottom: 24px; }
.slist li { font-size: 12px; color: var(--muted); padding: 6px 0 6px 16px; position: relative; border-bottom: 1px solid var(--border); }
.slist li:last-child { border-bottom: none; }
.slist li::before { content: ''; position: absolute; left: 0; top: 50%; width: 8px; height: 1px; background: var(--orange); }

.mgrp { margin-bottom: 32px; }
.mgttl { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--cyan); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.lrow { display: flex; gap: 4px; flex-wrap: wrap; }
.lc { background: rgba(255,255,255,.04); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; padding: 14px 22px; height: 68px; min-width: 120px; flex: 0 0 auto; transition: all .2s; }
.lc:hover { background: rgba(255,255,255,.09); border-color: rgba(0,170,221,.3); }
.lc img { max-height: 32px; max-width: 100px; object-fit: contain; filter: grayscale(1) brightness(1.8); transition: filter .2s; }
.lc:hover img { filter: none; }

.cgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; }
.cc { background: rgba(255,255,255,.03); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; height: 96px; padding: 18px; transition: all .25s; }
.cc:hover { background: rgba(255,255,255,.07); border-color: rgba(0,170,221,.2); transform: translateY(-2px); }
.cc img { max-height: 44px; max-width: 120px; object-fit: contain; filter: grayscale(1) brightness(1.5); transition: filter .3s; }
.cc:hover img { filter: none; }

.nob { position: relative; height: 380px; overflow: hidden; display: flex; align-items: center; }
.nob img.nobg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; display: block; }
.nob .nov { position: absolute; inset: 0; background: linear-gradient(to right, rgba(6,11,18,.96) 0%, rgba(6,11,18,.6) 55%, rgba(6,11,18,.15) 100%); }
.nob .ntxt { position: relative; z-index: 2; padding: 0 52px; max-width: 580px; }
.nob .ntxt h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px,5vw,62px); letter-spacing: 2px; line-height: .92; margin-bottom: 14px; }
.nob .ntxt p { font-size: 14px; color: rgba(255,255,255,.58); line-height: 1.72; }
.nvals { display: flex; background: var(--blue); }
.vb { flex: 1; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.vb:last-child { border-right: none; }
.vb h4 { font-family: 'Bebas Neue', sans-serif; font-size: 19px; letter-spacing: 2px; color: white; margin-bottom: 3px; }
.vb p { font-size: 10px; color: rgba(255,255,255,.4); letter-spacing: 1.5px; text-transform: uppercase; }
.wgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); }
.wb { background: var(--mid); padding: 28px; transition: background .2s; }
.wb:hover { background: var(--steel); }
.wico { width: 38px; height: 38px; background: rgba(0,170,221,.07); border: 1px solid rgba(0,170,221,.18); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.wico svg { width: 17px; height: 17px; stroke: var(--cyan); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.wb h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.wb p { font-size: 12px; color: var(--muted); line-height: 1.6; }

.sedes { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); }
.sede { background: var(--mid); padding: 40px 36px; border-left: 3px solid transparent; transition: border-color .2s; }
.sede:hover { border-left-color: var(--cyan); }
.sdt { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--cyan); margin-bottom: 10px; }
.sede h3 { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 2px; margin-bottom: 22px; }
.sd { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 12px; }
.sdico { width: 28px; height: 28px; background: rgba(0,170,221,.07); border: 1px solid rgba(0,170,221,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sdico svg { width: 12px; height: 12px; stroke: var(--cyan); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.sdl { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--cyan); margin-bottom: 2px; font-weight: 600; }
.sdv { font-size: 13px; color: var(--text); }
.sdv a { color: var(--text); text-decoration: none; transition: color .2s; }
.sdv a:hover { color: var(--cyan); }

#contacto { display: grid; grid-template-columns: 1fr 1.1fr; }
.ctl { position: relative; overflow: hidden; min-height: 580px; }
.ctl img.ctbg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; display: block; }
.ctl .ctov { position: absolute; inset: 0; background: linear-gradient(to right, rgba(6,11,18,.93), rgba(6,11,18,.5)); }
.ctl .ctc { position: relative; z-index: 2; padding: 56px 44px; display: flex; flex-direction: column; justify-content: space-between; min-height: 580px; }
.ctl .ctc h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px,3.5vw,48px); letter-spacing: 2px; line-height: .93; margin-bottom: 10px; }
.ctl .ctc > p { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 32px; max-width: 300px; }
.cd { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 14px; }
.cdico { width: 30px; height: 30px; background: rgba(0,170,221,.1); border: 1px solid rgba(0,170,221,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cdico svg { width: 13px; height: 13px; stroke: var(--cyan); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cdl { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--cyan); margin-bottom: 2px; font-weight: 600; }
.cdv { font-size: 13px; color: var(--text); }
.cdv a { color: var(--text); text-decoration: none; transition: color .2s; }
.cdv a:hover { color: var(--cyan); }

.ctr { background: var(--mid); padding: 56px 44px; }
.fttl { font-family: 'Bebas Neue', sans-serif; font-size: 34px; letter-spacing: 2px; margin-bottom: 26px; line-height: .95; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; font-weight: 500; }
.fg input, .fg textarea, .fg select {
  width: 100%; background: var(--steel); border: 1px solid var(--border);
  padding: 11px 14px;
  font-family: 'Barlow', sans-serif; font-size: 13px; color: var(--text);
  outline: none; resize: none; transition: border-color .2s;
  -webkit-appearance: none;
}
.fg input::placeholder, .fg textarea::placeholder { color: #1a3050; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--cyan); }
.fg input.error, .fg textarea.error, .fg select.error { border-color: #FC8181; }
.fg select option { background: var(--steel); }
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp { display: none !important; position: absolute; left: -9999px; }
.fchk { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 16px; }
.fchk input { width: 15px; height: 15px; margin-top: 2px; accent-color: var(--cyan); flex-shrink: 0; cursor: pointer; }
.fchk label { font-size: 11px; color: var(--muted); line-height: 1.5; cursor: pointer; }
.fchk a { color: var(--cyan); text-decoration: none; }
.bsend {
  width: 100%; background: var(--blue2); color: white; border: none;
  padding: 14px;
  font-family: 'Barlow', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; transition: background .2s;
}
.bsend:hover { background: var(--cyan); }
.bsend:disabled { opacity: .5; cursor: not-allowed; }
.fmsg { display: none; padding: 10px 14px; margin-top: 10px; font-size: 12px; font-weight: 500; text-align: center; }
.fmsg.ok { background: rgba(13,122,62,.2); border: 1px solid rgba(13,122,62,.4); color: #4ADE80; display: block; }
.fmsg.err { background: rgba(200,30,30,.15); border: 1px solid rgba(200,30,30,.3); color: #FC8181; display: block; }
.ferr { font-size: 10px; color: #FC8181; margin-top: 4px; display: none; }
.ferr.show { display: block; }

footer { background: #030710; padding: 44px 52px 24px; border-top: 1px solid var(--border); }
.ft { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.fl img { height: 58px; width: auto; margin-bottom: 12px; display: block; }
.fl p { font-size: 12px; color: var(--muted); line-height: 1.65; max-width: 240px; }
.fc h5 { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 12px; }
.fc ul { list-style: none; }
.fc li { margin-bottom: 8px; }
.fc a { font-size: 12px; color: var(--muted); text-decoration: none; transition: color .2s; }
.fc a:hover { color: var(--cyan); }
.fb { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.fb p { font-size: 11px; color: #0F1E30; }

.wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform .2s; text-decoration: none;
}
.wa:hover { transform: scale(1.1); }
.wa svg { width: 28px; height: 28px; fill: white; }

.rev { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.rev.on { opacity: 1; transform: none; }

@keyframes fu { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:none; } }
.hbadge { animation: fu .5s ease both; }
.hvals  { animation: fu .5s .07s ease both; }
h1.hh   { animation: fu .6s .13s ease both; }
.hsub   { animation: fu .5s .2s ease both; }
.hbtns  { animation: fu .5s .27s ease both; }
.hstats { animation: fu .5s .34s ease both; }

@media (max-width: 1100px) {
  .srvg { grid-template-columns: 1fr 1fr; }
  .dash, .sold { grid-template-columns: 1fr; }
  .dr img { min-height: 280px; max-height: 320px; }
  #contacto { grid-template-columns: 1fr; }
  .ctl { min-height: 320px; }
  .ft { grid-template-columns: 1fr 1fr; gap: 28px; }
  .wgrid { grid-template-columns: 1fr 1fr; }
  .sedes { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nlinks, .ncta { display: none; }
  .ham { display: flex; }
  .mnav { display: flex; }
  #hero .hc { padding: 0 20px 44px; }
  .hstats { flex-wrap: wrap; }
  .hst { flex: 1 1 calc(50% - 14px); margin-bottom: 10px; }
  .s { padding: 52px 20px; }
  .srvg { grid-template-columns: 1fr; }
  .gal { grid-template-columns: 1fr; }
  .gi { height: 220px; }
  .bnr { height: 300px; }
  .bnr .btxt { padding: 0 20px; }
  .bnr .btxt ul { grid-template-columns: 1fr; }
  .nob { height: 300px; }
  .nob .ntxt { padding: 0 20px; }
  .nvals { flex-wrap: wrap; }
  .vb { flex: 1 1 50%; }
  .wgrid { grid-template-columns: 1fr; }
  .cgrid { grid-template-columns: 1fr 1fr; }
  .fr { grid-template-columns: 1fr; }
  .ft { grid-template-columns: 1fr; }
  footer { padding: 36px 20px 20px; }
  .ctl .ctc, .ctr { padding: 40px 20px; }
  .lrow .lc { min-width: calc(50% - 2px); flex: 1 1 calc(50% - 2px); }
  .dl, .sr, .sl { padding: 36px 20px; }
}
@media (max-width: 480px) {
  h1.hh { font-size: 50px; }
  .hbtns { flex-direction: column; }
  .btn { text-align: center; }
  .hst { flex: 1 1 100%; }
  .vb { flex: 1 1 100%; }
  .cgrid { grid-template-columns: 1fr; }
}

.topbar {
  background: var(--blue2);
  text-align: center;
  padding: 9px 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  position: relative;
  z-index: 99;
}

.cta-s {
  background: var(--blue);
  padding: 64px 52px;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.cta-txt p {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  max-width: 480px;
  line-height: 1.65;
}
.cta-btns {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cta-inner {
    flex-direction: column;
    text-align: center;
  }
  .cta-btns {
    justify-content: center;
  }
  .cta-s { padding: 48px 20px; }
}

.dash-bnr {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
}
.dash-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.dash-ov {
  position: absolute;
  inset: 0;
  background: rgba(6,11,18,.80);
}
.dash-ov2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,11,18,.7) 0%, transparent 70%);
}
.dash-inner {
  position: relative;
  z-index: 2;
  padding: 60px 52px;
  width: 100%;
  max-width: 780px;
}
.dash-p {
  font-size: 13px;
  color: rgba(255,255,255,.62);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 560px;
}
.dash-inner .dmet {
  max-width: 560px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dash-inner { padding: 40px 20px; }
  .dash-bnr { min-height: 0; }
}

nav::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--blue2), var(--blue));
}
nav { position: sticky; top: 0; background: #ffffff !important; border-bottom: 1px solid rgba(0,0,0,.1) !important; }

.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue2) 50%, var(--blue) 100%);
  padding: 9px 20px;
  color: white;
  position: relative;
  overflow: hidden;
}
.topbar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
  animation: topbar-shine 4s infinite;
}
@keyframes topbar-shine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.topbar-dot {
  width: 6px; height: 6px;
  background: var(--cyan);
  border-radius: 50%;
  display: inline-block;
  animation: blink 2s infinite;
  margin-right: 4px;
}
.topbar-sep { color: rgba(255,255,255,.3); margin: 0 4px; }

a.nlogo { display: flex; align-items: center; text-decoration: none; }

.fl a.logo-link img { height: 58px; width: auto; display: block; filter: drop-shadow(0 0 10px rgba(0,170,221,.2)); }

.nlogo img { height: 90px !important; width: auto !important; }

@media (max-width: 768px) {
  nav {
    height: 70px !important;
    padding: 0 16px !important;
  }
  a.nlogo img, .nlogo img {
    height: 52px !important;
    width: auto !important;
  }
  .mnav {
    top: 70px !important;
  }
  
  .grecaptcha-badge {
    bottom: 90px !important;
    right: 8px !important;
    transform: scale(0.85) !important;
    transform-origin: bottom right !important;
  }
  
  .wa {
    bottom: 80px !important;
  }
}

@media (max-width: 768px) {
  nav {
    height: 70px !important;
    padding: 0 16px !important;
  }
  a.nlogo img, .nlogo img {
    height: 52px !important;
    width: auto !important;
  }
  .mnav {
    top: 70px !important;
  }
  .grecaptcha-badge {
    bottom: 90px !important;
    transform: scale(0.8) !important;
    transform-origin: bottom right !important;
  }
  .wa {
    bottom: 80px !important;
  }
}

@media (max-width: 768px) {

  
  .topbar {
    font-size: 9px !important;
    letter-spacing: 1px !important;
    padding: 7px 12px !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    line-height: 1.4 !important;
  }
  .topbar-sep { display: none !important; }

  
  nav {
    height: 72px !important;
    padding: 0 16px !important;
    background: #ffffff !important;
  }
  a.nlogo img, .nlogo img {
    height: 56px !important;
    width: auto !important;
  }
  .mnav { top: 72px !important; background: #ffffff !important; }

  
  .grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  
  .wa {
    bottom: 20px !important;
    right: 16px !important;
  }
}

@media (max-width: 768px) {

  
  .topbar {
    flex-direction: column !important;
    gap: 2px !important;
    padding: 6px 12px !important;
    font-size: 9px !important;
    letter-spacing: 1px !important;
    line-height: 1.4 !important;
  }
  .topbar-sep { display: none !important; }

  
  nav {
    height: 72px !important;
    padding: 0 16px !important;
  }
  a.nlogo img, .nlogo img {
    height: 54px !important;
    width: auto !important;
  }
  .mnav { top: 72px !important; }

  

  
  .wa {
    bottom: 20px !important;
    right: 16px !important;
  }
}

@media (max-width: 390px) {
  .topbar { font-size: 8px !important; padding: 5px 8px !important; }
  a.nlogo img, .nlogo img { height: 46px !important; }
}
@media (max-width: 768px) {
  h1.hh { font-size: 38px !important; line-height: .9 !important; margin-bottom: 12px !important; }
  .hsub { font-size: 13px !important; margin-bottom: 20px !important; }
  .hbtns { margin-bottom: 24px !important; }
  #hero .hc { padding: 0 20px 32px !important; }
  .hbadge { margin-bottom: 10px !important; }
  .hvals { margin-bottom: 10px !important; }
}
@media (max-width: 768px) {
  h1.hh { font-size: 32px !important; margin-bottom: 10px !important; }
  .topbar { font-size: 10px !important; padding: 7px 12px !important; gap: 1px !important; }
}
.grecaptcha-badge {
  visibility: visible !important;
  bottom: 24px !important;
  left: 24px !important;
  right: auto !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.3) !important;
}
@media (max-width: 768px) {
  .hvals { display: none !important; }
  .hbadge { display: none !important; }
  h1.hh { font-size: 28px !important; margin-bottom: 8px !important; }
  .hsub { font-size: 13px !important; line-height: 1.5 !important; margin-bottom: 16px !important; }
  .hbtns { margin-bottom: 20px !important; gap: 8px !important; }
  .hstats { padding-top: 16px !important; }
  .hsn { font-size: 28px !important; }
}
@media (max-width: 768px) {
  .hvals { display: flex !important; }
  .hbadge { display: inline-flex !important; }
  .chip { font-size: 8px !important; padding: 3px 7px !important; }
}
.cc { flex-direction: column; gap: 8px; }
.cc-name { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); text-align: center; font-family: 'Barlow', sans-serif; font-weight: 500; }
.cc:hover .cc-name { color: var(--cyan); }
@media (max-width: 768px) {
  .cgrid { grid-template-columns: 1fr 1fr !important; }
  .cc { flex-direction: column !important; align-items: center !important; justify-content: center !important; height: 120px !important; padding: 12px !important; }
  .cc img { max-height: 50px !important; max-width: 100px !important; }
  .cc-name { font-size: 9px !important; text-align: center !important; margin-top: 4px !important; }
}