/* /es/corporativo/corporativo.css */

:root{
  --kg-accent:#3399FF;
  --kg-navy:#1e2a38;
  --kg-ink:#212b36;
  --kg-soft:#f8f9fa;
}

#kg-about-scope, #kg-about-scope *{
  font-family:'Poppins','Popins','Popions',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  box-sizing:border-box;
}

#kg-about-scope .fas,
#kg-about-scope .far,
#kg-about-scope .fab,
#kg-about-scope i[class^="fa"],
#kg-about-scope i[class*=" fa-"]{
  font-family:"Font Awesome 5 Free" !important;
  font-weight:900 !important;
  font-style:normal;
}

#kg-about-scope{
  display:block !important;
  position:relative !important;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

#kg-about-scope .kg-hero{
  position:relative;
  width:100%;
  height:460px;
  overflow:hidden;
  background:#0b1f3b;
}

#kg-about-scope .kg-hero::before,
#kg-about-scope .kg-hero::after{
  content:none !important;
  display:none !important;
}

#kg-about-scope .kg-hero-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%;
  display:block;
}

#kg-about-scope .kg-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(0,0,0,.30);
}

#kg-about-scope .kg-hero-inner{
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  transform:translateX(-50%) translateY(10px);
  width:min(1200px, calc(100% - 60px));
  padding:0 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  z-index:2;
}

#kg-about-scope .kg-hero-title,
#kg-about-scope .kg-hero-sub,
#kg-about-scope .kg-hero h1,
#kg-about-scope .kg-hero p{
  background:transparent !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

#kg-about-scope .kg-hero-title{
  margin:0;
  color:#fff;
  font-weight:800;
  letter-spacing:-0.3px;
  font-size:3.15rem;
  line-height:1.12;
  text-shadow:0 10px 28px rgba(0,0,0,.38);
}

#kg-about-scope .kg-hero-sub{
  margin:8px 0 0 0;
  max-width:820px;
  color:rgba(255,255,255,.94);
  font-size:1.18rem;
  font-weight:600;
  line-height:1.45;
  text-shadow:0 8px 22px rgba(0,0,0,.36);
}

#kg-about-scope .kg-about-content{
  max-width:1200px;
  margin:64px auto 42px;
  padding:0 30px 22px;
  background:#fff;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

#kg-about-scope .kg-about-intro{
  max-width:980px;
  margin:0 auto 54px;
  text-align:center;
}

#kg-about-scope .kg-about-lead{
  font-size:1.18rem;
  font-weight:400;
  line-height:1.85;
  color:var(--kg-ink);
  margin:0;
}

#kg-about-scope .kg-about-grid{
  display:flex;
  gap:78px;
  align-items:flex-start;
}

#kg-about-scope .kg-about-sidebar{
  flex:0 0 360px;
  min-width:320px;
}

#kg-about-scope .kg-about-body{
  flex:1;
  min-width:0;
}

#kg-about-scope .kg-about-vision{
  background:var(--kg-soft);
  border-left:5px solid var(--kg-accent);
  border-top:1px solid rgba(0,0,0,0.10);
  border-right:1px solid rgba(0,0,0,0.10);
  border-bottom:1px solid rgba(0,0,0,0.10);
  padding:34px 24px;
  border-radius:10px;
  margin-bottom:22px;
  box-shadow:0 8px 20px rgba(0,0,0,0.06);
  overflow:hidden;
}

#kg-about-scope .kg-about-vision h4{
  color:var(--kg-navy);
  margin:0 0 10px 0;
  font-size:1.12rem;
  display:flex;
  align-items:center;
  gap:10px;
}

#kg-about-scope .kg-about-vision p{
  font-style:italic;
  color:#2c3e50;
  font-size:1rem;
  line-height:1.85;
  margin:0;
  text-align:left;
  font-weight:400;
}

#kg-about-scope .kg-about-services{
  display:flex;
  flex-direction:column;
  gap:14px;
}

#kg-about-scope .kg-about-service{
  position:relative;
  background:#fff;
  border:1px solid rgba(0,0,0,0.12);
  border-radius:10px;
  padding:24px 16px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:84px;
  height:auto;
  overflow:hidden;
  cursor:default;
  box-shadow:0 6px 16px rgba(0,0,0,0.05);
  transition:
    transform .24s ease,
    background .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

#kg-about-scope .kg-about-service::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:0;
  background:var(--kg-accent);
  transition:width .24s ease;
}

#kg-about-scope .kg-about-service:hover{
  transform:translateX(8px) translateY(-5px) scale(1.018);
  background:linear-gradient(135deg, rgba(51,153,255,0.13), rgba(255,255,255,1) 72%);
  border-color:rgba(51,153,255,0.62);
  box-shadow:0 18px 34px rgba(30,42,56,0.18);
}

#kg-about-scope .kg-about-service:hover::before{
  width:5px;
}

#kg-about-scope .kg-about-service i{
  position:relative;
  z-index:1;
  color:var(--kg-accent);
  font-size:1.15rem;
  min-width:26px;
  width:26px;
  height:26px;
  text-align:center;
  line-height:26px;
  margin-top:0;
  border-radius:50%;
  transition:
    background .24s ease,
    color .24s ease,
    transform .24s ease;
}

#kg-about-scope .kg-about-service:hover i{
  background:var(--kg-accent);
  color:#fff;
  transform:scale(1.12);
}

#kg-about-scope .kg-about-service-text{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}

#kg-about-scope .kg-about-service-text strong{
  font-weight:700;
  color:var(--kg-navy);
  font-size:1.02rem;
  line-height:1.25;
}

#kg-about-scope .kg-about-service-text span{
  font-weight:400;
  color:#55606c;
  font-size:.96rem;
  line-height:1.45;
}

#kg-about-scope .kg-about-body p{
  font-size:1.06rem;
  line-height:1.95;
  color:var(--kg-ink);
  margin:0 0 22px 0;
  text-align:left;
  font-weight:400;
}

#kg-about-scope .kg-about-dropcap{
  float:left;
  font-size:3.7rem;
  line-height:0.86;
  margin-right:12px;
  margin-top:4px;
  color:var(--kg-navy);
  font-weight:700;
}

#kg-about-scope .kg-about-body p:first-of-type::after{
  content:"";
  display:block;
  clear:both;
}

#kg-about-scope .kg-about-closing{
  margin-top:34px;
  border-top:1px solid rgba(0,0,0,0.08);
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
}

#kg-about-scope .kg-about-closing p{
  flex:1;
  font-size:1.06rem;
  line-height:1.95;
  margin:0;
  color:var(--kg-ink);
}

#kg-about-scope .kg-about-signature{
  font-style:italic;
  color:var(--kg-accent);
  font-weight:600;
  white-space:nowrap;
  text-decoration:none !important;
  margin-top:6px;
}

@media (max-width:1000px){
  #kg-about-scope .kg-hero{
    height:360px;
  }

  #kg-about-scope .kg-hero-inner{
    padding:0 18px;
    width:min(1200px, calc(100% - 36px));
    transform:translateX(-50%) translateY(6px);
  }

  #kg-about-scope .kg-about-content{
    margin:52px auto 30px;
    padding:0 18px 18px;
  }

  #kg-about-scope .kg-about-grid{
    flex-direction:column;
    gap:34px;
  }

  #kg-about-scope .kg-about-sidebar{
    flex:auto;
    width:100%;
    min-width:0;
  }

  #kg-about-scope .kg-about-closing{
    flex-direction:column;
    align-items:flex-start;
  }

  #kg-about-scope .kg-about-signature{
    align-self:flex-end;
  }
}

@media (max-width:520px){
  #kg-about-scope .kg-hero{
    height:310px;
  }

  #kg-about-scope .kg-hero-title{
    font-size:1.9rem;
  }

  #kg-about-scope .kg-hero-sub{
    font-size:1rem;
  }
}
