.elementor-45571 .elementor-element.elementor-element-02dfcb4{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* remover espaço textos*/
p:last-child{
    margin-bottom: 0px;
}

.elementor-headling-title{
    margin-bottom: 0px;
}

/* personalizaar barra de rolagem*/
body::-webkit-scrollbar{
    width: 10px;
}

body::-webkit-scrollbar-track{
    background: #111111;
}

body::-webkit-scrollbar-thumb{
    background-color: #FFBC2A;
    border-radius: 10px;
    border: 2px solid #111111;
}

/*remover scroll horizontal*/
html, body{
    width: 100%;
    overflow-x: hidden;
}

/*alterar  cor da seleção*/
*::selection{
    color: #ffffff;
    background: #FFBC2A;
}/* End custom CSS */