.elementor-kit-3294{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-color-969993a:#C6FAAD00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3294 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3294 h1{font-family:"Orbitron", Sans-serif;}.elementor-kit-3294 h3{font-family:"Exo 2", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container principal */
.ws-dock-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

/* Área do Swiper */
.mySwiper {
  width: 100%;
  max-width: 1200px;
  height: 480px;
  overflow: visible !important;
}

/* Slides */
.swiper-slide {
  width: 260px;
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .35s ease, opacity .35s ease, filter .35s ease;
}

/* Imagens */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  display: block;
  pointer-events: none;
  user-select: none;
}

/* === EFEITOS DINÂMICOS === */

/* Slide central (o mais importante) */
.swiper-slide-active img {
  transform: scale(1.15);
  opacity: 1;
  filter: drop-shadow(0 0 22px rgba(0,150,255,0.6));
}

/* Slides adjacentes: esquerda e direita */
.swiper-slide-prev img,
.swiper-slide-next img {
  transform: scale(0.9);
  opacity: 0.75;
}

/* Slides extremos (ainda no “range” 5) */
.swiper-slide-prev-prev img,
.swiper-slide-next-next img {
  transform: scale(0.75) rotateY(12deg);
  opacity: 0.45;
  filter: blur(1px);
}

/* Oculta visuais quando além do 5º para suavidade */
.swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
  pointer-events: none;
}/* End custom CSS */