/**
 * NC Jet Elements 2.3.0 - JetTricks
 *
 * Portado de `jet-tricks-frontend.css` con los mismos selectores. Sólo incluye lo
 * que sacde.com.ar usa: hotspots, columna sticky y parallax de widget. Quedan
 * afuera unfold, view-more, particles, scroll-reveal, satélite y tooltip.
 */

.jet-hotspots {
	position: relative;
}

.jet-hotspots.image-loaded .jet-hotspots__item {
	visibility: visible;
}

.jet-hotspots__inner {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.jet-hotspots__inner>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.jet-hotspots__inner .size-full {
	width: 100%;
}

.jet-hotspots__container {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	display: block;
}

.jet-hotspots__item {
	visibility: hidden;
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	z-index: 99;
}

.jet-hotspots__item--active {
	z-index: 100;
}

.jet-hotspots__item .jet-hotspots__item-inner {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: #fff;
	background-color: #6ec1e4;
	border-radius: 4px;
	transform: translateZ(0);
	transition: all .3s ease;
}

.jet-hotspots__item .jet-hotspots__item-icon {
	font-size: 20px;
}

.jet-hotspots__item .jet-hotspots__item-text {
	font-size: 14px;
	margin: 0 5px;
	overflow-wrap: break-word;
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: flash;
	animation-duration: 7.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: pulse;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: shake;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: tada;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: rubber;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused;
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item .jet-hotspots__item-inner {
	transform-origin: top center;
	animation-name: swing;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused;
}

.jet-sticky-column {
	align-self: flex-start;
}

.jet-sticky-column.is-affixed.elementor-element.elementor-column>.elementor-element-populated {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-column.jet-sticky-column {
	min-width: 0;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.jet-parallax-widget:not(.is-mac) {
	transition: transform .25s cubic-bezier(0.25, 0.88, 0.54, 0.98), -webkit-transform .25s cubic-bezier(0.25, 0.88, 0.54, 0.98);
	will-change: transform;
	transform: translateZ(0);
}

.jet-tricks-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
}

.jet-tricks-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
