/*
Theme Name: ONLINE VALLES
Template: kadence

*/


/* Theme admin customization starts here
-------------------------------------------------------------- */
.sbi_notice,
.trp-notice.error,
.sbi_notice.sbi_review_notice_step,
.trp-notice.trp-narrow.notice.notice-info,
.trp-notice.trp-narrow {
	display: none;
}




/* Theme customization starts here
-------------------------------------------------------------- */




.owl-carousel .owl-nav .ibq-owl-prev,
.owl-carousel .owl-nav .ibq-owl-next {
	position: absolute;
	top: 50%;
	padding: 0;
	margin: -15px 0 0 0;
	background: transparent;
	width:30px;
	height:30px;
}

.owl-carousel .owl-nav .ibq-owl-prev svg,
.owl-carousel .owl-nav .ibq-owl-next svg {
    fill: currentColor;
    height: 1em;
    width: 1em;
}
    
.owl-carousel .owl-nav .ibq-owl-prev {
	left: -40px;
	transform: scaleX(-1);
}

.owl-carousel .owl-nav .ibq-owl-next {
	right: -40px;
}





.owl-carousel .owl-dots {
	min-width: 120px;
	position: absolute;
	bottom: 24px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}


.owl-carousel .owl-dots .owl-dot {
	padding: 0;
	border: 0;
	background: transparent;
	display: inline-block;
}


.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left: 4px;
	background: var(--global-palette8);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}

@media (min-width: 600px) {
	.owl-carousel .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}
}




.owl-carousel .owl-dots .owl-dot.active span {
	background: var(--global-palette1);
}



.img-serveis:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5) 100%);
}






.cursor-effect- {
    cursor: none; /* Oculta el cursor solo en secciones con esta clase */
}

.trail {
    width: 8px;
    height: 8px;
    background: rgba(0, 150, 255, 0.7); /* Azul con opacidad */
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.1s ease-out, opacity 0.3s ease-out;
    box-shadow: 0 0 10px rgba(0, 150, 255, 0.6); /* Efecto de neón */
}


