.elementor-kit-9{--e-global-color-primary:#E50914;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1A1A1A;--e-global-color-014dc54:#60C8D3;--e-global-color-00a0608:#8C8D96;--e-global-color-f12f25e:#94D3BB;--e-global-color-7c7bd71:#5C5C63;--e-global-color-832a3fa:#939394;--e-global-color-a6fef38:#161616;--e-global-color-963fd62:#0E0E0E;--e-global-color-84280b0:#faea43;--e-global-color-88b8fff:#383838;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--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-baf621e-font-family:"Poppins";--e-global-typography-baf621e-font-size:48px;--e-global-typography-baf621e-font-weight:600;--e-global-typography-baf621e-line-height:1.2;--e-global-typography-521c176-font-family:"Inter";--e-global-typography-521c176-font-weight:800;--e-global-typography-7fd98ef-font-family:"Montserrat Alternates";--e-global-typography-7fd98ef-font-weight:600;--e-global-typography-e3c4fa9-font-family:"Destruction";--e-global-typography-e3c4fa9-font-size:58px;--e-global-typography-e3c4fa9-font-weight:400;background-color:#FFFFFF;}.elementor-kit-9 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-kit-9{--e-global-typography-baf621e-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-baf621e-font-size:32px;--e-global-typography-e3c4fa9-font-size:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.banner-reflexo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* Reflexo */
.banner-reflexo::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 30%; /* <<< reflexo mais fino */
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.05) 0%,  /* <<< opacidade mais baixa */
    rgba(255, 255, 255, 0.25) 50%, /* <<< opacidade mais baixa */
    rgba(255, 255, 255, 0.05) 100%
  );
  transform: skewX(-25deg);
  animation: brilhoPassando 2s infinite linear;
  z-index: 2;
}

/* Animação do brilho */
@keyframes brilhoPassando {
  0% {
    left: -50%;
  }
  100% {
    left: 120%;
  }
}

/* Garante que o reflexo fique sobre a imagem */
.banner-reflexo img {
  display: block;
  width: 100%;
  height: auto;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Destruction';
	font-display: auto;
	src: url('https://marinseassociados.com.br/wp-content/uploads/2025/03/Destruction-Manual.ttf') format('truetype');
}
/* End Custom Fonts CSS */