.elementor-kit-5{--e-global-color-primary:#0C0C0C;--e-global-color-secondary:#FF7700;--e-global-color-text:#F3892C;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--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:"Poppins";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-5 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){--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);}.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-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 */p {
margin-bottom: 0;
}

body::-webkit-scrollbar {
width: 10px;
}

body::-webkit-scrollbar-track {
background: #202020;
}

body::-webkit-scrollbar-thumb {
background-color: #F3892C;

border-radius: 10px;

border: 2px solid #202020;
}
.pulse .elementor-button {
  animation: pulse-dark 2s infinite;
  box-shadow: 0 0 0 0 rgba(243, 137, 44, 0.7); /* cor: #F3892C */
  transition: all 0.3s ease-in-out;
}

@keyframes pulse-dark {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(243, 137, 44, 0.7);
  }
  70% {
    transform: scale(1.01);
    box-shadow: 0 0 0 10px rgba(243, 137, 44, 0); /* desvanece */
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(243, 137, 44, 0);
  }
}

/* mais suave no mobile */
@media (max-width:767px){
  .reveal-blur{ filter:blur(10px); transform:translateY(18px); }
}
/* Container + inner (cobre front-end e editor) */
.borda-d5,
.borda-d5 > .e-con-inner{
  position: relative;
  background: rgba(230,201,156,0.05);
}

.borda-d5::before,
.borda-d5 > .e-con-inner::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  z-index:2; /* acima de overlays */
  background:
    linear-gradient(90deg,#FF7700,#F3892C) top left / 100% 2px no-repeat,
    linear-gradient(180deg,#FF7700 0%, rgba(255,119,0,0) 100%) left top / 2px 100% no-repeat,
    linear-gradient(180deg,#FF7700 0%, rgba(255,119,0,0) 100%) right top / 2px 100% no-repeat;
}

/* Se houver overlay do Elementor cobrindo no front-end */
.borda-d5 .elementor-background-overlay{ z-index:1; }/* End custom CSS */