.elementor-kit-10{--e-global-color-primary:#FFF34F;--e-global-color-secondary:#000000;--e-global-color-text:#6E6E6E;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 {
    max-width: 100%;
    overflow-x: hidden;
}

/* ---------------------------------------------
   1) Container principal — grid 1180
   --------------------------------------------- */
.container-carousel {
  max-width: 1180px !important;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  min-height: 340px;
}

/* ---------------------------------------------
   2) Carousel — cresce 300px para a direita
   --------------------------------------------- */
.container-carousel > .elementor-element.full-carousel,
.container-carousel .full-carousel {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: calc(100% + 300px) !important;
  max-width: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;

  /* A mágica: recorta APENAS o overflow à esquerda */
  clip-path: inset(0 -300px 0 0); 
  /* top right bottom left → o right tem -300px (libera), left 0 (bloqueia) */
}

/* ---------------------------------------------
   3) Garantir que nada acima corte o carousel
   --------------------------------------------- */
.elementor-section,
.elementor-column,
.elementor-container,
.elementor-row {
  overflow: visible !important;
}

/* ---------------------------------------------
   4) Ajustes dos elementos internos
   --------------------------------------------- */
.container-carousel .full-carousel .swiper,
.container-carousel .full-carousel .e-n-carousel {
  overflow: visible !important;
  width: 100% !important;
}

.container-carousel .full-carousel .swiper-slide {
  box-sizing: border-box !important;
}



/* ---------------------------------------------
   5) Mobile — tudo volta ao normal
   --------------------------------------------- */
@media (max-width: 1024px) {

  .container-carousel {
    min-height: auto !important;
  }

  .container-carousel > .elementor-element.full-carousel,
  .container-carousel .full-carousel {
    position: static !important;
    width: 100% !important;
    clip-path: none !important;
  }
}

/* Colocar class com o espaçamento do Header */
#sobre-home {
  scroll-margin-top: 145px; /* header de 160px com 20px a mais para início do conteúdo */
}/* End custom CSS */