.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#155078;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FE8625;--e-global-color-f7c0429:#EBEBEB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:1.75em;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.375em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#0B0B0B;}.elementor-kit-9 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{padding-inline-end:0px;padding-inline-start:0px;}@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 {
    overflow-x: hidden;
}

.ocultar-elemento {
  animation: sumir 900s forwards; /* 3 segundos de duração */
}

@keyframes sumir {
  0%, 99% {
    opacity: 1; /* Visível durante todo o tempo */
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden; /* Oculta totalmente o elemento */
    display: none; /* Remove do fluxo da página */
  }
}/* End custom CSS */