/* UPE Microbarra Móvil v1.0.1 */
.upe-mobile-topbar{display:none!important}
@media (max-width:767px){
  .upe-mobile-topbar{
    display:block!important;
    width:100%;
    height:32px;
    box-sizing:border-box;
    background:var(--upe-mb-bg,#000);
    color:var(--upe-mb-text,#fff);
    position:relative;
    z-index:9997;
    font-family:Manrope,Arial,sans-serif;
  }
  .upe-mobile-topbar__inner{
    width:100%;
    height:32px;
    box-sizing:border-box;
    padding:0 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }
  .upe-mobile-topbar__newsletter{
    min-width:0;
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--upe-mb-text,#fff)!important;
    text-decoration:none!important;
    font-size:11px;
    line-height:1;
    font-weight:700;
    white-space:nowrap;
  }
  a.upe-mobile-topbar__newsletter:active{opacity:.72}
  .upe-mobile-topbar__mail{
    width:17px;
    height:12px;
    flex:0 0 17px;
    border:1.5px solid currentColor;
    border-radius:1px;
    position:relative;
    box-sizing:border-box;
  }
  .upe-mobile-topbar__mail:before,
  .upe-mobile-topbar__mail:after{
    content:"";
    position:absolute;
    top:2px;
    width:9px;
    height:1.5px;
    background:currentColor;
  }
  .upe-mobile-topbar__mail:before{left:0;transform:rotate(31deg);transform-origin:left center}
  .upe-mobile-topbar__mail:after{right:0;transform:rotate(-31deg);transform-origin:right center}
  .upe-mobile-topbar__date{
    color:var(--upe-mb-text,#fff);
    opacity:.88;
    font-size:9.5px;
    line-height:1;
    font-weight:650;
    letter-spacing:.035em;
    white-space:nowrap;
    text-align:right;
  }
}
@media (max-width:360px){
  .upe-mobile-topbar__inner{padding:0 10px;gap:8px}
  .upe-mobile-topbar__newsletter{font-size:10px;gap:6px}
  .upe-mobile-topbar__date{font-size:8.5px}
}

@media (max-width:767px){
  #upeMobileTopbar.upe-mobile-topbar{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }
}
