.elementor-kit-6{--e-global-color-primary:#7ED957;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-color-2acb6c5:#F8F8F8;--e-global-color-8e26013:#131313;--e-global-color-8810757:#C18D33;--e-global-color-c0aedf8:#FFDB5E;--e-global-typography-primary-font-family:"Poppins";--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;background-color:var( --e-global-color-accent );}.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){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 *//* Corrige sobreposição do botão e texto enquanto o vídeo HTML carrega */
@media (max-width: 767px) {
  /* seção do vídeo */
  .elementor-section:nth-of-type(2) {
    position: relative;
    overflow: hidden;
  }

  /* força o iframe a ocupar espaço mesmo antes de carregar */
  .elementor-section:nth-of-type(2) iframe {
    display: block;
    width: 100%;
    min-height: 300px; /* define uma altura mínima pro carregamento */
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* impede que o texto e o botão fiquem sobre o vídeo antes dele renderizar */
  .elementor-section:nth-of-type(2) + .elementor-section {
    margin-top: 0 !important;
  }

  /* suaviza a transição quando o iframe aparece */
  .elementor-section:nth-of-type(2) iframe {
    transition: opacity 0.3s ease;
  }
}/* End custom CSS */