/* HF74 · Cinta de clases en vivo que conserva el ancla de Sobre nosotros en la portada. */
.page-home .home-live-strip-section{padding:18px 0 28px!important;background:#f4f7f6;}
.page-home .home-live-strip{
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  min-height:290px;
  overflow:hidden;
  border-radius:0 0 24px 24px;
  background:#071d35;
  box-shadow:0 14px 32px rgba(13,38,64,.12);
}
.page-home .home-live-strip:after{
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(90deg,rgba(4,23,45,.99) 0%,rgba(5,29,54,.96) 43%,rgba(5,29,54,.38) 68%,rgba(5,29,54,.04) 100%);
  content:"";
}
.page-home .home-live-strip-image{
  position:absolute;
  z-index:-2;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.page-home .home-live-strip-copy{position:relative;z-index:1;max-width:720px;padding:42px 56px;color:#fff;}
.page-home .home-live-strip-copy>span{display:block;margin-bottom:10px;color:#71e6a5;font-size:13px;font-weight:850;letter-spacing:.1em;}
.page-home .home-live-strip-copy h2{margin:0;color:#fff;font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:clamp(31px,3.3vw,48px);font-weight:800;line-height:1.07;letter-spacing:-.035em;}
.page-home .home-live-strip-copy p{max-width:650px;margin:12px 0 20px;color:#c8d4e1;font-size:18px;line-height:1.48;}
.page-home .home-live-strip-copy a{display:inline-flex;align-items:center;gap:15px;padding:13px 18px;border-radius:10px;background:#07964b;color:#fff;font-size:16px;font-weight:800;text-decoration:none;}
.page-home .home-live-strip-copy a:hover{background:#07833f;color:#fff;}
.page-home .home-live-strip-copy a b{font-size:21px;line-height:1;}
.page-home .home-live-strip-status{position:absolute;z-index:1;bottom:18px;left:24px;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(7,26,48,.78);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(8px);}
.page-home .home-live-strip-status i{width:9px;height:9px;border-radius:50%;background:#54dd94;box-shadow:0 0 0 4px rgba(84,221,148,.18);}
@media(max-width:760px){
  .page-home .home-live-strip-section{padding:14px 0 22px!important;}
  .page-home .home-live-strip{min-height:0;border-radius:0 0 18px 18px;}
  .page-home .home-live-strip:after{background:linear-gradient(180deg,rgba(4,23,45,.94) 0%,rgba(5,29,54,.8) 54%,rgba(5,29,54,.3) 100%);}
  .page-home .home-live-strip-copy{padding:34px 24px 78px;}
  .page-home .home-live-strip-copy h2{font-size:clamp(28px,8vw,38px);}
  .page-home .home-live-strip-copy p{font-size:16px;}
  .page-home .home-live-strip-status{bottom:16px;left:18px;}
}
