body.elementor-page-386:not(.elementor-motion-effects-element-type-background), body.elementor-page-386 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS */html, body{
width: 100%;
overflow-x: hidden;
}

body::-webkit-scrollbar{
    display: none;
}

/*DESKTOP*/
@media(min-width: 1367px) and (max-width: 2399px){
  /*códigos aqui*/
}

/*NOTEBOOK*/
@media(min-width: 1025px) and (max-width: 1366px){
  /*códigos aqui*/
}

/*ULTRAWIDE*/
@media(min-width: 2400px){
  /*códigos aqui*/
}

/*TABLET*/
@media(min-width: 768px) and (max-width: 1024px){
  /*códigos aqui*/
}

/*CELULAR*/
@media(max-width: 767px){
  /*códigos aqui*/
}

.noise {
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 0.1;
    background-image: url('https://daramarquessp.com.br/wp-content/uploads/2025/01/ruido-animado.gif');
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 50;
    mix-blend-mode: plus-lighter;
}/* End custom CSS */