:root{
  --orange:#ff6719;
  --orange-2:#ff8a43;
  --black:#070707;
  --black-2:#0d0d0d;
  --surface:#151515;
  --surface-2:#1c1c1c;
  --white:#f6f6f6;
  --muted:#b7b7b7;
  --line:#323232;
  --container:1180px;
  --shadow:0 25px 70px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Inter,Arial,sans-serif;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button{font:inherit}
.section{padding:96px 0}
.section--dark{background:var(--black-2)}
.eyebrow{display:block;margin-bottom:13px;color:var(--orange);font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.section-heading h2{margin:0 auto 28px;font-size:clamp(56px,5vw,82px);line-height:1.08;letter-spacing:-.004em}
.section-heading p{max-width:780px;margin:20px auto 0;font-size:20px;line-height:1.7;color:#b8b8b8}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:5px;font-size:.76rem;font-weight:800;text-transform:uppercase;transition:.22s ease}
.btn:hover{transform:translateY(-2px)}
.btn--primary{color:#fff;background:var(--orange);border-color:var(--orange);box-shadow:0 12px 30px rgba(255,103,25,.18)}
.btn--primary:hover{background:#df4d00;border-color:#df4d00}
.btn--outline{background:rgba(0,0,0,.18);border-color:#696969}
.btn--outline:hover{color:var(--orange);border-color:var(--orange)}
.header{position:fixed;top:0;left:0;right:0;z-index:100;height:74px;background:rgba(7,7,7,.9);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(16px)}
.header__inner{height:100%;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:11px;margin-right:auto}
.brand__mark{position:relative;width:44px;height:42px;display:inline-block;font-size:0}
.brand__n,.brand__d{position:absolute;top:0;font-size:30px;font-weight:800;line-height:42px}
.brand__n{left:0;color:#fff;transform:skewX(-8deg)}
.brand__d{right:0;color:var(--orange);transform:skewX(8deg)}
.brand__name{font-size:1.12rem}
.brand__name strong{font-weight:800}
.nav{display:flex;align-items:center;gap:28px}
.nav a{font-size:.7rem;font-weight:700;text-transform:uppercase}
.nav a:hover{color:var(--orange)}
.menu-toggle{display:none;width:42px;height:42px;padding:9px;background:none;border:0;cursor:pointer}
.menu-toggle span{display:block;height:2px;margin:5px 0;background:#fff}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 76% 48%,rgba(255,103,25,.12),transparent 31%),linear-gradient(115deg,#080808 0%,#090909 52%,#111 100%)}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(transparent,var(--black));pointer-events:none}
.hero__network{position:absolute;inset:0;opacity:.5;background-image:linear-gradient(rgba(255,103,25,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,103,25,.08) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,transparent 30%,#000)}
.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:55px;align-items:center;padding:130px 0 90px}
.hero__content h1{max-width:760px;margin:0;font-size:clamp(3.2rem,6.8vw,6.6rem);line-height:.94;font-weight:500;letter-spacing:-.06em}
.hero__content h1 span{display:block;color:var(--orange);font-weight:700}
.hero__lead{max-width:690px;margin:28px 0 34px;color:#d6d6d6;font-size:clamp(1rem,1.4vw,1.15rem)}
.hero__lead strong{
    display:block;
    margin-bottom:16px;

    font-size:24px;
    font-weight:700;

    color:#ffffff;
}

.hero__lead span{
    display:block;

    color:#b8b8b8;

    font-size:19px;

    line-height:1.8;
}
.hero__actions{display:flex;flex-wrap:wrap;gap:14px}
.hero__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;padding-top:25px;border-top:1px solid #303030}
.hero__proof strong,.hero__proof span{display:block}
.hero__proof strong{font-size:.84rem;color:#fff}
.hero__proof span{margin-top:4px;color:#8f8f8f;font-size:.72rem;line-height:1.45}
.hero-visual{position:relative;min-height:540px}
.dashboard{position:absolute;right:0;top:80px;width:min(100%,510px);padding:18px;background:linear-gradient(145deg,#202020,#101010);border:1px solid #3a3a3a;border-radius:16px;box-shadow:var(--shadow);transform:perspective(900px) rotateY(-8deg) rotateX(3deg)}
.dashboard__top{display:flex;align-items:center;gap:7px;padding-bottom:14px;border-bottom:1px solid #333}
.dashboard__top span{width:8px;height:8px;border-radius:50%;background:#555}
.dashboard__top span:first-child{background:var(--orange)}
.dashboard__top strong{margin-left:auto;color:#999;font-size:.72rem}
.dashboard__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:15px 0}
.dashboard__metrics article{padding:13px;background:#181818;border:1px solid #2b2b2b;border-radius:8px}
.dashboard__metrics span,.dashboard__metrics strong{display:block}
.dashboard__metrics span{color:#858585;font-size:.62rem}
.dashboard__metrics strong{margin-top:5px;font-size:1.15rem}
.dashboard__body{display:grid;grid-template-columns:1.5fr .7fr;gap:12px;min-height:245px}
.chart{display:flex;align-items:flex-end;gap:11px;padding:25px 18px;background:#151515;border-radius:9px}
.chart i{flex:1;height:var(--h);background:linear-gradient(var(--orange-2),var(--orange));border-radius:4px 4px 1px 1px;box-shadow:0 0 16px rgba(255,103,25,.16)}
.donut{display:grid;place-items:center;margin:auto;width:120px;height:120px;border-radius:50%;background:conic-gradient(var(--orange) 0 72%,#303030 72% 100%);position:relative}
.donut::after{content:"";position:absolute;width:82px;height:82px;border-radius:50%;background:#161616}
.donut span{position:relative;z-index:2;font-weight:800}
.machine{position:absolute;left:0;bottom:20px;width:220px;height:220px;border-radius:36px;background:linear-gradient(145deg,#3b3b3b,#111);border:1px solid #505050;box-shadow:var(--shadow)}
.machine::before,.machine::after{content:"";position:absolute;background:#191919;border:1px solid #474747}
.machine::before{width:66px;height:48px;left:24px;top:-25px;border-radius:8px}
.machine::after{width:44px;height:58px;right:-20px;bottom:38px;border-radius:6px}
.machine__ring{position:absolute;inset:50%;border-radius:50%;transform:translate(-50%,-50%)}
.machine__ring--1{width:145px;height:145px;border:18px solid #242424;box-shadow:inset 0 0 0 2px #555,0 0 30px rgba(255,103,25,.12)}
.machine__ring--2{width:94px;height:94px;border:5px dashed var(--orange)}
.machine__core{position:absolute;left:50%;top:50%;width:48px;height:48px;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,#ffb07d,var(--orange) 35%,#5b1d00 70%);box-shadow:0 0 25px rgba(255,103,25,.5)}
.scroll-hint{position:absolute;z-index:3;bottom:26px;left:50%;transform:translateX(-50%);color:var(--orange);font-size:1.5rem;animation:bounce 1.8s infinite}
@keyframes bounce{50%{transform:translate(-50%,8px)}}
.service-card p{margin:0;color:var(--muted);font-size:.9rem}
.service-card__result{position:absolute;left:32px;right:32px;bottom:28px;padding-top:14px;border-top:1px solid #333;color:var(--orange);font-size:.73rem}
.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.method-step{min-height:280px;padding:28px;background:var(--surface);border:1px solid #303030;border-radius:8px}
.method-step>span{color:var(--orange);font-size:1.8rem;font-weight:800}
.method-step__icon{margin:23px 0;color:var(--orange);font-size:2.4rem}
.method-step h3{margin:0 0 10px;text-transform:uppercase;font-size:.95rem}
.method-step p{margin:0;color:var(--muted);font-size:.88rem}
.method-results{display:flex;justify-content:center;flex-wrap:wrap;gap:18px 48px;margin-top:25px;padding:18px;background:#171717;border-radius:7px}
.method-results span::before{content:"✓";margin-right:9px;color:var(--orange)}
.partner-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:start}
.partner-copy h2{margin:0 0 22px;font-size:clamp(2.2rem,4.2vw,3.7rem);line-height:1.08;font-weight:500;letter-spacing:-.045em}
.partner-copy>p{color:var(--muted)}
.partner-points{display:grid;gap:14px;margin-top:30px}
.partner-points article{padding:18px 20px;border-left:2px solid var(--orange);background:#111}
.partner-points strong,.partner-points span{display:block}
.partner-points span{margin-top:4px;color:var(--muted);font-size:.88rem}
.partner-panel{padding:42px;background:linear-gradient(145deg,#202020,#111);border:1px solid #3a3a3a;border-radius:12px;box-shadow:var(--shadow)}
.partner-panel__label{color:var(--orange);font-size:.75rem;text-transform:uppercase;font-weight:800}
.partner-panel h3{margin:15px 0 30px;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.15;font-weight:500}
.partner-panel__values{display:grid;gap:0}
.partner-panel__values div{display:grid;grid-template-columns:44px 1fr;gap:0 12px;padding:18px 0;border-top:1px solid #3a3a3a}
.partner-panel__values span{grid-row:1/3;color:var(--orange);font-weight:800}
.partner-panel__values small{color:var(--muted)}
.project-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}
.project-copy h2{margin:0 0 20px;font-size:clamp(2.1rem,4.2vw,3.6rem);line-height:1.08;font-weight:500;letter-spacing:-.045em}
.project-copy>p{color:var(--muted)}
.project-features{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px;margin-top:25px}
.project-features span{font-size:.86rem}
.project-features span::before{content:"✓";margin-right:8px;color:var(--orange)}
.project-dashboard{padding:18px;background:#131313;border:1px solid #383838;border-radius:11px;box-shadow:var(--shadow)}
.project-dashboard__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.project-dashboard__metrics article{padding:15px;background:#1b1b1b;border-radius:7px}
.project-dashboard__metrics small,.project-dashboard__metrics strong{display:block}
.project-dashboard__metrics small{color:#888}
.project-dashboard__metrics strong{margin-top:5px;font-size:1rem}
.project-dashboard__content{display:grid;grid-template-columns:1.3fr .8fr;gap:12px;margin-top:12px}
.line-chart{position:relative;min-height:270px;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),#171717;background-size:40px 40px;border-radius:7px}
.line-chart svg{position:absolute;inset:15px;width:calc(100% - 30px);height:calc(100% - 30px);overflow:visible}
.line-chart polyline{fill:none;stroke:var(--orange);stroke-width:2;vector-effect:non-scaling-stroke}
.line-chart>span{position:absolute;left:var(--x);top:var(--y);width:8px;height:8px;background:var(--orange);border-radius:50%;box-shadow:0 0 10px rgba(255,103,25,.8)}
.project-list{padding:18px;background:#171717;border-radius:7px}
.project-list>strong{display:block;margin-bottom:13px;font-size:.83rem}
.project-list>span{display:flex;align-items:center;gap:7px;padding:10px 0;border-top:1px solid #292929;color:#aaa;font-size:.66rem}
.project-list i{width:7px;height:7px;border-radius:50%;background:var(--orange)}
.project-list b{margin-left:auto;color:#ddd;font-weight:600}
.contact-section{

    position:relative;

    overflow:hidden;

    padding:130px 0;

    background:

        linear-gradient(
            rgba(0,0,0,.82),
            rgba(0,0,0,.82)
        ),

        url("../assets/circuit-bg.png");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

}
footer{padding:58px 0 25px;background:#050505;border-top:1px solid #202020}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}
.brand--footer{justify-content:flex-start;margin-bottom:16px}
footer h4{margin:0 0 16px;font-size:.86rem;text-transform:uppercase}
footer p,footer a,footer span{color:#999;font-size:.83rem}
footer a{display:block;margin:8px 0}
footer a:hover{color:var(--orange)}
.copyright{margin-top:45px;padding-top:20px;border-top:1px solid #202020;text-align:center;color:#6f6f6f;font-size:.76rem}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){
  .nav,.header__cta{display:none}
  .menu-toggle{display:block}
  .nav.open{display:flex;position:absolute;top:74px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;padding:18px 22px;background:#0a0a0a;border-bottom:1px solid #333}
  .nav.open a{width:100%;padding:12px 0}
  .hero__grid{grid-template-columns:1fr;padding-bottom:90px}
  .hero__content{max-width:800px}
  .hero-visual{min-height:500px}
  .dashboard{right:4%}
  .machine{left:8%}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .method-grid{grid-template-columns:repeat(2,1fr)}
  .partner-grid,.project-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .section{padding:72px 0}
  .hero__grid{padding:120px 0 70px}
  .hero__content{text-align:center}
  .hero__actions{justify-content:center}
  .hero__proof{grid-template-columns:1fr;text-align:left}
  .hero-visual{min-height:380px;margin-top:5px}
  .dashboard{top:25px;right:0;width:100%;transform:none}
  .machine{display:none}
  .dashboard__metrics{grid-template-columns:1fr 1fr}
  .dashboard__metrics article:last-child{grid-column:1/-1}
  .dashboard__body{grid-template-columns:1fr}
  .donut{display:none}
  .problem-grid,.services-grid,.method-grid{grid-template-columns:1fr}
  .problem-card{border-right:0;border-bottom:1px solid var(--line)}
  .impact-strip{grid-template-columns:1fr;text-align:center}
  .service-card{min-height:280px}
  .partner-panel{padding:28px}
  .project-features{grid-template-columns:1fr}
  .project-dashboard__metrics{grid-template-columns:1fr}
  .project-dashboard__content{grid-template-columns:1fr}
  .line-chart{min-height:220px}
  .footer-grid{grid-template-columns:1fr}
}


/* =========================================================
   NIDA TECH V3 · IMÁGENES CORPORATIVAS OPTIMIZADAS
========================================================= */

.hero-visual--image{
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}

.hero-visual--image img{
  width:min(115%,980px);
  max-width:none;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 30px 55px rgba(0,0,0,.48));
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.78) 12%,#000 28%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.78) 12%,#000 28%,#000 100%);
}

.service-card__image{
  display:block;
  width:74px;
  height:74px;
  object-fit:contain;
  margin:0 0 24px;
  transition:transform .25s ease,filter .25s ease;
}

.service-card:hover .service-card__image{
  transform:scale(1.07);
  filter:drop-shadow(0 0 18px rgba(255,103,25,.30));
}

.method-step__image{
  display:block;
  width:86px;
  height:86px;
  object-fit:contain;
  margin:18px 0 16px;
  transition:transform .25s ease;
}

.method-step:hover .method-step__image{
  transform:translateY(-4px);
}

.partner-points article{
  display:grid;
  grid-template-columns:64px 1fr;
  column-gap:16px;
  align-items:center;
}

.partner-point__icon{
  grid-row:1/3;
  width:58px;
  height:58px;
  object-fit:contain;
}

.partner-points article strong,
.partner-points article span{
  grid-column:2;
}

.partner-panel__values div{
  grid-template-columns:58px 1fr;
  align-items:center;
}

.partner-panel__values div img{
  grid-row:1/3;
  width:52px;
  height:52px;
  object-fit:contain;
}

@media(max-width:1050px){
  .hero-visual--image{
    min-height:470px;
  }

  .hero-visual--image img{
    width:min(100%,920px);
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.86) 8%,#000 24%,#000 100%);
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.86) 8%,#000 24%,#000 100%);
  }
}

@media(max-width:700px){
  .hero-visual--image{
    min-height:auto;
    margin-top:8px;
  }

  .hero-visual--image img{
    width:125%;
    max-width:none;
    transform:translateX(4%);
    -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 78%,transparent 100%);
    mask-image:linear-gradient(180deg,#000 0%,#000 78%,transparent 100%);
  }

  .section-icon{
    width:82px;
    height:82px;
  }

  .service-card__image{
    margin-inline:auto;
  }

  .service-card{
    text-align:center;
  }

  .service-card__result{
    text-align:left;
  }

  .method-step__image{
    margin-inline:auto;
  }

  .method-step{
    text-align:center;
  }

  .partner-points article{
    grid-template-columns:52px 1fr;
  }

  .partner-point__icon{
    width:48px;
    height:48px;
  }
}


/* =========================================================
   NIDA TECH V3.1 · AJUSTE VISUAL SEGÚN MOCKUP DE REFERENCIA
========================================================= */

/* PORTADA COMPLETA CON IMAGEN GRANDE */
.hero{
  min-height:760px;
  background:
    linear-gradient(90deg,
      rgba(5,5,5,.99) 0%,
      rgba(5,5,5,.97) 35%,
      rgba(5,5,5,.70) 52%,
      rgba(5,5,5,.18) 78%,
      rgba(5,5,5,.08) 100%
    ),
    radial-gradient(circle at 75% 42%,rgba(255,103,25,.14),transparent 36%),
    url("../assets/hero-nida.webp") right center/cover no-repeat;
}

.hero::after{
  height:120px;
}

.hero__network{
  opacity:.24;
  mask-image:linear-gradient(90deg,transparent 18%,#000 56%);
}

.hero__grid{
  min-height:760px;
  grid-template-columns:minmax(500px,720px) 1fr;
  padding:130px 0 76px;
}

.hero__content{
  max-width:720px;
}

.hero__content h1{
  max-width:680px;
  font-size:clamp(3.55rem,5.3vw,5.45rem);
  line-height:1.01;
  letter-spacing:-.055em;
}

.hero__lead{
  max-width:650px;
  font-size:1.03rem;
  line-height:1.65;
}

.hero__proof{
  max-width:720px;
  gap:25px;
}

.hero-visual--image{
  display:none;
}
/* SERVICIOS Y MÉTODO MÁS VISUALES */
.service-card__image{
  width:96px;
  height:96px;
}

.method-step__image{
  width:108px;
  height:108px;
}

.partner-point__icon{
  width:72px;
  height:72px;
}

.partner-points article{
  grid-template-columns:78px 1fr;
}

.partner-panel__values div img{
  width:68px;
  height:68px;
}
.section-heading{
  width:100%;
  max-width:none;
  margin:0 auto 42px;
  text-align:center;
}
@media(max-width:1050px){
  .hero{
    min-height:auto;
    background:
      linear-gradient(90deg,rgba(5,5,5,.98),rgba(5,5,5,.72)),
      url("../assets/hero-nida.webp") 68% center/cover no-repeat;
  }

  .hero__grid{
    min-height:720px;
    grid-template-columns:1fr;
  }

  .hero__content{
    max-width:690px;
  }
}

@media(max-width:700px){
  .hero{
    min-height:auto;
    background:
      linear-gradient(180deg,
        rgba(5,5,5,.74) 0%,
        rgba(5,5,5,.94) 58%,
        #070707 100%
      ),
      url("../assets/hero-nida.webp") 70% top/auto 48% no-repeat,
      #070707;
  }

  .hero__grid{
    min-height:auto;
    padding:128px 0 65px;
  }

  .hero__content{
    padding-top:270px;
  }

  .hero__content h1{
    font-size:clamp(2.9rem,14vw,4.25rem);
  }

  .hero__proof{
    grid-template-columns:1fr;
  }
  .service-card__image,
  .method-step__image{
    width:98px;
    height:98px;
  }
}
/* =====================================================
   NIDA TECH FINAL · AJUSTES DEFINITIVOS
===================================================== */

/* PORTADA GRANDE COMO EL DISEÑO DE REFERENCIA */
.hero{
  min-height:760px;
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,.99) 0%,
      rgba(5,5,5,.97) 36%,
      rgba(5,5,5,.72) 52%,
      rgba(5,5,5,.18) 78%,
      rgba(5,5,5,.06) 100%
    ),
    radial-gradient(circle at 77% 44%,rgba(255,103,25,.15),transparent 35%),
    url("../assets/hero-nida.webp") right center / cover no-repeat;
}

.hero__grid{
  min-height:760px;
  grid-template-columns:minmax(520px,720px) 1fr;
  gap:30px;
  padding:130px 0 78px;
}

.hero__content{
  max-width:720px;
}

.hero__content h1{
  max-width:690px;
  font-size:clamp(3.6rem,5.4vw,5.55rem);
  line-height:1;
}

.hero__lead{
  max-width:650px;
  font-size:1.04rem;
  line-height:1.65;
}

/* La imagen ya está como fondo, no se muestra duplicada */
.hero-visual--image{
  display:none;
}

.service-card__image{
  width:100px;
  height:100px;
}

.method-step__image{
  width:112px;
  height:112px;
}

.partner-point__icon{
  width:72px;
  height:72px;
}

.partner-points article{
  grid-template-columns:80px 1fr;
}

.partner-panel__values div img{
  width:68px;
  height:68px;
}
/* TABLET */
@media(max-width:1050px){
  .hero{
    min-height:auto;
    background:
      linear-gradient(90deg,rgba(5,5,5,.98),rgba(5,5,5,.72)),
      url("../assets/hero-nida.webp") 70% center / cover no-repeat;
  }

  .hero__grid{
    min-height:720px;
    grid-template-columns:1fr;
  }
}

/* TELÉFONO */
@media(max-width:700px){
  .hero{
    min-height:auto;
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.34) 0%,
        rgba(5,5,5,.78) 32%,
        rgba(5,5,5,.98) 61%,
        #070707 100%
      ),
      url("../assets/hero-nida.webp") 72% top / auto 45% no-repeat;
  }

  .hero__grid{
    min-height:auto;
    grid-template-columns:1fr;
    padding:116px 0 62px;
  }

  .hero__content{
    max-width:100%;
    padding-top:260px;
    text-align:center;
  }

  .hero__content h1{
    font-size:clamp(2.8rem,14vw,4.2rem);
  }

  .hero__actions{
    justify-content:center;
  }

  .hero__proof{
    grid-template-columns:1fr;
    text-align:left;
  }
  .service-card__image,
  .method-step__image{
    width:100px;
    height:100px;
  }
}
/* Ocultar el logo antiguo hecho con CSS */

.brand__mark,
.brand__n,
.brand__d{
    display:none;
}
.logo{
  display:block;
  width:58px;
  height:58px;
  object-fit:contain;
  flex-shrink:0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
}

@media(max-width:700px){
  .logo{
    width:48px;
    height:48px;
  }
}
/* =====================================================
   NUEVA SECCIÓN DE PROBLEMAS
===================================================== */

.text-orange{
  color:#ff641e;
}

.section-heading--compact{
  max-width:850px;
  margin-bottom:52px;
}

.section-heading--compact h2{
  font-size:clamp(36px,4.5vw,60px);
  line-height:1.08;
}

.section-heading--compact p{
  max-width:720px;
  font-size:18px;
  line-height:1.7;
}

.problems-section{

    position:relative;

    width:100%;

    overflow:hidden;

    padding:100px 0;

    background-image:
        linear-gradient(
            rgba(0,0,0,.40),
            rgba(0,0,0,.55)
        ),
        url("../assets/fondo-general-nida.png");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

}

/* Reloj generado con CSS */
.pain-clock{
  position:relative;
  width:62px;
  height:62px;
  display:block;
  border:4px solid #ff641e;
  border-radius:50%;
  box-shadow:0 0 22px rgba(255,100,30,.25);
}

.pain-clock::before{
  content:"";
  position:absolute;
  left:50%;
  top:14px;
  width:4px;
  height:22px;
  background:#ff641e;
  border-radius:5px;
  transform:translateX(-50%);
}

.pain-clock::after{
  content:"";
  position:absolute;
  left:50%;
  top:34px;
  width:19px;
  height:4px;
  background:#ff641e;
  border-radius:5px;
}

/* =====================================================
   INFORMACIÓN PYMES
===================================================== */

.business-reality{
  padding:54px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(255,100,30,.12),
      transparent 31%
    ),
    linear-gradient(
      145deg,
      #171717,
      #0d0d0d
    );
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}

.business-reality__heading{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}

.business-reality__heading h3{
  margin:9px 0 0;
  font-size:clamp(30px,3.6vw,46px);
  line-height:1.13;
  letter-spacing:-.035em;
}

.business-reality__heading h3 span{
  color:#ff641e;
}

.business-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.business-stat{
  min-height:190px;
  padding:26px;
  display:flex;
  align-items:center;
  gap:20px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
}

.business-stat__number{
  min-width:108px;
  color:#ff641e;
  font-size:42px;
  font-weight:800;
  line-height:1;
  text-align:center;
  text-shadow:0 0 24px rgba(255,100,30,.25);
}

.business-stat__circle{
  width:108px;
  height:108px;
  min-width:108px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:
    radial-gradient(
      circle,
      #191919 54%,
      transparent 56%
    ),
    conic-gradient(
      #ff641e 0 54.2%,
      #4a2515 54.2% 100%
    );
  box-shadow:0 0 25px rgba(255,100,30,.15);
}

.business-stat__circle strong{
  font-size:25px;
  color:#ff641e;
}

.business-stat > div:last-child > strong{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:17px;
  line-height:1.35;
}

.business-stat p{
  margin:0;
  color:#b7b7b7;
  font-size:14px;
  line-height:1.55;
}

.problem-cta{
  margin-top:28px;
  padding:25px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border:1px solid rgba(255,100,30,.45);
  border-radius:18px;
  background:
    linear-gradient(
      90deg,
      rgba(255,100,30,.07),
      rgba(255,255,255,.025)
    );
  box-shadow:0 0 35px rgba(255,100,30,.06);
}

.problem-cta__text{
  max-width:720px;
}

.problem-cta__text strong{
  display:block;
  margin-bottom:6px;
  font-size:24px;
  line-height:1.25;
}

.problem-cta__text strong span{
  color:#ff641e;
}

.problem-cta__text p{
  margin:0;
  color:#b7b7b7;
  line-height:1.55;
}

.problem-cta .btn{
  min-width:245px;
  justify-content:center;
}

.business-sources{
  margin-top:20px;
  color:#737373;
  font-size:12px;
  text-align:center;
}

.business-sources a{
  color:#909090;
  text-decoration:none;
}

.business-sources a:hover{
  color:#ff641e;
}

/* =====================================================
   DASHBOARD Y GRÁFICO
===================================================== */

.project-dashboard--premium{
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:
    radial-gradient(
      circle at 70% 0%,
      rgba(255,100,30,.08),
      transparent 35%
    ),
    #0d0d0d;
  box-shadow:0 35px 90px rgba(0,0,0,.42);
}

.project-dashboard__metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.project-dashboard__metrics article{
  min-width:0;
  padding:20px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:14px;
  background:linear-gradient(
    145deg,
    #191919,
    #131313
  );
}

.project-dashboard__metrics small{
  display:block;
  margin-bottom:7px;
  color:#9c9c9c;
  font-size:13px;
}

.project-dashboard__metrics strong{
  display:block;
  color:#fff;
  font-size:22px;
  line-height:1.2;
}

.metric-change{
  display:block;
  margin-top:8px;
  color:#ff641e;
  font-size:11px;
  font-weight:700;
}

.metric-change--positive{
  color:#33c777;
}

.project-dashboard__content{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(250px,.8fr);
  gap:12px;
  margin-top:12px;
}

.chart-panel,
.project-list--premium{
  min-width:0;
  border:1px solid rgba(255,255,255,.05);
  border-radius:14px;
  background:#151515;
}

.chart-panel{
  padding:18px;
}

.chart-panel__heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:15px;
  margin-bottom:13px;
}

.chart-panel__heading small{
  display:block;
  margin-bottom:4px;
  color:#8d8d8d;
  font-size:11px;
}

.chart-panel__heading strong{
  color:#fff;
  font-size:15px;
}

.chart-panel__heading > span{
  padding:7px 10px;
  color:#b7b7b7;
  font-size:10px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:20px;
}

.modern-chart{
  height:275px;
  display:grid;
  grid-template-columns:42px 1fr;
}

.chart-y-axis{
  padding:8px 0 23px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  color:#777;
  font-size:10px;
}

.chart-visual{
  position:relative;
  min-width:0;
  background-image:
    linear-gradient(
      rgba(255,255,255,.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.045) 1px,
      transparent 1px
    );
  background-size:100% 25%,16.66% 100%;
  border-radius:8px;
}

.chart-visual svg{
  position:absolute;
  inset:10px 5px 25px;
  width:calc(100% - 10px);
  height:calc(100% - 35px);
  overflow:visible;
}

.chart-area{
  fill:url(#chartAreaGradient);
}

.chart-line{
  fill:none;
  stroke:#ff641e;
  stroke-width:4;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:url(#chartGlow);
}

.chart-point{
  fill:#ff641e;
  stroke:#ffad78;
  stroke-width:2;
  filter:url(#chartGlow);
}

.chart-point--featured{
  stroke:#fff;
  stroke-width:3;
}

.chart-value{
  position:absolute;
  right:4px;
  top:0;
  padding:7px 10px;
  color:#fff;
  font-size:11px;
  font-weight:800;
  background:#ff641e;
  border-radius:9px;
  box-shadow:0 7px 25px rgba(255,100,30,.32);
}

.chart-value::after{
  content:"";
  position:absolute;
  right:18px;
  bottom:-5px;
  width:10px;
  height:10px;
  background:#ff641e;
  transform:rotate(45deg);
}

.chart-months{
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  color:#7e7e7e;
  font-size:10px;
  text-align:center;
}

.project-list--premium{
  padding:20px;
}

.project-list__heading{
  padding-bottom:13px;
  margin-bottom:2px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.project-list__heading strong{
  display:block;
  color:#fff;
  font-size:15px;
}

.project-list__heading small{
  display:block;
  margin-top:3px;
  color:#777;
  font-size:10px;
}

.project-list--premium > span{
  display:grid;
  grid-template-columns:10px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:55px;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.project-list--premium > span:last-child{
  border-bottom:0;
}

.project-list--premium em{
  min-width:0;
  overflow:hidden;
  color:#c5c5c5;
  font-size:12px;
  font-style:normal;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.project-list--premium b{
  font-size:12px;
}

.movement-dot{
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
  background:#ff641e;
  box-shadow:0 0 10px rgba(255,100,30,.55);
}

.movement-positive{
  color:#38c878;
}

.movement-negative{
  color:#ff5e51;
}

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

@media(max-width:1050px){

  .pain-grid,
  .business-stats{
    grid-template-columns:1fr;
  }

  .pain-card{

    background:transparent;

    border:none;

    border-radius:0;

    padding:35px 25px;

    text-align:center;

    transition:.35s;

    backdrop-filter:none;

}

  .business-stat{
    min-height:auto;
  }
}

@media(max-width:850px){

  .business-reality{
    padding:35px 22px;
  }

  .project-dashboard__content{
    grid-template-columns:1fr;
  }

  .problem-cta{
    align-items:flex-start;
    flex-direction:column;
  }

  .problem-cta .btn{
    width:100%;
  }
}

@media(max-width:650px){

  .pain-card{
    align-items:flex-start;
    flex-direction:column;
  }

  .pain-card__icon{
    width:88px;
    height:88px;
    min-width:88px;
  }

  .pain-card__icon img{
    width:51px;
    height:51px;
  }

  .pain-clock{
    width:51px;
    height:51px;
  }

  .pain-clock::before{
    top:11px;
    height:19px;
  }

  .pain-clock::after{
    top:29px;
    width:16px;
  }

  .business-stat{
    align-items:flex-start;
    flex-direction:column;
  }

  .project-dashboard__metrics{
    grid-template-columns:1fr;
  }

  .modern-chart{
    height:235px;
  }

  .chart-panel__heading > span{
    display:none;
  }
}

/* =====================================================
   ENCABEZADO MODERNO DE SOLUCIONES
===================================================== */

#soluciones{
  position:relative;
  overflow:hidden;
}

#soluciones::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:700px;
  height:500px;
  background:radial-gradient(
    circle,
    rgba(255,103,25,.09),
    transparent 68%
  );
  transform:translateX(-50%);
  pointer-events:none;
}

.solutions-heading{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1180px;
  margin:0 auto 70px;
  text-align:left;
}

.solutions-heading__top{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:26px;
}

.solutions-heading__top .eyebrow{
  flex-shrink:0;
  margin:0;
}

.solutions-heading__line{
  width:100%;
  height:1px;
  background:linear-gradient(
    90deg,
    rgba(255,103,25,.75),
    rgba(255,255,255,.08),
    transparent
  );
}

.solutions-heading h2{
  max-width:1120px;
  margin:0;
  color:#f6f6f6;
  font-size:clamp(48px,5.2vw,78px);
  font-weight:600;
  line-height:1.02;
  letter-spacing:-.055em;
}

.solutions-heading h2 span{
  display:block;
  color:#ff6719;
}

.solutions-heading__bottom{
  max-width:1120px;
  margin-top:34px;
  padding-top:28px;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) auto;
  align-items:end;
  gap:50px;
  border-top:1px solid rgba(255,255,255,.10);
}

.solutions-heading__bottom p{
  max-width:1000px;
  width:100%;
  color:#b7b7b7;
  font-size:18px;
  line-height:1.7;
}

.solutions-heading__link{
  display:inline-flex;
  align-items:center;
  gap:13px;
  padding-bottom:7px;
  color:#fff;
  font-size:14px;
  font-weight:700;
  border-bottom:1px solid #ff6719;
  white-space:nowrap;
  transition:.25s ease;
}

.solutions-heading__link span{
  color:#ff6719;
  font-size:21px;
  transition:transform .25s ease;
}

.solutions-heading__link:hover{
  color:#ff6719;
}

.solutions-heading__link:hover span{
  transform:translateX(6px);
}

@media(max-width:800px){

  .solutions-heading{
    margin-bottom:48px;
  }

  .solutions-heading h2{
    font-size:clamp(40px,11vw,58px);
  }

  .solutions-heading__bottom{
    grid-template-columns:1fr;
    align-items:start;
    gap:25px;
  }

  .solutions-heading__link{
    width:max-content;
  }
}
.partner-copy,
.partner-panel{
  align-self:start;
}

.partner-panel{
  margin-top:0;
}
.partner-grid{
  align-items:stretch;
}
/* =====================================================
   CONTACTO CENTRADO Y LIMPIO
===================================================== */

.contact-box{

    position:relative;

    z-index:2;

    max-width:1200px;

    margin:auto;

    text-align:center;

}

.contact-copy{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:100%;
  max-width:920px;
  text-align:center;
}

.contact-copy .eyebrow{
  margin-bottom:18px;
}

.contact-copy h2{

    font-size:clamp(60px,6vw,92px);

    line-height:1;

    color:#fff;

    margin:25px auto;

    max-width:900px;

    font-weight:800;

}

.contact-copy p{

    color:#b7b7b7;

    max-width:760px;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

}

.contact-actions{

    display:flex;

    justify-content:center;

    gap:18px;

    margin-top:50px;

    flex-wrap:wrap;

}

.contact-actions .btn{
  width:auto;
  min-width:250px;
  min-height:58px;
}

@media(max-width:700px){

  .contact-box{
    padding:60px 22px;
  }

  .contact-copy h2{
    font-size:clamp(38px,12vw,54px);
  }

  .contact-copy p{
    font-size:16px;
  }

  .contact-actions{
    width:100%;
    flex-direction:column;
  }

  .contact-actions .btn{
    width:100%;
    min-width:0;
  }
}
.contact-section::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:

        linear-gradient(rgba(255,117,31,.08) 1px,transparent 1px),

        linear-gradient(90deg,rgba(255,117,31,.08) 1px,transparent 1px);

    background-size:120px 120px;

    opacity:.25;

    pointer-events:none;

}
/* =====================================================
   DISEÑO FLUIDO PARA TODA LA PÁGINA
===================================================== */

section{
  width:100%;
}

.section{
  width:100%;
  padding-block:clamp(72px,8vw,120px);
}

/* Contenedores fluidos */
.container{
  width:100%;
  max-width:none;
  padding-inline:clamp(24px,4vw,80px);
}

/* Títulos adaptables */
.section-heading{
  width:100%;
  max-width:none;
}

.section-heading h2{
  max-width:1400px;
  margin-inline:auto;
  font-size:clamp(40px,5vw,82px);
  line-height:1.04;
  text-wrap:balance;
}

.section-heading p{
  max-width:1050px;
  margin-inline:auto;
  font-size:clamp(16px,1.4vw,21px);
}

/* Tarjetas de problemas */
.pain-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(18px,2vw,32px);
}

/* Estadísticas */
.business-reality{
  width:100%;
  max-width:none;
}

.business-stats{
  width:100%;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
/* =========================
   SERVICIOS CORREGIDOS
========================= */

.services-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(18px,2vw,30px);
  align-items:stretch;
}

.service-card{
  position:relative;
  width:100%;
  min-height:370px;
  padding:34px 30px 86px;

  display:flex;
  flex-direction:column;
  align-items:flex-start;

  overflow:hidden;

  background:
    linear-gradient(
      145deg,
      rgba(27,27,27,.98),
      rgba(12,12,12,.98)
    );

  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;

  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.service-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,103,25,.55);
  box-shadow:0 22px 55px rgba(0,0,0,.38);
}

.service-card__number{
  position:absolute;
  top:24px;
  right:26px;

  color:rgba(255,255,255,.18);
  font-size:28px;
  font-weight:800;
  line-height:1;
}

.service-card__image{
  display:block;
  width:96px;
  height:96px;
  margin:0 0 26px;

  object-fit:contain;
  filter:drop-shadow(0 0 18px rgba(255,103,25,.18));
}

.service-card h3{
  margin:0 0 15px;

  color:#fff;
  font-size:24px;
  line-height:1.18;
}

.service-card p{
  margin:0;

  color:#b7b7b7;
  font-size:16px;
  line-height:1.7;
}

.service-card__result{
  position:absolute;
  left:30px;
  right:30px;
  bottom:27px;

  padding-top:15px;

  color:#ff6719;
  font-size:13px;
  font-weight:700;
  line-height:1.4;

  border-top:1px solid rgba(255,255,255,.10);
}

@media(max-width:1100px){
  .services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .services-grid{
    grid-template-columns:1fr;
  }

  .service-card{
    min-height:340px;
    padding:30px 24px 78px;
  }

  .service-card__image{
    width:86px;
    height:86px;
  }

  .service-card__result{
    left:24px;
    right:24px;
    bottom:24px;
  }
}

/* Método */
.method-grid{
  width:100%;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(18px,2vw,28px);
}

/* Nosotros */
.partner-grid{
  width:100%;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:clamp(35px,5vw,90px);
}

/* Proyecto */
#proyecto .project-grid{
  width:100%;
  max-width:none;
}

#proyecto .project-dashboard{
  width:100%;
  max-width:none;
}

/* Contacto */
.contact-section .container{
  width:100%;
  max-width:none;
  margin: 0 auto;
  padding-inline:clamp(24px,4vw,80px);
}

.contact-box{
  width:100%;
  max-width:none;
}

/* Navegación fija sin tapar secciones */
section[id]{
  scroll-margin-top:90px;
}

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

@media(max-width:1100px){

  .container{
    padding-inline:32px;
  }

  .pain-grid,
  .business-stats,
  .services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .method-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .partner-grid{
    grid-template-columns:1fr;
  }

  #proyecto .project-dashboard__content{
    grid-template-columns:1fr;
  }

  .contact-box{
    grid-template-columns:1fr;
  }
}

/* =====================================================
   CELULAR
===================================================== */

@media(max-width:700px){

  .container{
    padding-inline:18px;
  }

  .section{
    padding-block:64px;
  }

  .pain-grid,
  .business-stats,
  .services-grid,
  .method-grid{
    grid-template-columns:1fr;
  }

  .pain-card{
    min-height:auto;
  }

  .business-reality{
    padding:30px 20px;
  }

  .project-dashboard__metrics{
    grid-template-columns:1fr;
  }

  .contact-box{
    padding:54px 20px;
  }

  .contact-actions{
    width:100%;
    flex-direction:column;
  }

  .contact-actions .btn{
    width:100%;
  }

  .hero__proof{
    grid-template-columns:1fr;
  }
}
/* =====================================================
   JERARQUÍA Y TAMAÑOS DE TÍTULOS NIDA TECH
   Pegar al final de style.css
===================================================== */

/* Evita cortes de palabras extraños */
h1,
h2,
h3{
  overflow-wrap:normal;
  word-break:normal;
  text-wrap:balance;
}

/* =====================================================
   PROBLEMAS PRINCIPALES
===================================================== */

#problema .section-heading{
  width:100%;
  max-width:1250px;
  margin:0 auto 58px;
  padding-inline:20px;
}

#problema .section-heading h2{
  max-width:1100px;
  margin:0 auto;
  font-size:clamp(46px,5vw,76px);
  line-height:1.02;
  letter-spacing:-0.045em;
}

#problema .section-heading p{
  max-width:900px;
  margin:28px auto 0;
  font-size:clamp(17px,1.35vw,21px);
  line-height:1.65;
}

/* =====================================================
   REALIDAD DE LAS PYMES
===================================================== */

.business-reality__heading{
  width:100%;
  max-width:1050px;
  margin:0 auto 52px;
  padding-inline:20px;
}

.business-reality__heading h3{
  max-width:900px;
  margin:10px auto 0;
  font-size:clamp(38px,4vw,62px);
  line-height:1.06;
  letter-spacing:-0.04em;
  text-align:center;
}

.business-reality__heading h3 span{
  display:inline;
}

/* =====================================================
   NUESTRAS SOLUCIONES
===================================================== */

.solutions-heading{
  width:100%;
  max-width:none;
  margin:0 auto 70px;
}

.solutions-heading h2{
  width:100%;
  max-width:1350px;
  margin:0;
  font-size:clamp(52px,5.3vw,82px);
  line-height:1.02;
  letter-spacing:-0.055em;
}

.solutions-heading h2 span{
  display:block;
}

/* Texto inferior */
.solutions-heading__bottom{
  width:100%;
  max-width:1350px;
}

.solutions-heading__bottom p{
  max-width:1050px;
  font-size:clamp(17px,1.25vw,20px);
  line-height:1.65;
}

/* =====================================================
   PROYECTO DEMOSTRATIVO
===================================================== */

#proyecto .project-copy{
  width:100%;
  max-width:1050px;
}

#proyecto .project-copy h2{
  max-width:900px;
  margin:0 0 24px;
  font-size:clamp(42px,4.4vw,68px);
  line-height:1.04;
  letter-spacing:-0.045em;
}

#proyecto .project-copy > p{
  max-width:850px;
  font-size:clamp(16px,1.2vw,19px);
  line-height:1.65;
}

/* =====================================================
   LLAMADO A LA ACCIÓN PYMES
===================================================== */

.problem-cta__text strong{
  font-size:clamp(22px,2vw,30px);
  line-height:1.2;
}

.problem-cta__text p{
  max-width:800px;
  font-size:clamp(15px,1.15vw,18px);
}

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

@media(max-width:1000px){

  #problema .section-heading h2{
    max-width:none;
    font-size:clamp(44px,7vw,66px);
  }

  .business-reality__heading h3{
    max-width:760px;
  }

  .solutions-heading h2{
    max-width:950px;
    font-size:clamp(48px,7vw,70px);
  }

  #proyecto .project-copy h2{
    max-width:760px;
  }
}

/* =====================================================
   CELULAR
===================================================== */

@media(max-width:700px){

  #problema .section-heading{
    margin-bottom:42px;
  }

  #problema .section-heading h2{
    font-size:clamp(38px,11vw,54px);
    line-height:1.06;
  }

  #problema .section-heading p{
    margin-top:22px;
    font-size:16px;
  }

  .business-reality__heading{
    margin-bottom:35px;
  }

  .business-reality__heading h3{
    font-size:clamp(32px,9vw,46px);
    line-height:1.08;
  }

  .solutions-heading h2{
    font-size:clamp(40px,11vw,56px);
    line-height:1.04;
  }

  #proyecto .project-copy h2{
    font-size:clamp(36px,10vw,50px);
    line-height:1.07;
  }

  .problem-cta__text strong{
    font-size:24px;
  }
}
#problema .section-heading h2{
  width:100%;
  max-width:1500px;
  margin-inline:auto;
}
/* =====================================================
   MEJORA VISUAL CTA CONTACTO
===================================================== */

.contact-section{
  position:relative;
  overflow:hidden;
}

.contact-section::before,
.contact-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(10px);
}

.contact-section::before{
  width:420px;
  height:420px;
  top:-180px;
  left:-120px;
  background:radial-gradient(
    circle,
    rgba(255,103,25,.16),
    transparent 68%
  );
}

.contact-section::after{
  width:380px;
  height:380px;
  right:-100px;
  bottom:-180px;
  background:radial-gradient(
    circle,
    rgba(255,103,25,.10),
    transparent 70%
  );
}

.contact-box{
  position:relative;
  z-index:1;

  max-width:1450px;
  margin:0 auto;
  padding:90px 60px 72px;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255,103,25,.12),
      transparent 40%
    ),
    linear-gradient(
      145deg,
      rgba(27,27,27,.98),
      rgba(14,14,14,.98)
    );

  border:1px solid rgba(255,255,255,.11);
  border-radius:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}

.contact-copy{
  max-width:1000px;
}

.contact-copy h2{
  max-width:900px;
  font-size:clamp(50px,5.2vw,78px);
}

.contact-copy p{
  max-width:820px;
  margin-top:26px;
}

.contact-actions{
  margin-top:38px;
}

.contact-actions .btn{
  min-width:250px;
}

/* Beneficios debajo de los botones */

.contact-box::after{
  content:"Diagnóstico inicial · Propuesta personalizada · Sin compromiso";
  display:block;
  margin-top:38px;
  padding-top:28px;

  color:#9d9d9d;
  font-size:14px;
  letter-spacing:.02em;
  text-align:center;

  border-top:1px solid rgba(255,255,255,.09);
}

/* Línea decorativa superior */

.contact-copy::before{
  content:"";
  width:70px;
  height:3px;
  margin:0 auto 28px;

  display:block;

  background:linear-gradient(
    90deg,
    transparent,
    #ff6719,
    transparent
  );

  border-radius:10px;
}

/* TABLET */

@media(max-width:1000px){

  .contact-box{
    padding:75px 38px 60px;
  }

  .contact-actions{
    flex-wrap:wrap;
  }
}

/* CELULAR */

@media(max-width:700px){

  .contact-box{
    padding:60px 22px 48px;
    border-radius:20px;
  }

  .contact-copy h2{
    font-size:clamp(38px,11vw,54px);
  }

  .contact-copy p{
    font-size:16px;
  }

  .contact-box::after{
    margin-top:30px;
    padding-top:24px;
    font-size:13px;
    line-height:1.6;
  }
}
/* =====================================================
   DECORACIÓN ELÉCTRICA CTA CONTACTO
===================================================== */

.contact-box{
  position:relative;
  overflow:hidden;
}

/* Líneas eléctricas laterales */

.contact-box::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.65;

  background:
    linear-gradient(90deg, transparent 0 5%, rgba(255,103,25,.42) 5% 5.12%, transparent 5.12% 100%),
    linear-gradient(90deg, transparent 0 11%, rgba(255,103,25,.18) 11% 11.08%, transparent 11.08% 100%),
    linear-gradient(90deg, transparent 0 89%, rgba(255,103,25,.18) 89% 89.08%, transparent 89.08% 100%),
    linear-gradient(90deg, transparent 0 95%, rgba(255,103,25,.42) 95% 95.12%, transparent 95.12% 100%),

    linear-gradient(0deg, transparent 0 24%, rgba(255,103,25,.25) 24% 24.12%, transparent 24.12% 100%),
    linear-gradient(0deg, transparent 0 76%, rgba(255,103,25,.25) 76% 76.12%, transparent 76.12% 100%);

  mask-image:linear-gradient(
    90deg,
    #000 0%,
    #000 19%,
    transparent 36%,
    transparent 64%,
    #000 81%,
    #000 100%
  );
}

/* Brillo eléctrico izquierdo */

.contact-section::before{
  content:"";
  position:absolute;
  left:-80px;
  top:50%;
  width:340px;
  height:520px;
  transform:translateY(-50%);

  background:
    radial-gradient(circle at 55% 20%, rgba(255,103,25,.75) 0 3px, transparent 4px),
    radial-gradient(circle at 30% 45%, rgba(255,103,25,.55) 0 4px, transparent 5px),
    radial-gradient(circle at 70% 70%, rgba(255,103,25,.70) 0 3px, transparent 4px),
    linear-gradient(
      145deg,
      transparent 0 22%,
      rgba(255,103,25,.48) 22% 22.8%,
      transparent 23% 42%,
      rgba(255,103,25,.24) 42% 42.6%,
      transparent 43% 100%
    );

  opacity:.65;
  filter:drop-shadow(0 0 18px rgba(255,103,25,.35));
  pointer-events:none;
}

/* Brillo eléctrico derecho */

.contact-section::after{
  content:"";
  position:absolute;
  right:-80px;
  top:50%;
  width:340px;
  height:520px;
  transform:translateY(-50%) scaleX(-1);

  background:
    radial-gradient(circle at 55% 20%, rgba(255,103,25,.75) 0 3px, transparent 4px),
    radial-gradient(circle at 30% 45%, rgba(255,103,25,.55) 0 4px, transparent 5px),
    radial-gradient(circle at 70% 70%, rgba(255,103,25,.70) 0 3px, transparent 4px),
    linear-gradient(
      145deg,
      transparent 0 22%,
      rgba(255,103,25,.48) 22% 22.8%,
      transparent 23% 42%,
      rgba(255,103,25,.24) 42% 42.6%,
      transparent 43% 100%
    );

  opacity:.65;
  filter:drop-shadow(0 0 18px rgba(255,103,25,.35));
  pointer-events:none;
}

/* Mantener el contenido encima */

.contact-copy,
.contact-actions,
.contact-box > *{
  position:relative;
  z-index:2;
}

/* Animación muy suave */

@keyframes electricPulse{
  0%,100%{
    opacity:.45;
  }

  50%{
    opacity:.8;
  }
}

.contact-section::before,
.contact-section::after{
  animation:electricPulse 4s ease-in-out infinite;
}

/* TABLET */

@media(max-width:1000px){

  .contact-section::before,
  .contact-section::after{
    width:250px;
    height:440px;
    opacity:.4;
  }
}

/* CELULAR */

@media(max-width:700px){

  .contact-section::before,
  .contact-section::after{
    width:160px;
    height:320px;
    opacity:.28;
  }

  .contact-box::before{
    opacity:.35;
  }
}
/* =====================================================
   FONDO FINAL SECCIÓN CONTACTO NIDA TECH
===================================================== */

.contact-section{
  position:relative;
  overflow:hidden;
  padding:95px 0;

  background-image:
    linear-gradient(
      rgba(0,0,0,.20),
      rgba(0,0,0,.28)
    ),
    url("../assets/circuit-bg.png");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

/* Quitamos las decoraciones antiguas que estaban tapando el fondo */
.contact-section::before,
.contact-section::after{
  display:none;
}

/* Caja transparente para que se vea la imagen */
.contact-section .contact-box{
  position:relative;
  z-index:2;

  width:min(100% - 40px, 1450px);
  max-width:1450px;
  margin:0 auto;
  padding:85px 60px 65px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  text-align:center;

  background:rgba(10,10,10,.68);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);

  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}

/* Quita las líneas artificiales anteriores dentro de la caja */
.contact-section .contact-box::before{
  display:none;
}

/* Contenido centrado */
.contact-section .contact-copy{
  width:100%;
  max-width:1050px;
  margin:0 auto;
  text-align:center;
}

/* Línea salmón sobre "Conversemos" */
.contact-section .contact-copy::before{
  content:"";
  display:block;
  width:70px;
  height:3px;
  margin:0 auto 25px;

  background:linear-gradient(
    90deg,
    transparent,
    #ff751f,
    transparent
  );

  border-radius:10px;
}

/* Etiqueta */
.contact-section .eyebrow{
  margin-bottom:28px;
  color:#ff751f;
  text-align:center;
}

/* Título correctamente centrado */
.contact-section .contact-copy h2{
  width:100%;
  max-width:1050px;

  margin:0 auto;

  color:#ffffff;
  font-size:clamp(48px,5.2vw,82px);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-.045em;

  text-align:center;
  text-wrap:initial;
  overflow-wrap:normal;
  word-break:normal;
}

/* Descripción */
.contact-section .contact-copy p{
  width:100%;
  max-width:850px;

  margin:34px auto 0;

  color:#b7b7b7;
  font-size:clamp(17px,1.4vw,21px);
  line-height:1.7;
  text-align:center;
}

/* Botones */
.contact-section .contact-actions{
  width:100%;
  margin-top:42px;

  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
}

.contact-section .contact-actions .btn{
  min-width:250px;
  min-height:58px;
}

/* Texto inferior */
.contact-section .contact-box::after{
  content:"Diagnóstico inicial · Propuesta personalizada · Sin compromiso";

  width:min(100%,900px);
  margin:38px auto 0;
  padding-top:27px;

  color:#9d9d9d;
  font-size:14px;
  text-align:center;

  border-top:1px solid rgba(255,255,255,.10);
}

/* TABLET */
@media(max-width:1000px){

  .contact-section{
    padding:75px 0;
    background-position:center;
  }

  .contact-section .contact-box{
    width:calc(100% - 36px);
    padding:72px 35px 55px;
  }

  .contact-section .contact-copy h2{
    max-width:850px;
    font-size:clamp(46px,7vw,70px);
  }
}

/* CELULAR */
@media(max-width:700px){

  .contact-section{
    padding:45px 0;
    background-size:auto 100%;
    background-position:center;
  }

  .contact-section .contact-box{
    width:calc(100% - 24px);
    padding:55px 20px 42px;
    border-radius:20px;

    background:rgba(8,8,8,.70);
  }

  .contact-section .contact-copy h2{
    max-width:100%;
    font-size:clamp(38px,11vw,54px);
    line-height:1.04;
    letter-spacing:-.04em;
  }

  .contact-section .contact-copy p{
    margin-top:25px;
    font-size:16px;
  }

  .contact-section .contact-actions{
    flex-direction:column;
    margin-top:32px;
  }

  .contact-section .contact-actions .btn{
    width:100%;
    min-width:0;
  }

  .contact-section .contact-box::after{
    margin-top:30px;
    padding-top:23px;
    font-size:13px;
    line-height:1.6;
  }
}
/* =====================================================
   FOOTER NIDA TECH CORREGIDO
===================================================== */

footer{
  padding:65px 0 28px;
  background:#050505;
  border-top:1px solid rgba(255,255,255,.08);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:80px;
  align-items:start;
}

.footer-brand{
  max-width:480px;
}

.brand--footer{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  margin-bottom:22px;
}

.footer-brand p{
  max-width:470px;
  margin:0;

  color:#9d9d9d;
  font-size:15px;
  line-height:1.7;
}

.footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.footer-column h4{
  margin:0 0 18px;

  color:#ffffff;
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
}

.footer-column a,
.footer-column span{
  display:block;
  margin:0 0 10px;

  color:#a8a8a8;
  font-size:14px;
  line-height:1.55;
}

.footer-column a:hover{
  color:#ff751f;
}

.copyright{
  margin-top:55px;
  padding-top:22px;

  border-top:1px solid rgba(255,255,255,.08);

  color:#6f6f6f;
  font-size:13px;
  text-align:center;
}

/* TABLET */
@media(max-width:900px){

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:45px;
  }

  .footer-brand{
    grid-column:1 / -1;
  }
}

/* CELULAR */
@media(max-width:600px){

  footer{
    padding:50px 0 25px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:35px;
  }

  .footer-brand{
    grid-column:auto;
  }

  .footer-column h4{
    margin-bottom:14px;
  }

  .copyright{
    margin-top:40px;
  }
}
/* =====================================================
   FONDO GENERAL DE TODA LA WEB
===================================================== */

html{
  background:#050505;
}

/* Las secciones normales dejan ver el fondo general */
main,
.section{
  position:relative;
}

/* Fondo semitransparente para que el texto siga siendo legible */
.section:not(.section--dark):not(.contact-section){
  background:rgba(7,7,7,.36);
}

/* Las secciones oscuras mantienen su propio estilo */
.section--dark{
  background:rgba(13,13,13,.88);
}

/* =====================================================
   SECCIONES QUE CONSERVAN SU FONDO PROPIO
===================================================== */

/* Portada */
.hero{
  background:
    linear-gradient(
      90deg,
      rgba(5,5,5,.99) 0%,
      rgba(5,5,5,.94) 38%,
      rgba(5,5,5,.60) 58%,
      rgba(5,5,5,.15) 100%
    ),
    radial-gradient(
      circle at 77% 44%,
      rgba(255,117,31,.15),
      transparent 35%
    ),
    url("../assets/hero-nida.webp") right center / cover no-repeat;
}

/* Contacto conserva su fondo de circuitos horizontal */
.contact-section{
  background-image:
    linear-gradient(
      rgba(0,0,0,.18),
      rgba(0,0,0,.28)
    ),
    url("../assets/fondo-circuitos-nida.webp");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:scroll;
}

/* Footer permanece oscuro */
footer{
  background:rgba(5,5,5,.97);
  border-top:1px solid rgba(255,255,255,.08);
}

/* =====================================================
   BLOQUES INTERNOS
===================================================== */

/* Las tarjetas y paneles conservan sus fondos */
.pain-card,
.service-card,
.method-step,
.partner-panel,
.business-reality,
.project-dashboard,
.contact-box{
  background-color:rgba(18,18,18,.92);
}

/* Los contenedores quedan encima del fondo */
.container{
  position:relative;
  z-index:2;
}
/* =====================================================
   RESPONSIVE DEL FONDO GENERAL
===================================================== */

@media(max-width:1000px){

  body{
    background-size:auto 100vh;
    background-position:center top;
    background-attachment:fixed;
  }

  .section:not(.section--dark):not(.contact-section){
    background:rgba(7,7,7,.48);
  }

  .section--dark{
    background:rgba(13,13,13,.92);
  }
}

@media(max-width:700px){

  body{
    background-size:auto 100vh;
    background-position:center top;
    background-attachment:scroll;
  }

  .section:not(.section--dark):not(.contact-section){
    background:rgba(7,7,7,.64);
  }

  .section--dark{
    background:rgba(10,10,10,.95);
  }

  .hero{
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.32) 0%,
        rgba(5,5,5,.82) 35%,
        rgba(5,5,5,.98) 65%,
        #070707 100%
      ),
      url("../assets/hero-nida.webp") 72% top / auto 45% no-repeat;
  }

  .contact-section{
    background-size:auto 100%;
    background-position:center;
  }
}
/* =====================================================
   PROBLEMAS SIN TARJETAS GRANDES
===================================================== */
.pain-grid{
  width:min(100%,1450px);
  margin:0 auto;

  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(30px,4vw,70px);

  align-items:start;
}

/* Sin cajas negras */
.pain-card{
  position:relative;

  width:100%;
  min-height:0;

  padding:20px 28px 35px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;

  text-align:center;

  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  backdrop-filter:none;

  transition:transform .3s ease;
}

/* Separación suave entre columnas */
.pain-card:not(:last-child)::after{
  content:"";

  position:absolute;
  top:15%;
  right:calc(clamp(30px,4vw,70px) / -2);
  width:1px;
  height:70%;

  background:linear-gradient(
    transparent,
    rgba(255,117,31,.35),
    transparent
  );
}

/* Hover suave */
.pain-card:hover{
  transform:translateY(-7px);
  border:none;
  box-shadow:none;
}

/* Círculo del icono */
.pain-card__icon{
  width:115px;
  height:115px;
  min-width:115px;

  margin:0 auto 25px;

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

  border-radius:50%;

  background:
    radial-gradient(
      circle,
      rgba(255,117,31,.13),
      rgba(255,117,31,.04) 65%,
      transparent 67%
    );

  border:2px solid rgba(255,117,31,.45);

  box-shadow:
    0 0 28px rgba(255,117,31,.10),
    inset 0 0 25px rgba(255,117,31,.05);

  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.pain-card:hover .pain-card__icon{
  transform:scale(1.05);
  border-color:#ff751f;

  box-shadow:
    0 0 38px rgba(255,117,31,.24),
    inset 0 0 25px rgba(255,117,31,.10);
}

/* Imágenes de los iconos */
.pain-card__icon img{
  width:68px;
  height:68px;

  display:block;
  object-fit:contain;

  transform:none;
}

/* Reloj creado con CSS */
.pain-clock{
  width:57px;
  height:57px;

  border-width:4px;
}

/* Títulos más pequeños */
.pain-card h3{
  margin:0 0 14px;

  color:#ffffff;

  font-size:clamp(27px,2.2vw,37px);
  line-height:1.12;
  letter-spacing:-.025em;
}

.pain-card h3 span{
  display:inline;
  color:#ff751f;
}

/* Texto más compacto */
.pain-card p{
  width:100%;
  max-width:360px;

  margin:0 auto;

  color:#c1c1c1;

  font-size:clamp(15px,1.15vw,18px);
  line-height:1.65;
}

/* TABLET */
@media(max-width:950px){

  .pain-grid{
    grid-template-columns:1fr;
    gap:15px;
  }

  .pain-card{
    width:min(100%,700px);
    margin:0 auto;
    padding:28px 20px 35px;
  }

  .pain-card:not(:last-child)::after{
    top:auto;
    right:10%;
    bottom:0;

    width:80%;
    height:1px;

    background:linear-gradient(
      90deg,
      transparent,
      rgba(255,117,31,.35),
      transparent
    );
  }
}

/* CELULAR */
@media(max-width:650px){

  .pain-card{
    align-items:center;
    padding:24px 15px 30px;
    text-align:center;
  }

  .pain-card__icon{
    width:95px;
    height:95px;
    min-width:95px;
    margin-bottom:20px;
  }

  .pain-card__icon img{
    width:57px;
    height:57px;
  }

  .pain-clock{
    width:50px;
    height:50px;
  }

  .pain-card h3{
    font-size:29px;
  }

  .pain-card p{
    max-width:330px;
    font-size:16px;
  }
}
/* =====================================================
   CORRECCIÓN DEFINITIVA DEL FONDO
===================================================== */

/* Fondo general de la web */
body{
  background-image:
    linear-gradient(
      rgba(0,0,0,.35),
      rgba(0,0,0,.48)
    ),
    url("../assets/fondo-general-nida.png");

  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

/* La sección de problemas ocupa todo el ancho */
.problems-section{
  position:relative;
  width:100%;
  overflow:hidden;

  background-image:
    linear-gradient(
      rgba(0,0,0,.34),
      rgba(0,0,0,.48)
    ),
    url("../assets/fondo-general-nida.png");

  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:scroll;
}

/* El contenido sigue centrado, pero el fondo ocupa toda la pantalla */
.problems-section > .container{
  position:relative;
  z-index:2;
  width:100%;
}

/* TABLET */
@media(max-width:1000px){

  body{
    background-size:cover;
    background-position:center top;
  }

  .problems-section{
    background-size:cover;
    background-position:center center;
  }
}

/* CELULAR */
@media(max-width:700px){

  body{
    background-size:cover;
    background-position:center top;
    background-attachment:scroll;
  }

  .problems-section{
    width:100%;
    min-height:100vh;

    background-image:
      linear-gradient(
        rgba(0,0,0,.28),
        rgba(0,0,0,.42)
      ),
      url("../assets/fondo-general-nida.png");

    /*
      La imagen es vertical. Con cover llena todo el ancho,
      aunque se recorten un poco la parte superior e inferior.
    */
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }

  .problems-section > .container{
    width:100%;
    padding-left:18px;
    padding-right:18px;
  }
}
/* =====================================================
   TRANSICIÓN CONTACTO → FOOTER
===================================================== */

.contact-section{
    position:relative;
    z-index:1;
}

.contact-section::after{

    content:"";

    position:absolute;

    left:0;
    right:0;
    bottom:-1px;

    height:180px;

    background:linear-gradient(

        rgba(0,0,0,0),

        rgba(8,8,8,.96)

    );

    pointer-events:none;

}
footer::before{

    content:"";

    position:absolute;

    inset:0;

    opacity:.18;

    background-image:

        linear-gradient(

            rgba(255,117,31,.04) 1px,

            transparent 1px

        ),

        linear-gradient(

            90deg,

            rgba(255,117,31,.04) 1px,

            transparent 1px

        );

    background-size:80px 80px;

}
.brand--footer .logo{

    width:62px;

    filter:

        drop-shadow(0 0 10px rgba(255,117,31,.20));

}
footer{

    position:relative;

    overflow:hidden;

    background:

        radial-gradient(

            circle at top,

            rgba(255,117,31,.08),

            transparent 35%

        ),

        linear-gradient(

            #171616,

            #0c0c0c

        );

    border-top:1px solid rgba(255,117,31,.20);

}
/* =========================================
   LOGO HORIZONTAL DEL HEADER
========================================= */

.brand{
  display:flex;
  align-items:center;
  flex-shrink:0;
  text-decoration:none;
}

.logo-horizontal{
  display:block;
  width:220px;
  height:auto;
  object-fit:contain;
}

/* Tablet */
@media(max-width:900px){

  .logo-horizontal{
    width:190px;
  }

}

/* Celular */
@media(max-width:600px){

  .logo-horizontal{
    width:155px;
  }

}
header,
.site-header,
.navbar{
  min-height:78px;
}

header .container,
.site-header .container,
.navbar .container{
  min-height:78px;
  display:flex;
  align-items:center;
}
/* =====================================================
   LOGO HORIZONTAL NIDA TECH
===================================================== */

.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex-shrink:0;
}

.logo-horizontal{
  display:block;
  width:270px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}

/* Logo del encabezado */
.brand--header{
  display:flex;
  align-items:center;
}

.brand--header .logo-horizontal{
  width:230px;
  height:auto;
}

/* Logo del footer */
.brand--footer{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:24px;
}

.logo-horizontal--footer{
  width:300px;
  height:auto;
}

/* TABLET */
@media(max-width:900px){

  .brand--header .logo-horizontal{
    width:200px;
  }

  .logo-horizontal--footer{
    width:270px;
  }
}

/* CELULAR */
@media(max-width:600px){

  .brand--header .logo-horizontal{
    width:170px;
  }

  .logo-horizontal--footer{
    width:240px;
  }
}
/* =====================================================
   ALTURA DEL HEADER
===================================================== */

header,
.site-header,
.navbar{
  min-height:82px;
}

header .container,
.site-header .container,
.navbar .container{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

@media(max-width:600px){

  header,
  .site-header,
  .navbar{
    min-height:72px;
  }

  header .container,
  .site-header .container,
  .navbar .container{
    min-height:72px;
  }
}
.footer-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  max-width:520px;
}

.footer-brand p{
  max-width:480px;
  margin:0;
  color:#b5b5b5;
  font-size:15px;
  line-height:1.7;
}