.elementor-kit-8{--e-global-color-primary:#1F8563;--e-global-color-secondary:#49454F;--e-global-color-text:#000000DE;--e-global-color-accent:#61CE70;--e-global-color-86269a9:#FFFFFF;--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-8 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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* --- SISTEMA DE REVELAÇÃO AUTOMÁTICA --- */

/* 1. A classe que você usará no seu placeholder (Espaçador) */
.skeleton-item {
  background-color: #e0e0e0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% { background-color: #e0e0e0; }
  50% { background-color: #f0f0f0; }
  100% { background-color: #e0e0e0; }
}

/* 2. A classe para esconder o conteúdo real inicialmente */
.conteudo-oculto {
  display: none;
}/* End custom CSS */