.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c34f7be:#FFFFFF;--e-global-color-d879bf0:#AFA09B;--e-global-color-c3ec0ac:#847A77;--e-global-color-49477be:#F8F6F4;--e-global-color-634d880:#847A77;--e-global-color-7674f8b:#E0D7D4;--e-global-color-55217bd:#CFC7AC;--e-global-color-040e2da:#474747;--e-global-color-ede4cce:#0F0F0F;--e-global-color-d42377a:#2094F3;--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-19e1eca-font-family:"Poppins";--e-global-typography-19e1eca-font-size:48px;--e-global-typography-19e1eca-font-weight:600;--e-global-typography-7b13a26-font-family:"Arial";--e-global-typography-7b13a26-font-size:19px;--e-global-typography-7b13a26-font-weight:400;--e-global-typography-3d918b9-font-family:"Arial";--e-global-typography-3d918b9-font-size:16px;--e-global-typography-3d918b9-font-weight:400;--e-global-typography-7017fa7-font-family:"Poppins";--e-global-typography-7017fa7-font-size:28px;--e-global-typography-7017fa7-font-weight:600;--e-global-typography-2bb6210-font-family:"Poppins";--e-global-typography-2bb6210-font-size:21px;--e-global-typography-2bb6210-font-weight:600;--e-global-typography-329ce07-font-family:"Arial";--e-global-typography-329ce07-font-size:15px;--e-global-typography-329ce07-font-weight:600;--e-global-typography-329ce07-text-transform:uppercase;--e-global-typography-329ce07-letter-spacing:1.6px;}.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:1366px){.elementor-kit-6{--e-global-typography-329ce07-font-size:12px;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-19e1eca-font-size:32px;--e-global-typography-7b13a26-font-size:16px;--e-global-typography-3d918b9-font-size:14px;--e-global-typography-7017fa7-font-size:24px;--e-global-typography-2bb6210-font-size:19px;--e-global-typography-329ce07-font-size:10px;--e-global-typography-329ce07-letter-spacing:0.4px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-2bb6210-font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.shine-effect {
  position: relative;
  background: #0D162E;
  overflow: hidden;
}

/* Camada do brilho */
.shine-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    #364B66,
    transparent
  );

  transform: skewX(-25deg);
  animation: shineMove 2.5s infinite;
}

/* Animação */
@keyframes shineMove {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}


.gradiente-azul {
  background: linear-gradient(to right, #2094f3, #0f6fc2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /* Compatibilidade extra */
  background-clip: text;
  color: transparent;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://aacs.bgsautomation.com.br/wp-content/uploads/2025/06/Poppins-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://aacs.bgsautomation.com.br/wp-content/uploads/2025/06/Poppins-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://aacs.bgsautomation.com.br/wp-content/uploads/2025/06/Poppins-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */