.elementor-kit-6{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#0A0A0A;--e-global-color-text:#0A0A0A;--e-global-color-accent:#50C6DF;--e-global-color-70985ce:#260000;--e-global-color-a2eb11d:#50C6DF;--e-global-color-bcdb20d:#F2F4F8;--e-global-color-b9986b4:#000000;--e-global-color-44bc128:#50C6DF;--e-global-color-6c99c46:#260000;--e-global-typography-primary-font-family:"Electrolize";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Electrolize";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Electrolize";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 *//* Efeito Vidro */
.glass-effect {
  background-color: #00142426;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
/* Base comum */
.border-glow {
  z-index: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin: 5px;
  position: relative;
}

/* Esquerda */
.border-left-glow {
  border-top-left-radius: 15px;
}

.border-left-glow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  border-top-left-radius: 15px;
  background: linear-gradient(
    to bottom right,
    #50c6df 0%,
    rgba(46, 212, 194, 0) 50%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Direita */
.border-right-glow {
  border-top-right-radius: 15px;
}

.border-right-glow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  border-top-right-radius: 15px;
  background: linear-gradient(
    to bottom left,
    #50c6df 0%,
    rgba(46, 212, 194, 0) 50%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}/* End custom CSS */