.elementor-kit-6{--e-global-color-primary:#FBDEA2;--e-global-color-secondary:#9D7F37;--e-global-color-text:#A99E8A;--e-global-color-accent:#B9AD93;--e-global-color-29633bd:#000000;--e-global-color-4c04404:#FFFFFF;--e-global-color-0d52ff5:#4E4E4E;--e-global-color-497d34d:#F0B86B;--e-global-color-2df50bd:#AD7830;--e-global-color-c4626b1:#918771;--e-global-color-76a7800:#413720;--e-global-color-ac9a2aa:#342A11;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#8B7E50;}.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 */html,body{
width:100%;
overflow-x:hidden;
}


/* Seção alta para gerar espaço de rolagem (ajuste 200–400vh conforme o percurso desejado) */
#hs-container { 
  height: 300vh; 
  background: #0a0a0a; /* opcional */
}

/* “Pin” do conteúdo na viewport */
#hs-container .hs-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Garantir que o trilho do Elementor (Swiper) não corte o translate horizontal */
#hs-container .elementor-image-carousel .swiper { 
  overflow: visible; 
}

/* Trilho que vamos mover */
#hs-container .elementor-image-carousel .swiper-wrapper {
  will-change: transform;
  transform: translateX(0);
  gap: 16px; /* se quiser espaçamento entre slides, senão remova */
}

/* Tamanho dos slides no estilo “cards” (ajuste como preferir) */
#hs-container .elementor-image-carousel .swiper-slide {
  width: 450px;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
}

/* Mobile: percurso menor e slides mais compactos */
@media (max-width: 1024px) {
  #hs-container { height: 180vh; }
  #hs-container .elementor-image-carousel .swiper-slide { width: 80vw; height: 60vw; }
}

/* Acessibilidade: se usuário prefere menos movimento */
@media (prefers-reduced-motion: reduce) {
  #hs-container .elementor-image-carousel .swiper-wrapper { transition: none !important; }
}/* End custom CSS */
