





/* slider imagens agregadora */

.css-slider {
  position: absolute;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 32px;
	top: 46px;
}

@media(max-width:767px) {
  .css-slider {
    position: relative;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 32px;
    top: -12px;
  }
}
.css-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  clip-path: inset(100% 0 0 100% round 1rem);
  animation:
    slideAnim 12s ease-in-out infinite,
    scaleAnim 12s ease-in-out infinite;
  will-change: transform, opacity, clip-path;
}

.slidetab1-1 {
  background-image: url('/wp-content/uploads/2025/07/sibs_img4_merchants-1b.jpg');
  animation-delay: 0s, 0s;
  z-index: 1;

  /* Show immediately before animation kicks in */
  opacity: 1;
  clip-path: inset(0 0 0 0 round 1rem);
  transform: scale(1);
}

.slidetab1-2 {
  background-image: url('/wp-content/uploads/2025/07/sibs_img4_merchants-2b.jpg');
  animation-delay: 4s, 4s;
  z-index: 2;
}

.slidetab1-3 {
  background-image: url('/wp-content/uploads/2025/07/sibs_img4_merchants-3b.jpg');
  animation-delay: 8s, 8s;
  z-index: 3;
}

/* Reveal animation (opacity + clip-path) */
@keyframes slideAnim {
  0%, 5% {
    opacity: 0;
    clip-path: inset(100% 0 0 100% round 1rem);
  }
  10%, 45% {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 1rem);
  }
  50%, 100% {
    opacity: 0;
    clip-path: inset(0 100% 100% 0 round 1rem);
  }
}

/* Scale-only animation */
@keyframes scaleAnim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}


.slidetab2-1 {
  background-image: url('/wp-content/uploads/2025/06/sibs_img-null-6.jpg');
  animation-delay: 0s;
  z-index: 1;
opacity:1;
}

.slidetab2-2 {
  background-image: url('/wp-content/uploads/2025/06/sibs_img-null-7.jpg');
  animation-delay: 4s;
  z-index: 2;
}

.slidetab2-3 {
  background-image: url('/wp-content/uploads/2025/06/sibs_img-null-8.jpg');
  animation-delay: 8s;
  z-index: 3;
}


.slidetab3-1 {
  background-image: url('/wp-content/uploads/2025/06/sibs_img-null-10.jpg');
  animation-delay: 0s;
  z-index: 1;
}

.slidetab3-2 {
  background-image: url('/wp-content/uploads/2025/06/sibs_img-null-11.jpg');
  animation-delay: 4s;
  z-index: 2;
}

.slidetab3-3 {
  background-image: url('/wp-content/uploads/2025/06/sibs_img-null-3.jpg');
  animation-delay: 8s;
  z-index: 3;
}




/* Tabs */



.tabmod2.w-tabs.style_simple3>.w-tabs-list .w-tabs-item {
	padding: .8em 1.2em !important;
	border-radius: .3em .3em 0 0 !important;

}

.tabmod2 span.w-tabs-item-title {
	font-size: 20px !important;
	font-weight: 700 !important;
}



.tabmod2 .w-tabs-section-content-h {
	margin: 0 auto;
	max-width: calc(100% + 92px);
	background: #D8E5F4!important;
	width: calc(100% + 92px) !important;
	margin-left: -46px;
	border-radius: 32px !important;
}

.tabmod2 .w-tabs-section-content {
	padding-top: 0rem !important;
}



.tabmod2.w-tabs.style_simple3>.w-tabs-list .w-tabs-item:focus, .tabmod2.w-tabs.style_simple3>.w-tabs-list .w-tabs-item.active, .tabmod2.no-touch .w-tabs.style_simple3>.w-tabs-list .w-tabs-item:hover {
	background: var(--color-content-bg-alt-grad) !important;
	color: var(--color-content-text)!important;
	border-bottom: solid 4px var(--color-denim-400) !important;
}

/* breadcrumbs */

