.elementor-kit-2081{--e-global-color-primary:#000000;--e-global-color-secondary:#F70201;--e-global-color-text:#FFF8F8;--e-global-color-accent:#4F1522;--e-global-color-9c5bbe9:#FFE5E5;--e-global-color-74f53bd:#5C101D;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--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-primary );}.elementor-kit-2081 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2081 h1{color:#FFFFFF;}.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;}@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-kit-2081{--e-global-typography-primary-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:300px;}.e-con{--container-max-width:300px;}}/* Start custom CSS *//* Animação de piscar */
@keyframes pisca {
  70% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.botao-flutuante {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.botao-flutuante.visivel {
  opacity: 1;
  pointer-events: auto;
}

.botao-flutuante {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}

.botao-flutuante.visivel {
  opacity: 1;
  pointer-events: auto;
}

.page-id-2984 .site-header {display:nome;}

.page-id-2984 .site-footer {display:nome};/* End custom CSS */