.elementor-kit-7{--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;--e-global-typography-2a92900-font-family:"Roboto";--e-global-typography-2a92900-font-weight:600;--e-global-typography-b519854-font-family:"Roboto Serif";--e-global-typography-b519854-font-size:45px;--e-global-typography-b519854-font-weight:600;--e-global-typography-24c5067-font-family:"Roboto";--e-global-typography-24c5067-font-size:20px;--e-global-typography-24c5067-font-weight:400;--e-global-typography-f2c87a8-font-family:"Roboto";--e-global-typography-f2c87a8-font-size:17px;--e-global-typography-f2c87a8-font-weight:900;--e-global-typography-f2c87a8-text-transform:uppercase;--e-global-typography-2dd8977-font-family:"Saira";--e-global-typography-2dd8977-font-size:20px;--e-global-typography-2dd8977-font-weight:400;--e-global-typography-2dd8977-line-height:25px;--e-global-typography-6d306ff-font-family:"Saira";--e-global-typography-6d306ff-font-size:17px;--e-global-typography-6d306ff-font-weight:900;--e-global-typography-6d306ff-text-transform:uppercase;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:0ms;}.elementor-kit-7 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */.bg-video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1; /* fica atrás do conteúdo */
}

.bg-video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* começa mostrando só o vídeo normal */
#bg-video-forward {
  opacity: 1;
}

#bg-video-reverse {
  opacity: 0;
  pointer-events: none;
}/* End custom CSS */