.proloco-topbar{background:var(--pl-topbar-bg,#183f2d);color:var(--pl-topbar-text,#fff);border-bottom:1px solid var(--pl-topbar-border,rgba(255,255,255,.16));font-size:var(--pl-topbar-size,13px);line-height:1.35;position:relative;z-index:1001}
.proloco-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--pl-topbar-gap,16px);padding-top:var(--pl-topbar-pad,8px);padding-bottom:var(--pl-topbar-pad,8px);min-height:36px}
.proloco-topbar__contacts,.proloco-topbar__links{display:flex;align-items:center;flex-wrap:wrap;gap:var(--pl-topbar-gap,16px)}
.proloco-topbar__item{display:inline-flex;align-items:center;gap:.48em;color:inherit;text-decoration:none;font:inherit;font-weight:600;white-space:nowrap;transition:color .18s ease,opacity .18s ease,background .18s ease,transform .18s ease}
.proloco-topbar__item:hover,.proloco-topbar__item:focus-visible{color:var(--pl-topbar-hover,#dcebc9)}
.proloco-topbar__item:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:4px}
.proloco-topbar__icon{display:inline-flex;width:var(--pl-topbar-icon,16px);height:var(--pl-topbar-icon,16px);flex:0 0 auto}
.proloco-topbar__icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.proloco-topbar__whatsapp{padding:.38em .72em;border-radius:999px;background:var(--pl-topbar-wa-bg,#25D366);color:var(--pl-topbar-wa-text,#fff)!important}
.proloco-topbar__whatsapp:hover,.proloco-topbar__whatsapp:focus-visible{filter:brightness(.94);transform:translateY(-1px)}
.proloco-topbar--center .proloco-topbar__inner{justify-content:center}.proloco-topbar--center .proloco-topbar__contacts,.proloco-topbar--center .proloco-topbar__links{justify-content:center}
.proloco-topbar--contacts .proloco-topbar__inner,.proloco-topbar--links .proloco-topbar__inner{justify-content:center}
@media(max-width:900px){
  .proloco-topbar__inner{align-items:center}
  .proloco-topbar__contacts,.proloco-topbar__links{min-width:0}
  .proloco-topbar__item{white-space:normal}
}
@media(max-width:767px){
  .proloco-topbar--hide-mobile{display:none}
  .proloco-topbar__inner{justify-content:center;text-align:center;gap:8px 14px}
  .proloco-topbar__contacts,.proloco-topbar__links{justify-content:center;gap:8px 14px;min-width:0}
  .proloco-topbar__links:empty{display:none}
  .proloco-topbar__item{font-size:12px}
  .proloco-topbar__whatsapp{padding:.42em .78em}
  .proloco-topbar--mobile-auto .proloco-topbar__inner{flex-direction:row;flex-wrap:wrap}
  .proloco-topbar--mobile-auto .proloco-topbar__contacts,.proloco-topbar--mobile-auto .proloco-topbar__links{width:auto;flex-wrap:wrap}
  .proloco-topbar--mobile-inline .proloco-topbar__inner{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}
  .proloco-topbar--mobile-inline .proloco-topbar__contacts,.proloco-topbar--mobile-inline .proloco-topbar__links{width:auto;flex-wrap:nowrap;flex:0 0 auto}
  .proloco-topbar--mobile-inline .proloco-topbar__item{white-space:nowrap}
  .proloco-topbar--mobile-stacked .proloco-topbar__inner{flex-direction:column;align-items:center}
  .proloco-topbar--mobile-stacked .proloco-topbar__contacts,.proloco-topbar--mobile-stacked .proloco-topbar__links{width:100%;flex-direction:column;align-items:center}
}
@media(max-width:420px){
  .proloco-topbar--mobile-auto .proloco-topbar__contacts{display:flex;flex-wrap:wrap;justify-content:center}
  .proloco-topbar--mobile-auto .proloco-topbar__item{font-size:11px}
  .proloco-topbar--mobile-auto .proloco-topbar__icon{width:15px;height:15px}
}


/* v6.6.2 — la barra superiore deve precedere realmente l'header fisso. */
:root{--pl-topbar-h:0px}
body.proloco-has-topbar{padding-top:calc(var(--pl-header-h) + var(--pl-topbar-h))}
body.proloco-has-topbar .proloco-topbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:10040;
}
body.proloco-has-topbar .site-header{top:var(--pl-topbar-h)}
body.admin-bar.proloco-has-topbar .proloco-topbar{top:32px}
body.admin-bar.proloco-has-topbar .site-header{top:calc(32px + var(--pl-topbar-h))}
body.proloco-has-topbar .main-nav{--pl-menu-top:calc(var(--pl-topbar-h) + var(--pl-header-h))}
html:has(body.proloco-has-topbar){scroll-padding-top:calc(var(--pl-topbar-h) + var(--pl-header-h) + 12px)}
@media(max-width:782px){
  body.admin-bar.proloco-has-topbar .proloco-topbar{top:46px}
  body.admin-bar.proloco-has-topbar .site-header{top:calc(46px + var(--pl-topbar-h))}
}
@media(max-width:767px){
  body.proloco-has-topbar.proloco-topbar-mobile-hidden{padding-top:var(--pl-header-h)}
  body.proloco-has-topbar.proloco-topbar-mobile-hidden .site-header{top:0}
  body.admin-bar.proloco-has-topbar.proloco-topbar-mobile-hidden .site-header{top:46px}
}
