.elementor-kit-7{--e-global-color-primary:#292929;--e-global-color-secondary:#737373;--e-global-color-text:#737373;--e-global-color-accent:#029123;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:2200ms;}.elementor-kit-7 e-page-transition{background-color:#6B0202;}.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;
}

.entrada-cima,
.entrada-cima-virada,
.entrada-zoom-in,
.entrada-esquerda,
.entrada-direita,
.entrada-baixo {
  opacity: 0;
  filter: blur(16px); /* Blur reduzido para melhor desempenho */
  transition: all 0.7s ease;
  will-change: transform, opacity;
}

.entrada-cima {
  transform: translateY(100px);
}
.entrada-cima-virada {
  transform: translateY(100px) rotate(45deg);
}
.entrada-zoom-in {
  transform: scale(0.5);
}
.entrada-esquerda {
  transform: translateX(80px);
}
.entrada-direita {
  transform: translateX(-80px);
}
.entrada-baixo {
  transform: translateY(-100px);
}

.exibir {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}

/* Forçar elementos visíveis no modo editor Elementor */
.elementor-editor-active .entrada-cima,
.elementor-editor-active .entrada-cima-virada,
.elementor-editor-active .entrada-zoom-in,
.elementor-editor-active .entrada-esquerda,
.elementor-editor-active .entrada-direita,
.elementor-editor-active .entrada-baixo {
  opacity: 1 !important;
  filter: blur(0px) !important;
  transform: none !important;
  transition: none !important;
}

/* Preloader */
#elementor-popup-modal-435 {
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#elementor-popup-modal-435.fadeOut {
  opacity: 0;
}/* End custom CSS */