.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5533afa:#E91E63;--e-global-color-60dfddc:#FFE6EC;--e-global-color-a1bfaf2:#333333;--e-global-color-6cbcc95:#555555;--e-global-color-5f1abf2:#FFFFFF;--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-1722476-font-family:"Poppins";--e-global-typography-1722476-font-size:52px;--e-global-typography-1722476-font-weight:800;--e-global-typography-1af7ddd-font-family:"Poppins";--e-global-typography-1af7ddd-font-size:32px;--e-global-typography-1af7ddd-font-weight:600;--e-global-typography-332e115-font-size:20px;--e-global-typography-332e115-font-weight:400;--e-global-typography-452e6f6-font-family:"Poppins";--e-global-typography-452e6f6-font-size:20px;--e-global-typography-452e6f6-font-weight:600;--e-global-typography-781930a-font-family:"Poppins";--e-global-typography-781930a-font-size:16px;--e-global-typography-781930a-font-weight:600;}.elementor-kit-12 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);}@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 *//* Botão padrão do Elementor */
.elementor-button {
  background-color: #E91E63 !important;  /* Rosa primário */
  color: #FFFFFF !important;             /* Texto branco */
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 40px !important;
  border-radius: 50px !important;        /* Arredondado estilo pill */
  border: none !important;
  transition: all 0.3s ease;
}

/* Hover */
.elementor-button:hover {
  background-color: #C2185B !important;  /* Rosa mais escuro */
  color: #FFFFFF !important;             /* Texto continua branco */
}/* End custom CSS */