.elementor-kit-6{--e-global-color-primary:#B4373A;--e-global-color-secondary:#C8373A;--e-global-color-text:#383838;--e-global-color-accent:#941D20;--e-global-color-d527716:#FFFFFF;--e-global-color-52c770d:#FFFFFF00;--e-global-color-8b2f0a1:#E7E7E7;--e-global-color-b1fd7ed:#C3474D;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tahoma";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.dual b{
    color: #b4373a !important
}

.raio {
  position: relative;
  overflow: hidden;
}

.raio::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
  transform: skewX(-20deg);
  pointer-events: none;
  opacity: 0;
  transition: left 0.5s ease, opacity 0.2s;
}

.raio:hover::before {
  left: 100%;
  opacity: 1;
}/* End custom CSS */