/* =========================
EMPRESA (complemento)
========================= */

.emp-head{ text-align:center; margin-bottom: 22px; }
.emp-head h2{
  font-size: clamp(20px, 2.5vw, 32px);
  letter-spacing:.2px;
  font-weight: 200;
}
.emp-head p{ margin-top:10px; line-height:1.6; font-size: 14px; }
.emp-head--dark h2{ color:#1C1B17; }
.emp-head--dark p{ color: rgba(28,27,23,.70); }




/* =========================
heroo
========================= */
.heroo{
  position:relative;
  min-height: 520px;
 height: 100vh;
  background:
   
    url("../assets/images/empresa/port01.jpg") center center / cover no-repeat;
  display:flex;
  align-items:center;
  padding: 100px 0 40px;
}

strong.GALERIA{
  color: rgba(255,255,255,.7);
}
.heroo-overlay{
    position:absolute;
  inset:0;

  
}
.heroo-shell{ width:min(var(--max), 94%); margin:0 auto; position:relative; z-index:2; margin-top: 100px; }
.heroo-glass{
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(3px);
  overflow:hidden;
}
.heroo-grid{
  display: grid;
  grid-template-columns: 1fr;   /* antes: .7fr 1.3fr */
  padding: 30px;
  place-items: center;          /* centra horizontal y vertical */
  min-height: 720px;            /* ajusta si querés más/menos alto el glass */
}

.heroo-copy{
  margin-top: 0;                /* antes: 60px */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;          /* centra H1, línea, P y botón */
  justify-content: flex-start;  /* “arriba” dentro del área */
  max-width: 720px;             /* controla el ancho del texto */
  width: 100%;
   
  
}

.heroo-copy h1{
  font-size: clamp(50px, 5.4vw, 65px);
  line-height: 1;
  font-weight: 100;
  text-shadow: 0 10px 22px rgba(0,0,0,.35);
}
.heroo-copy h1 strong{ font-weight: 625; }

.heroo-copy p {
  color: rgba(255,255,255,.86);
  max-width: 380px;
  line-height: 1.6;
  font-size: 19px;
  text-shadow: 0 6px 16px rgba(0,0,0,.25);
  margin-top: 1px;
  
}


.line{  width: 64px; height: 7px; background:#fff; border-radius:999px; margin: 36px 0 12px; opacity:.9;   }
.line-wrapper{
  width: 100%;
  max-width: 150px;
  height: 9px;
  margin: 20px 0;

  background: #BFC7D3; /* gris claro */
  border-radius: 30px;

  box-shadow: 0 50px 90px rgba(0,0,0,.15);
  overflow: hidden;
}

.line-fill{
  width: 60%; /* Ajusta el largo azul */
  height: 100%;

  background: #fff; /* azul */
  border-radius: 30px;

  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.line-wrappera{
  width: 100%;
  max-width: 80px;
  height: 5px;
  margin: 20px 0;
  margin-top: auto;
  background: #BFC7D3; /* gris claro */
  border-radius: 30px;

  box-shadow: 0 50px 90px rgba(0,0,0,.15);
  overflow: hidden;
}

.line-filla{
  width: 60%; /* Ajusta el largo azul */
  height: 100%;

  background: #fff; /* azul */
  border-radius: 30px;

  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}


.heroo-copy p{
  color: rgba(255,255,255,.86);
  max-width: 580px;
  line-height: 2;
  font-size: 17px;
  text-shadow: 0 6px 16px rgba(0,0,0,.25);
  margin-top: 14px;    
}

.heroo-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 26px; }

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 36px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.95);
  text-shadow: 0 6px 16px rgba(0,0,0,.25);
  text-decoration: none;
  font-size: 18px;
  transition: background .2s ease, transform .08s ease;
}

.btn-cta{
  padding: 14px 34px;
  font-size: 18px;
  border-radius: 15px;
  backdrop-filter: blur(20px);
  transition: all .25s ease;
}

.btn-cta i{
  font-size: 20px;
  transition: transform .25s ease, opacity .25s ease;
  opacity: .9;
}

/* Hover elegante */
.btn-cta:hover{
  background: rgba(255,255,255,.22);
  transform: translateY(-2px);
}

.btn-cta:hover i{
  transform: translateX(4px);
  opacity: 1;
}
.btn:hover{ background: rgba(255,255,255,.22); }
.btn:active{ transform: translateY(1px); }
.btn.ghost{ background: transparent; }
.btn.small{ padding:10px 14px; font-size: 12px; }
.btn.azul{
  background: #3D6CAD;
  border: 1px solid #3D6CAD;
  color: #fff;
  text-shadow: none;
}

.btn.azul:hover{
  background: #345E97; /* azul un poco más oscuro */
  border-color: #345E97;
}

.btn.azul:active{
  background: #2C507F;
  transform: translateY(1px);
}


.heroo-mini{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top: 28px;
}
.mini-pill{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 10px 12px;
  display:flex; align-items:baseline; gap:8px;
}
.mini-pill span{ font-weight: 900; font-size: 16px; }
.mini-pill small{ color: rgba(255,255,255,.75); }

/* gallery */
.heroo-gallery{ display:flex; flex-direction:column; gap:10px; }
 /* grid-template-columns: repeat(6, 2fr); */
.gallery-main{
  
  border-radius: 12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
}

.gallery-mainp{
  
  border-radius: 12px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
}
.gallery-main img{ width:100%; height: 350px; object-fit:cover; display:block;  grid-template-columns: unset}
.gallery-mainp img{ width:100%; height: 500px; object-fit:cover; display:block;  grid-template-columns: unset}
.gallery-thumbs{
  display:grid;
  margin-top: -2px;
  grid-template-columns: repeat(3, 2fr);
  gap: 8px;
}
.thumb-card{
  display:flex;
  flex-direction:column;
  border-radius: 14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
  cursor:pointer;
  padding:0;
}
.thumb-card img{ width:100%; height:70px; object-fit:cover; display:block; }
.thumb-meta{ padding:10px; text-align:left; }
.thumb-meta strong{ display:block; font-size:12px; }
.thumb-meta small{ color: rgba(255,255,255,.7); font-size:11px; }
.thumb-card.is-active{ outline: 2px solid rgba(255,255,255,.45); }






/* =========================
SECCIONES LIGHT
========================= */
.emp-light{
  padding: 86px 0;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 55%, #ffffff 100%);
  color:#1C1B17;
}

/* =========================
OBJETIVOS + VISIÓN/MISIÓN
========================= */
.emp-obj{
  display:grid;
 grid-template-columns: .78fr 1.22fr;
  gap: 34px;
  align-items:start;
  margin-top: 80px;
}



.emp-obj__intro{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}



.emp-obj__intro h3{
font-size: clamp(50px,  5.4vw, 65px); line-height: 1.1;  font-weight: 100;   ; 
}


.emp-obj__intro h3 strong{ font-weight: 650; }
.emp-obj__intro p{

font-size: 19px;
  margin-top: 10px;
  color: rgba(28,27,23,.70);
  line-height: 1.6;
  
  max-width: 380px;

}

.emp-circle-link{
  margin-top: 14px;
  display:inline-flex;
  width: 34px; height: 34px;
  border-radius: 999px;
  align-items:center;
  justify-content:center;
  border: 1.5px solid #2F61A8;
  color:#2F61A8;
  text-decoration:none;
  font-size: 18px;
  transition: transform .18s ease, background .18s ease;
}
.emp-circle-link:hover{
  transform: translateX(2px);
  background: rgba(47,97,168,.08);
}

.emp-obj__cards{
  display:grid;
  grid-template-rows: repeat(2, auto);
  gap: 14px;
}

.emp-mini-card{
  display:grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items:center;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.emp-mini-card__body h4{
  font-size: 22px;
  font-weight: 650;
  color:#333;
  margin: 0 0 8px;
  gap: 12px;
}

.emp-mini-card__body p{
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  margin-top: 10px;
  max-width: 700px;
}

.mini-line {
  width: 75px;
  height: 4px;
  background: #D9DDE4;
  border-radius: 999px;
  margin: 8px 0 14px 0px;
  overflow: hidden;
}
.mini-line span {
  display: block;
  width: 55%;
  height: 100%;
  background: #3D6CAD;
  border-radius: 999px;
}

.emp-mini-line{
  width: 75px;
  height: 4px;
  border-radius: 999px;
  background: #D9DDE4;
  overflow:hidden;
  margin-bottom: 8px 0 14px;
}
.emp-mini-line span{
  display:block;
  width: 55%;
  height: 100%;
  background: #3D6CAD;
  border-radius: 999px;
}
.emp-mini-line.blue span{ background:#3D6CAD; }

.emp-mini-line1{
  margin-bottom: 10px;
  width: 75px;
  height: 4px;
  border-radius: 999px;
  background: #D9DDE4;
  overflow:hidden;
  margin-bottom: 8px 0 14px;
}
.emp-mini-line1 span{
  display:block;
  width: 55%;
  height: 100%;
  background: #3D6CAD;
  border-radius: 999px;
}
.emp-mini-line1.blue span{ background:#3D6CAD; }

/* =========================
VALORES
========================= */
.emp-values{
  margin-top: 26px;
  display:grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 30px;
  align-items:ce;
}

.emp-values__grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.emp-value-card{
  padding: 20px;
  border-radius: 25px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}

.emp-value-card__icon{
  display:flex;
  align-items:center;
  justify-content:flex-start; /* o center si lo quieres centrado */
  margin-bottom: 18px;
  color:#2F61A8;
}

.emp-value-card__icon i{
  font-size: 60px; /* controla el tamaño del icono */
}

.emp-value-card h3{
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 650;
  color:#333;
}
.emp-value-card p{
  color: rgba(28,27,23,.70);
  line-height: 1.6;
  font-size: 16px;
}



/* =========================
HISTORIA (video + copy)
========================= */
.emp-story{
  padding: 26px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f3f6fb 60%, #ffffff 100%);
  color:#1C1B17;
}

.emp-story__card{
  margin-top: 56px;
  border-radius: 22px;
  overflow:hidden;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 24px 70px rgba(0,0,0,.10);
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 380px;
}

.emp-story__media{
  position:relative;
  background: #0b1720;
}
.emp-story__media iframe{
  width:100%;
  height:100%;
  min-height: 380px;
  border:0;
  display:block;
}

/* =========================
   VIDEO
========================= */
.video-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.video-cover {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
  filter: saturate(1.5) contrast(1.05);
}
.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.75);
  background: rgba(0,0,0,.25);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform .15s ease, background .2s ease;
}
.video-play:hover  { background: rgba(0,0,0,.48); }
.video-play:active { transform: scale(.98); }


.video-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  z-index: 9999;
}

.video-modal.active{
  opacity: 1;
  visibility: visible;
}

.video-modal__content{
  position: relative;
  width: 100%;
  max-width: 1080px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 25px;
  overflow: hidden;
}

.video-modal iframe{
  width: 100%;
  height: 100%;
}

.video-close{
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}



/* =========================
CAMBIOS MISION Y VISION Y VALORES
========================= */

/* =========================
OBJETIVOS + VALORES (LOOK REFERENCIA)
Pegalo al final para que sobreescriba.
========================= */

:root{
  --brand:#2F61A8;
  --text:#1C1B17;
  --muted: rgba(28,27,23,.70);

  --card-bg: rgba(255,255,255,.92);
  --card-border: rgba(0,0,0,.08);
  --shadow-soft: 0 14px 34px rgba(16,24,40,.10);
  --radius: 18px;
}

/* Más aire general */
.emp-light .container{
  padding-top: 10px;
}

/* ===== TOP: Propósito + Visión/Misión ===== */


/* IZQUIERDA: que NO se vea card (como la imagen) */
/* .emp-obj__intro{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
} */

/* Tipografía similar (ligera + énfasis fuerte) */
/* .emp-obj__intro h3{
  font-size: clamp(34px, 3.1vw, 54px);
  font-weight: 300;
  letter-spacing: -.02em;
  line-height: 1.02;
  color: var(--text);
  margin: 0 0 14px;
} */


/* Párrafo más “corporativo” y con ancho controlado */


/* Línea tipo referencia (gris + azul) */
.line-wrappersemp{
  width: 100%;
  max-width: 150px;
  height: 9px;
  margin: 20px 0;

  background: #BFC7D3; /* gris claro */
  border-radius: 999px;

  box-shadow: 0 50px 90px rgba(0,0,0,.15);
  overflow: hidden;
}

.line-fillsemp{
  width: 60%; /* Ajusta el largo azul */
  height: 100%;

  background: #3B66A9; /* azul */
border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}


.line-wrappers {
  width: 100%;
  max-width: 150px;
  height: 9px;
  margin: 20px 0;
  background: #BFC7D3;
  border-radius: 30px;
  box-shadow: 0 50px 90px rgba(0,0,0,.15);
  overflow: hidden;
}
.line-fills {
  width: 60%;
  height: 100%;
  background: #3B66A9;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.line-wrappersp {
  width: 100%;
  max-width: 130px;
  height: 7px;
  margin: 10px auto 20px;
  background: #BFC7D3;
  border-radius: 999px;
  overflow: hidden;
}
.line-fillsp {
  width: 60%;
  height: 100%;
  background: #3B66A9;
  border-radius: 999px;
}






.line-wrappersempr{
  width: 100%;
  max-width: 150px;
  height: 9px;
   margin: 20px 0;

  background: #BFC7D3;
  border-radius: 29px;
  position: relative;

   box-shadow: 0 50px 90px rgba(0,0,0,.15);
}

.line-fillsempr{
  position: absolute;
  top: 0;
  left: 40%;   /* centra visualmente el azul */
  width: 60%;  /* tamaño corto como en la imagen */
  height: 100%;

  background: #3D6CAD;
  border-radius: 29px;
   box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

/* Botón circular (igual, pero un poco más “premium”) */
.emp-circle-link{
  margin-top: 16px;
  width: 38px; height: 38px;
  font-size: 20px;
  border: 1.5px solid var(--brand);
  box-shadow: 0 10px 22px rgba(47,97,168,.12);
}
.emp-circle-link:hover{
  transform: translateX(3px);
  background: rgba(47,97,168,.10);
}

/* DERECHA: cards más largas y suaves */
.emp-obj__cards{
  gap: 18px;
}

/* Card estilo referencia */
.emp-mini-card{
  padding: 22px 22px;
  border-radius: var(--radius);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
  grid-template-columns: 96px 1fr; /* más espacio para icono circular */
  gap: 18px;
}

/* Icono circular grande (no cajita) */
.emp-mini-card__icon{
  color: var(--brand);
  flex: 0 0 auto;          /* que no se aplaste */
  line-height: 1;
  display:flex;
  align-items:center;
  justify-content:center;
}

.emp-mini-card__icon i{
  font-size: 96px;         /* desktop/base */
}



/* ===== VALORES ===== */
.emp-values{
  margin-top: 46px;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: start;
}

/* Cards valores más minimal */


/* Iconos valores: mejor que sean “badge” sin emoji gigante */

/* DERECHA: que NO sea card (como la referencia) */
.emp-values__side{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-end; /* CLAVE para alinear todo a la derecha */
  text-align: right;
}

/* Título */
.emp-values__side h2{
font-size: clamp(50px,  5.4vw, 65px); line-height: 1.1;  font-weight: 100;   ; }

/* Énfasis */
.emp-values__side strong{
  font-weight: 650;
}



/* Texto */
.emp-values__side p{
  max-width: 220px; /* aumenté un poco para mejor lectura */
  font-size: 19px;
  color: #333;
  margin-top: 5px;
  
  
}

/* Línea gris + azul debajo del título (como referencia) */


/* Responsive: cuando baje a 1 columna mantiene estética */
@media (max-width: 900px){
  .emp-obj{ grid-template-columns: 1fr; }
  .emp-values{ grid-template-columns: 1fr; }
  .emp-obj__intro::after,
  .emp-values__side::after{ margin-bottom: 6px; }
  .emp-mini-card{ grid-template-columns: 88px 1fr; }
}


/* =========================
RESPONSIVE
========================= */
@media (max-width: 980px){
  .emp-obj{ grid-template-columns: 1fr; }
  .emp-values{ grid-template-columns: 1fr; }
  .emp-values__grid{ grid-template-columns: repeat(2, 1fr); }
  .emp-story__card{ grid-template-columns: 1fr; }
  .emp-story__media iframe{ min-height: 320px; }

}

@media (max-width: 720px){
  .emp-values__grid{ grid-template-columns: 1fr; }
  .emp-mini-card{ grid-template-columns: 64px 1fr; }
  .emp-mini-card__icon{ width: 20px; height: 20px; }
  .emp-story__kpis{ grid-template-columns: 1fr; }
}

@media (max-width: 560px){
  .emp-heroo{ height:auto; min-height: 520px; }
  .emp-heroo__glass{ padding: 26px 18px; border-radius: 22px; }
   .emp-mini-card__icon{ width: 10px; height: 10px; }
}




/* =========================================
TV / LAPTOP HD 1360x768
EMPRESA PAGE OPTIMIZATION
========================================= */
@media screen and (min-width:1200px) and (max-width:1440px) and (max-height:900px){

  /* =========================
     HERO
  ========================= */
  .heroo{
    min-height: 720px;
    height: 100vh;
    padding: 88px 0 24px;
  }

  .heroo-shell{
    width: min(1280px, 95%);
  }

  .heroo-glass{
    border-radius: 24px;
  }

  .heroo-grid{
    min-height: 600px;
    padding: 24px;
  }

  .heroo-copy{
    max-width: 760px;
  }

  .heroo-copy h1{
    font-size: clamp(40px, 3.4vw, 58px);
    line-height: .96;
  }

  .heroo-copy p{
    max-width: 560px;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 12px;
  }

  .heroo-actions{
    margin-top: 20px;
  }

  .btn{
    padding: 11px 26px;
    font-size: 12px;
  }

  .btn-cta{
    padding: 12px 24px;
    font-size: 13px;
  }

  .btn-cta i{
    font-size: 18px;
  }

  /* =========================
     GENERAL SECTION
  ========================= */
  .emp-light{
    padding: 62px 0;
  }

  .emp-story{
    padding: 62px 0;
  }

  .emp-motto{
    padding: 68px 0;
  }

  /* =========================
     HEADINGS
  ========================= */
  .emp-head h2{
    font-size: clamp(30px, 2.8vw, 44px);
  }

  .emp-head p{
    font-size: 13px;
  }

  /* =========================
     OBJETIVOS
  ========================= */
  .emp-obj{
    gap: 28px;
    margin-top: 20px;
    align-items: center;
  }

  .emp-obj__intro h3{
    font-size: clamp(40px, 3vw, 54px);
    max-width: 420px;
  }

  .emp-obj__intro p{
    font-size: 14px;
    line-height: 1.6;
    max-width: 240px;
  }

  .line-wrappersemp,
  .line-wrappersempr{
    max-width: 110px;
    height: 6px;
    margin: 18px 0;
  }

  .emp-circle-link{
    width: 34px;
    height: 34px;
    font-size: 17px;
    margin-top: 12px;
  }

  /* =========================
     MINI CARDS
  ========================= */
  .emp-obj__cards{
    gap: 14px;
  }

  .emp-mini-card{
    padding: 18px;
    border-radius: 16px;
    grid-template-columns: 82px 1fr;
    gap: 16px;
  }

  .emp-mini-card__icon i{
    font-size: 74px;
  }

  .emp-mini-card__body h4{
    font-size: 15px;
    margin-bottom: 6px;
  }

  .emp-mini-card__body p{
    font-size: 12px;
    line-height: 1.6;
  }

  .emp-mini-line{
    width: 70px;
    height: 4px;
    margin-bottom: 8px;
  }

  /* =========================
     VALORES
  ========================= */
  .emp-values{
    margin-top: 34px;
    gap: 26px;
  }

  .emp-values__side h3{
    font-size: clamp(40px, 3vw, 52px);
  }

  .emp-values__side p{
    font-size: 15px;
    max-width: 250px;
    line-height: 1.6;
  }

  .emp-values__grid{
    gap: 12px;
  }

  .emp-value-card{
    padding: 18px;
    border-radius: 16px;
  }

  .emp-value-card__icon{
    margin-bottom: 10px;
  }

  .emp-value-card__icon i{
    font-size: 46px;
  }

  .emp-value-card h4{
    font-size: 14px;
  }

  .emp-value-card p{
    font-size: 12px;
    line-height: 1.55;
  }

  /* =========================
     STORY
  ========================= */
  .emp-story__card{
    min-height: 320px;
    border-radius: 18px;
  }

  .emp-story__media iframe{
    min-height: 320px;
  }

  .emp-story__copy{
    padding: 18px;
    gap: 8px;
  }

  .emp-story__copy h3{
    font-size: 16px;
  }

  .emp-story__copy p{
    font-size: 12px;
    line-height: 1.6;
  }

  /* KPIS */
  .emp-story__kpis{
    gap: 8px;
  }

  .emp-story__kpis li{
    padding: 8px 10px;
    border-radius: 12px;
  }

  .emp-story__kpis strong{
    font-size: 14px;
  }

  .emp-story__kpis span{
    font-size: 11px;
  }

  .emp-story__actions{
    margin-top: 6px;
  }

  /* =========================
     MOTTO
  ========================= */
  .emp-motto__small{
    font-size: 13px;
  }

  .emp-motto__big{
    margin-top: 10px;
    font-size: clamp(48px, 5vw, 76px);
    line-height: .96;
  }

  /* =========================
     VIDEO MODAL
  ========================= */
  .video-modal__content{
    max-width: 820px;
    border-radius: 14px;
  }

  .video-close{
    top: -34px;
    font-size: 28px;
  }
}

/* MÓVIL: evita quiebre feo */
@media (max-width: 520px){
  .emp-mini-card{
    flex-direction: column;     /* icono arriba, texto abajo */
    align-items:flex-start;
  }

  .emp-mini-card__icon i{
    font-size: 44px;            /* baja el icono en móvil */
  }
}

@media (max-width:768px){

  .emp-mini-card{
    display:flex;
    align-items:flex-start;
    gap:16px;
  }

  .emp-mini-card__icon{
    width:48px;
    height:48px;
    min-width:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-top:2px;
  }

  .emp-mini-card__icon i{
    font-size:42px;
    line-height:1;
    color:#3D6CAD;
  }
}
