/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2024 | 10:16:09 */
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height:60px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ancho-sty a {
    text-decoration: none !important;
}
.single-post .site-primary-header-wrap .menu-item a span{color:#000;}