body.elementor-page-1878:not(.elementor-motion-effects-element-type-background), body.elementor-page-1878 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000914;}/* Start custom CSS */em{
    color: #FBAF1A;
    font-weight: 400;
}

::-moz-selection {
  color: #000914;
  background: #ECAE3C;
}

::selection {
  color: #000914;
  background: #ECAE3C;
}

/* Customizando scrollbar */
body::-webkit-scrollbar {
    width: 6px !important;
}
body::-webkit-scrollbar-track {
    background: #f2f2f2 !important;
}
body::-webkit-scrollbar-thumb {
    background: #ecae3c !important;
    border-radius: 20px !important;
    border: 1px solid #f2f2f2 !important;
}/* End custom CSS */