/* PLUMAGRAFITO - RELOJES INTERNACIONALES EN CARRUSEL */
.pg-world-timebar{position:relative;z-index:120;color:#f8e8bf;background:#072b31;border-bottom:1px solid rgba(233,204,145,.18);font-size:.74rem}
.pg-world-timebar-inner{width:min(1180px,92%);min-height:30px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;margin-inline:auto}
.pg-timebar-title{white-space:nowrap;color:#f8e8bf;font-weight:700}
.pg-timebar-motto{white-space:nowrap;color:#f8e8bf;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:700}
.pg-world-clocks-wrap{position:relative;overflow:hidden;min-width:0;height:30px;display:flex;align-items:center;-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}
.pg-world-clocks-track{display:flex;align-items:center;gap:10px;width:max-content;min-width:max-content;animation:pgWorldClockScroll 72s linear infinite;will-change:transform}
.pg-world-clocks-wrap:hover .pg-world-clocks-track{animation-play-state:paused}
.pg-clock{flex:0 0 auto;min-width:128px;height:24px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 9px;color:#fff7df;background:rgba(255,255,255,.055);border:1px solid rgba(233,204,145,.24);border-radius:999px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.pg-clock-country{overflow:hidden;max-width:78px;color:#e9cc91;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.pg-clock-hour{color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}
@keyframes pgWorldClockScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:1100px){.pg-world-timebar-inner{grid-template-columns:minmax(0,1fr);gap:4px;padding:4px 0}.pg-timebar-title,.pg-timebar-motto{display:none}.pg-world-clocks-wrap{height:32px}.pg-clock{min-width:122px}}
@media(max-width:520px){.pg-world-timebar-inner{width:100%}.pg-world-clocks-wrap{height:34px}.pg-clock{min-width:116px;height:25px;padding-inline:8px}.pg-clock-country{max-width:68px}.pg-world-clocks-track{animation-duration:62s}}
