.elementor-kit-6{--e-global-color-primary:#66DDCC;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e6fd2df:#6DC9A9;--e-global-color-28ad9bf:#101E19;--e-global-color-d30a7a3:#1E362E;--e-global-color-e7774a6:#FFFFFF;--e-global-color-2ddf14c:#E1007D;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:16px;--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;}.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 *//* ESTILO BASE DO BOTÃO */
.brilho2 .elementor-button {
  background: #F50094 !important; /* Rosa Ita */
  color: #FFFFFF;
  border: 3px solid #FFD1E6; /* Rosa claro */
  padding: 15px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  transition: 2s;
  z-index: 5;
  overflow: hidden;
}

@media (max-width: 767px) {
  .brilho2 .elementor-button {
    padding: 15px 30px;
  }
}

/* BRILHO INTERNO DO BOTÃO */
.brilho2 .elementor-button:before {
  background-image: radial-gradient(
    43.3% 44.23% at 50% 49.51%,
    #fff0fa 20%,
    #ffd1e6 50%,
    #f50094aa 75%,
    transparent 100%
  );
  filter: blur(5px);
  width: 300px;
  height: 150px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(var(--button-translate-x, -10%), -50%);
  border-radius: 100%;
  transition: transform 0.8s cubic-bezier(.4, 0, .2, 1);
  z-index: 1;
}

.brilho2 .elementor-button.hovering:before {
  transition: transform 0.15s ease-out !important;
}

/* CONTORNO BRILHANTE EXTERNO */
.brilho1 {
  width: fit-content;
  overflow: visible;
  z-index: 1;
  position: relative;
  padding: 0px !important;
  border-radius: 100px;
  outline: 4px solid #FFFFFF4F;
}

.brilho1::before {
  transition: 0.35s ease-out;
  filter: blur(12px);
  background: linear-gradient(to right, transparent 30%, #ff70b8 80%, #f50094 95%);
  width: 108%;
  height: 125%;
  left: 50%;
  top: 50%;
  content: "";
  will-change: filter;
  border-radius: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: var(--before-opacity, 1);
}

.brilho1::after {
  transition: 0.35s ease-out;
  filter: blur(12px);
  background: linear-gradient(to left, transparent 30%, #ff70b8 80%, #f50094 95%);
  width: 108%;
  height: 125%;
  left: 50%;
  top: 50%;
  content: "";
  will-change: filter;
  border-radius: 100px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: var(--after-opacity, 0);
}

/* TEXTO DO BOTÃO SEMPRE VISÍVEL SOBRE O BRILHO */
.brilho2 .elementor-button-text,
.brilho2 .elementor-button-icon {
  z-index: 5;
  align-self: center !important;
  vertical-align: center !important;
}/* End custom CSS */