body.elementor-page-915:not(.elementor-motion-effects-element-type-background), body.elementor-page-915 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C0A0A;background-position:top center;background-repeat:no-repeat;}@media(max-width:1024px){body.elementor-page-915:not(.elementor-motion-effects-element-type-background), body.elementor-page-915 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-308px 0px;background-size:1550px auto;}}@media(max-width:767px){body.elementor-page-915:not(.elementor-motion-effects-element-type-background), body.elementor-page-915 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-146px 0px;background-size:802px auto;}}/* Start custom CSS */p:last-child{
    margin-bottom:0px;
    margin-top:0px;
}

body, html {
overflow-x: hidden !important;
}

/Corrigir escrollamento no Mobile/
@media (max-width: 786px){
body, html {
overflow-x: hidden!important;
}
}


body::-webkit-scrollbar {
width: 10px;
}

body::-webkit-scrollbar-track {
background: #202020;
}

body::-webkit-scrollbar-thumb {
background-color: #fbd173;

border-radius: 10px;

border: 2px solid #202020;

}


*::selection {
  color: #ffffff;
  background: #CC1A36;
}/* End custom CSS */