/*!
Theme Name: IX Elementor
Theme URI: https://www.inbrax.cl/
Template: hello-elementor
Version: 1.0.1
Description:
Author: INBRAX Chile
Author URI: https://www.inbrax.cl/?utm_source=theme_ix-elementor&utm_campaign=author-uri&utm_medium=wp-dash
*/
:root {
	font-size: 14px;
}

.btn-span {
  padding: 5px 28px;
  border-radius: 24px;
  border: 2px solid rgba(137, 84, 255, 0.42);
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(255, 255, 255, 0.1) 0px -1px 8px 0px inset;
}

.loop-text {
  -webkit-animation: retail-loop 24s infinite;
  -moz-animation: retail-loop 24s infinite;
  -o-animation: retail-loop 24s infinite;
  -ms-animation: retail-loop 24s infinite;
  animation: retail-loop 24s infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes retail-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300% 0;
  }
}
@-moz-keyframes retail-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300% 0;
  }
}
@-o-keyframes retail-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300% 0;
  }
}
@-ms-keyframes retail-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300% 0;
  }
}
@keyframes retail-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300% 0;
  }
}
