.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-11bc7bb:#E8E8E8;--e-global-color-88464b5:#9550B4;--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-6 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);}@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 *//* ===============================
   VSX / BZ Breadcrumb: FULL-WIDTH + SEM LINHA CINZA
   =============================== */

/* 1) Fazer o breadcrumb preencher a tela toda mesmo dentro de container */
.bz-breadcrumb-content{
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* Se o pai tiver padding lateral, zera */
.bz-breadcrumb-content{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 2) Garantir que a “side shape” continue cobrindo corretamente */
.bz-breadcrumb-content{
  position: relative;
  overflow: hidden; /* evita sobras laterais */
}

/* Se a imagem do span for usada como fundo/shape, ajuste para cobrir */
.bz-bread-side-shape,
.bz-bread-side-shape img{
  width: 100% !important;
  height: 100% !important;
}

.bz-bread-side-shape{
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}

.bz-bread-side-shape img{
  object-fit: cover !important;
  display: block !important;
}

/* 3) Remover borda/linha cinza no bloco do breadcrumb (normalmente no wrapper) */
[class*="bz-breadcrumb"]{
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* 4) Se a “linha” for um ::after ou <hr> do tema */
[class*="bz-breadcrumb"]::after,
[class*="bz-breadcrumb"] hr{
  display: none !important;
  border: 0 !important;
  height: 0 !important;
}

/* 5) Se a linha cinza for espaço + cor do próximo bloco */
[class*="bz-breadcrumb"] + *{
  margin-top: 0 !important;
  padding-top: 0 !important;
}/* End custom CSS */