/* 
Theme Name: asesoriasandonifitness
Theme URI: https://asesoriasandonifitness.com/
Description: Tema para asesoriasandonifitness
Author: Pulsoweb
Author URI: https://pulsoweb.es/
Template: hello-elementor
Version: 2.0.0
Text Domain: asesoriasandonifitness
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.title__emphasis {
    color: #e040e0 !important; 
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

.marquee-track span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  word-spacing: 2px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}