/*
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;
}

.w-nav-list {
	border-radius: 0px 0px 10px 10px;
}

/*mostramos divisor forma*/
.l-section-shape {
	overflow:visible!important;
}

/*hero*/
.l-section-overlay {
	border-radius: 0 0 100px 100px;
}

@media (max-width: 1024px) {
	.l-section-overlay {
		border-radius: 0 0 80px 80px;
	}
}

@media (max-width: 767px) {
	.l-section-overlay {
		border-radius: 0 0 50px 50px;
	}
}



/*Botón rotación de flecha*/
.button-arrow .fal.fa-arrow-right, .button-arrow .fal.fa-long-arrow-right, .button-arrow .fas.fa-arrow-right, {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.button-arrow:hover .fal.fa-arrow-right, .button-arrow:hover .fal.fa-long-arrow-right, .button-arrow:hover .fas.fa-arrow-right {
  transform: rotate(0deg);
}

/*letras*/
.curs {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-style: italic;
}

.curscolor {
  /*font-family: 'Playfair Display', serif;*/
  font-weight: 600;
  font-style: italic;
	color:var(--color-content-primary);
}

.cursoscura {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-style: italic;
	color:#1D0D12;
}

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

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

/*
.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%); }
}

/*SERVICIOS*/

#cajasproceso .w-iconbox-icon {
	margin-bottom:2rem;
}
