.elementor-kit-5{--e-global-color-primary:#D92B5A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B0BF3B;--e-global-color-b5aeb33:#F6F7F9;--e-global-color-c58817e:#23272F;--e-global-color-5420d44:#70777f;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#3D1A24;--e-global-color-ed7287e:#C8607A;--e-global-color-0ebe5d0:#F2B705;--e-global-color-e9dfa84:#F25835;--e-global-color-2db2f10:#33A685;--e-global-color-737a202:#0D0D0D;--e-global-color-5962961:#FDF8F2;--e-global-color-c6803b4:#1A0610;--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:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Poppins";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Playfair Display";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"Poppins";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"NunitoSans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"NunitoSans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"NunitoSans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-5 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;}{}.entry-title, .wp-block-post-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-kit-5{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ═══════════════════════════════════════════════
   Animachá Eventos — CSS Global
   ═══════════════════════════════════════════════ */
/* 1. HEADER: transparente → opaco ao rolar */
.elementor-location-header .elementor-section {
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.elementor-location-header .elementor-section.elementor-sticky--active {
  background-color: rgba(253, 248, 242, 0.97) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(200, 96, 122, 0.10) !important;
}
/* 2. Header transparente no topo da hero */
.elementor-location-header .elementor-section:not(.elementor-sticky--active) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.elementor-location-header .elementor-section:not(.elementor-sticky--active)
  .elementor-nav-menu a {
  color: #ffffff !important;
}
/* 3. Hover nos cards de serviço */
.elementor-widget-icon-box:hover {
  transform: translateY(-8px) !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
  box-shadow: 0 20px 50px rgba(200, 96, 122, 0.15) !important;
}
/* 4. Hover nas imagens da galeria */
.elementor-gallery-item__image {
  transition: transform 0.5s ease !important;
}
.elementor-gallery-item:hover .elementor-gallery-item__image {
  transform: scale(1.06) !important;
}
/* 5. Pulse no botão CTA */
@keyframes animacha-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(200,96,122,0.3); }
  50%       { box-shadow: 0 4px 36px rgba(200,96,122,0.6); }
}
.elementor-widget-button .elementor-button:hover {
  animation: animacha-pulse 2s ease-in-out infinite;
}/* End custom CSS */