.elementor-kit-9{--e-global-color-primary:#070707;--e-global-color-secondary:#271C3B;--e-global-color-text:#F9F9F9;--e-global-color-accent:#532073;--e-global-color-6d7bb6b:#160E20;--e-global-typography-primary-font-family:"Playfair Display SC";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--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:"Sono";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.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:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:575px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.destaque-titulo {
color: #532073;
font-weight: 700;
}

.texto-metalico {
  font-weight: bold;
  background: linear-gradient(
    115deg,
    #c5b358,
    #f6e27a,
    #fff3b0,
    #f6e27a,
    #c5b358
  );
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: brilho-metalico 3s linear infinite;
  display: inline-block;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

@keyframes brilho-metalico {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}/* End custom CSS */