.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-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 */header{
    position: relative !important;
    z-index: 10 !important;
}

.burger-menu{
    margin-top: 20px !important;
}
/* ========================================================= */
/* CSS FINAL v7 - COM LARGURA TOTAL RESTAURADA */
/* ========================================================= */

/* 1. LAYOUT GERAL E TAMANHO DO SLIDER */
/* --------------------------------------------- */
.hoch-slider-wrapper {
  position: relative;
  
  /* --- CÓDIGO RESTAURADO PARA LARGURA TOTAL --- */
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.meu-slider-container {
  width: 100%;
  height: 800px; /* <-- CONTROLE A ALTURA DO SLIDER AQUI */
}

/* 2. SLIDE INDIVIDUAL (IMAGEM E LINK) */
/* --------------------------------------------- */
.meu-slide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  background-image: var(--bg-image);
  background-size: contain !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100% !important; 
}

/* 3. EFEITO DE HOVER (SOBREPOSIÇÃO E TÍTULO) */
/* --------------------------------------------- */
.meu-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meu-slide-item:hover .meu-slide-overlay {
  opacity: 1;
}

.meu-slide-titulo {
  color: white;
  font-size: 28px;
  font-family: sans-serif;
  text-align: center;
  padding: 20px;
}

/* 4. SETAS DE NAVEGAÇÃO CUSTOMIZADAS */
/* --------------------------------------------- */
.hoch-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #f4f4f4;
  color: orange;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  font-size: 30px;
  text-align: center;
  line-height: 48px;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999 !important;
}

.hoch-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.hoch-arrow-prev {
  left: 30px;
}

.hoch-arrow-next {
  right: 30px;
}

/* 5. PONTOS DE PAGINAÇÃO */
/* --------------------------------------------- */
.meu-slider-container .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
}

.meu-slider-container .swiper-pagination-bullet-active {
  background: #FFFFFF !important;
}


.js .animate-box{
    opacity: 1 !important;
}/* End custom CSS */