body.elementor-page-2278:not(.elementor-motion-effects-element-type-background), body.elementor-page-2278 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9036f52 );}body.elementor-page-2278{padding:0px 0px 0px 0px;}/* Start custom CSS */html, body {
		width: 100%;
		overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    background: #505050;
}

body::-webkit-scrollbar-thumb {
    background-color: #F10020;
    border-radius: 20px
}

.gradiente {
  background: -webkit-linear-gradient(-45deg, #F10020, #8A0213);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/* End custom CSS */