/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.wpcf7-spinner{
	display:none!important;
}
.rc-anchor {
	display:none!important;
}
.grecaptcha-badge{
	display:none !important;
}
.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.desbug{
	color:white;
}

/*efecto marquesina*/
.fa-asterisk:before {
	margin-bottom:1rem!important;
  	margin-right: 3rem!important;
	margin-left: 3rem!important;
	font-size: 30px!important;
}

.marquee {
  position: relative;
  width: 200%;
	height:2.5rem;
	overflow-x:hidden;
	
}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
	z-index:30;
}

.track a{
	color:white!important;
	
}

/*
.track2 {
  position: absolute;
  padding-top:1rem;
  top:-1rem;
  white-space: nowrap;
  will-change: transform;
  animation: marquee2 30s linear infinite;
}

@keyframes marquee2 {
  from { transform: translateX(0%); }
  to { transform: translateX(-50%); }
}
*/
@keyframes marquee {
  from { transform: translateX(0%); }
  to { transform: translateX(-50%); }
}