
:root{--umc-orange:#ff4b24;--umc-orange2:#ff6a33;--umc-black:#090909;--umc-dark:#151515;--umc-gray:#f3f4f6;--umc-border:#e4e4e4}
.umcgp-wrap,.umcgp-standalone{font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff;line-height:1.5}
.umcgp-wrap *,.umcgp-standalone *{box-sizing:border-box}
.umcgp-topline{display:flex;justify-content:space-between;gap:20px;background:#080808;color:#fff;padding:9px clamp(16px,5vw,72px);font-size:11px;font-weight:800;letter-spacing:.12em}
.umcgp-header{position:sticky;top:0;z-index:999;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:14px clamp(16px,5vw,72px);background:var(--umc-orange);box-shadow:0 10px 28px rgba(0,0,0,.18)}
.umcgp-brand{display:block;min-width:260px}.umcgp-brand img{display:block;width:min(480px,42vw);height:55px;object-fit:contain;object-position:left center}
.umcgp-header nav{display:flex;align-items:center;gap:17px;flex-wrap:wrap}.umcgp-header nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:800}
.umcgp-mobile-menu{display:none;border:0;background:#111;color:#fff;border-radius:5px;padding:10px 13px;font-size:18px}
.umcgp-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.6fr);gap:30px;align-items:center;color:#fff;padding:85px clamp(20px,6vw,95px);background:radial-gradient(circle at 90% 25%,rgba(255,255,255,.22),transparent 24%),linear-gradient(125deg,#ff4b24,#e93613)}
.umcgp-eyebrow,.umcgp-heading span,.umcgp-business span{font-size:11px;font-weight:900;letter-spacing:.17em}
.umcgp-hero h1{font-size:clamp(39px,6vw,78px);line-height:1.01;letter-spacing:-.04em;margin:14px 0 18px;max-width:1050px}
.umcgp-hero p{font-size:clamp(17px,2vw,23px);max-width:850px}
.umcgp-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.umcgp-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:7px;text-decoration:none!important;font-weight:900;transition:.2s}
.umcgp-button:hover{transform:translateY(-2px)}
.umcgp-button-light{background:#fff;color:var(--umc-orange)!important}.umcgp-button-dark{background:#0c0c0c;color:#fff!important}.umcgp-button-outline{border:2px solid #fff;color:#fff!important}
.umcgp-hero-panel{display:grid;grid-template-columns:1fr 1fr;gap:12px}.umcgp-hero-panel div{min-height:130px;padding:23px;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.16);backdrop-filter:blur(8px);border-radius:13px}
.umcgp-hero-panel strong,.umcgp-hero-panel span{display:block}.umcgp-hero-panel strong{font-size:27px}.umcgp-hero-panel span{font-size:13px;margin-top:7px}
.umcgp-quick{display:grid;grid-template-columns:repeat(8,1fr);background:#0a0a0a;padding:0 clamp(10px,4vw,60px)}
.umcgp-quick a{padding:22px 13px;color:#fff;text-decoration:none;border-right:1px solid #252525}.umcgp-quick strong,.umcgp-quick span{display:block}.umcgp-quick strong{color:var(--umc-orange);font-size:14px}.umcgp-quick span{font-size:11px;color:#bbb;margin-top:4px}
.umcgp-section{padding:68px clamp(18px,5vw,72px);scroll-margin-top:92px}.umcgp-section:nth-of-type(odd){background:#f5f5f5}.umcgp-section-dark{background:#101010!important;color:#fff}
.umcgp-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px}.umcgp-heading span{color:var(--umc-orange)}.umcgp-heading h2{font-size:clamp(29px,4.4vw,48px);line-height:1.06;letter-spacing:-.03em;margin:6px 0}.umcgp-heading p{margin:0;color:#666;max-width:780px}.umcgp-section-dark .umcgp-heading p{color:#bbb}.umcgp-heading>a{white-space:nowrap;color:var(--umc-orange);font-weight:900;text-decoration:none}
.umcgp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.umcgp-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--umc-border);border-radius:13px;overflow:hidden;box-shadow:0 7px 24px rgba(0,0,0,.06);transition:.22s}.umcgp-card:hover{transform:translateY(-5px);box-shadow:0 15px 34px rgba(0,0,0,.13)}
.umcgp-card-image,.umcgp-card-placeholder{height:190px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#1a1a1a,#060606);overflow:hidden}
.umcgp-card-image img{width:100%;height:100%;object-fit:cover}.umcgp-card-placeholder img{width:76px;height:76px;object-fit:contain;background:#fff;border-radius:15px;padding:10px}.umcgp-card-placeholder span{display:none;color:#fff;font-size:54px;font-weight:900}
.umcgp-card-body{display:flex;flex-direction:column;flex:1;padding:19px}.umcgp-card-type{font-size:10px;color:var(--umc-orange);font-weight:900;letter-spacing:.1em;text-transform:uppercase}.umcgp-card h3{font-size:20px;line-height:1.17;margin:8px 0 10px}.umcgp-card h3 a{color:#111;text-decoration:none}.umcgp-card p{font-size:14px;color:#555;margin:10px 0 16px}.umcgp-meta{font-size:12px;color:#696969;margin:3px 0}.umcgp-price{color:var(--umc-orange);font-weight:900;font-size:20px}.umcgp-card-button{margin-top:auto;color:var(--umc-orange);font-size:13px;font-weight:900;text-decoration:none}
.umcgp-empty{padding:35px;border:2px dashed #ccc;border-radius:12px;text-align:center;color:#777;background:#fff}
.umcgp-market-suite{width:100%}.umcgp-tv-shell{background:#111;border:1px solid #2a2a2a;border-radius:10px;overflow:hidden}.umcgp-market-grid{display:grid;grid-template-columns:1.7fr .8fr;gap:18px;margin-top:18px}.umcgp-chart,.umcgp-overview{height:590px}.umcgp-chart .tradingview-widget-container,.umcgp-overview .tradingview-widget-container{height:100%}.umcgp-market-note{font-size:11px!important;color:#888!important;margin-top:12px!important}
.umcgp-business{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:70px clamp(20px,6vw,90px);background:var(--umc-orange);color:#fff}.umcgp-business h2{font-size:clamp(31px,5vw,58px);line-height:1.04;margin:8px 0 12px;max-width:900px}.umcgp-business p{font-size:18px;max-width:850px}
.umcgp-footer{display:flex;justify-content:space-between;gap:20px;padding:28px clamp(18px,5vw,72px);background:#070707;color:#fff}.umcgp-footer span{color:#aaa}
.umcgp-standalone{padding:30px}
@media(max-width:1200px){.umcgp-grid{grid-template-columns:repeat(3,1fr)}.umcgp-quick{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.umcgp-header{position:relative}.umcgp-mobile-menu{display:block}.umcgp-header nav{display:none;width:100%;flex-direction:column;align-items:flex-start;padding-top:12px}.umcgp-header.umcgp-open nav{display:flex}.umcgp-header{flex-wrap:wrap}.umcgp-brand img{width:min(520px,75vw)}.umcgp-hero{grid-template-columns:1fr}.umcgp-grid{grid-template-columns:repeat(2,1fr)}.umcgp-market-grid{grid-template-columns:1fr}.umcgp-overview{height:520px}.umcgp-business{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.umcgp-topline{flex-direction:column;font-size:9px}.umcgp-grid{grid-template-columns:1fr}.umcgp-quick{grid-template-columns:repeat(2,1fr)}.umcgp-heading{align-items:flex-start;flex-direction:column}.umcgp-hero{padding-top:58px;padding-bottom:58px}.umcgp-hero-panel{grid-template-columns:1fr 1fr}.umcgp-card-image,.umcgp-card-placeholder{height:220px}.umcgp-footer{flex-direction:column}}


.umcgp-live-news{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:stretch;background:#0c0c0c;color:#fff;min-height:150px;overflow:hidden}
.umcgp-live-badge{display:flex;align-items:center;justify-content:center;background:#ff4b24;color:#fff;font-weight:900;letter-spacing:.13em;padding:20px;writing-mode:vertical-rl;transform:rotate(180deg)}
.umcgp-live-stage{position:relative;min-height:150px}
.umcgp-live-item{position:absolute;inset:0;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .45s ease,transform .45s ease}
.umcgp-live-item.is-active{opacity:1;transform:translateY(0);pointer-events:auto}
.umcgp-live-item>a{display:grid;grid-template-columns:240px 1fr;height:100%;color:#fff!important;text-decoration:none!important}
.umcgp-live-item img,.umcgp-live-fallback{width:240px;height:150px;object-fit:cover;background:linear-gradient(145deg,#ff4b24,#111);display:flex;align-items:center;justify-content:center;font-weight:900;text-align:center;padding:20px}
.umcgp-live-copy{display:flex;flex-direction:column;justify-content:center;padding:22px 28px}
.umcgp-live-copy strong{font-size:clamp(21px,2.4vw,36px);line-height:1.06}
.umcgp-live-copy span{margin-top:9px;color:#c8c8c8;font-size:14px}
.umcgp-live-counter{display:flex;align-items:center;justify-content:center;min-width:74px;color:#fff;font-weight:900;border-left:1px solid #292929}
.umcgp-live-counter span{color:#ff4b24}
@media(max-width:700px){
  .umcgp-live-news{grid-template-columns:1fr;min-height:320px}
  .umcgp-live-badge{position:absolute;z-index:3;top:10px;left:10px;writing-mode:horizontal-tb;transform:none;padding:7px 10px;border-radius:5px}
  .umcgp-live-stage{min-height:320px}
  .umcgp-live-item>a{grid-template-columns:1fr;grid-template-rows:170px 1fr}
  .umcgp-live-item img,.umcgp-live-fallback{width:100%;height:170px}
  .umcgp-live-copy{padding:18px}
  .umcgp-live-counter{position:absolute;right:10px;top:10px;z-index:3;border:0;background:rgba(0,0,0,.75);padding:7px 10px;border-radius:5px;min-width:auto}
}


/* V4: terminal interno de cotizaciones */
.umcgp-market-terminal{background:#0a0a0a;border:1px solid #262626;border-radius:14px;overflow:hidden}
.umcgp-symbol-bar{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;background:#282828;border-bottom:1px solid #2d2d2d}
.umcgp-symbol-button{appearance:none;border:0;background:#111;color:#fff;padding:14px 10px;text-align:left;cursor:pointer;transition:.2s}
.umcgp-symbol-button:hover,.umcgp-symbol-button.is-active{background:#163a82}
.umcgp-symbol-button strong,.umcgp-symbol-button span{display:block}
.umcgp-symbol-button strong{font-size:16px;color:#fff}
.umcgp-symbol-button span{font-size:11px;color:#bfc8dc;margin-top:3px}
.umcgp-terminal-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(290px,.55fr);min-height:650px}
.umcgp-main-chart-panel{min-width:0;background:#0d0d0d}
.umcgp-panel-title{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #282828;background:#101010}
.umcgp-panel-title span,.umcgp-stat-heading span{font-size:10px;font-weight:900;letter-spacing:.14em;color:#4d83ff}
.umcgp-panel-title h3,.umcgp-stat-heading h3{margin:3px 0 0;color:#fff;font-size:24px}
.umcgp-selected-code{font-size:22px;font-weight:900;color:#4d83ff}
.umcgp-chart-iframe{display:block;width:100%;height:590px;background:#0d0d0d}
.umcgp-stat-panel{background:#151515;border-left:1px solid #2c2c2c;padding:20px;color:#fff}
.umcgp-stat-heading{padding-bottom:16px;border-bottom:1px solid #303030}
.umcgp-stat-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}
.umcgp-stat-cards>div{padding:15px;border:1px solid #303030;border-radius:9px;background:#101010}
.umcgp-stat-cards small,.umcgp-stat-cards strong{display:block}
.umcgp-stat-cards small{font-size:9px;letter-spacing:.12em;color:#8f9ab1}
.umcgp-stat-cards strong{margin-top:5px;font-size:16px;color:#4d83ff}
.umcgp-timeframes{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:15px 0 20px}
.umcgp-timeframes button{border:1px solid #303030;background:#101010;color:#fff;padding:9px 5px;border-radius:6px;cursor:pointer;font-weight:800}
.umcgp-timeframes button:hover,.umcgp-timeframes button.is-active{background:#2962ff;border-color:#2962ff}
.umcgp-market-info{padding:17px;background:#101010;border:1px solid #303030;border-radius:10px}
.umcgp-market-info h4{margin:0 0 8px;color:#fff}
.umcgp-market-info p,.umcgp-market-info li{font-size:12px;color:#bdbdbd}
.umcgp-market-info ul{padding-left:18px;margin-bottom:0}
.umcgp-news-title-panel{display:flex;flex-direction:column;justify-content:flex-end;min-height:190px;padding:22px;background:linear-gradient(145deg,#111,#1f1f1f);color:#fff!important;text-decoration:none!important;position:relative;overflow:hidden}
.umcgp-news-title-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(41,98,255,.28),transparent 55%)}
.umcgp-news-title-panel small,.umcgp-news-title-panel strong{position:relative;z-index:1}
.umcgp-news-title-panel small{font-size:10px;font-weight:900;letter-spacing:.14em;color:#4d83ff}
.umcgp-news-title-panel strong{font-size:22px;line-height:1.12;margin-top:8px}
.umcgp-live-news{min-height:145px}
.umcgp-live-stage{min-height:145px}
.umcgp-live-item>a{grid-template-columns:185px 1fr}
.umcgp-live-label{display:flex;align-items:center;justify-content:center;width:185px;height:145px;background:linear-gradient(145deg,#2962ff,#10285f);font-size:14px;font-weight:900;letter-spacing:.1em;text-align:center;padding:20px}
.umcgp-live-copy strong{font-size:clamp(22px,2.5vw,38px)}
@media(max-width:1100px){
  .umcgp-symbol-bar{grid-template-columns:repeat(4,1fr)}
  .umcgp-terminal-grid{grid-template-columns:1fr}
  .umcgp-stat-panel{border-left:0;border-top:1px solid #2c2c2c}
}
@media(max-width:700px){
  .umcgp-symbol-bar{grid-template-columns:repeat(2,1fr)}
  .umcgp-live-item>a{grid-template-columns:1fr;grid-template-rows:auto 1fr}
  .umcgp-live-label{width:100%;height:62px}
  .umcgp-live-stage{min-height:310px}
  .umcgp-chart-iframe{height:510px}
}


/* V5: noticias solo con titulares; sin imágenes falsas ni iconos de Google */
.umcgp-news-card{background:#fff}
.umcgp-news-card .umcgp-card-body{padding-top:14px}
.umcgp-news-title-panel{
  min-height:250px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:26px;
  background:radial-gradient(circle at 90% 15%,rgba(41,98,255,.24),transparent 28%),linear-gradient(145deg,#101010,#1b1b1b);
  color:#fff!important;
  text-decoration:none!important;
}
.umcgp-news-title-panel small{color:#4d83ff;font-size:11px;font-weight:900;letter-spacing:.14em}
.umcgp-news-title-panel strong{font-size:clamp(22px,2vw,30px);line-height:1.08}
.umcgp-news-title-panel span{font-size:14px;line-height:1.35;color:#c9c9c9}
.umcgp-news-card .umcgp-card-type{display:none}

/* V5: logos modernos, distintos, sin fondos negros */
.umcgp-company-logo{
  min-height:190px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:#fff;
  border-bottom:1px solid #ececec;
  text-decoration:none!important;
}
.umcgp-company-logo img{
  width:auto;
  max-width:150px;
  height:auto;
  max-height:105px;
  object-fit:contain;
  filter:none;
}
.umcgp-logo-mark{
  width:112px;
  height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  background:var(--umc-logo-color);
  color:#fff;
  font-size:34px;
  font-weight:900;
  letter-spacing:-.05em;
  box-shadow:0 14px 30px rgba(0,0,0,.13);
}
.umcgp-card:hover .umcgp-logo-mark{transform:scale(1.04) rotate(-2deg);transition:.2s}
.umcgp-news-grid{transition:all .35s ease}
@media(max-width:700px){
  .umcgp-news-title-panel{min-height:220px}
  .umcgp-company-logo{min-height:165px}
  .umcgp-logo-mark{width:96px;height:96px;font-size:28px}
}


/* V6: empresas más compactas, ordenadas y modernas */
#empresas .umcgp-grid,
.umcgp-standalone .umcgp-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
#empresas .umcgp-card{
  border-radius:12px;
  box-shadow:0 5px 18px rgba(0,0,0,.06);
}
#empresas .umcgp-company-logo{
  min-height:125px;
  padding:20px;
  background:#fff;
}
#empresas .umcgp-company-logo img{
  max-width:120px;
  max-height:72px;
  width:auto;
  height:auto;
  object-fit:contain;
}
#empresas .umcgp-logo-mark{
  width:76px;
  height:76px;
  border-radius:20px;
  font-size:24px;
  box-shadow:0 8px 20px rgba(0,0,0,.10);
}
.umcgp-logo-fallback{display:none!important}
#empresas .umcgp-card-body{
  padding:15px 16px 16px;
}
#empresas .umcgp-card-type{
  font-size:9px;
  letter-spacing:.11em;
}
#empresas .umcgp-card h3{
  font-size:18px;
  margin:6px 0 8px;
}
#empresas .umcgp-card p{
  font-size:13px;
  margin:8px 0 12px;
  min-height:38px;
}
#empresas .umcgp-meta{
  font-size:11px;
  margin:2px 0;
}
#empresas .umcgp-card-button{
  display:inline-flex;
  align-items:center;
  width:auto;
  align-self:flex-start;
  padding:7px 11px;
  border-radius:6px;
  background:#ff4b24;
  color:#fff!important;
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-decoration:none!important;
}
#empresas .umcgp-card-button:hover{
  background:#111;
  transform:translateY(-1px);
}
@media(max-width:1300px){
  #empresas .umcgp-grid,
  .umcgp-standalone .umcgp-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:980px){
  #empresas .umcgp-grid,
  .umcgp-standalone .umcgp-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  #empresas .umcgp-grid,
  .umcgp-standalone .umcgp-grid{grid-template-columns:repeat(2,1fr)}
  #empresas .umcgp-company-logo{min-height:110px}
  #empresas .umcgp-card h3{font-size:16px}
}
@media(max-width:470px){
  #empresas .umcgp-grid,
  .umcgp-standalone .umcgp-grid{grid-template-columns:1fr}
}


/* V7: todos los rubros en muros compactos de logos */
.umcgp-logo-wall{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:12px;
}
.umcgp-logo-tile{
  min-height:105px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border:1px solid #e7e7e7;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 14px rgba(0,0,0,.045);
  text-decoration:none!important;
  transition:.18s ease;
}
.umcgp-logo-tile:hover{
  transform:translateY(-3px);
  border-color:#d7d7d7;
  box-shadow:0 10px 24px rgba(0,0,0,.09);
}
.umcgp-logo-tile img{
  display:block;
  width:auto;
  height:auto;
  max-width:112px;
  max-height:58px;
  object-fit:contain;
  filter:none;
}
.umcgp-logo-tile .umcgp-logo-mark{
  width:64px;
  height:64px;
  border-radius:17px;
  font-size:19px;
  box-shadow:none;
}
.umcgp-logo-fallback{display:none!important}

/* Encabezados de rubros más pequeños */
.umcgp-heading{
  margin-bottom:20px;
}
.umcgp-heading h2{
  font-size:clamp(24px,3vw,35px);
  margin:4px 0;
}
.umcgp-heading p{
  font-size:13px;
}
.umcgp-heading span{
  font-size:9px;
}

/* Portada más compacta y estética */
.umcgp-hero{
  padding-top:58px;
  padding-bottom:58px;
}
.umcgp-hero h1{
  font-size:clamp(38px,5vw,64px);
  max-width:920px;
}
.umcgp-hero p{
  font-size:18px;
}
.umcgp-hero-panel div{
  min-height:105px;
  padding:18px;
}

/* Noticias compactas */
.umcgp-news-title-panel{
  min-height:210px;
  padding:22px;
}
.umcgp-news-title-panel strong{
  font-size:clamp(19px,1.55vw,25px);
}
.umcgp-news-title-panel span{
  font-size:13px;
}

/* Menos espacio vertical general */
.umcgp-section{
  padding-top:46px;
  padding-bottom:46px;
}

@media(max-width:1400px){
  .umcgp-logo-wall{grid-template-columns:repeat(7,1fr)}
}
@media(max-width:1180px){
  .umcgp-logo-wall{grid-template-columns:repeat(6,1fr)}
}
@media(max-width:980px){
  .umcgp-logo-wall{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:760px){
  .umcgp-logo-wall{grid-template-columns:repeat(4,1fr)}
  .umcgp-logo-tile{min-height:92px;padding:12px}
  .umcgp-logo-tile img{max-width:92px;max-height:50px}
}
@media(max-width:560px){
  .umcgp-logo-wall{grid-template-columns:repeat(3,1fr);gap:9px}
}
@media(max-width:390px){
  .umcgp-logo-wall{grid-template-columns:repeat(2,1fr)}
}


/* V8: logos visibles y respaldo garantizado */
.umcgp-logo-tile{
  position:relative;
  overflow:hidden;
}
.umcgp-logo-tile .umcgp-logo-fallback{
  display:flex!important;
  position:relative;
  z-index:1;
}
.umcgp-logo-tile img{
  position:absolute;
  z-index:2;
  inset:14px;
  margin:auto;
  max-width:calc(100% - 28px);
  max-height:calc(100% - 28px);
  width:auto;
  height:auto;
  object-fit:contain;
  background:#fff;
}
.umcgp-logo-tile img[src=""],
.umcgp-logo-tile img:not([src]){
  display:none;
}


/* V9: portal reducido exclusivamente a mercados y noticias */
#empresas,
#proyectos,
#productos,
#software,
#eventos,
#bancos,
#empleos,
.umcgp-logo-wall,
.umcgp-business{
  display:none!important;
}
.umcgp-section{
  padding-top:42px;
  padding-bottom:42px;
}


/* V11: noticias en una sola fila con flechas */
.umcgp-news-carousel{
  position:relative;
  padding:0 46px;
}
.umcgp-news-grid{
  display:flex!important;
  gap:20px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding:4px 2px 12px;
}
.umcgp-news-grid::-webkit-scrollbar{
  display:none;
}
.umcgp-news-card{
  flex:0 0 calc((100% - 60px) / 4);
  min-width:0;
  scroll-snap-align:start;
}
.umcgp-news-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:#ff4b24;
  color:#fff;
  font-size:30px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.umcgp-news-arrow:hover{
  background:#111;
}
.umcgp-news-arrow:disabled{
  opacity:.35;
  cursor:default;
}
.umcgp-news-prev{left:0}
.umcgp-news-next{right:0}
.umcgp-news-title-panel{
  min-height:280px;
}
@media(max-width:1100px){
  .umcgp-news-card{flex-basis:calc((100% - 40px) / 3)}
}
@media(max-width:800px){
  .umcgp-news-card{flex-basis:calc((100% - 20px) / 2)}
}
@media(max-width:560px){
  .umcgp-news-carousel{padding:0 38px}
  .umcgp-news-card{flex-basis:100%}
  .umcgp-news-arrow{width:34px;height:34px;font-size:25px}
}


/* V12: noticias con fondo blanco y letras negras */
.umcgp-news-card{
  background:#fff!important;
  border:1px solid #e2e2e2!important;
  box-shadow:0 6px 18px rgba(0,0,0,.06)!important;
}
.umcgp-news-title-panel{
  min-height:280px!important;
  background:#fff!important;
  color:#111!important;
  border-radius:12px 12px 0 0!important;
}
.umcgp-news-title-panel:before{
  display:none!important;
}
.umcgp-news-title-panel small{
  color:#ff4b24!important;
}
.umcgp-news-title-panel strong{
  color:#111!important;
}
.umcgp-news-title-panel span{
  color:#555!important;
}
.umcgp-news-card .umcgp-card-body{
  background:#fff!important;
}
.umcgp-news-card .umcgp-card-button{
  color:#ff4b24!important;
}
.umcgp-news-arrow{
  background:#ff4b24!important;
  color:#fff!important;
}
.umcgp-news-arrow:hover{
  background:#111!important;
}


/* V20: mercados compactos, más valores y más cotizaciones */
.umcgp-market-terminal{
  border-radius:10px!important;
}
.umcgp-symbol-bar{
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  max-height:260px;
  overflow-y:auto;
  scrollbar-width:thin;
}
.umcgp-symbol-button{
  padding:9px 10px!important;
  min-height:64px!important;
}
.umcgp-symbol-button strong{
  font-size:14px!important;
}
.umcgp-symbol-button span{
  font-size:10px!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.umcgp-terminal-grid{
  grid-template-columns:minmax(0,2.25fr) minmax(250px,.58fr)!important;
  min-height:0!important;
}
.umcgp-panel-title{
  padding:10px 14px!important;
}
.umcgp-panel-title h3,
.umcgp-stat-heading h3{
  font-size:20px!important;
}
.umcgp-selected-code{
  font-size:19px!important;
}
.umcgp-chart-iframe{
  height:420px!important;
}
.umcgp-stat-panel{
  padding:14px!important;
}
.umcgp-stat-heading{
  padding-bottom:10px!important;
}
.umcgp-stat-cards{
  grid-template-columns:repeat(2,1fr)!important;
  gap:7px!important;
  margin:12px 0!important;
}
.umcgp-stat-cards>div{
  padding:10px!important;
  min-height:62px;
}
.umcgp-stat-cards small{
  font-size:8px!important;
}
.umcgp-stat-cards strong{
  font-size:13px!important;
  line-height:1.15;
}
.umcgp-timeframes{
  gap:5px!important;
  margin:10px 0 12px!important;
}
.umcgp-timeframes button{
  padding:7px 4px!important;
  font-size:12px!important;
}
.umcgp-market-info{
  padding:11px!important;
}
.umcgp-market-info h4{
  font-size:13px!important;
}
.umcgp-market-info p{
  font-size:11px!important;
  margin:0!important;
}
.umcgp-market-note{
  padding:0 12px 10px;
}
@media(max-width:1400px){
  .umcgp-symbol-bar{grid-template-columns:repeat(6,minmax(0,1fr))!important}
}
@media(max-width:1100px){
  .umcgp-symbol-bar{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .umcgp-terminal-grid{grid-template-columns:1fr!important}
  .umcgp-chart-iframe{height:390px!important}
}
@media(max-width:700px){
  .umcgp-symbol-bar{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:310px}
  .umcgp-chart-iframe{height:330px!important}
}
