
/* V7 — Ajustes finales de portada, móvil, FNDR y publicidad */

/* Ticker móvil: el titular manda; sin una fila de puntos ocupando la pantalla. */
@media(max-width:650px){
  .ticker .wrap{min-height:62px;gap:10px;align-items:center}
  .ticker-label{flex:0 0 auto;padding:6px 8px;font-size:9px}
  .ticker-items{height:38px;display:flex;align-items:center}
  .ticker-item{white-space:normal;line-height:1.28;font-size:13px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
  .ticker-dots{display:none!important}
  .lead-dots{display:none!important}
}

/* Menú móvil real, legible y táctil. */
@media(max-width:1000px){
  .site-header{position:sticky}
  .menu-toggle{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.06);font-size:0;cursor:pointer;z-index:61}
  .menu-toggle:before{content:"☰";font-size:26px;line-height:1}
  .menu-toggle[aria-expanded="true"]:before{content:"×";font-size:34px}
  .main-nav.open{display:block;position:fixed;z-index:60;top:132px;left:0;right:0;max-height:calc(100vh - 132px);overflow:auto;padding:12px 18px 24px;background:linear-gradient(180deg,#020817,#071a38);box-shadow:0 24px 50px rgba(0,0,0,.38)}
  .main-nav.open ul{display:flex!important;flex-direction:column;align-items:stretch;gap:0;padding:0!important;margin:0;list-style:none!important}
  .main-nav.open li{list-style:none!important;margin:0;border-bottom:1px solid rgba(255,255,255,.11)}
  .main-nav.open li::marker{content:""}
  .main-nav.open a{height:auto;min-height:54px;padding:15px 6px;font-size:16px;font-weight:800;border:0!important;color:#fff}
  .main-nav.open a:after{content:"›";margin-left:auto;color:var(--cyan);font-size:22px}
}
@media(max-width:650px){.main-nav.open{top:92px;max-height:calc(100vh - 92px)}}

/* Banner clima más limpio. */
.weather-banner p{max-width:760px;color:rgba(255,255,255,.88)}

/* 8% FNDR: logo completo, sin recortes y con mejor respiración. */
.fndr-banner{min-height:178px;overflow:hidden;padding:30px 36px}
.fndr-banner img{width:145px;height:118px;max-height:none!important;object-fit:contain;object-position:center}
.fndr-banner>div{min-width:0}
.fndr-banner h2{font-size:30px}
@media(max-width:650px){
  .fndr-banner{min-height:auto;padding:26px 22px;gap:17px}
  .fndr-banner img{width:112px;height:90px}
  .fndr-banner h2{font-size:26px}
  .fndr-banner p{font-size:14px}
}

/* Publicidad: pieza grande y vendible, no una miniatura perdida. */
.advertising-section{padding:34px 0 56px;background:linear-gradient(180deg,var(--paper),#eaf1f8)}
.advertising-label{margin:0 0 10px;color:#6b7b8d;font-size:9px;font-weight:900;letter-spacing:.16em}
.advertising-card{min-height:330px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);overflow:hidden;border:1px solid #cddae7;border-radius:22px;background:linear-gradient(120deg,#06152f,#092f58 58%,#0c5a83);color:#fff;box-shadow:0 18px 45px rgba(8,40,72,.15);transition:transform .25s ease,box-shadow .25s ease}
.advertising-card:hover{transform:translateY(-3px);box-shadow:0 24px 55px rgba(8,40,72,.23)}
.advertising-visual{min-height:330px;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.12),transparent 65%),#07162d}
.advertising-visual img{width:100%;height:290px;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(0,0,0,.22))}
.advertising-copy{display:flex;flex-direction:column;justify-content:center;padding:42px 42px 42px 34px}
.advertising-copy>span{color:#6edcff;font-size:10px;font-weight:900;letter-spacing:.15em}
.advertising-copy h2{margin:10px 0 12px;font-size:38px;line-height:1.02;letter-spacing:-.045em}
.advertising-copy p{margin:0 0 24px;color:#d1ddeb;font-size:15px;line-height:1.55}
.advertising-copy b{align-self:flex-start;padding:13px 19px;border-radius:999px;background:#fff;color:#082b50;font-size:11px;font-weight:900}
@media(max-width:800px){
  .advertising-card{grid-template-columns:1fr;min-height:0}
  .advertising-visual{min-height:220px;padding:14px}
  .advertising-visual img{height:210px}
  .advertising-copy{padding:27px 24px 30px}
  .advertising-copy h2{font-size:30px}
}


/* V8 — Colaboradores premium */
.collaborators{
  padding:96px 0 88px!important;
  background:
    radial-gradient(circle at 82% 12%, rgba(0,139,255,.10), transparent 26%),
    linear-gradient(180deg,#eef4fa 0%,#f7faff 100%)!important;
}
.collaborators .wrap{max-width:1440px!important}
.collaborators-title{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:30px!important;margin-bottom:34px!important}
.collaborators-title>div:first-child{max-width:820px}
.collaborators-title span{display:inline-flex!important;align-items:center!important;gap:10px!important;font-size:12px!important;letter-spacing:.16em!important;font-weight:800!important;color:#0877f9!important;text-transform:uppercase!important}
.collaborators-title span:before{content:'';width:34px;height:3px;border-radius:99px;background:linear-gradient(90deg,#0877f9,#00c7ff)}
.collaborators-title h2{font-size:52px!important;line-height:1!important;letter-spacing:-.045em!important;margin:14px 0 12px!important;color:#061a3a!important}
.collaborators-title p{font-size:18px!important;color:#66758a!important;margin:0!important;max-width:720px!important}
.collaborator-carousel{overflow:hidden!important;padding:4px 2px 10px!important}
.collaborators .logo-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
.collaborators .logo-grid .collaborator-card{
  position:relative!important;
  height:330px!important;
  padding:0!important;
  border:1px solid rgba(9,57,105,.10)!important;
  border-radius:24px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 18px 45px rgba(8,35,68,.10)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.collaborators .logo-grid .collaborator-card:before{
  content:'COLABORADOR';position:absolute;left:18px;top:18px;z-index:3;
  padding:7px 10px;border-radius:999px;background:rgba(4,24,50,.86);color:#fff;
  font-size:10px;font-weight:800;letter-spacing:.13em;backdrop-filter:blur(7px)
}
.collaborators .logo-grid .collaborator-card:after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:5px;
  background:linear-gradient(90deg,#0877f9,#00c7ff)
}
.collaborators .logo-grid .collaborator-card:hover{transform:translateY(-5px)!important;box-shadow:0 25px 55px rgba(8,35,68,.16)!important;border-color:rgba(8,119,249,.30)!important}
.collaborators .logo-grid .collaborator-card img{
  width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;
  object-fit:contain!important;padding:26px!important;box-sizing:border-box!important;
  filter:saturate(1.03) contrast(1.02)
}
.collaborator-arrows{gap:12px!important;padding:0!important}
.collaborator-arrows button{width:50px!important;height:50px!important;border:1px solid #c8d9ea!important;background:#fff!important;color:#06234b!important;box-shadow:0 12px 28px rgba(8,35,68,.10)!important;font-size:30px!important}
.collaborator-arrows button:hover{background:#0877f9!important;border-color:#0877f9!important;color:#fff!important;transform:translateY(-2px)}
.collaborator-dots{margin-top:26px!important;gap:8px!important}
.collaborator-dots button{width:9px!important;height:9px!important;background:#b9c9d9!important}
.collaborator-dots button.active{width:34px!important;background:linear-gradient(90deg,#0877f9,#00bfff)!important}
@media(max-width:1000px){
 .collaborators .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .collaborators .logo-grid .collaborator-card{height:310px!important}
 .collaborators-title h2{font-size:44px!important}
}
@media(max-width:650px){
 .collaborators{padding:68px 0 62px!important}
 .collaborators-title{align-items:flex-start!important;margin-bottom:26px!important;padding-right:0!important}
 .collaborators-title h2{font-size:38px!important}
 .collaborators-title p{font-size:16px!important;line-height:1.5!important}
 .collaborators .logo-grid{grid-template-columns:1fr!important}
 .collaborators .logo-grid .collaborator-card{height:360px!important;border-radius:20px!important}
 .collaborators .logo-grid .collaborator-card img{padding:24px!important}
 .collaborator-arrows{position:static!important;margin-top:20px!important;justify-content:flex-end!important}
}
