.pm-marquesina-container {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #731329;
  border-bottom: 1px solid #731329;
  color: #731329;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.pm-marquesina-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: scrollMarquesina linear infinite;
  animation-duration: 20s;
}

span.bloque2 {
    margin-left: 57px;
}

@keyframes scrollMarquesina {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

body {
  padding-top: 69px;
}

#header.sticky-header .header-main.sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 32px !important;
    z-index: 1001;
    box-shadow: 0 0 3px 0 var(--porto-normal-bc);
}