.elementor-55 .elementor-element.elementor-element-3a263dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-55 .elementor-element.elementor-element-3a263dd:not(.elementor-motion-effects-element-type-background), .elementor-55 .elementor-element.elementor-element-3a263dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://omarapetrolina.com.br/wp-content/uploads/2025/09/Design-sem-nome-44.png");background-size:cover;}}/* Start custom CSS */p{
    margin: 0px;
}

html, body{
    width: 100%;
    overflow-x: hidden;
}

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

body::-webkit-scrollbar-track{
    background: #735F32;
}

body::-webkit-scrollbar-thumb{
    background: #C69749;
    border-radius: 20px;
    border: 1px solid white;
    }

body::-webkit-scrollbar-thumb:hover{
    background: #CF7500;
    border-radius: 20px;
    border: 1px solid black;
    }
    
*::selection{
    color: white;
    background: #C69749;
}/* End custom CSS */